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