| author | hamidouk |
| Thu, 29 Dec 2011 15:19:13 +0100 | |
| branch | popcorn-port |
| changeset 545 | 992f92f35650 |
| parent 544 | c493cb634b45 |
| child 546 | be6b15bd7234 |
| permissions | -rw-r--r-- |
| 534 | 1 |
#demo-frame > div.demo { padding: 5px !important; }; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
2 |
|
| 534 | 3 |
button.ui-button-icon-only { |
4 |
height:1.5em; |
|
5 |
width:1.5em; |
|
6 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
7 |
|
| 534 | 8 |
#Ldt-loader { |
9 |
background:url(imgs/loader.gif) no-repeat; |
|
10 |
width:20px; |
|
11 |
height:16px; |
|
12 |
float:left; |
|
13 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
14 |
|
| 534 | 15 |
/* general class for all buttons */ |
16 |
.Ldt-button { |
|
| 344 | 17 |
|
| 534 | 18 |
} |
| 344 | 19 |
|
| 534 | 20 |
.Ldt-SegmentsWidget { |
21 |
/* overflow: auto; /* clear the floats */ |
|
22 |
margin-top: 1px; |
|
23 |
padding-bottom: 8px; /* FIXME: only a temporary fix. This should be put into the layout manager. */ |
|
24 |
} |
|
|
334
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
25 |
|
| 534 | 26 |
.Ldt-iri-chapter { |
27 |
position: absolute; |
|
28 |
height: 10px; |
|
29 |
border-right: 1px solid white; |
|
30 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
31 |
|
| 534 | 32 |
.Ldt-SegmentPositionMarker { |
33 |
position: absolute; |
|
34 |
z-index: 100; |
|
35 |
width: 1px; |
|
36 |
height: 10px; |
|
37 |
background-color: white; |
|
38 |
} |
|
39 |
.tooltip { |
|
40 |
display:none; |
|
41 |
background:transparent url(imgs/white_arrow_mini.png); |
|
42 |
font-size:12px; |
|
43 |
height:55px; |
|
44 |
width:180px; |
|
45 |
padding:10px; |
|
46 |
padding-left:15px; |
|
47 |
padding-top:15px; |
|
48 |
padding-right:15px; |
|
49 |
color:#000; |
|
50 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
51 |
} |
|
52 |
#Ldt-Root{ |
|
53 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
54 |
} |
|
55 |
#Ldt-Hat{ |
|
56 |
height:3px; |
|
57 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
58 |
|
| 534 | 59 |
.Ldt-AnnotationsWidget { |
60 |
font-size: 12px; |
|
61 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
62 |
background-color:#eeeeee; |
|
63 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
64 |
border: 1px solid #b6b8b8; |
|
65 |
} |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
66 |
|
| 534 | 67 |
.Ldt-Annotation-DoubleBorder { |
68 |
border: 1px solid white; |
|
69 |
overflow: auto; |
|
70 |
} |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
71 |
|
| 534 | 72 |
.Ldt-AnnotationContent { |
73 |
padding:5px; |
|
74 |
padding-left: 12px; |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
75 |
|
| 534 | 76 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
77 |
|
| 534 | 78 |
.Ldt-SaTitle{ |
79 |
padding-top:2px; |
|
80 |
padding-bottom:3px; |
|
81 |
font-size: 12pt; |
|
82 |
color : #0068c4; |
|
83 |
} |
|
| 307 | 84 |
|
| 534 | 85 |
.Ldt-SaDescription{ |
86 |
font-size:12px; |
|
87 |
} |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
88 |
|
| 534 | 89 |
.Ldt-SaKeyword{ |
90 |
background-color:#b9b9b9; |
|
91 |
color:#4D4D4D; |
|
92 |
padding:5px; |
|
93 |
font-weight:bold; |
|
94 |
text-align:left; |
|
95 |
float:left; |
|
96 |
font-size:10px; |
|
97 |
} |
|
| 383 | 98 |
|
| 534 | 99 |
.Ldt-AnnotationShareIcons { |
100 |
float:right; |
|
101 |
position: relative; |
|
102 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
103 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
104 |
|
| 534 | 105 |
#Ldt-PlaceHolder{ |
106 |
position:absolue; |
|
107 |
float:none; |
|
108 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
109 |
|
| 534 | 110 |
.Ldt-Segments{ |
111 |
float:left; |
|
112 |
font-size: 62.5%; |
|
113 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
114 |
|
| 534 | 115 |
.Ldt-mode-radio{ |
116 |
visibility:hidden; |
|
117 |
height:0px; |
|
118 |
display:none |
|
119 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
120 |
|
| 534 | 121 |
/* player */ |
122 |
.Ldt-controler { |
|
123 |
font-size: 62.5%; |
|
124 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
125 |
background:url('imgs/player_gradient.png') repeat-x transparent ; |
|
126 |
height: 25px; |
|
127 |
border-top: 1px solid #b6b8b8; |
|
128 |
border-bottom: 1px solid #b6b8b8; |
|
129 |
} |
|
130 |
||
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
131 |
|
| 534 | 132 |
.Ldt-LeftPlayerControls { |
133 |
float:left; |
|
134 |
} |
|
135 |
||
136 |
.Ldt-RightPlayerControls { |
|
137 |
float: right; |
|
138 |
} |
|
139 |
||
140 |
.Ldt-button { |
|
141 |
border-left: 1px solid #b6b8b8; |
|
142 |
float: left; |
|
143 |
cursor: pointer; |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
144 |
|
| 534 | 145 |
} |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
146 |
|
| 534 | 147 |
.Ldt-CtrlPlay { |
148 |
background:url('imgs/play_sprite.png') no-repeat transparent ; |
|
149 |
background-position: 0 0; |
|
150 |
width: 59px; |
|
151 |
height: 25px; |
|
152 |
} |
|
| 344 | 153 |
|
| 534 | 154 |
.Ldt-CtrlPlay:hover { |
155 |
background-position: 0 -25px; |
|
156 |
} |
|
| 344 | 157 |
|
| 534 | 158 |
.Ldt-CtrlPlay:active { |
159 |
background-position: 0 -50px; |
|
160 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
161 |
|
| 534 | 162 |
.Ldt-CtrlAnnotate { |
163 |
background:url('imgs/annotate_sprite.png') no-repeat scroll 0 0 transparent ; |
|
164 |
width: 33px; |
|
165 |
height: 25px; |
|
166 |
border-right: 1px solid #b6b8b8; |
|
167 |
float: left; |
|
168 |
} |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
169 |
|
| 534 | 170 |
.Ldt-CtrlAnnotate:hover { |
171 |
background-position: 0 -25px; |
|
172 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
173 |
|
| 534 | 174 |
.Ldt-CtrlAnnotate:active { |
175 |
background-position: 0 -50px; |
|
176 |
} |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
177 |
|
| 534 | 178 |
.Ldt-CtrlSearch { |
179 |
background:url('imgs/search_sprite.png') no-repeat scroll 0 0 transparent ; |
|
180 |
width: 33px; |
|
181 |
height: 25px; |
|
182 |
border-right: 1px solid #b6b8b8; |
|
183 |
float: left; |
|
184 |
border-left: none; |
|
185 |
} |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
186 |
|
| 534 | 187 |
.Ldt-CtrlSearch:hover { |
188 |
background-position: 0 -25px; |
|
189 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
190 |
|
| 534 | 191 |
.Ldt-CtrlSearch:active { |
192 |
background-position: 0 -50px; |
|
193 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
194 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
195 |
|
| 534 | 196 |
.Ldt-Time { |
197 |
position: inherit; |
|
198 |
float: left; |
|
199 |
border-right: 1px solid #b6b8b8; |
|
200 |
height: 25px; |
|
201 |
padding-right: 2px; |
|
202 |
font-size: 12px; |
|
203 |
font-family: Arial, Verdana, sans-serif; |
|
204 |
} |
|
| 339 | 205 |
|
| 534 | 206 |
.Ldt-ElapsedTime { |
207 |
margin-top: 4px; |
|
208 |
margin-right: 2px; |
|
209 |
float: left; |
|
210 |
color: #4a4a4a; |
|
211 |
} |
|
212 |
||
213 |
.Ldt-TimeSeparator { |
|
214 |
margin-top: 4px; |
|
215 |
float: left; |
|
216 |
padding-left: 1px; |
|
217 |
padding-right: 1px; |
|
218 |
} |
|
219 |
||
220 |
.Ldt-TotalTime { |
|
221 |
margin-top: 4px; |
|
222 |
margin-left: 2px; |
|
223 |
float: left; |
|
224 |
color: #b2b2b2; |
|
225 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
226 |
|
| 534 | 227 |
.Ldt-CtrlSound { |
228 |
background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ; |
|
229 |
width: 33px; |
|
230 |
height: 25px; |
|
231 |
border-right: 1px solid #b6b8b8; |
|
232 |
float: right; |
|
233 |
border-left: none; |
|
234 |
} |
|
| 450 | 235 |
|
| 534 | 236 |
.Ldt-CtrlSound:hover { |
237 |
background-position: 0 -25px; |
|
238 |
} |
|
| 450 | 239 |
|
| 534 | 240 |
.Ldt-CtrlSound:active { |
241 |
background-position: 0 -50px; |
|
242 |
} |
|
| 450 | 243 |
/* |
| 534 | 244 |
.Ldt-CtrlSound { |
245 |
float: right; |
|
246 |
border-left: none; |
|
247 |
height: 25px; |
|
248 |
top: 7px; |
|
249 |
position: inherit; |
|
250 |
} |
|
| 450 | 251 |
*/ |
| 534 | 252 |
.Ldt-cleaner { |
253 |
clear:both; |
|
254 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
255 |
|
| 534 | 256 |
/* Arrow Widget */ |
257 |
.Ldt-arrowWidget { |
|
258 |
position: relative; |
|
259 |
background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
|
260 |
height:16px; |
|
261 |
width:27px; |
|
262 |
margin-bottom: -3px; |
|
263 |
z-index: 4; |
|
264 |
left: 0%; |
|
265 |
} |
|
266 |
||
267 |
.cleaner { |
|
268 |
clear:both; |
|
269 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
270 |
|
| 534 | 271 |
.share { |
272 |
background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; |
|
273 |
display:block; |
|
274 |
height:16px; |
|
275 |
line-height:16px !important; |
|
276 |
overflow:hidden; |
|
277 |
width:16px; |
|
278 |
float:left; |
|
279 |
cursor:pointer; |
|
280 |
margin:2px; |
|
281 |
} |
|
282 |
.shareFacebook{ |
|
283 |
background-position:0 -704px; |
|
284 |
} |
|
285 |
.shareMySpace{ |
|
286 |
background-position:0 -736px; |
|
287 |
} |
|
288 |
.shareTwitter{ |
|
289 |
background-position:0 -1072px; |
|
290 |
} |
|
291 |
.shareGoogle{ |
|
292 |
background-position:0 -752px; |
|
293 |
} |
|
294 |
.shareDelicious{ |
|
295 |
background-position:0 -672px; |
|
296 |
} |
|
297 |
.shareJamesPot{ |
|
298 |
background-position:0 -1808px; |
|
299 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
300 |
|
| 534 | 301 |
.tip{ |
302 |
/* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
|
303 |
widget */ |
|
304 |
/*position : fixed; */ |
|
305 |
position:fixed; |
|
306 |
padding : 3px; |
|
307 |
z-index: 10000000000; |
|
308 |
max-width: 200px; |
|
309 |
background: transparent url("imgs/white_arrow_long.png"); |
|
310 |
font-size: 12px; |
|
311 |
height: 125px; |
|
312 |
width: 180px; |
|
313 |
padding: 10px; |
|
314 |
padding-left: 15px; |
|
315 |
padding-top: 15px; |
|
316 |
padding-right: 15px; |
|
317 |
color: black; |
|
318 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
319 |
overflow:hidden; |
|
320 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
321 |
|
| 534 | 322 |
/* slider */ |
323 |
.Ldt-SliderMinimized { |
|
324 |
height: 6px; |
|
325 |
} |
|
| 324 | 326 |
|
| 534 | 327 |
.Ldt-SliderMaximized { |
328 |
height: 11px; |
|
329 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
330 |
|
| 534 | 331 |
.Ldt-sliderElementMinimized { |
332 |
width: 100%; |
|
333 |
height: 5px; |
|
334 |
} |
|
| 324 | 335 |
|
| 534 | 336 |
.Ldt-sliderElementMaximized { |
337 |
width: 100%; |
|
338 |
height: 10px; |
|
339 |
} |
|
| 324 | 340 |
|
| 534 | 341 |
.Ldt-sliderBackground { |
342 |
background-color: #B6B8B8; |
|
343 |
position: absolute; |
|
344 |
z-index: 2; |
|
345 |
bottom: 1px; |
|
346 |
width: 100%; |
|
347 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
348 |
|
| 534 | 349 |
} |
350 |
||
351 |
.Ldt-sliderForeground { |
|
352 |
background-color: #747474; |
|
353 |
z-index: 2; |
|
354 |
width: 0px; |
|
355 |
position: absolute; |
|
356 |
bottom: 1px; |
|
357 |
height: 5px; |
|
358 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
359 |
|
| 534 | 360 |
.Ldt-sliderPositionMarker { |
361 |
position: absolute; |
|
362 |
z-index: 100; |
|
363 |
background-color: #f7268e; |
|
364 |
height: 5px; |
|
365 |
width: 5px; |
|
366 |
bottom: 1px; |
|
367 |
border-left: 1px solid white; |
|
368 |
border-right: 1px solid white; |
|
369 |
} |
|
| 316 | 370 |
|
| 534 | 371 |
/* tweet Widget */ |
372 |
.Ldt-tweetWidget { |
|
373 |
font-size: 12px; |
|
374 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
375 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
376 |
border: 1px solid #b6b8b8; |
|
377 |
border-top: none; |
|
378 |
overflow: auto; |
|
379 |
} |
|
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
380 |
|
| 534 | 381 |
.Ldt-tweet-DoubleBorder { |
382 |
border: 1px solid white; |
|
383 |
padding: 5px; |
|
384 |
overflow: auto; |
|
385 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
386 |
|
| 534 | 387 |
.Ldt-tweetAvatar { |
388 |
float: left; |
|
389 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
390 |
|
| 534 | 391 |
.Ldt-tweetAvatar-profileArrow { |
392 |
float: left; |
|
393 |
height: 48px; |
|
394 |
margin-left: 5px; |
|
395 |
margin-right: 5px; |
|
396 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
397 |
|
| 534 | 398 |
.Ldt-tweet_userHandle { |
399 |
float: left; |
|
400 |
color: #5c8df1; |
|
401 |
} |
|
| 367 | 402 |
|
| 534 | 403 |
.Ldt-tweet_realName { |
404 |
float: left; |
|
405 |
margin-left: 3px; |
|
406 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
407 |
|
| 534 | 408 |
.Ldt-tweetContents { |
409 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
410 |
|
| 534 | 411 |
.Ldt-tweet_date { |
412 |
float: left; |
|
413 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
414 |
|
| 534 | 415 |
.Ldt-tweetWidgetKeepOpen { |
416 |
position: relative; |
|
417 |
float: right; |
|
418 |
height: 17px; |
|
419 |
width: 17px; |
|
420 |
margin-right: 1px; |
|
421 |
} |
|
|
378
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
422 |
|
| 534 | 423 |
.Ldt-tweetWidgetMinimize { |
424 |
position: relative; |
|
425 |
float: right; |
|
426 |
height: 17px; |
|
427 |
width: 17px; |
|
428 |
right: 9px; |
|
429 |
} |
|
| 360 | 430 |
|
| 534 | 431 |
.Ldt-tweetWidget * a:link { |
432 |
color: #729efa; |
|
| 360 | 433 |
|
| 534 | 434 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
435 |
|
| 534 | 436 |
.Ldt-TweetReply { |
437 |
float: left; |
|
438 |
margin-left: 16px; |
|
439 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
440 |
|
| 534 | 441 |
.Ldt-TweetReplyIcon { |
442 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
443 |
width: 14px; |
|
444 |
height: 11px; |
|
445 |
float: left; |
|
446 |
margin-top: 2px; |
|
447 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
448 |
|
| 534 | 449 |
.Ldt-TweetReplyIcon:hover { |
450 |
background-position: 0 -11px; |
|
451 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
452 |
|
| 534 | 453 |
.Ldt-TweetReplyIcon:active { |
454 |
background-position: 0 -22px; |
|
455 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
456 |
|
| 534 | 457 |
.Ldt-Retweet { |
458 |
float: left; |
|
459 |
margin-left: 16px; |
|
460 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
461 |
|
| 534 | 462 |
.Ldt-RetweetIcon { |
463 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
464 |
width: 14px; |
|
465 |
height: 8px; |
|
466 |
float: left; |
|
467 |
margin-top: 3px; |
|
468 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
469 |
|
| 534 | 470 |
.Ldt-RetweetIcon:hover { |
471 |
background-position: 0 -8px; |
|
472 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
473 |
|
| 534 | 474 |
.Ldt-RetweetIcon:active { |
475 |
background-position: 0 -16px; |
|
476 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
477 |
|
| 534 | 478 |
/* styling of a "++" in a tweet */ |
479 |
.Ldt-PolemicPlusPlus { |
|
480 |
background-color: #1d973d; |
|
481 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
482 |
|
| 534 | 483 |
/* styling of a "==" in a tweet */ |
484 |
.Ldt-PolemicEqualEqual { |
|
485 |
background-color: #5c8df1 |
|
486 |
} |
|
487 |
||
488 |
/* styling of a "--" in a tweet */ |
|
489 |
.Ldt-PolemicMinusMinus { |
|
490 |
background-color: #ce0a15; |
|
491 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
492 |
|
| 534 | 493 |
/* styling of a "??" in a tweet */ |
494 |
.Ldt-PolemicQuestion { |
|
495 |
background-color: #c5a62d; |
|
496 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
497 |
|
| 534 | 498 |
/* the styling of a spacer div */ |
499 |
.Ldt-spacer { |
|
500 |
background-color:#eeeeee; |
|
501 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
502 |
|
| 534 | 503 |
/* sparkline widget */ |
504 |
.Ldt-sparklineWidget { |
|
505 |
position: relative; |
|
506 |
margin-bottom: 5px; |
|
507 |
} |
|
508 |
||
509 |
.Ldt-sparkLinePositionMarker { |
|
510 |
position: absolute; |
|
511 |
top: 0px; |
|
512 |
width: 0px; |
|
513 |
background-color: #333333; |
|
514 |
border-right: solid 1px pink; |
|
515 |
z-index: 3; |
|
516 |
opacity: 0.2; |
|
517 |
} |
|
518 |
||
519 |
.Ldt-sparkLine { |
|
520 |
position: absolute; |
|
521 |
top: 0px; |
|
522 |
} |
|
523 |
||
524 |
.Ldt-sparkLineClickOverlay { |
|
525 |
position: absolute; |
|
526 |
width: 640px; |
|
527 |
height: 60px; |
|
528 |
z-index: 4; |
|
529 |
top: 0px; |
|
530 |
opacity: 0.3; |
|
531 |
} |
|
| 537 | 532 |
|
533 |
.Ldt-sliceWidget { |
|
534 |
position: relative; |
|
535 |
width: 100%; |
|
536 |
height: 25px; |
|
537 |
margin-top: 3px; |
|
538 |
} |
|
539 |
||
540 |
.Ldt-sliceBackground { |
|
541 |
width: 100%; |
|
542 |
background-color: #b6b8b8; |
|
543 |
height: 12px; |
|
544 |
} |
|
545 |
||
546 |
.Ldt-sliceZone { |
|
547 |
position: absolute; |
|
548 |
top: 0px; |
|
549 |
background:url('imgs/wire_pattern.png') repeat scroll transparent; |
|
550 |
height: 12px; |
|
551 |
z-index: 2; |
|
552 |
} |
|
553 |
||
554 |
.Ldt-sliceLeftHandle { |
|
555 |
position: absolute; |
|
556 |
top: 0px; |
|
557 |
height: 25px; |
|
558 |
width: 7px; |
|
559 |
background:url('imgs/left_handle.gif') no-repeat scroll transparent; |
|
560 |
z-index: 2; |
|
561 |
} |
|
562 |
||
563 |
.Ldt-sliceRightHandle { |
|
564 |
position: absolute; |
|
565 |
top: 0px; |
|
566 |
height: 25px; |
|
567 |
width: 7px; |
|
568 |
background:url('imgs/right_handle.gif') no-repeat scroll transparent; |
|
569 |
z-index: 2; |
|
570 |
} |
|
| 543 | 571 |
|
572 |
.Ldt-createAnnotationWidget { |
|
573 |
font-size: 12px; |
|
574 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
575 |
background-color:#eeeeee; |
|
576 |
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
|
577 |
border: 1px solid #b6b8b8; |
| 543 | 578 |
} |
579 |
||
580 |
.Ldt-createAnnotation-DoubleBorder { |
|
581 |
border: 1px solid white; |
|
582 |
overflow: auto; |
|
583 |
padding: 7px; |
|
584 |
} |
|
585 |
||
586 |
.Ldt-createAnnotation-Title { |
|
587 |
font-size: 12pt; |
|
588 |
color : #0068c4; |
|
589 |
float: left; |
|
590 |
margin-right: 5px; |
|
591 |
} |
|
592 |
||
593 |
.Ldt-createAnnotation-TimeFrame { |
|
594 |
font-size: 12pt; |
|
595 |
color : #ff5589; |
|
596 |
float: left; |
|
597 |
} |
|
598 |
||
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
599 |
.Ldt-createAnnotation-Container { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
600 |
display: table; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
601 |
border-collapse: collapse; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
602 |
width: 100%; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
603 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
604 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
605 |
.Ldt-createAnnotation-userAvatar { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
606 |
width: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
607 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
608 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
609 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
610 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
611 |
.Ldt-createAnnotation-userAvatar img { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
612 |
display: block; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
613 |
border: 1px solid #babcbc; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
614 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
615 |
.Ldt-createAnnotation-profileArrow { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
616 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
617 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
618 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
619 |
width: 15px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
620 |
padding-right: 5px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
621 |
padding-left: 3px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
622 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
623 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
624 |
.Ldt-createAnnotation-profileArrow img { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
625 |
display: block; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
626 |
margin-left: 4px; |
| 543 | 627 |
} |
628 |
||
629 |
.Ldt-createAnnotation-Description { |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
630 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
631 |
width: 100%; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
632 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
633 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
634 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
635 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
636 |
box-sizing: border-box; /* Opera/IE 8+ */ |
| 545 | 637 |
} |
638 |
||
639 |
.Ldt-createAnnotation-present-keyword { |
|
640 |
border: 1px solid #ffffff; |
|
641 |
background-color: #217bcb; |
|
642 |
color: #ffffff; |
|
643 |
padding: 3px; |
|
644 |
padding-left: 4px; |
|
645 |
padding-right: 4px; |
|
646 |
} |
|
647 |
||
648 |
.Ldt-createAnnotation-absent-keyword { |
|
649 |
border: 1px solid #ffffff; |
|
650 |
background-color: #d93c71; |
|
651 |
color: #ffffff; |
|
652 |
padding: 3px; |
|
653 |
padding-left: 4px; |
|
654 |
padding-right: 4px; |
|
| 543 | 655 |
} |