| author | hamidouk |
| Thu, 26 Jan 2012 14:57:36 +0100 | |
| branch | popcorn-port |
| changeset 721 | 0c53eba54b11 |
| parent 712 | d5da7aca0f13 |
| child 722 | ed12570ebd64 |
| 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 |
|
| 564 | 195 |
.LdtSearch { |
196 |
display: none; |
|
197 |
width: 165px; |
|
198 |
height: 25px; |
|
199 |
border: 1px; |
|
200 |
border-color: #CFCFCF; |
|
201 |
float: left; |
|
202 |
text-align: center; |
|
203 |
} |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
204 |
|
| 534 | 205 |
.Ldt-Time { |
206 |
position: inherit; |
|
207 |
float: left; |
|
208 |
border-right: 1px solid #b6b8b8; |
|
209 |
height: 25px; |
|
210 |
padding-right: 2px; |
|
211 |
font-size: 12px; |
|
212 |
font-family: Arial, Verdana, sans-serif; |
|
213 |
} |
|
| 339 | 214 |
|
| 534 | 215 |
.Ldt-ElapsedTime { |
216 |
margin-top: 4px; |
|
217 |
margin-right: 2px; |
|
218 |
float: left; |
|
219 |
color: #4a4a4a; |
|
220 |
} |
|
221 |
||
222 |
.Ldt-TimeSeparator { |
|
223 |
margin-top: 4px; |
|
224 |
float: left; |
|
225 |
padding-left: 1px; |
|
226 |
padding-right: 1px; |
|
227 |
} |
|
228 |
||
229 |
.Ldt-TotalTime { |
|
230 |
margin-top: 4px; |
|
231 |
margin-left: 2px; |
|
232 |
float: left; |
|
233 |
color: #b2b2b2; |
|
234 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
235 |
|
| 534 | 236 |
.Ldt-CtrlSound { |
237 |
background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ; |
|
238 |
width: 33px; |
|
239 |
height: 25px; |
|
240 |
border-right: 1px solid #b6b8b8; |
|
241 |
float: right; |
|
242 |
border-left: none; |
|
243 |
} |
|
| 450 | 244 |
|
| 534 | 245 |
.Ldt-CtrlSound:hover { |
246 |
background-position: 0 -25px; |
|
247 |
} |
|
| 450 | 248 |
|
| 534 | 249 |
.Ldt-CtrlSound:active { |
250 |
background-position: 0 -50px; |
|
251 |
} |
|
| 450 | 252 |
/* |
| 534 | 253 |
.Ldt-CtrlSound { |
254 |
float: right; |
|
255 |
border-left: none; |
|
256 |
height: 25px; |
|
257 |
top: 7px; |
|
258 |
position: inherit; |
|
259 |
} |
|
| 450 | 260 |
*/ |
| 534 | 261 |
.Ldt-cleaner { |
262 |
clear:both; |
|
263 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
264 |
|
| 534 | 265 |
/* Arrow Widget */ |
266 |
.Ldt-arrowWidget { |
|
267 |
position: relative; |
|
268 |
background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
|
269 |
height:16px; |
|
270 |
width:27px; |
|
271 |
margin-bottom: -3px; |
|
272 |
z-index: 4; |
|
273 |
left: 0%; |
|
274 |
} |
|
275 |
||
276 |
.cleaner { |
|
277 |
clear:both; |
|
278 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
279 |
|
| 534 | 280 |
.share { |
281 |
background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; |
|
282 |
display:block; |
|
283 |
height:16px; |
|
284 |
line-height:16px !important; |
|
285 |
overflow:hidden; |
|
286 |
width:16px; |
|
287 |
float:left; |
|
288 |
cursor:pointer; |
|
289 |
margin:2px; |
|
290 |
} |
|
291 |
.shareFacebook{ |
|
292 |
background-position:0 -704px; |
|
293 |
} |
|
294 |
.shareMySpace{ |
|
295 |
background-position:0 -736px; |
|
296 |
} |
|
297 |
.shareTwitter{ |
|
298 |
background-position:0 -1072px; |
|
299 |
} |
|
300 |
.shareGoogle{ |
|
301 |
background-position:0 -752px; |
|
302 |
} |
|
303 |
.shareDelicious{ |
|
304 |
background-position:0 -672px; |
|
305 |
} |
|
306 |
.shareJamesPot{ |
|
307 |
background-position:0 -1808px; |
|
308 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
309 |
|
| 534 | 310 |
.tip{ |
| 550 | 311 |
position: absolute; |
| 534 | 312 |
padding : 3px; |
313 |
z-index: 10000000000; |
|
314 |
max-width: 200px; |
|
315 |
background: transparent url("imgs/white_arrow_long.png"); |
|
316 |
font-size: 12px; |
|
317 |
height: 125px; |
|
318 |
width: 180px; |
|
319 |
padding: 10px; |
|
320 |
padding-left: 15px; |
|
321 |
padding-top: 15px; |
|
322 |
padding-right: 15px; |
|
323 |
color: black; |
|
324 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
325 |
overflow:hidden; |
|
326 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
327 |
|
| 534 | 328 |
/* slider */ |
329 |
.Ldt-SliderMinimized { |
|
330 |
height: 6px; |
|
331 |
} |
|
| 324 | 332 |
|
| 534 | 333 |
.Ldt-SliderMaximized { |
334 |
height: 11px; |
|
335 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
336 |
|
| 534 | 337 |
.Ldt-sliderElementMinimized { |
338 |
width: 100%; |
|
339 |
height: 5px; |
|
340 |
} |
|
| 324 | 341 |
|
| 534 | 342 |
.Ldt-sliderElementMaximized { |
343 |
width: 100%; |
|
344 |
height: 10px; |
|
345 |
} |
|
| 324 | 346 |
|
| 534 | 347 |
.Ldt-sliderBackground { |
348 |
background-color: #B6B8B8; |
|
349 |
position: absolute; |
|
350 |
z-index: 2; |
|
351 |
bottom: 1px; |
|
352 |
width: 100%; |
|
353 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
354 |
|
| 534 | 355 |
} |
356 |
||
357 |
.Ldt-sliderForeground { |
|
358 |
background-color: #747474; |
|
359 |
z-index: 2; |
|
360 |
width: 0px; |
|
361 |
position: absolute; |
|
362 |
bottom: 1px; |
|
363 |
height: 5px; |
|
364 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
365 |
|
| 534 | 366 |
.Ldt-sliderPositionMarker { |
367 |
position: absolute; |
|
368 |
z-index: 100; |
|
369 |
background-color: #f7268e; |
|
370 |
height: 5px; |
|
371 |
width: 5px; |
|
372 |
bottom: 1px; |
|
373 |
border-left: 1px solid white; |
|
374 |
border-right: 1px solid white; |
|
375 |
} |
|
| 316 | 376 |
|
| 534 | 377 |
/* tweet Widget */ |
378 |
.Ldt-tweetWidget { |
|
379 |
font-size: 12px; |
|
380 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
381 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
382 |
border: 1px solid #b6b8b8; |
|
383 |
border-top: none; |
|
384 |
overflow: auto; |
|
385 |
} |
|
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
386 |
|
| 534 | 387 |
.Ldt-tweet-DoubleBorder { |
388 |
border: 1px solid white; |
|
389 |
padding: 5px; |
|
390 |
overflow: auto; |
|
391 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
392 |
|
| 534 | 393 |
.Ldt-tweetAvatar { |
394 |
float: left; |
|
395 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
396 |
|
| 534 | 397 |
.Ldt-tweetAvatar-profileArrow { |
398 |
float: left; |
|
399 |
height: 48px; |
|
400 |
margin-left: 5px; |
|
401 |
margin-right: 5px; |
|
402 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
403 |
|
| 534 | 404 |
.Ldt-tweet_userHandle { |
405 |
float: left; |
|
406 |
color: #5c8df1; |
|
407 |
} |
|
| 367 | 408 |
|
| 534 | 409 |
.Ldt-tweet_realName { |
410 |
float: left; |
|
411 |
margin-left: 3px; |
|
412 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
413 |
|
| 534 | 414 |
.Ldt-tweetContents { |
415 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
416 |
|
| 534 | 417 |
.Ldt-tweet_date { |
418 |
float: left; |
|
419 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
420 |
|
| 534 | 421 |
.Ldt-tweetWidgetKeepOpen { |
422 |
position: relative; |
|
423 |
float: right; |
|
424 |
height: 17px; |
|
425 |
width: 17px; |
|
426 |
margin-right: 1px; |
|
427 |
} |
|
|
378
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
428 |
|
| 534 | 429 |
.Ldt-tweetWidgetMinimize { |
430 |
position: relative; |
|
431 |
float: right; |
|
432 |
height: 17px; |
|
433 |
width: 17px; |
|
434 |
right: 9px; |
|
435 |
} |
|
| 360 | 436 |
|
| 534 | 437 |
.Ldt-tweetWidget * a:link { |
438 |
color: #729efa; |
|
| 360 | 439 |
|
| 534 | 440 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
441 |
|
| 534 | 442 |
.Ldt-TweetReply { |
443 |
float: left; |
|
444 |
margin-left: 16px; |
|
445 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
446 |
|
| 534 | 447 |
.Ldt-TweetReplyIcon { |
448 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
449 |
width: 14px; |
|
450 |
height: 11px; |
|
451 |
float: left; |
|
452 |
margin-top: 2px; |
|
453 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
454 |
|
| 534 | 455 |
.Ldt-TweetReplyIcon:hover { |
456 |
background-position: 0 -11px; |
|
457 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
458 |
|
| 534 | 459 |
.Ldt-TweetReplyIcon:active { |
460 |
background-position: 0 -22px; |
|
461 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
462 |
|
| 534 | 463 |
.Ldt-Retweet { |
464 |
float: left; |
|
465 |
margin-left: 16px; |
|
466 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
467 |
|
| 534 | 468 |
.Ldt-RetweetIcon { |
469 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
470 |
width: 14px; |
|
471 |
height: 8px; |
|
472 |
float: left; |
|
473 |
margin-top: 3px; |
|
474 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
475 |
|
| 534 | 476 |
.Ldt-RetweetIcon:hover { |
477 |
background-position: 0 -8px; |
|
478 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
479 |
|
| 534 | 480 |
.Ldt-RetweetIcon:active { |
481 |
background-position: 0 -16px; |
|
482 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
483 |
|
| 534 | 484 |
/* styling of a "++" in a tweet */ |
485 |
.Ldt-PolemicPlusPlus { |
|
486 |
background-color: #1d973d; |
|
487 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
488 |
|
| 534 | 489 |
/* styling of a "==" in a tweet */ |
490 |
.Ldt-PolemicEqualEqual { |
|
491 |
background-color: #5c8df1 |
|
492 |
} |
|
493 |
||
494 |
/* styling of a "--" in a tweet */ |
|
495 |
.Ldt-PolemicMinusMinus { |
|
496 |
background-color: #ce0a15; |
|
497 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
498 |
|
| 534 | 499 |
/* styling of a "??" in a tweet */ |
500 |
.Ldt-PolemicQuestion { |
|
501 |
background-color: #c5a62d; |
|
502 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
503 |
|
| 534 | 504 |
/* the styling of a spacer div */ |
505 |
.Ldt-spacer { |
|
506 |
background-color:#eeeeee; |
|
507 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
508 |
|
| 534 | 509 |
/* sparkline widget */ |
510 |
.Ldt-sparklineWidget { |
|
511 |
position: relative; |
|
512 |
margin-bottom: 5px; |
|
513 |
} |
|
514 |
||
515 |
.Ldt-sparkLinePositionMarker { |
|
516 |
position: absolute; |
|
517 |
top: 0px; |
|
518 |
width: 0px; |
|
519 |
background-color: #333333; |
|
520 |
border-right: solid 1px pink; |
|
521 |
z-index: 3; |
|
522 |
opacity: 0.2; |
|
523 |
} |
|
524 |
||
525 |
.Ldt-sparkLine { |
|
526 |
position: absolute; |
|
527 |
top: 0px; |
|
528 |
} |
|
529 |
||
530 |
.Ldt-sparkLineClickOverlay { |
|
531 |
position: absolute; |
|
532 |
width: 640px; |
|
533 |
height: 60px; |
|
534 |
z-index: 4; |
|
535 |
top: 0px; |
|
536 |
opacity: 0.3; |
|
537 |
} |
|
| 537 | 538 |
|
539 |
.Ldt-sliceWidget { |
|
540 |
position: relative; |
|
541 |
width: 100%; |
|
542 |
height: 25px; |
|
543 |
margin-top: 3px; |
|
544 |
} |
|
545 |
||
546 |
.Ldt-sliceBackground { |
|
547 |
width: 100%; |
|
548 |
background-color: #b6b8b8; |
|
549 |
height: 12px; |
|
550 |
} |
|
551 |
||
552 |
.Ldt-sliceZone { |
|
553 |
position: absolute; |
|
554 |
top: 0px; |
|
555 |
background:url('imgs/wire_pattern.png') repeat scroll transparent; |
|
556 |
height: 12px; |
|
557 |
z-index: 2; |
|
558 |
} |
|
559 |
||
560 |
.Ldt-sliceLeftHandle { |
|
561 |
position: absolute; |
|
562 |
top: 0px; |
|
563 |
height: 25px; |
|
564 |
width: 7px; |
|
565 |
background:url('imgs/left_handle.gif') no-repeat scroll transparent; |
|
566 |
z-index: 2; |
|
567 |
} |
|
568 |
||
569 |
.Ldt-sliceRightHandle { |
|
570 |
position: absolute; |
|
571 |
top: 0px; |
|
572 |
height: 25px; |
|
573 |
width: 7px; |
|
574 |
background:url('imgs/right_handle.gif') no-repeat scroll transparent; |
|
575 |
z-index: 2; |
|
576 |
} |
|
| 543 | 577 |
|
578 |
.Ldt-createAnnotationWidget { |
|
579 |
font-size: 12px; |
|
580 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
581 |
background-color:#eeeeee; |
|
582 |
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
|
583 |
border: 1px solid #b6b8b8; |
| 543 | 584 |
} |
585 |
||
586 |
.Ldt-createAnnotation-DoubleBorder { |
|
587 |
border: 1px solid white; |
|
588 |
overflow: auto; |
|
589 |
padding: 7px; |
|
590 |
} |
|
591 |
||
592 |
.Ldt-createAnnotation-Title { |
|
593 |
font-size: 12pt; |
|
594 |
color : #0068c4; |
|
595 |
float: left; |
|
596 |
margin-right: 5px; |
|
597 |
} |
|
598 |
||
599 |
.Ldt-createAnnotation-TimeFrame { |
|
600 |
font-size: 12pt; |
|
601 |
color : #ff5589; |
|
602 |
float: left; |
|
603 |
} |
|
604 |
||
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
605 |
.Ldt-createAnnotation-Container { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
606 |
display: table; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
607 |
border-collapse: collapse; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
608 |
width: 100%; |
|
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 { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
612 |
width: 48px; |
|
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 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
616 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
617 |
.Ldt-createAnnotation-userAvatar img { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
618 |
display: block; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
619 |
border: 1px solid #babcbc; |
|
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 { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
622 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
623 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
624 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
625 |
width: 15px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
626 |
padding-right: 5px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
627 |
padding-left: 3px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
628 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
629 |
|
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
630 |
.Ldt-createAnnotation-profileArrow img { |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
631 |
display: block; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
632 |
margin-left: 4px; |
| 543 | 633 |
} |
634 |
||
635 |
.Ldt-createAnnotation-Description { |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
636 |
display: table-cell; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
637 |
width: 100%; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
638 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
639 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
640 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
641 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
642 |
box-sizing: border-box; /* Opera/IE 8+ */ |
| 545 | 643 |
} |
644 |
||
645 |
.Ldt-createAnnotation-present-keyword { |
|
646 |
border: 1px solid #ffffff; |
|
647 |
background-color: #217bcb; |
|
648 |
color: #ffffff; |
|
649 |
padding: 3px; |
|
650 |
padding-left: 4px; |
|
651 |
padding-right: 4px; |
|
| 546 | 652 |
cursor: pointer; |
| 545 | 653 |
} |
654 |
||
655 |
.Ldt-createAnnotation-absent-keyword { |
|
656 |
border: 1px solid #ffffff; |
|
657 |
background-color: #d93c71; |
|
658 |
color: #ffffff; |
|
659 |
padding: 3px; |
|
660 |
padding-left: 4px; |
|
661 |
padding-right: 4px; |
|
| 546 | 662 |
cursor: pointer; |
663 |
} |
|
664 |
||
665 |
.Ldt-createAnnotation-submitButton { |
|
666 |
float: right; |
|
667 |
background-color: #d93c71; |
|
668 |
color: #ffffff; |
|
669 |
cursor: pointer; |
|
670 |
background-image: url('imgs/submit_annotation.png'); |
|
671 |
background-repeat: no-repeat; |
|
672 |
height: 48px; |
|
673 |
width: 48px; |
|
|
553
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
674 |
} |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
675 |
|
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
676 |
.Ldt-createAnnotation-endScreen { |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
677 |
background-color: #ffffff; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
678 |
margin-left: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
679 |
margin-right: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
680 |
border: 1px solid #d6d6d6; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
681 |
padding: 10px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
682 |
font-size: 13px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
683 |
font-weight: bold; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
684 |
color : #f7268e; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
685 |
text-align: center; |
|
561
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
686 |
} |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
687 |
|
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
688 |
.Ldt-createAnnotation-errorMessage { |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
689 |
color: #D93C71; |
| 585 | 690 |
} |
691 |
||
| 721 | 692 |
.Ldt-createAnnotation-Minimize { |
693 |
position: relative; |
|
694 |
float: right; |
|
695 |
height: 17px; |
|
696 |
width: 17px; |
|
697 |
right: 0px; |
|
698 |
top: -5px; |
|
699 |
} |
|
700 |
||
| 585 | 701 |
/* AnnotationsListWidget */ |
702 |
||
703 |
.Ldt-AnnotationsListWidget { |
|
704 |
font-size: 12px; |
|
705 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
706 |
border: 1px solid #b6b8b8; |
|
707 |
overflow: auto; |
|
708 |
max-height: 480px; |
|
709 |
} |
|
710 |
||
| 588 | 711 |
.Ldt-AnnotationsListWidget ul { |
712 |
padding: 5px; |
|
713 |
} |
|
714 |
||
| 585 | 715 |
.Ldt-AnnotationsListWidget li { |
716 |
list-style-type: none; |
|
717 |
cursor: pointer; |
|
| 588 | 718 |
display: table-row; |
719 |
padding-top: 2px; |
|
720 |
height: 64px; |
|
| 585 | 721 |
} |
| 588 | 722 |
|
723 |
.Ldt-AnnotationsListWidget li:hover { |
|
724 |
background-color: #e9e9e9; |
|
725 |
} |
|
726 |
||
| 712 | 727 |
.Ldt-AnnotationsListWidget li a { |
728 |
text-decoration: none; |
|
729 |
} |
|
730 |
||
| 588 | 731 |
.Ldt-AnnotationsList-Caption { |
732 |
float: left; |
|
733 |
display: table-cell; |
|
734 |
vertical-align: middle; |
|
735 |
} |
|
736 |
||
737 |
.Ldt-AnnotationsList-Duration { |
|
738 |
color : #f7268e; |
|
| 585 | 739 |
float: right; |
| 588 | 740 |
text-align: left; |
741 |
width: 120px; |
|
| 585 | 742 |
} |
743 |
||
744 |
.Ldt-AnnotationsList-Title { |
|
745 |
color: #0068c4; |
|
| 588 | 746 |
font-size: 13px; |
747 |
display: table-cell; |
|
748 |
width: 80%; |
|
| 585 | 749 |
} |
|
675
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
750 |
|
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
751 |
/* Tagcloud */ |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
752 |
|
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
753 |
.Ldt-TagCloud ul { |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
754 |
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
|
755 |
} |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
756 |
|
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
757 |
.Ldt-TagCloud li { |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
758 |
display: inline-block; margin: 2px; |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
759 |
} |