| author | hamidouk |
| Thu, 02 Feb 2012 15:13:05 +0100 | |
| branch | popcorn-port |
| changeset 763 | abaa61b81110 |
| parent 761 | 69d80dd9c9d8 |
| child 780 | 2ae03b1d2797 |
| child 782 | 144e215dd324 |
| permissions | -rw-r--r-- |
| 534 | 1 |
#demo-frame > div.demo { padding: 5px !important; }; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
2 |
|
| 534 | 3 |
button.ui-button-icon-only { |
4 |
height:1.5em; |
|
5 |
width:1.5em; |
|
6 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
7 |
|
| 534 | 8 |
#Ldt-loader { |
9 |
background:url(imgs/loader.gif) no-repeat; |
|
10 |
width:20px; |
|
11 |
height:16px; |
|
12 |
float:left; |
|
13 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
14 |
|
| 534 | 15 |
/* general class for all buttons */ |
16 |
.Ldt-button { |
|
| 344 | 17 |
|
| 534 | 18 |
} |
| 344 | 19 |
|
| 534 | 20 |
.Ldt-SegmentsWidget { |
21 |
/* overflow: auto; /* clear the floats */ |
|
22 |
margin-top: 1px; |
|
23 |
padding-bottom: 8px; /* FIXME: only a temporary fix. This should be put into the layout manager. */ |
|
24 |
} |
|
|
334
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
25 |
|
| 534 | 26 |
.Ldt-iri-chapter { |
27 |
position: absolute; |
|
28 |
height: 10px; |
|
29 |
border-right: 1px solid white; |
|
30 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
31 |
|
| 534 | 32 |
.Ldt-SegmentPositionMarker { |
33 |
position: absolute; |
|
34 |
z-index: 100; |
|
35 |
width: 1px; |
|
36 |
height: 10px; |
|
37 |
background-color: white; |
|
38 |
} |
|
39 |
.tooltip { |
|
40 |
display:none; |
|
41 |
background:transparent url(imgs/white_arrow_mini.png); |
|
42 |
font-size:12px; |
|
43 |
height:55px; |
|
44 |
width:180px; |
|
45 |
padding:10px; |
|
46 |
padding-left:15px; |
|
47 |
padding-top:15px; |
|
48 |
padding-right:15px; |
|
49 |
color:#000; |
|
50 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
51 |
} |
|
52 |
#Ldt-Root{ |
|
53 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
54 |
} |
|
55 |
#Ldt-Hat{ |
|
56 |
height:3px; |
|
57 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
58 |
|
| 534 | 59 |
.Ldt-AnnotationsWidget { |
60 |
font-size: 12px; |
|
61 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
62 |
background-color:#eeeeee; |
|
63 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
64 |
border: 1px solid #b6b8b8; |
|
65 |
} |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
66 |
|
| 534 | 67 |
.Ldt-Annotation-DoubleBorder { |
68 |
border: 1px solid white; |
|
69 |
overflow: auto; |
|
70 |
} |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
71 |
|
| 534 | 72 |
.Ldt-AnnotationContent { |
73 |
padding:5px; |
|
74 |
padding-left: 12px; |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
75 |
|
| 534 | 76 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
77 |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
78 |
.Ldt-fbShare { |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
79 |
display: block; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
80 |
float: left; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
81 |
width: 24px; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
82 |
height: 24px; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
83 |
background:url('imgs/facebook.png'); |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
84 |
} |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
85 |
|
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
86 |
.Ldt-TwShare { |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
87 |
display: block; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
88 |
float: left; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
89 |
width: 24px; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
90 |
height: 24px; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
91 |
background:url('imgs/twitter.png'); |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
92 |
} |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
93 |
|
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
94 |
.Ldt-GplusShare { |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
95 |
display: block; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
96 |
float: left; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
97 |
width: 24px; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
98 |
height: 24px; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
99 |
background:url('imgs/google.png'); |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
100 |
} |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
101 |
|
| 534 | 102 |
.Ldt-SaTitle{ |
103 |
padding-top:2px; |
|
104 |
padding-bottom:3px; |
|
105 |
font-size: 12pt; |
|
106 |
color : #0068c4; |
|
107 |
} |
|
| 307 | 108 |
|
| 534 | 109 |
.Ldt-SaDescription{ |
110 |
font-size:12px; |
|
111 |
} |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
112 |
|
| 534 | 113 |
.Ldt-SaKeyword{ |
114 |
background-color:#b9b9b9; |
|
115 |
color:#4D4D4D; |
|
116 |
padding:5px; |
|
117 |
font-weight:bold; |
|
118 |
text-align:left; |
|
119 |
float:left; |
|
120 |
font-size:10px; |
|
121 |
} |
|
| 383 | 122 |
|
| 534 | 123 |
.Ldt-AnnotationShareIcons { |
124 |
float:right; |
|
125 |
position: relative; |
|
126 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
127 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
128 |
|
| 534 | 129 |
#Ldt-PlaceHolder{ |
130 |
position:absolue; |
|
131 |
float:none; |
|
132 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
133 |
|
| 534 | 134 |
.Ldt-Segments{ |
135 |
float:left; |
|
136 |
font-size: 62.5%; |
|
137 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
138 |
|
| 534 | 139 |
.Ldt-mode-radio{ |
140 |
visibility:hidden; |
|
141 |
height:0px; |
|
142 |
display:none |
|
143 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
144 |
|
| 534 | 145 |
/* player */ |
146 |
.Ldt-controler { |
|
147 |
font-size: 62.5%; |
|
148 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
149 |
background:url('imgs/player_gradient.png') repeat-x transparent ; |
|
150 |
height: 25px; |
|
151 |
border-top: 1px solid #b6b8b8; |
|
152 |
border-bottom: 1px solid #b6b8b8; |
|
153 |
} |
|
154 |
||
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
155 |
|
| 534 | 156 |
.Ldt-LeftPlayerControls { |
157 |
float:left; |
|
158 |
} |
|
159 |
||
160 |
.Ldt-RightPlayerControls { |
|
161 |
float: right; |
|
162 |
} |
|
163 |
||
164 |
.Ldt-button { |
|
165 |
border-left: 1px solid #b6b8b8; |
|
166 |
float: left; |
|
167 |
cursor: pointer; |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
168 |
|
| 534 | 169 |
} |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
170 |
|
| 534 | 171 |
.Ldt-CtrlPlay { |
172 |
background:url('imgs/play_sprite.png') no-repeat transparent ; |
|
173 |
background-position: 0 0; |
|
174 |
width: 59px; |
|
175 |
height: 25px; |
|
176 |
} |
|
| 344 | 177 |
|
| 534 | 178 |
.Ldt-CtrlPlay:hover { |
179 |
background-position: 0 -25px; |
|
180 |
} |
|
| 344 | 181 |
|
| 534 | 182 |
.Ldt-CtrlPlay:active { |
183 |
background-position: 0 -50px; |
|
184 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
185 |
|
| 534 | 186 |
.Ldt-CtrlAnnotate { |
187 |
background:url('imgs/annotate_sprite.png') no-repeat scroll 0 0 transparent ; |
|
188 |
width: 33px; |
|
189 |
height: 25px; |
|
190 |
border-right: 1px solid #b6b8b8; |
|
191 |
float: left; |
|
192 |
} |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
193 |
|
| 534 | 194 |
.Ldt-CtrlAnnotate:hover { |
195 |
background-position: 0 -25px; |
|
196 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
197 |
|
| 534 | 198 |
.Ldt-CtrlAnnotate:active { |
199 |
background-position: 0 -50px; |
|
200 |
} |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
201 |
|
| 534 | 202 |
.Ldt-CtrlSearch { |
203 |
background:url('imgs/search_sprite.png') no-repeat scroll 0 0 transparent ; |
|
204 |
width: 33px; |
|
205 |
height: 25px; |
|
206 |
border-right: 1px solid #b6b8b8; |
|
207 |
float: left; |
|
208 |
border-left: none; |
|
209 |
} |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
210 |
|
| 534 | 211 |
.Ldt-CtrlSearch:hover { |
212 |
background-position: 0 -25px; |
|
213 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
214 |
|
| 534 | 215 |
.Ldt-CtrlSearch:active { |
216 |
background-position: 0 -50px; |
|
217 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
218 |
|
| 564 | 219 |
.LdtSearch { |
220 |
display: none; |
|
221 |
width: 165px; |
|
222 |
height: 25px; |
|
223 |
border: 1px; |
|
224 |
border-color: #CFCFCF; |
|
225 |
float: left; |
|
226 |
text-align: center; |
|
227 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
228 |
|
| 534 | 229 |
.Ldt-Time { |
230 |
position: inherit; |
|
231 |
float: left; |
|
232 |
border-right: 1px solid #b6b8b8; |
|
233 |
height: 25px; |
|
234 |
padding-right: 2px; |
|
235 |
font-size: 12px; |
|
236 |
font-family: Arial, Verdana, sans-serif; |
|
237 |
} |
|
| 339 | 238 |
|
| 534 | 239 |
.Ldt-ElapsedTime { |
240 |
margin-top: 4px; |
|
241 |
margin-right: 2px; |
|
242 |
float: left; |
|
243 |
color: #4a4a4a; |
|
244 |
} |
|
245 |
||
246 |
.Ldt-TimeSeparator { |
|
247 |
margin-top: 4px; |
|
248 |
float: left; |
|
249 |
padding-left: 1px; |
|
250 |
padding-right: 1px; |
|
251 |
} |
|
252 |
||
253 |
.Ldt-TotalTime { |
|
254 |
margin-top: 4px; |
|
255 |
margin-left: 2px; |
|
256 |
float: left; |
|
257 |
color: #b2b2b2; |
|
258 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
259 |
|
| 534 | 260 |
.Ldt-CtrlSound { |
261 |
background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ; |
|
262 |
width: 33px; |
|
263 |
height: 25px; |
|
264 |
border-right: 1px solid #b6b8b8; |
|
265 |
float: right; |
|
266 |
border-left: none; |
|
267 |
} |
|
| 450 | 268 |
|
| 534 | 269 |
.Ldt-CtrlSound:hover { |
270 |
background-position: 0 -25px; |
|
271 |
} |
|
| 450 | 272 |
|
| 534 | 273 |
.Ldt-CtrlSound:active { |
274 |
background-position: 0 -50px; |
|
275 |
} |
|
| 450 | 276 |
/* |
| 534 | 277 |
.Ldt-CtrlSound { |
278 |
float: right; |
|
279 |
border-left: none; |
|
280 |
height: 25px; |
|
281 |
top: 7px; |
|
282 |
position: inherit; |
|
283 |
} |
|
| 450 | 284 |
*/ |
| 534 | 285 |
.Ldt-cleaner { |
286 |
clear:both; |
|
287 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
288 |
|
| 534 | 289 |
/* Arrow Widget */ |
290 |
.Ldt-arrowWidget { |
|
291 |
position: relative; |
|
292 |
background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
|
293 |
height:16px; |
|
294 |
width:27px; |
|
295 |
margin-bottom: -3px; |
|
296 |
z-index: 4; |
|
297 |
left: 0%; |
|
298 |
} |
|
299 |
||
300 |
.cleaner { |
|
301 |
clear:both; |
|
302 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
303 |
|
| 534 | 304 |
.share { |
305 |
background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; |
|
306 |
display:block; |
|
307 |
height:16px; |
|
308 |
line-height:16px !important; |
|
309 |
overflow:hidden; |
|
310 |
width:16px; |
|
311 |
float:left; |
|
312 |
cursor:pointer; |
|
313 |
margin:2px; |
|
314 |
} |
|
315 |
.shareFacebook{ |
|
316 |
background-position:0 -704px; |
|
317 |
} |
|
318 |
.shareMySpace{ |
|
319 |
background-position:0 -736px; |
|
320 |
} |
|
321 |
.shareTwitter{ |
|
322 |
background-position:0 -1072px; |
|
323 |
} |
|
324 |
.shareGoogle{ |
|
325 |
background-position:0 -752px; |
|
326 |
} |
|
327 |
.shareDelicious{ |
|
328 |
background-position:0 -672px; |
|
329 |
} |
|
330 |
.shareJamesPot{ |
|
331 |
background-position:0 -1808px; |
|
332 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
333 |
|
| 534 | 334 |
.tip{ |
| 550 | 335 |
position: absolute; |
| 534 | 336 |
padding : 3px; |
337 |
z-index: 10000000000; |
|
338 |
max-width: 200px; |
|
339 |
background: transparent url("imgs/white_arrow_long.png"); |
|
340 |
font-size: 12px; |
|
341 |
height: 125px; |
|
342 |
width: 180px; |
|
343 |
padding: 10px; |
|
344 |
padding-left: 15px; |
|
345 |
padding-top: 15px; |
|
346 |
padding-right: 15px; |
|
347 |
color: black; |
|
348 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
349 |
overflow:hidden; |
|
350 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
351 |
|
| 534 | 352 |
/* slider */ |
353 |
.Ldt-SliderMinimized { |
|
354 |
height: 6px; |
|
355 |
} |
|
| 324 | 356 |
|
| 534 | 357 |
.Ldt-SliderMaximized { |
358 |
height: 11px; |
|
359 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
360 |
|
| 534 | 361 |
.Ldt-sliderElementMinimized { |
362 |
width: 100%; |
|
363 |
height: 5px; |
|
364 |
} |
|
| 324 | 365 |
|
| 534 | 366 |
.Ldt-sliderElementMaximized { |
367 |
width: 100%; |
|
368 |
height: 10px; |
|
369 |
} |
|
| 324 | 370 |
|
| 534 | 371 |
.Ldt-sliderBackground { |
372 |
background-color: #B6B8B8; |
|
373 |
position: absolute; |
|
374 |
z-index: 2; |
|
375 |
bottom: 1px; |
|
376 |
width: 100%; |
|
377 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
378 |
|
| 534 | 379 |
} |
380 |
||
381 |
.Ldt-sliderForeground { |
|
382 |
background-color: #747474; |
|
383 |
z-index: 2; |
|
384 |
width: 0px; |
|
385 |
position: absolute; |
|
386 |
bottom: 1px; |
|
387 |
height: 5px; |
|
388 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
389 |
|
| 534 | 390 |
.Ldt-sliderPositionMarker { |
391 |
position: absolute; |
|
392 |
z-index: 100; |
|
393 |
background-color: #f7268e; |
|
394 |
height: 5px; |
|
395 |
width: 5px; |
|
396 |
bottom: 1px; |
|
397 |
border-left: 1px solid white; |
|
398 |
border-right: 1px solid white; |
|
399 |
} |
|
| 316 | 400 |
|
| 534 | 401 |
/* tweet Widget */ |
402 |
.Ldt-tweetWidget { |
|
403 |
font-size: 12px; |
|
404 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
405 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
406 |
border: 1px solid #b6b8b8; |
|
407 |
border-top: none; |
|
408 |
overflow: auto; |
|
409 |
} |
|
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
410 |
|
| 534 | 411 |
.Ldt-tweet-DoubleBorder { |
412 |
border: 1px solid white; |
|
413 |
padding: 5px; |
|
414 |
overflow: auto; |
|
415 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
416 |
|
| 534 | 417 |
.Ldt-tweetAvatar { |
418 |
float: left; |
|
419 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
420 |
|
| 534 | 421 |
.Ldt-tweetAvatar-profileArrow { |
422 |
float: left; |
|
423 |
height: 48px; |
|
424 |
margin-left: 5px; |
|
425 |
margin-right: 5px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
426 |
background:url('imgs/profile_arrow.png'); |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
427 |
background-position: 7 10px; |
| 534 | 428 |
} |
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
429 |
|
| 534 | 430 |
.Ldt-tweet_userHandle { |
431 |
float: left; |
|
432 |
color: #5c8df1; |
|
433 |
} |
|
| 367 | 434 |
|
| 534 | 435 |
.Ldt-tweet_realName { |
436 |
float: left; |
|
437 |
margin-left: 3px; |
|
438 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
439 |
|
| 534 | 440 |
.Ldt-tweetContents { |
441 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
442 |
|
| 534 | 443 |
.Ldt-tweet_date { |
444 |
float: left; |
|
445 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
446 |
|
| 534 | 447 |
.Ldt-tweetWidgetKeepOpen { |
448 |
position: relative; |
|
449 |
float: right; |
|
450 |
height: 17px; |
|
451 |
width: 17px; |
|
452 |
margin-right: 1px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
453 |
background:url('imgs/minimize.png'); |
| 534 | 454 |
} |
|
378
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
455 |
|
| 534 | 456 |
.Ldt-tweetWidgetMinimize { |
457 |
position: relative; |
|
458 |
float: right; |
|
459 |
height: 17px; |
|
460 |
width: 17px; |
|
461 |
right: 9px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
462 |
background:url('imgs/minimize.png'); |
| 534 | 463 |
} |
| 360 | 464 |
|
| 534 | 465 |
.Ldt-tweetWidget * a:link { |
466 |
color: #729efa; |
|
| 360 | 467 |
|
| 534 | 468 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
469 |
|
| 534 | 470 |
.Ldt-TweetReply { |
471 |
float: left; |
|
472 |
margin-left: 16px; |
|
473 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
474 |
|
| 534 | 475 |
.Ldt-TweetReplyIcon { |
476 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
477 |
width: 14px; |
|
478 |
height: 11px; |
|
479 |
float: left; |
|
480 |
margin-top: 2px; |
|
481 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
482 |
|
| 534 | 483 |
.Ldt-TweetReplyIcon:hover { |
484 |
background-position: 0 -11px; |
|
485 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
486 |
|
| 534 | 487 |
.Ldt-TweetReplyIcon:active { |
488 |
background-position: 0 -22px; |
|
489 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
490 |
|
| 534 | 491 |
.Ldt-Retweet { |
492 |
float: left; |
|
493 |
margin-left: 16px; |
|
494 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
495 |
|
| 534 | 496 |
.Ldt-RetweetIcon { |
497 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
498 |
width: 14px; |
|
499 |
height: 8px; |
|
500 |
float: left; |
|
501 |
margin-top: 3px; |
|
502 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
503 |
|
| 534 | 504 |
.Ldt-RetweetIcon:hover { |
505 |
background-position: 0 -8px; |
|
506 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
507 |
|
| 534 | 508 |
.Ldt-RetweetIcon:active { |
509 |
background-position: 0 -16px; |
|
510 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
511 |
|
| 534 | 512 |
/* styling of a "++" in a tweet */ |
513 |
.Ldt-PolemicPlusPlus { |
|
514 |
background-color: #1d973d; |
|
515 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
516 |
|
| 534 | 517 |
/* styling of a "==" in a tweet */ |
518 |
.Ldt-PolemicEqualEqual { |
|
519 |
background-color: #5c8df1 |
|
520 |
} |
|
521 |
||
522 |
/* styling of a "--" in a tweet */ |
|
523 |
.Ldt-PolemicMinusMinus { |
|
524 |
background-color: #ce0a15; |
|
525 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
526 |
|
| 534 | 527 |
/* styling of a "??" in a tweet */ |
528 |
.Ldt-PolemicQuestion { |
|
529 |
background-color: #c5a62d; |
|
530 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
531 |
|
| 534 | 532 |
/* the styling of a spacer div */ |
533 |
.Ldt-spacer { |
|
534 |
background-color:#eeeeee; |
|
535 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
536 |
|
| 534 | 537 |
/* sparkline widget */ |
538 |
.Ldt-sparklineWidget { |
|
539 |
position: relative; |
|
540 |
margin-bottom: 5px; |
|
541 |
} |
|
542 |
||
543 |
.Ldt-sparkLinePositionMarker { |
|
544 |
position: absolute; |
|
545 |
top: 0px; |
|
546 |
width: 0px; |
|
547 |
background-color: #333333; |
|
548 |
border-right: solid 1px pink; |
|
549 |
z-index: 3; |
|
550 |
opacity: 0.2; |
|
551 |
} |
|
552 |
||
553 |
.Ldt-sparkLine { |
|
554 |
position: absolute; |
|
555 |
top: 0px; |
|
556 |
} |
|
557 |
||
558 |
.Ldt-sparkLineClickOverlay { |
|
559 |
position: absolute; |
|
560 |
width: 640px; |
|
561 |
height: 60px; |
|
562 |
z-index: 4; |
|
563 |
top: 0px; |
|
564 |
opacity: 0.3; |
|
565 |
} |
|
| 537 | 566 |
|
567 |
.Ldt-sliceWidget { |
|
568 |
position: relative; |
|
569 |
width: 100%; |
|
570 |
height: 25px; |
|
571 |
margin-top: 3px; |
|
572 |
} |
|
573 |
||
574 |
.Ldt-sliceBackground { |
|
575 |
width: 100%; |
|
576 |
background-color: #b6b8b8; |
|
577 |
height: 12px; |
|
578 |
} |
|
579 |
||
580 |
.Ldt-sliceZone { |
|
581 |
position: absolute; |
|
582 |
top: 0px; |
|
583 |
background:url('imgs/wire_pattern.png') repeat scroll transparent; |
|
584 |
height: 12px; |
|
585 |
z-index: 2; |
|
586 |
} |
|
587 |
||
588 |
.Ldt-sliceLeftHandle { |
|
589 |
position: absolute; |
|
590 |
top: 0px; |
|
591 |
height: 25px; |
|
592 |
width: 7px; |
|
593 |
background:url('imgs/left_handle.gif') no-repeat scroll transparent; |
|
594 |
z-index: 2; |
|
595 |
} |
|
596 |
||
597 |
.Ldt-sliceRightHandle { |
|
598 |
position: absolute; |
|
599 |
top: 0px; |
|
600 |
height: 25px; |
|
601 |
width: 7px; |
|
602 |
background:url('imgs/right_handle.gif') no-repeat scroll transparent; |
|
603 |
z-index: 2; |
|
604 |
} |
|
| 543 | 605 |
|
606 |
.Ldt-createAnnotationWidget { |
|
607 |
font-size: 12px; |
|
608 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
609 |
background-color:#eeeeee; |
|
610 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
611 |
border: 1px solid #b6b8b8; |
| 543 | 612 |
} |
613 |
||
614 |
.Ldt-createAnnotation-DoubleBorder { |
|
615 |
border: 1px solid white; |
|
616 |
overflow: auto; |
|
617 |
padding: 7px; |
|
618 |
} |
|
619 |
||
620 |
.Ldt-createAnnotation-Title { |
|
621 |
font-size: 12pt; |
|
622 |
color : #0068c4; |
|
623 |
float: left; |
|
624 |
margin-right: 5px; |
|
625 |
} |
|
626 |
||
627 |
.Ldt-createAnnotation-TimeFrame { |
|
628 |
font-size: 12pt; |
|
629 |
color : #ff5589; |
|
630 |
float: left; |
|
631 |
} |
|
632 |
||
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
633 |
.Ldt-createAnnotation-Container { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
634 |
display: table; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
635 |
border-collapse: collapse; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
636 |
width: 100%; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
637 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
638 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
639 |
.Ldt-createAnnotation-userAvatar { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
640 |
width: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
641 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
642 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
643 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
644 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
645 |
.Ldt-createAnnotation-userAvatar img { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
646 |
display: block; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
647 |
border: 1px solid #babcbc; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
648 |
} |
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
649 |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
650 |
.Ldt-createAnnotation-profileArrow { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
651 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
652 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
653 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
654 |
width: 15px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
655 |
padding-right: 5px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
656 |
padding-left: 3px; |
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
657 |
background:url('imgs/profile_arrow.png'); |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
658 |
background-repeat: no-repeat; |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
659 |
background-position: center; |
| 543 | 660 |
} |
661 |
||
662 |
.Ldt-createAnnotation-Description { |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
663 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
664 |
width: 100%; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
665 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
666 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
667 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
668 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
669 |
box-sizing: border-box; /* Opera/IE 8+ */ |
| 545 | 670 |
} |
671 |
||
672 |
.Ldt-createAnnotation-present-keyword { |
|
673 |
border: 1px solid #ffffff; |
|
674 |
background-color: #217bcb; |
|
675 |
color: #ffffff; |
|
676 |
padding: 3px; |
|
677 |
padding-left: 4px; |
|
678 |
padding-right: 4px; |
|
| 546 | 679 |
cursor: pointer; |
| 545 | 680 |
} |
681 |
||
682 |
.Ldt-createAnnotation-absent-keyword { |
|
683 |
border: 1px solid #ffffff; |
|
684 |
background-color: #d93c71; |
|
685 |
color: #ffffff; |
|
686 |
padding: 3px; |
|
687 |
padding-left: 4px; |
|
688 |
padding-right: 4px; |
|
| 546 | 689 |
cursor: pointer; |
690 |
} |
|
691 |
||
692 |
.Ldt-createAnnotation-submitButton { |
|
693 |
float: right; |
|
694 |
background-color: #d93c71; |
|
695 |
color: #ffffff; |
|
696 |
cursor: pointer; |
|
697 |
background-image: url('imgs/submit_annotation.png'); |
|
698 |
background-repeat: no-repeat; |
|
699 |
height: 48px; |
|
700 |
width: 48px; |
|
| 763 | 701 |
position: relative; |
702 |
margin-top: 3px; |
|
|
553
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
703 |
} |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
704 |
|
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
705 |
.Ldt-createAnnotation-endScreen { |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
706 |
background-color: #ffffff; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
707 |
margin-left: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
708 |
margin-right: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
709 |
border: 1px solid #d6d6d6; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
710 |
padding: 10px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
711 |
font-size: 13px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
712 |
font-weight: bold; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
713 |
color : #f7268e; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
714 |
text-align: center; |
|
561
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
715 |
} |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
716 |
|
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
717 |
.Ldt-createAnnotation-errorMessage { |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
718 |
color: #D93C71; |
| 585 | 719 |
} |
720 |
||
| 721 | 721 |
.Ldt-createAnnotation-Minimize { |
722 |
position: relative; |
|
723 |
float: right; |
|
724 |
height: 17px; |
|
725 |
width: 17px; |
|
726 |
right: 0px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
727 |
background:url('imgs/minimize.png'); |
| 722 | 728 |
} |
729 |
||
730 |
/* polemic tweet annotation buttons */ |
|
731 |
.Ldt-createAnnotation-polemics { |
|
732 |
padding-top: 2px; |
|
733 |
} |
|
734 |
||
735 |
.Ldt-createAnnotation-polemic-button { |
|
736 |
margin: 0; |
|
737 |
border: 0; |
|
738 |
padding: 0; |
|
739 |
margin-right: 2px; |
|
740 |
width: 38px; |
|
741 |
height: 26px; |
|
742 |
text-indent: -999px; |
|
743 |
background: url(imgs/polemic_buttons_sprite.png); |
|
744 |
} |
|
745 |
||
746 |
.Ldt-createAnnotation-polemic-positive:hover { |
|
747 |
background-position: 0 -26px; |
|
748 |
} |
|
749 |
.Ldt-createAnnotation-polemic-positive.Ldt-createAnnotation-polemic-active { |
|
750 |
background-position: 0 -52px; |
|
| 721 | 751 |
} |
752 |
||
| 722 | 753 |
.Ldt-createAnnotation-polemic-negative { |
754 |
background-position: -38px 0; |
|
755 |
} |
|
756 |
.Ldt-createAnnotation-polemic-negative:hover { |
|
757 |
background-position: -38px -26px; |
|
758 |
} |
|
759 |
.Ldt-createAnnotation-polemic-negative.Ldt-createAnnotation-polemic-active { |
|
760 |
background-position: -38px -52px; |
|
761 |
} |
|
762 |
||
763 |
.Ldt-createAnnotation-polemic-reference { |
|
764 |
background-position: -76px 0; |
|
765 |
} |
|
766 |
.Ldt-createAnnotation-polemic-reference:hover { |
|
767 |
background-position: -76px -26px; |
|
768 |
} |
|
769 |
.Ldt-createAnnotation-polemic-reference.Ldt-createAnnotation-polemic-active { |
|
770 |
background-position: -76px -52px; |
|
771 |
} |
|
772 |
||
773 |
.Ldt-createAnnotation-polemic-question { |
|
774 |
background-position: -114px 0; |
|
775 |
} |
|
776 |
.Ldt-createAnnotation-polemic-question:hover { |
|
777 |
background-position: -114px -26px; |
|
778 |
} |
|
779 |
.Ldt-createAnnotation-polemic-question.Ldt-createAnnotation-polemic-active { |
|
780 |
background-position: -114px -52px; |
|
781 |
} |
|
| 585 | 782 |
/* AnnotationsListWidget */ |
783 |
||
784 |
.Ldt-AnnotationsListWidget { |
|
785 |
font-size: 12px; |
|
786 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
787 |
border: 1px solid #b6b8b8; |
|
788 |
overflow: auto; |
|
789 |
max-height: 480px; |
|
790 |
} |
|
791 |
||
| 588 | 792 |
.Ldt-AnnotationsListWidget ul { |
793 |
padding: 5px; |
|
794 |
} |
|
795 |
||
| 585 | 796 |
.Ldt-AnnotationsListWidget li { |
797 |
list-style-type: none; |
|
798 |
cursor: pointer; |
|
| 588 | 799 |
display: table-row; |
800 |
padding-top: 2px; |
|
801 |
height: 64px; |
|
| 585 | 802 |
} |
| 588 | 803 |
|
804 |
.Ldt-AnnotationsListWidget li:hover { |
|
805 |
background-color: #e9e9e9; |
|
806 |
} |
|
807 |
||
| 712 | 808 |
.Ldt-AnnotationsListWidget li a { |
809 |
text-decoration: none; |
|
810 |
} |
|
811 |
||
| 588 | 812 |
.Ldt-AnnotationsList-Caption { |
813 |
float: left; |
|
814 |
display: table-cell; |
|
815 |
vertical-align: middle; |
|
816 |
} |
|
817 |
||
818 |
.Ldt-AnnotationsList-Duration { |
|
819 |
color : #f7268e; |
|
| 585 | 820 |
float: right; |
| 588 | 821 |
text-align: left; |
822 |
width: 120px; |
|
| 585 | 823 |
} |
824 |
||
825 |
.Ldt-AnnotationsList-Title { |
|
826 |
color: #0068c4; |
|
| 588 | 827 |
font-size: 13px; |
828 |
display: table-cell; |
|
829 |
width: 80%; |
|
| 585 | 830 |
} |
|
675
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
831 |
|
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
832 |
/* Tagcloud */ |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
833 |
|
| 728 | 834 |
.Ldt-TagCloud { |
835 |
font-family: "PT Sans", Arial, Helvetica, sans-serif; |
|
836 |
} |
|
837 |
||
|
675
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
838 |
.Ldt-TagCloud ul { |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
839 |
list-style: none; padding: 0; margin: 5px; text-align: center; |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
840 |
} |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
841 |
|
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
842 |
.Ldt-TagCloud li { |
| 728 | 843 |
display: inline-block; margin: 2px; cursor:pointer; cursor:hand; |
|
675
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
844 |
} |
| 728 | 845 |
|
846 |
.Ldt-TagCloud li:hover { |
|
847 |
color: #0099ff; |
|
848 |
} |
|
849 |
||
850 |
.Ldt-TagCloud-actif { |
|
851 |
color: #c000c0; |
|
852 |
} |