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