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