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