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