| author | veltr |
| Wed, 18 Apr 2012 18:58:44 +0200 | |
| branch | new-model |
| changeset 870 | 2c025db10a10 |
| parent 868 | a525cc2214e7 |
| child 874 | 38b65761a7d5 |
| 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 |
|
| 868 | 25 |
.Ldt-loader { |
26 |
min-height: 128px; |
|
| 840 | 27 |
background:url(imgs/loader.gif) center no-repeat; |
28 |
text-indent: -9999px; |
|
29 |
position: absolute; |
|
| 534 | 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 |
||
|
870
2c025db10a10
Migrated playerWidget and started annotationsListWidget
veltr
parents:
868
diff
changeset
|
328 |
.Ldt-Ctrl-Volume-Control .ui-slider-handle { |
|
2c025db10a10
Migrated playerWidget and started annotationsListWidget
veltr
parents:
868
diff
changeset
|
329 |
width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px; top: -8px; margin-left: -4px; |
| 839 | 330 |
cursor: pointer; |
331 |
} |
|
332 |
||
|
870
2c025db10a10
Migrated playerWidget and started annotationsListWidget
veltr
parents:
868
diff
changeset
|
333 |
.Ldt-Ctrl-Volume-Control:hover .ui-slider-handle { |
| 842 | 334 |
background: #F7268E; |
| 839 | 335 |
} |
336 |
||
| 534 | 337 |
.Ldt-cleaner { |
338 |
clear:both; |
|
339 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
340 |
|
| 534 | 341 |
/* Arrow Widget */ |
342 |
.Ldt-arrowWidget { |
|
343 |
position: relative; |
|
|
803
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
344 |
|
| 534 | 345 |
height:16px; |
346 |
width:27px; |
|
347 |
margin-bottom: -3px; |
|
348 |
z-index: 4; |
|
349 |
left: 0%; |
|
350 |
} |
|
351 |
||
|
803
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
352 |
.Ldt-arrowLeftEdge { |
|
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
353 |
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
|
354 |
} |
|
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
355 |
|
|
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
356 |
.Ldt-arrowCenter { |
|
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
357 |
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
|
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-arrowRightEdge { |
|
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
361 |
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
|
362 |
} |
|
4955d857e304
move css code from js to css classes for arrowWidget.
hamidouk
parents:
802
diff
changeset
|
363 |
|
| 534 | 364 |
.cleaner { |
365 |
clear:both; |
|
366 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
367 |
|
| 534 | 368 |
.share { |
369 |
background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; |
|
370 |
display:block; |
|
371 |
height:16px; |
|
372 |
line-height:16px !important; |
|
373 |
overflow:hidden; |
|
374 |
width:16px; |
|
375 |
float:left; |
|
376 |
cursor:pointer; |
|
377 |
margin:2px; |
|
378 |
} |
|
379 |
.shareFacebook{ |
|
380 |
background-position:0 -704px; |
|
381 |
} |
|
382 |
.shareMySpace{ |
|
383 |
background-position:0 -736px; |
|
384 |
} |
|
385 |
.shareTwitter{ |
|
386 |
background-position:0 -1072px; |
|
387 |
} |
|
388 |
.shareGoogle{ |
|
389 |
background-position:0 -752px; |
|
390 |
} |
|
391 |
.shareDelicious{ |
|
392 |
background-position:0 -672px; |
|
393 |
} |
|
394 |
.shareJamesPot{ |
|
395 |
background-position:0 -1808px; |
|
396 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
397 |
|
| 534 | 398 |
.tip{ |
| 550 | 399 |
position: absolute; |
| 534 | 400 |
padding : 3px; |
401 |
z-index: 10000000000; |
|
402 |
max-width: 200px; |
|
403 |
background: transparent url("imgs/white_arrow_long.png"); |
|
404 |
font-size: 12px; |
|
| 836 | 405 |
height: 115px; |
| 534 | 406 |
width: 180px; |
| 836 | 407 |
padding: 15px 15px 20px; |
| 534 | 408 |
color: black; |
409 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
410 |
overflow:hidden; |
|
411 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
412 |
|
| 836 | 413 |
.tipcolor { |
414 |
float: left; margin: 2px 4px 2px 0; |
|
415 |
} |
|
416 |
||
417 |
.tip img { |
|
418 |
max-width: 140px; max-height: 70px; margin: 0 20px; |
|
419 |
} |
|
420 |
||
| 534 | 421 |
/* slider */ |
422 |
.Ldt-SliderMinimized { |
|
423 |
height: 6px; |
|
424 |
} |
|
| 324 | 425 |
|
| 534 | 426 |
.Ldt-SliderMaximized { |
427 |
height: 11px; |
|
428 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
429 |
|
| 534 | 430 |
.Ldt-sliderElementMinimized { |
431 |
width: 100%; |
|
432 |
height: 5px; |
|
433 |
} |
|
| 324 | 434 |
|
| 534 | 435 |
.Ldt-sliderElementMaximized { |
436 |
width: 100%; |
|
437 |
height: 10px; |
|
438 |
} |
|
| 324 | 439 |
|
| 534 | 440 |
.Ldt-sliderBackground { |
441 |
background-color: #B6B8B8; |
|
442 |
position: absolute; |
|
443 |
z-index: 2; |
|
444 |
bottom: 1px; |
|
445 |
width: 100%; |
|
446 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
447 |
|
| 534 | 448 |
} |
449 |
||
450 |
.Ldt-sliderForeground { |
|
451 |
background-color: #747474; |
|
452 |
z-index: 2; |
|
453 |
width: 0px; |
|
454 |
position: absolute; |
|
455 |
bottom: 1px; |
|
456 |
height: 5px; |
|
457 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
458 |
|
| 534 | 459 |
.Ldt-sliderPositionMarker { |
460 |
position: absolute; |
|
461 |
z-index: 100; |
|
462 |
background-color: #f7268e; |
|
463 |
height: 5px; |
|
464 |
width: 5px; |
|
465 |
bottom: 1px; |
|
466 |
border-left: 1px solid white; |
|
467 |
border-right: 1px solid white; |
|
468 |
} |
|
| 316 | 469 |
|
| 534 | 470 |
/* tweet Widget */ |
471 |
.Ldt-tweetWidget { |
|
472 |
font-size: 12px; |
|
473 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
474 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
475 |
border: 1px solid #b6b8b8; |
|
476 |
border-top: none; |
|
477 |
overflow: auto; |
|
478 |
} |
|
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
479 |
|
| 534 | 480 |
.Ldt-tweet-DoubleBorder { |
481 |
border: 1px solid white; |
|
482 |
padding: 5px; |
|
483 |
overflow: auto; |
|
484 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
485 |
|
| 534 | 486 |
.Ldt-tweetAvatar { |
487 |
float: left; |
|
488 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
489 |
|
| 534 | 490 |
.Ldt-tweetAvatar-profileArrow { |
491 |
float: left; |
|
492 |
height: 48px; |
|
493 |
margin-left: 5px; |
|
494 |
margin-right: 5px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
495 |
background:url('imgs/profile_arrow.png'); |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
496 |
background-position: 7 10px; |
| 534 | 497 |
} |
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
498 |
|
| 534 | 499 |
.Ldt-tweet_userHandle { |
500 |
float: left; |
|
501 |
color: #5c8df1; |
|
502 |
} |
|
| 367 | 503 |
|
| 534 | 504 |
.Ldt-tweet_realName { |
505 |
float: left; |
|
506 |
margin-left: 3px; |
|
507 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
508 |
|
| 534 | 509 |
.Ldt-tweetContents { |
510 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
511 |
|
| 534 | 512 |
.Ldt-tweet_date { |
513 |
float: left; |
|
514 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
515 |
|
| 534 | 516 |
.Ldt-tweetWidgetKeepOpen { |
517 |
position: relative; |
|
518 |
float: right; |
|
519 |
height: 17px; |
|
520 |
width: 17px; |
|
521 |
margin-right: 1px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
522 |
background:url('imgs/minimize.png'); |
| 534 | 523 |
} |
|
378
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
524 |
|
| 534 | 525 |
.Ldt-tweetWidgetMinimize { |
526 |
position: relative; |
|
527 |
float: right; |
|
528 |
height: 17px; |
|
529 |
width: 17px; |
|
530 |
right: 9px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
531 |
background:url('imgs/minimize.png'); |
| 534 | 532 |
} |
| 360 | 533 |
|
| 534 | 534 |
.Ldt-tweetWidget * a:link { |
535 |
color: #729efa; |
|
| 360 | 536 |
|
| 534 | 537 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
538 |
|
| 534 | 539 |
.Ldt-TweetReply { |
540 |
float: left; |
|
541 |
margin-left: 16px; |
|
542 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
543 |
|
| 534 | 544 |
.Ldt-TweetReplyIcon { |
545 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
546 |
width: 14px; |
|
547 |
height: 11px; |
|
548 |
float: left; |
|
549 |
margin-top: 2px; |
|
550 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
551 |
|
| 534 | 552 |
.Ldt-TweetReplyIcon:hover { |
553 |
background-position: 0 -11px; |
|
554 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
555 |
|
| 534 | 556 |
.Ldt-TweetReplyIcon:active { |
557 |
background-position: 0 -22px; |
|
558 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
559 |
|
| 534 | 560 |
.Ldt-Retweet { |
561 |
float: left; |
|
562 |
margin-left: 16px; |
|
563 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
564 |
|
| 534 | 565 |
.Ldt-RetweetIcon { |
566 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
567 |
width: 14px; |
|
568 |
height: 8px; |
|
569 |
float: left; |
|
570 |
margin-top: 3px; |
|
571 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
572 |
|
| 534 | 573 |
.Ldt-RetweetIcon:hover { |
574 |
background-position: 0 -8px; |
|
575 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
576 |
|
| 534 | 577 |
.Ldt-RetweetIcon:active { |
578 |
background-position: 0 -16px; |
|
579 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
580 |
|
| 534 | 581 |
/* styling of a "++" in a tweet */ |
582 |
.Ldt-PolemicPlusPlus { |
|
583 |
background-color: #1d973d; |
|
584 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
585 |
|
| 534 | 586 |
/* styling of a "==" in a tweet */ |
587 |
.Ldt-PolemicEqualEqual { |
|
588 |
background-color: #5c8df1 |
|
589 |
} |
|
590 |
||
591 |
/* styling of a "--" in a tweet */ |
|
592 |
.Ldt-PolemicMinusMinus { |
|
593 |
background-color: #ce0a15; |
|
594 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
595 |
|
| 534 | 596 |
/* styling of a "??" in a tweet */ |
597 |
.Ldt-PolemicQuestion { |
|
598 |
background-color: #c5a62d; |
|
599 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
600 |
|
| 534 | 601 |
/* the styling of a spacer div */ |
602 |
.Ldt-spacer { |
|
603 |
background-color:#eeeeee; |
|
604 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
605 |
|
| 534 | 606 |
/* sparkline widget */ |
607 |
.Ldt-sparklineWidget { |
|
608 |
position: relative; |
|
609 |
margin-bottom: 5px; |
|
610 |
} |
|
611 |
||
612 |
.Ldt-sparkLinePositionMarker { |
|
613 |
position: absolute; |
|
614 |
top: 0px; |
|
615 |
width: 0px; |
|
616 |
background-color: #333333; |
|
617 |
border-right: solid 1px pink; |
|
618 |
z-index: 3; |
|
619 |
opacity: 0.2; |
|
620 |
} |
|
621 |
||
622 |
.Ldt-sparkLine { |
|
623 |
position: absolute; |
|
624 |
top: 0px; |
|
625 |
} |
|
626 |
||
627 |
.Ldt-sparkLineClickOverlay { |
|
628 |
position: absolute; |
|
629 |
width: 640px; |
|
630 |
height: 60px; |
|
631 |
z-index: 4; |
|
632 |
top: 0px; |
|
633 |
opacity: 0.3; |
|
634 |
} |
|
| 537 | 635 |
|
636 |
.Ldt-sliceWidget { |
|
637 |
position: relative; |
|
638 |
width: 100%; |
|
639 |
height: 25px; |
|
640 |
margin-top: 3px; |
|
641 |
} |
|
642 |
||
643 |
.Ldt-sliceBackground { |
|
644 |
width: 100%; |
|
645 |
background-color: #b6b8b8; |
|
646 |
height: 12px; |
|
647 |
} |
|
648 |
||
649 |
.Ldt-sliceZone { |
|
650 |
position: absolute; |
|
651 |
top: 0px; |
|
652 |
background:url('imgs/wire_pattern.png') repeat scroll transparent; |
|
653 |
height: 12px; |
|
654 |
z-index: 2; |
|
655 |
} |
|
656 |
||
657 |
.Ldt-sliceLeftHandle { |
|
658 |
position: absolute; |
|
659 |
top: 0px; |
|
660 |
height: 25px; |
|
661 |
width: 7px; |
|
662 |
background:url('imgs/left_handle.gif') no-repeat scroll transparent; |
|
663 |
z-index: 2; |
|
664 |
} |
|
665 |
||
666 |
.Ldt-sliceRightHandle { |
|
667 |
position: absolute; |
|
668 |
top: 0px; |
|
669 |
height: 25px; |
|
670 |
width: 7px; |
|
671 |
background:url('imgs/right_handle.gif') no-repeat scroll transparent; |
|
672 |
z-index: 2; |
|
673 |
} |
|
| 543 | 674 |
|
675 |
.Ldt-createAnnotationWidget { |
|
676 |
font-size: 12px; |
|
677 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
678 |
background-color:#eeeeee; |
|
679 |
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
|
680 |
border: 1px solid #b6b8b8; |
| 543 | 681 |
} |
682 |
||
683 |
.Ldt-createAnnotation-DoubleBorder { |
|
684 |
border: 1px solid white; |
|
685 |
overflow: auto; |
|
686 |
padding: 7px; |
|
687 |
} |
|
688 |
||
689 |
.Ldt-createAnnotation-Title { |
|
690 |
font-size: 12pt; |
|
691 |
color : #0068c4; |
|
692 |
float: left; |
|
693 |
margin-right: 5px; |
|
694 |
} |
|
695 |
||
696 |
.Ldt-createAnnotation-TimeFrame { |
|
697 |
font-size: 12pt; |
|
698 |
color : #ff5589; |
|
699 |
float: left; |
|
700 |
} |
|
701 |
||
| 831 | 702 |
.Ldt-createAnnotation-Container { |
703 |
float: left; width: 100%; clear: both; |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
704 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
705 |
|
| 831 | 706 |
.Ldt-createAnnotation-userAvatar { |
707 |
float: right; |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
708 |
width: 48px; |
| 831 | 709 |
height: 48px; |
710 |
margin: 7px 0; |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
711 |
border: 1px solid #babcbc; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
712 |
} |
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
713 |
|
| 831 | 714 |
.Ldt-createAnnotation-userAvatar img { |
715 |
float: right; |
|
716 |
display: block; |
|
717 |
max-width: 100%; |
|
718 |
max-height: 100%; |
|
719 |
} |
|
720 |
||
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
721 |
.Ldt-createAnnotation-profileArrow { |
| 831 | 722 |
float: right; |
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
723 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
724 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
725 |
width: 15px; |
| 831 | 726 |
margin: 7px 5px; |
727 |
background:url('imgs/profile_arrow.png') center no-repeat; |
|
| 543 | 728 |
} |
729 |
||
730 |
.Ldt-createAnnotation-Description { |
|
| 831 | 731 |
float: left; |
732 |
width: 520px; |
|
733 |
height: 56px; padding: 2px; |
|
734 |
resize: none; |
|
| 545 | 735 |
} |
736 |
||
| 831 | 737 |
.Ldt-createAnnotation-btnblock { |
738 |
float: left; width: 450px; margin: 5px 0; |
|
739 |
} |
|
740 |
||
741 |
.Ldt-createAnnotation-btnblock label { |
|
742 |
float: left; margin-left: 12px; margin: 2px 8px 2px 0; font-size: 12px; |
|
743 |
} |
|
744 |
||
745 |
.Ldt-createAnnotation-keyword-button { |
|
| 545 | 746 |
border: 1px solid #ffffff; |
747 |
background-color: #217bcb; |
|
748 |
color: #ffffff; |
|
| 831 | 749 |
padding: 3px 4px; |
| 546 | 750 |
cursor: pointer; |
| 545 | 751 |
} |
752 |
||
| 831 | 753 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-keyword-button { |
| 545 | 754 |
background-color: #d93c71; |
| 546 | 755 |
} |
756 |
||
757 |
.Ldt-createAnnotation-submitButton { |
|
758 |
float: right; |
|
759 |
background-color: #d93c71; |
|
760 |
color: #ffffff; |
|
761 |
cursor: pointer; |
|
762 |
background-image: url('imgs/submit_annotation.png'); |
|
763 |
background-repeat: no-repeat; |
|
764 |
height: 48px; |
|
765 |
width: 48px; |
|
| 763 | 766 |
position: relative; |
767 |
margin-top: 3px; |
|
| 831 | 768 |
padding: 28px 0 0; |
769 |
font-size: 13px; |
|
770 |
border: none; |
|
771 |
text-align: center; |
|
|
553
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
772 |
} |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
773 |
|
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
774 |
.Ldt-createAnnotation-endScreen { |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
775 |
background-color: #ffffff; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
776 |
margin-left: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
777 |
margin-right: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
778 |
border: 1px solid #d6d6d6; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
779 |
padding: 10px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
780 |
font-size: 13px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
781 |
font-weight: bold; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
782 |
color : #f7268e; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
783 |
text-align: center; |
|
561
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
784 |
} |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
785 |
|
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
786 |
.Ldt-createAnnotation-errorMessage { |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
787 |
color: #D93C71; |
| 585 | 788 |
} |
789 |
||
| 721 | 790 |
.Ldt-createAnnotation-Minimize { |
791 |
position: relative; |
|
792 |
float: right; |
|
793 |
height: 17px; |
|
794 |
width: 17px; |
|
795 |
right: 0px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
796 |
background:url('imgs/minimize.png'); |
| 722 | 797 |
} |
798 |
||
799 |
/* polemic tweet annotation buttons */ |
|
800 |
||
801 |
.Ldt-createAnnotation-polemic-button { |
|
802 |
margin: 0; |
|
803 |
border: 0; |
|
804 |
padding: 0; |
|
805 |
margin-right: 2px; |
|
806 |
width: 38px; |
|
807 |
height: 26px; |
|
808 |
text-indent: -999px; |
|
809 |
background: url(imgs/polemic_buttons_sprite.png); |
|
| 831 | 810 |
cursor: pointer; |
| 722 | 811 |
} |
812 |
||
813 |
.Ldt-createAnnotation-polemic-positive:hover { |
|
814 |
background-position: 0 -26px; |
|
815 |
} |
|
| 831 | 816 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-positive { |
| 722 | 817 |
background-position: 0 -52px; |
| 721 | 818 |
} |
819 |
||
| 722 | 820 |
.Ldt-createAnnotation-polemic-negative { |
821 |
background-position: -38px 0; |
|
822 |
} |
|
823 |
.Ldt-createAnnotation-polemic-negative:hover { |
|
824 |
background-position: -38px -26px; |
|
825 |
} |
|
| 831 | 826 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-negative { |
| 722 | 827 |
background-position: -38px -52px; |
828 |
} |
|
829 |
||
830 |
.Ldt-createAnnotation-polemic-reference { |
|
831 |
background-position: -76px 0; |
|
832 |
} |
|
833 |
.Ldt-createAnnotation-polemic-reference:hover { |
|
834 |
background-position: -76px -26px; |
|
835 |
} |
|
| 831 | 836 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-reference { |
| 722 | 837 |
background-position: -76px -52px; |
838 |
} |
|
839 |
||
840 |
.Ldt-createAnnotation-polemic-question { |
|
841 |
background-position: -114px 0; |
|
842 |
} |
|
843 |
.Ldt-createAnnotation-polemic-question:hover { |
|
844 |
background-position: -114px -26px; |
|
845 |
} |
|
| 831 | 846 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-question { |
| 722 | 847 |
background-position: -114px -52px; |
848 |
} |
|
|
806
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
849 |
|
|
808
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
850 |
.Ldt-createAnnotation-spinner { |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
851 |
display: inline; |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
852 |
width: 16px; |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
853 |
height: 16px; |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
854 |
background-image('imgs/spinner.gif'); |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
855 |
} |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
856 |
|
|
806
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
857 |
.Ldt-createAnnotation-endScreen-TweetLink { |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
858 |
width: 54px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
859 |
height: 20px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
860 |
background-image('imgs/tweet_button.png'); |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
861 |
} |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
862 |
|
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
863 |
.Ldt-createAnnotation-endScreen-FbLink { |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
864 |
width: 55px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
865 |
height: 20px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
866 |
background-image('imgs/facebook_button.png'); |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
867 |
} |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
868 |
|
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
869 |
.Ldt-createAnnotation-endScreen-GplusLink { |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
870 |
width: 50px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
871 |
height: 20px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
872 |
background-image('imgs/gplus_button.png'); |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
873 |
} |
| 585 | 874 |
/* AnnotationsListWidget */ |
875 |
||
876 |
.Ldt-AnnotationsListWidget { |
|
877 |
font-size: 12px; |
|
878 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
879 |
border: 1px solid #b6b8b8; |
|
880 |
overflow: auto; |
|
881 |
max-height: 480px; |
|
882 |
} |
|
883 |
||
| 840 | 884 |
ul.Ldt-AnnotationsList-ul { |
| 833 | 885 |
list-style: none; |
886 |
padding: 0 3px; |
|
| 588 | 887 |
} |
888 |
||
| 840 | 889 |
li.Ldt-AnnotationsList-li { |
| 585 | 890 |
cursor: pointer; |
| 833 | 891 |
float: left; width: 100%; clear: both; |
892 |
margin: 2px 0; padding: 2px 0; |
|
| 585 | 893 |
} |
| 588 | 894 |
|
| 833 | 895 |
.Ldt-AnnotationsList-li:hover { |
| 588 | 896 |
background-color: #e9e9e9; |
897 |
} |
|
898 |
||
|
838
03b03865eb9b
Transferred i18n data to widgets, corrected slider bug, added search in annotationslist
veltr
parents:
836
diff
changeset
|
899 |
.Ldt-AnnotationsList-highlight { |
| 842 | 900 |
background: #F7268E; color: #ffffff; |
|
838
03b03865eb9b
Transferred i18n data to widgets, corrected slider bug, added search in annotationslist
veltr
parents:
836
diff
changeset
|
901 |
} |
|
03b03865eb9b
Transferred i18n data to widgets, corrected slider bug, added search in annotationslist
veltr
parents:
836
diff
changeset
|
902 |
|
| 833 | 903 |
.Ldt-AnnotationsListWidget a { |
| 712 | 904 |
text-decoration: none; |
905 |
} |
|
906 |
||
| 833 | 907 |
.Ldt-AnnotationsList-Thumb-Placeholder { |
| 588 | 908 |
float: left; |
|
806
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
909 |
height: 64px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
910 |
width: 64px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
911 |
background-image: url('imgs/video_sequence.png'); |
| 588 | 912 |
} |
913 |
||
| 840 | 914 |
.Ldt-AnnotationsList-Thumbnail { |
| 833 | 915 |
border: none; |
916 |
float: left; |
|
917 |
max-width: 64px; |
|
918 |
max-height: 64px; |
|
919 |
} |
|
920 |
||
| 588 | 921 |
.Ldt-AnnotationsList-Duration { |
| 833 | 922 |
color : #f7268e; |
923 |
float: right; text-align: right; |
|
| 585 | 924 |
} |
925 |
||
926 |
.Ldt-AnnotationsList-Title { |
|
927 |
color: #0068c4; |
|
| 588 | 928 |
font-size: 13px; |
| 833 | 929 |
margin: 0 0 2px 64px; |
930 |
} |
|
931 |
||
932 |
.Ldt-AnnotationsList-Description { |
|
933 |
clear: both; |
|
934 |
margin: 2px 0; |
|
935 |
} |
|
936 |
||
| 840 | 937 |
ul.Ldt-AnnotationsList-Tags { |
| 833 | 938 |
width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0; |
939 |
} |
|
940 |
||
| 840 | 941 |
li.Ldt-AnnotationsList-Tag-Li { |
| 842 | 942 |
float: left; margin: 2px; background: #0068c4; color: #fff; padding: 4px; |
943 |
} |
|
944 |
||
945 |
li.Ldt-AnnotationsList-Tag-Li:hover { |
|
946 |
background: #F7268E; |
|
| 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 |
} |