| author | hamidouk |
| Fri, 30 Dec 2011 12:38:53 +0100 | |
| branch | popcorn-port |
| changeset 550 | ae0f2ec05ed7 |
| parent 546 | be6b15bd7234 |
| child 553 | 10d08f43c534 |
| 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{ |
| 550 | 302 |
position: absolute; |
| 534 | 303 |
padding : 3px; |
304 |
z-index: 10000000000; |
|
305 |
max-width: 200px; |
|
306 |
background: transparent url("imgs/white_arrow_long.png"); |
|
307 |
font-size: 12px; |
|
308 |
height: 125px; |
|
309 |
width: 180px; |
|
310 |
padding: 10px; |
|
311 |
padding-left: 15px; |
|
312 |
padding-top: 15px; |
|
313 |
padding-right: 15px; |
|
314 |
color: black; |
|
315 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
316 |
overflow:hidden; |
|
317 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
318 |
|
| 534 | 319 |
/* slider */ |
320 |
.Ldt-SliderMinimized { |
|
321 |
height: 6px; |
|
322 |
} |
|
| 324 | 323 |
|
| 534 | 324 |
.Ldt-SliderMaximized { |
325 |
height: 11px; |
|
326 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
327 |
|
| 534 | 328 |
.Ldt-sliderElementMinimized { |
329 |
width: 100%; |
|
330 |
height: 5px; |
|
331 |
} |
|
| 324 | 332 |
|
| 534 | 333 |
.Ldt-sliderElementMaximized { |
334 |
width: 100%; |
|
335 |
height: 10px; |
|
336 |
} |
|
| 324 | 337 |
|
| 534 | 338 |
.Ldt-sliderBackground { |
339 |
background-color: #B6B8B8; |
|
340 |
position: absolute; |
|
341 |
z-index: 2; |
|
342 |
bottom: 1px; |
|
343 |
width: 100%; |
|
344 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
345 |
|
| 534 | 346 |
} |
347 |
||
348 |
.Ldt-sliderForeground { |
|
349 |
background-color: #747474; |
|
350 |
z-index: 2; |
|
351 |
width: 0px; |
|
352 |
position: absolute; |
|
353 |
bottom: 1px; |
|
354 |
height: 5px; |
|
355 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
356 |
|
| 534 | 357 |
.Ldt-sliderPositionMarker { |
358 |
position: absolute; |
|
359 |
z-index: 100; |
|
360 |
background-color: #f7268e; |
|
361 |
height: 5px; |
|
362 |
width: 5px; |
|
363 |
bottom: 1px; |
|
364 |
border-left: 1px solid white; |
|
365 |
border-right: 1px solid white; |
|
366 |
} |
|
| 316 | 367 |
|
| 534 | 368 |
/* tweet Widget */ |
369 |
.Ldt-tweetWidget { |
|
370 |
font-size: 12px; |
|
371 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
372 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
373 |
border: 1px solid #b6b8b8; |
|
374 |
border-top: none; |
|
375 |
overflow: auto; |
|
376 |
} |
|
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
377 |
|
| 534 | 378 |
.Ldt-tweet-DoubleBorder { |
379 |
border: 1px solid white; |
|
380 |
padding: 5px; |
|
381 |
overflow: auto; |
|
382 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
383 |
|
| 534 | 384 |
.Ldt-tweetAvatar { |
385 |
float: left; |
|
386 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
387 |
|
| 534 | 388 |
.Ldt-tweetAvatar-profileArrow { |
389 |
float: left; |
|
390 |
height: 48px; |
|
391 |
margin-left: 5px; |
|
392 |
margin-right: 5px; |
|
393 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
394 |
|
| 534 | 395 |
.Ldt-tweet_userHandle { |
396 |
float: left; |
|
397 |
color: #5c8df1; |
|
398 |
} |
|
| 367 | 399 |
|
| 534 | 400 |
.Ldt-tweet_realName { |
401 |
float: left; |
|
402 |
margin-left: 3px; |
|
403 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
404 |
|
| 534 | 405 |
.Ldt-tweetContents { |
406 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
407 |
|
| 534 | 408 |
.Ldt-tweet_date { |
409 |
float: left; |
|
410 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
411 |
|
| 534 | 412 |
.Ldt-tweetWidgetKeepOpen { |
413 |
position: relative; |
|
414 |
float: right; |
|
415 |
height: 17px; |
|
416 |
width: 17px; |
|
417 |
margin-right: 1px; |
|
418 |
} |
|
|
378
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
419 |
|
| 534 | 420 |
.Ldt-tweetWidgetMinimize { |
421 |
position: relative; |
|
422 |
float: right; |
|
423 |
height: 17px; |
|
424 |
width: 17px; |
|
425 |
right: 9px; |
|
426 |
} |
|
| 360 | 427 |
|
| 534 | 428 |
.Ldt-tweetWidget * a:link { |
429 |
color: #729efa; |
|
| 360 | 430 |
|
| 534 | 431 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
432 |
|
| 534 | 433 |
.Ldt-TweetReply { |
434 |
float: left; |
|
435 |
margin-left: 16px; |
|
436 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
437 |
|
| 534 | 438 |
.Ldt-TweetReplyIcon { |
439 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
440 |
width: 14px; |
|
441 |
height: 11px; |
|
442 |
float: left; |
|
443 |
margin-top: 2px; |
|
444 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
445 |
|
| 534 | 446 |
.Ldt-TweetReplyIcon:hover { |
447 |
background-position: 0 -11px; |
|
448 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
449 |
|
| 534 | 450 |
.Ldt-TweetReplyIcon:active { |
451 |
background-position: 0 -22px; |
|
452 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
453 |
|
| 534 | 454 |
.Ldt-Retweet { |
455 |
float: left; |
|
456 |
margin-left: 16px; |
|
457 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
458 |
|
| 534 | 459 |
.Ldt-RetweetIcon { |
460 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
461 |
width: 14px; |
|
462 |
height: 8px; |
|
463 |
float: left; |
|
464 |
margin-top: 3px; |
|
465 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
466 |
|
| 534 | 467 |
.Ldt-RetweetIcon:hover { |
468 |
background-position: 0 -8px; |
|
469 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
470 |
|
| 534 | 471 |
.Ldt-RetweetIcon:active { |
472 |
background-position: 0 -16px; |
|
473 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
474 |
|
| 534 | 475 |
/* styling of a "++" in a tweet */ |
476 |
.Ldt-PolemicPlusPlus { |
|
477 |
background-color: #1d973d; |
|
478 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
479 |
|
| 534 | 480 |
/* styling of a "==" in a tweet */ |
481 |
.Ldt-PolemicEqualEqual { |
|
482 |
background-color: #5c8df1 |
|
483 |
} |
|
484 |
||
485 |
/* styling of a "--" in a tweet */ |
|
486 |
.Ldt-PolemicMinusMinus { |
|
487 |
background-color: #ce0a15; |
|
488 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
489 |
|
| 534 | 490 |
/* styling of a "??" in a tweet */ |
491 |
.Ldt-PolemicQuestion { |
|
492 |
background-color: #c5a62d; |
|
493 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
494 |
|
| 534 | 495 |
/* the styling of a spacer div */ |
496 |
.Ldt-spacer { |
|
497 |
background-color:#eeeeee; |
|
498 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
499 |
|
| 534 | 500 |
/* sparkline widget */ |
501 |
.Ldt-sparklineWidget { |
|
502 |
position: relative; |
|
503 |
margin-bottom: 5px; |
|
504 |
} |
|
505 |
||
506 |
.Ldt-sparkLinePositionMarker { |
|
507 |
position: absolute; |
|
508 |
top: 0px; |
|
509 |
width: 0px; |
|
510 |
background-color: #333333; |
|
511 |
border-right: solid 1px pink; |
|
512 |
z-index: 3; |
|
513 |
opacity: 0.2; |
|
514 |
} |
|
515 |
||
516 |
.Ldt-sparkLine { |
|
517 |
position: absolute; |
|
518 |
top: 0px; |
|
519 |
} |
|
520 |
||
521 |
.Ldt-sparkLineClickOverlay { |
|
522 |
position: absolute; |
|
523 |
width: 640px; |
|
524 |
height: 60px; |
|
525 |
z-index: 4; |
|
526 |
top: 0px; |
|
527 |
opacity: 0.3; |
|
528 |
} |
|
| 537 | 529 |
|
530 |
.Ldt-sliceWidget { |
|
531 |
position: relative; |
|
532 |
width: 100%; |
|
533 |
height: 25px; |
|
534 |
margin-top: 3px; |
|
535 |
} |
|
536 |
||
537 |
.Ldt-sliceBackground { |
|
538 |
width: 100%; |
|
539 |
background-color: #b6b8b8; |
|
540 |
height: 12px; |
|
541 |
} |
|
542 |
||
543 |
.Ldt-sliceZone { |
|
544 |
position: absolute; |
|
545 |
top: 0px; |
|
546 |
background:url('imgs/wire_pattern.png') repeat scroll transparent; |
|
547 |
height: 12px; |
|
548 |
z-index: 2; |
|
549 |
} |
|
550 |
||
551 |
.Ldt-sliceLeftHandle { |
|
552 |
position: absolute; |
|
553 |
top: 0px; |
|
554 |
height: 25px; |
|
555 |
width: 7px; |
|
556 |
background:url('imgs/left_handle.gif') no-repeat scroll transparent; |
|
557 |
z-index: 2; |
|
558 |
} |
|
559 |
||
560 |
.Ldt-sliceRightHandle { |
|
561 |
position: absolute; |
|
562 |
top: 0px; |
|
563 |
height: 25px; |
|
564 |
width: 7px; |
|
565 |
background:url('imgs/right_handle.gif') no-repeat scroll transparent; |
|
566 |
z-index: 2; |
|
567 |
} |
|
| 543 | 568 |
|
569 |
.Ldt-createAnnotationWidget { |
|
570 |
font-size: 12px; |
|
571 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
572 |
background-color:#eeeeee; |
|
573 |
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
|
574 |
border: 1px solid #b6b8b8; |
| 543 | 575 |
} |
576 |
||
577 |
.Ldt-createAnnotation-DoubleBorder { |
|
578 |
border: 1px solid white; |
|
579 |
overflow: auto; |
|
580 |
padding: 7px; |
|
581 |
} |
|
582 |
||
583 |
.Ldt-createAnnotation-Title { |
|
584 |
font-size: 12pt; |
|
585 |
color : #0068c4; |
|
586 |
float: left; |
|
587 |
margin-right: 5px; |
|
588 |
} |
|
589 |
||
590 |
.Ldt-createAnnotation-TimeFrame { |
|
591 |
font-size: 12pt; |
|
592 |
color : #ff5589; |
|
593 |
float: left; |
|
594 |
} |
|
595 |
||
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
596 |
.Ldt-createAnnotation-Container { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
597 |
display: table; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
598 |
border-collapse: collapse; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
599 |
width: 100%; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
600 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
601 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
602 |
.Ldt-createAnnotation-userAvatar { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
603 |
width: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
604 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
605 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
606 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
607 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
608 |
.Ldt-createAnnotation-userAvatar img { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
609 |
display: block; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
610 |
border: 1px solid #babcbc; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
611 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
612 |
.Ldt-createAnnotation-profileArrow { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
613 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
614 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
615 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
616 |
width: 15px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
617 |
padding-right: 5px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
618 |
padding-left: 3px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
619 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
620 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
621 |
.Ldt-createAnnotation-profileArrow img { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
622 |
display: block; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
623 |
margin-left: 4px; |
| 543 | 624 |
} |
625 |
||
626 |
.Ldt-createAnnotation-Description { |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
627 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
628 |
width: 100%; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
629 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
630 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
631 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
632 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
633 |
box-sizing: border-box; /* Opera/IE 8+ */ |
| 545 | 634 |
} |
635 |
||
636 |
.Ldt-createAnnotation-present-keyword { |
|
637 |
border: 1px solid #ffffff; |
|
638 |
background-color: #217bcb; |
|
639 |
color: #ffffff; |
|
640 |
padding: 3px; |
|
641 |
padding-left: 4px; |
|
642 |
padding-right: 4px; |
|
| 546 | 643 |
cursor: pointer; |
| 545 | 644 |
} |
645 |
||
646 |
.Ldt-createAnnotation-absent-keyword { |
|
647 |
border: 1px solid #ffffff; |
|
648 |
background-color: #d93c71; |
|
649 |
color: #ffffff; |
|
650 |
padding: 3px; |
|
651 |
padding-left: 4px; |
|
652 |
padding-right: 4px; |
|
| 546 | 653 |
cursor: pointer; |
654 |
} |
|
655 |
||
656 |
.Ldt-createAnnotation-submitButton { |
|
657 |
float: right; |
|
658 |
background-color: #d93c71; |
|
659 |
color: #ffffff; |
|
660 |
cursor: pointer; |
|
661 |
background-image: url('imgs/submit_annotation.png'); |
|
662 |
background-repeat: no-repeat; |
|
663 |
height: 48px; |
|
664 |
width: 48px; |
|
| 543 | 665 |
} |