|
0
|
1 |
#demo-frame > div.demo { padding: 5px !important; }; |
|
|
2 |
|
|
|
3 |
button.ui-button-icon-only { |
|
|
4 |
height:1.5em; |
|
|
5 |
width:1.5em; |
|
|
6 |
} |
|
|
7 |
|
|
|
8 |
#Ldt-loader { |
|
|
9 |
background:url(imgs/loader.gif) no-repeat; |
|
|
10 |
width:20px; |
|
|
11 |
height:16px; |
|
|
12 |
float:left; |
|
|
13 |
} |
|
|
14 |
|
|
|
15 |
/* general class for all buttons */ |
|
|
16 |
.Ldt-button { |
|
|
17 |
|
|
|
18 |
} |
|
|
19 |
|
|
|
20 |
.Ldt-SegmentsWidget { |
|
|
21 |
background-color: #b6b8b7; |
|
|
22 |
overflow: auto; /* clear the floats */ |
|
|
23 |
margin-top: 1px; |
|
|
24 |
} |
|
|
25 |
|
|
|
26 |
.Ldt-iri-chapter{ |
|
|
27 |
float: left; |
|
|
28 |
height: 10px; |
|
|
29 |
} |
|
|
30 |
|
|
|
31 |
.tooltip { |
|
|
32 |
display:none; |
|
|
33 |
background:transparent url(imgs/white_arrow_mini.png); |
|
|
34 |
font-size:12px; |
|
|
35 |
height:55px; |
|
|
36 |
width:180px; |
|
|
37 |
padding:10px; |
|
|
38 |
padding-left:15px; |
|
|
39 |
padding-top:15px; |
|
|
40 |
padding-right:15px; |
|
|
41 |
color:#000; |
|
|
42 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
|
43 |
} |
|
|
44 |
#Ldt-Root{ |
|
|
45 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
|
46 |
} |
|
|
47 |
#Ldt-Hat{ |
|
|
48 |
height:3px; |
|
|
49 |
} |
|
|
50 |
|
|
|
51 |
.Ldt-AnnotationsWidget { |
|
|
52 |
font-size: 12px; |
|
|
53 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
|
54 |
background-color:#eeeeee; |
|
|
55 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
|
56 |
border: 1px solid #b6b8b8; |
|
|
57 |
} |
|
|
58 |
|
|
|
59 |
.Ldt-Annotation-DoubleBorder { |
|
|
60 |
border: 1px solid white; |
|
|
61 |
overflow: auto; |
|
|
62 |
} |
|
|
63 |
|
|
|
64 |
.Ldt-AnnotationContent { |
|
|
65 |
padding:5px; |
|
|
66 |
padding-left: 12px; |
|
|
67 |
|
|
|
68 |
} |
|
|
69 |
|
|
|
70 |
.Ldt-SaTitle{ |
|
|
71 |
padding-top:2px; |
|
|
72 |
padding-bottom:3px; |
|
|
73 |
font-size: 12pt; |
|
|
74 |
color : #0068c4; |
|
|
75 |
} |
|
|
76 |
|
|
|
77 |
.Ldt-SaDescription{ |
|
|
78 |
font-size:12px; |
|
|
79 |
} |
|
|
80 |
|
|
|
81 |
.Ldt-SaKeyword{ |
|
|
82 |
background-color:#b9b9b9; |
|
|
83 |
color:#4D4D4D; |
|
|
84 |
padding:5px; |
|
|
85 |
font-weight:bold; |
|
|
86 |
text-align:left; |
|
|
87 |
float:left; |
|
|
88 |
font-size:10px; |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
.Ldt-AnnotationShareIcons { |
|
|
92 |
float:right; |
|
|
93 |
position: relative; |
|
|
94 |
} |
|
|
95 |
|
|
|
96 |
|
|
|
97 |
#Ldt-PlaceHolder{ |
|
|
98 |
position:absolue; |
|
|
99 |
float:none; |
|
|
100 |
} |
|
|
101 |
|
|
|
102 |
.Ldt-Segments{ |
|
|
103 |
float:left; |
|
|
104 |
font-size: 62.5%; |
|
|
105 |
} |
|
|
106 |
|
|
|
107 |
.Ldt-mode-radio{ |
|
|
108 |
visibility:hidden; |
|
|
109 |
height:0px; |
|
|
110 |
display:none |
|
|
111 |
} |
|
|
112 |
|
|
|
113 |
/* player */ |
|
|
114 |
.Ldt-controler { |
|
|
115 |
font-size: 62.5%; |
|
|
116 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
|
117 |
background:url('imgs/player_gradient.png') repeat-x transparent ; |
|
|
118 |
height: 25px; |
|
|
119 |
border-top: 1px solid #b6b8b8; |
|
|
120 |
border-bottom: 1px solid #b6b8b8; |
|
|
121 |
} |
|
|
122 |
|
|
|
123 |
|
|
|
124 |
.Ldt-LeftPlayerControls { |
|
|
125 |
float:left; |
|
|
126 |
} |
|
|
127 |
|
|
|
128 |
.Ldt-RightPlayerControls { |
|
|
129 |
float: right; |
|
|
130 |
} |
|
|
131 |
|
|
|
132 |
.Ldt-button { |
|
|
133 |
border-left: 1px solid #b6b8b8; |
|
|
134 |
float: left; |
|
|
135 |
cursor: pointer; |
|
|
136 |
|
|
|
137 |
} |
|
|
138 |
|
|
|
139 |
.Ldt-CtrlPlay { |
|
|
140 |
background:url('imgs/play_sprite.png') no-repeat transparent ; |
|
|
141 |
background-position: 0 0; |
|
|
142 |
width: 59px; |
|
|
143 |
height: 25px; |
|
|
144 |
} |
|
|
145 |
|
|
|
146 |
.Ldt-CtrlPlay:hover { |
|
|
147 |
background-position: 0 -25px; |
|
|
148 |
} |
|
|
149 |
|
|
|
150 |
.Ldt-CtrlPlay:active { |
|
|
151 |
background-position: 0 -50px; |
|
|
152 |
} |
|
|
153 |
|
|
|
154 |
.Ldt-CtrlAnnotate { |
|
|
155 |
background:url('imgs/annotate_sprite.png') no-repeat scroll 0 0 transparent ; |
|
|
156 |
width: 33px; |
|
|
157 |
height: 25px; |
|
|
158 |
border-right: 1px solid #b6b8b8; |
|
|
159 |
float: left; |
|
|
160 |
} |
|
|
161 |
|
|
|
162 |
.Ldt-CtrlAnnotate:hover { |
|
|
163 |
background-position: 0 -25px; |
|
|
164 |
} |
|
|
165 |
|
|
|
166 |
.Ldt-CtrlAnnotate:active { |
|
|
167 |
background-position: 0 -50px; |
|
|
168 |
} |
|
|
169 |
|
|
|
170 |
.Ldt-CtrlSearch { |
|
|
171 |
background:url('imgs/search_sprite.png') no-repeat scroll 0 0 transparent ; |
|
|
172 |
width: 33px; |
|
|
173 |
height: 25px; |
|
|
174 |
border-right: 1px solid #b6b8b8; |
|
|
175 |
float: left; |
|
|
176 |
border-left: none; |
|
|
177 |
} |
|
|
178 |
|
|
|
179 |
.Ldt-CtrlSearch:hover { |
|
|
180 |
background-position: 0 -25px; |
|
|
181 |
} |
|
|
182 |
|
|
|
183 |
.Ldt-CtrlSearch:active { |
|
|
184 |
background-position: 0 -50px; |
|
|
185 |
} |
|
|
186 |
|
|
|
187 |
|
|
|
188 |
.Ldt-Time { |
|
|
189 |
position: inherit; |
|
|
190 |
float: left; |
|
|
191 |
border-right: 1px solid #b6b8b8; |
|
|
192 |
height: 25px; |
|
|
193 |
padding-right: 2px; |
|
|
194 |
font-size: 12px; |
|
|
195 |
font-family: Arial, Verdana, sans-serif; |
|
|
196 |
} |
|
|
197 |
|
|
|
198 |
.Ldt-ElapsedTime { |
|
|
199 |
margin-top: 4px; |
|
|
200 |
float: left; |
|
|
201 |
color: #4a4a4a; |
|
|
202 |
} |
|
|
203 |
|
|
|
204 |
.Ldt-TimeSeparator { |
|
|
205 |
margin-top: 4px; |
|
|
206 |
float: left; |
|
|
207 |
padding-left: 1px; |
|
|
208 |
padding-right: 1px; |
|
|
209 |
} |
|
|
210 |
|
|
|
211 |
.Ldt-TotalTime { |
|
|
212 |
margin-top: 4px; |
|
|
213 |
float: left; |
|
|
214 |
color: #b2b2b2; |
|
|
215 |
} |
|
|
216 |
|
|
|
217 |
.Ldt-CtrlSound { |
|
|
218 |
background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ; |
|
|
219 |
width: 33px; |
|
|
220 |
height: 25px; |
|
|
221 |
border-right: 1px solid #b6b8b8; |
|
|
222 |
float: right; |
|
|
223 |
border-left: none; |
|
|
224 |
} |
|
|
225 |
|
|
|
226 |
.Ldt-CtrlSound:hover { |
|
|
227 |
background-position: 0 -25px; |
|
|
228 |
} |
|
|
229 |
|
|
|
230 |
.Ldt-CtrlSound:active { |
|
|
231 |
background-position: 0 -50px; |
|
|
232 |
} |
|
|
233 |
/* |
|
|
234 |
.Ldt-CtrlSound { |
|
|
235 |
float: right; |
|
|
236 |
border-left: none; |
|
|
237 |
height: 25px; |
|
|
238 |
top: 7px; |
|
|
239 |
position: inherit; |
|
|
240 |
} |
|
|
241 |
*/ |
|
|
242 |
.Ldt-cleaner { |
|
|
243 |
clear:both; |
|
|
244 |
} |
|
|
245 |
|
|
|
246 |
/* Arrow Widget */ |
|
|
247 |
.Ldt-arrowWidget { |
|
|
248 |
position: relative; |
|
|
249 |
background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
|
|
250 |
height:16px; |
|
|
251 |
width:27px; |
|
|
252 |
margin-bottom: -3px; |
|
|
253 |
z-index: 4; |
|
|
254 |
left: 0%; |
|
|
255 |
} |
|
|
256 |
|
|
|
257 |
.cleaner { |
|
|
258 |
clear:both; |
|
|
259 |
} |
|
|
260 |
|
|
|
261 |
.share { |
|
|
262 |
background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; |
|
|
263 |
display:block; |
|
|
264 |
height:16px; |
|
|
265 |
line-height:16px !important; |
|
|
266 |
overflow:hidden; |
|
|
267 |
width:16px; |
|
|
268 |
float:left; |
|
|
269 |
cursor:pointer; |
|
|
270 |
margin:2px; |
|
|
271 |
} |
|
|
272 |
.shareFacebook{ |
|
|
273 |
background-position:0 -704px; |
|
|
274 |
} |
|
|
275 |
.shareMySpace{ |
|
|
276 |
background-position:0 -736px; |
|
|
277 |
} |
|
|
278 |
.shareTwitter{ |
|
|
279 |
background-position:0 -1072px; |
|
|
280 |
} |
|
|
281 |
.shareGoogle{ |
|
|
282 |
background-position:0 -752px; |
|
|
283 |
} |
|
|
284 |
.shareDelicious{ |
|
|
285 |
background-position:0 -672px; |
|
|
286 |
} |
|
|
287 |
.shareJamesPot{ |
|
|
288 |
background-position:0 -1808px; |
|
|
289 |
} |
|
|
290 |
|
|
|
291 |
.tip{ |
|
|
292 |
position : fixed; /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
|
|
293 |
widget */ |
|
|
294 |
padding : 3px; |
|
|
295 |
z-index: 10000000000; |
|
|
296 |
max-width: 200px; |
|
|
297 |
background: transparent url("imgs/white_arrow_long.png"); |
|
|
298 |
font-size: 12px; |
|
|
299 |
height: 125px; |
|
|
300 |
width: 180px; |
|
|
301 |
padding: 10px; |
|
|
302 |
padding-left: 15px; |
|
|
303 |
padding-top: 15px; |
|
|
304 |
padding-right: 15px; |
|
|
305 |
color: black; |
|
|
306 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
|
307 |
overflow:hidden; |
|
|
308 |
} |
|
|
309 |
|
|
|
310 |
/* slider */ |
|
|
311 |
.Ldt-SliderMinimized { |
|
|
312 |
height: 6px; |
|
|
313 |
} |
|
|
314 |
|
|
|
315 |
.Ldt-SliderMaximized { |
|
|
316 |
height: 11px; |
|
|
317 |
} |
|
|
318 |
|
|
|
319 |
.Ldt-sliderElementMinimized { |
|
|
320 |
width: 100%; |
|
|
321 |
height: 5px; |
|
|
322 |
} |
|
|
323 |
|
|
|
324 |
.Ldt-sliderElementMaximized { |
|
|
325 |
width: 100%; |
|
|
326 |
height: 10px; |
|
|
327 |
} |
|
|
328 |
|
|
|
329 |
.Ldt-sliderBackground { |
|
|
330 |
background-color: #B6B8B8; |
|
|
331 |
position: absolute; |
|
|
332 |
z-index: 2; |
|
|
333 |
bottom: 1px; |
|
|
334 |
width: 100%; |
|
|
335 |
height: 5px; |
|
|
336 |
|
|
|
337 |
} |
|
|
338 |
|
|
|
339 |
.Ldt-sliderForeground { |
|
|
340 |
background-color: #747474; |
|
|
341 |
z-index: 2; |
|
|
342 |
width: 0px; |
|
|
343 |
position: absolute; |
|
|
344 |
bottom: 1px; |
|
|
345 |
height: 5px; |
|
|
346 |
} |
|
|
347 |
|
|
|
348 |
.Ldt-sliderPositionMarker { |
|
|
349 |
position: absolute; |
|
|
350 |
z-index: 100; |
|
|
351 |
background-color: blue; |
|
|
352 |
height: 5px; |
|
|
353 |
width: 5px; |
|
|
354 |
top: 0%; |
|
|
355 |
bottom: 1px; |
|
|
356 |
} |
|
|
357 |
|
|
|
358 |
.positionMarker { |
|
|
359 |
position: absolute; |
|
|
360 |
z-index: 100; |
|
|
361 |
width: 1px; |
|
|
362 |
height: 20px; |
|
|
363 |
background-color: white; |
|
|
364 |
} |
|
|
365 |
|
|
|
366 |
/* tweet Widget */ |
|
|
367 |
.Ldt-tweetWidget { |
|
|
368 |
font-size: 12px; |
|
|
369 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
|
370 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
|
371 |
border: 1px solid #b6b8b8; |
|
|
372 |
border-top: none; |
|
|
373 |
overflow: auto; |
|
|
374 |
} |
|
|
375 |
|
|
|
376 |
.Ldt-tweet-DoubleBorder { |
|
|
377 |
border: 1px solid white; |
|
|
378 |
padding: 5px; |
|
|
379 |
overflow: auto; |
|
|
380 |
} |
|
|
381 |
|
|
|
382 |
.Ldt-tweetAvatar { |
|
|
383 |
float: left; |
|
|
384 |
} |
|
|
385 |
|
|
|
386 |
.Ldt-tweetAvatar-profileArrow { |
|
|
387 |
float: left; |
|
|
388 |
height: 48px; |
|
|
389 |
margin-left: 5px; |
|
|
390 |
margin-right: 5px; |
|
|
391 |
} |
|
|
392 |
|
|
|
393 |
.Ldt-tweet_userHandle { |
|
|
394 |
float: left; |
|
|
395 |
color: #5c8df1; |
|
|
396 |
} |
|
|
397 |
|
|
|
398 |
.Ldt-tweet_realName { |
|
|
399 |
float: left; |
|
|
400 |
margin-left: 3px; |
|
|
401 |
} |
|
|
402 |
|
|
|
403 |
.Ldt-tweetContents { |
|
|
404 |
} |
|
|
405 |
|
|
|
406 |
.Ldt-tweet_date { |
|
|
407 |
float: left; |
|
|
408 |
} |
|
|
409 |
|
|
|
410 |
.Ldt-tweetWidgetKeepOpen { |
|
|
411 |
position: relative; |
|
|
412 |
float: right; |
|
|
413 |
height: 17px; |
|
|
414 |
width: 17px; |
|
|
415 |
margin-right: 1px; |
|
|
416 |
} |
|
|
417 |
|
|
|
418 |
.Ldt-tweetWidgetMinimize { |
|
|
419 |
position: relative; |
|
|
420 |
float: right; |
|
|
421 |
height: 17px; |
|
|
422 |
width: 17px; |
|
|
423 |
right: 9px; |
|
|
424 |
} |
|
|
425 |
|
|
|
426 |
.Ldt-tweetWidget * a:link { |
|
|
427 |
color: #729efa; |
|
|
428 |
|
|
|
429 |
} |
|
|
430 |
|
|
|
431 |
.Ldt-TweetReply { |
|
|
432 |
float: left; |
|
|
433 |
margin-left: 16px; |
|
|
434 |
} |
|
|
435 |
|
|
|
436 |
.Ldt-TweetReplyIcon { |
|
|
437 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
|
438 |
width: 14px; |
|
|
439 |
height: 11px; |
|
|
440 |
float: left; |
|
|
441 |
margin-top: 2px; |
|
|
442 |
} |
|
|
443 |
|
|
|
444 |
.Ldt-TweetReplyIcon:hover { |
|
|
445 |
background-position: 0 -11px; |
|
|
446 |
} |
|
|
447 |
|
|
|
448 |
.Ldt-TweetReplyIcon:active { |
|
|
449 |
background-position: 0 -22px; |
|
|
450 |
} |
|
|
451 |
|
|
|
452 |
.Ldt-Retweet { |
|
|
453 |
float: left; |
|
|
454 |
margin-left: 16px; |
|
|
455 |
} |
|
|
456 |
|
|
|
457 |
.Ldt-RetweetIcon { |
|
|
458 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
|
459 |
width: 14px; |
|
|
460 |
height: 8px; |
|
|
461 |
float: left; |
|
|
462 |
margin-top: 3px; |
|
|
463 |
} |
|
|
464 |
|
|
|
465 |
.Ldt-RetweetIcon:hover { |
|
|
466 |
background-position: 0 -8px; |
|
|
467 |
} |
|
|
468 |
|
|
|
469 |
.Ldt-RetweetIcon:active { |
|
|
470 |
background-position: 0 -16px; |
|
|
471 |
} |
|
|
472 |
|
|
|
473 |
/* styling of a "++" in a tweet */ |
|
|
474 |
.Ldt-PolemicPlusPlus { |
|
|
475 |
background-color: #1d973d; |
|
|
476 |
} |
|
|
477 |
|
|
|
478 |
/* styling of a "==" in a tweet */ |
|
|
479 |
.Ldt-PolemicEqualEqual { |
|
|
480 |
background-color: #5c8df1 |
|
|
481 |
} |
|
|
482 |
|
|
|
483 |
/* styling of a "--" in a tweet */ |
|
|
484 |
.Ldt-PolemicMinusMinus { |
|
|
485 |
background-color: #ce0a15; |
|
|
486 |
} |
|
|
487 |
|
|
|
488 |
/* styling of a "??" in a tweet */ |
|
|
489 |
.Ldt-PolemicQuestion { |
|
|
490 |
background-color: #c5a62d; |
|
|
491 |
} |
|
|
492 |
|
|
|
493 |
/* the styling of a spacer div */ |
|
|
494 |
.Ldt-spacer { |
|
|
495 |
background-color:#eeeeee; |
|
|
496 |
} |