| author | veltr |
| Fri, 16 Mar 2012 19:31:26 +0100 | |
| branch | popcorn-port |
| changeset 833 | 33a5d5882be4 |
| parent 831 | 0dd21c298380 |
| child 836 | 526f91f5253e |
| 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; |
|
369 |
height: 125px; |
|
370 |
width: 180px; |
|
371 |
padding: 10px; |
|
372 |
padding-left: 15px; |
|
373 |
padding-top: 15px; |
|
374 |
padding-right: 15px; |
|
375 |
color: black; |
|
376 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
377 |
overflow:hidden; |
|
378 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
379 |
|
| 534 | 380 |
/* slider */ |
381 |
.Ldt-SliderMinimized { |
|
382 |
height: 6px; |
|
383 |
} |
|
| 324 | 384 |
|
| 534 | 385 |
.Ldt-SliderMaximized { |
386 |
height: 11px; |
|
387 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
388 |
|
| 534 | 389 |
.Ldt-sliderElementMinimized { |
390 |
width: 100%; |
|
391 |
height: 5px; |
|
392 |
} |
|
| 324 | 393 |
|
| 534 | 394 |
.Ldt-sliderElementMaximized { |
395 |
width: 100%; |
|
396 |
height: 10px; |
|
397 |
} |
|
| 324 | 398 |
|
| 534 | 399 |
.Ldt-sliderBackground { |
400 |
background-color: #B6B8B8; |
|
401 |
position: absolute; |
|
402 |
z-index: 2; |
|
403 |
bottom: 1px; |
|
404 |
width: 100%; |
|
405 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
406 |
|
| 534 | 407 |
} |
408 |
||
409 |
.Ldt-sliderForeground { |
|
410 |
background-color: #747474; |
|
411 |
z-index: 2; |
|
412 |
width: 0px; |
|
413 |
position: absolute; |
|
414 |
bottom: 1px; |
|
415 |
height: 5px; |
|
416 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
417 |
|
| 534 | 418 |
.Ldt-sliderPositionMarker { |
419 |
position: absolute; |
|
420 |
z-index: 100; |
|
421 |
background-color: #f7268e; |
|
422 |
height: 5px; |
|
423 |
width: 5px; |
|
424 |
bottom: 1px; |
|
425 |
border-left: 1px solid white; |
|
426 |
border-right: 1px solid white; |
|
427 |
} |
|
| 316 | 428 |
|
| 534 | 429 |
/* tweet Widget */ |
430 |
.Ldt-tweetWidget { |
|
431 |
font-size: 12px; |
|
432 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
433 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
434 |
border: 1px solid #b6b8b8; |
|
435 |
border-top: none; |
|
436 |
overflow: auto; |
|
437 |
} |
|
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
438 |
|
| 534 | 439 |
.Ldt-tweet-DoubleBorder { |
440 |
border: 1px solid white; |
|
441 |
padding: 5px; |
|
442 |
overflow: auto; |
|
443 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
444 |
|
| 534 | 445 |
.Ldt-tweetAvatar { |
446 |
float: left; |
|
447 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
448 |
|
| 534 | 449 |
.Ldt-tweetAvatar-profileArrow { |
450 |
float: left; |
|
451 |
height: 48px; |
|
452 |
margin-left: 5px; |
|
453 |
margin-right: 5px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
454 |
background:url('imgs/profile_arrow.png'); |
|
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
455 |
background-position: 7 10px; |
| 534 | 456 |
} |
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
457 |
|
| 534 | 458 |
.Ldt-tweet_userHandle { |
459 |
float: left; |
|
460 |
color: #5c8df1; |
|
461 |
} |
|
| 367 | 462 |
|
| 534 | 463 |
.Ldt-tweet_realName { |
464 |
float: left; |
|
465 |
margin-left: 3px; |
|
466 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
467 |
|
| 534 | 468 |
.Ldt-tweetContents { |
469 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
470 |
|
| 534 | 471 |
.Ldt-tweet_date { |
472 |
float: left; |
|
473 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
474 |
|
| 534 | 475 |
.Ldt-tweetWidgetKeepOpen { |
476 |
position: relative; |
|
477 |
float: right; |
|
478 |
height: 17px; |
|
479 |
width: 17px; |
|
480 |
margin-right: 1px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
481 |
background:url('imgs/minimize.png'); |
| 534 | 482 |
} |
|
378
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
483 |
|
| 534 | 484 |
.Ldt-tweetWidgetMinimize { |
485 |
position: relative; |
|
486 |
float: right; |
|
487 |
height: 17px; |
|
488 |
width: 17px; |
|
489 |
right: 9px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
490 |
background:url('imgs/minimize.png'); |
| 534 | 491 |
} |
| 360 | 492 |
|
| 534 | 493 |
.Ldt-tweetWidget * a:link { |
494 |
color: #729efa; |
|
| 360 | 495 |
|
| 534 | 496 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
497 |
|
| 534 | 498 |
.Ldt-TweetReply { |
499 |
float: left; |
|
500 |
margin-left: 16px; |
|
501 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
502 |
|
| 534 | 503 |
.Ldt-TweetReplyIcon { |
504 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
505 |
width: 14px; |
|
506 |
height: 11px; |
|
507 |
float: left; |
|
508 |
margin-top: 2px; |
|
509 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
510 |
|
| 534 | 511 |
.Ldt-TweetReplyIcon:hover { |
512 |
background-position: 0 -11px; |
|
513 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
514 |
|
| 534 | 515 |
.Ldt-TweetReplyIcon:active { |
516 |
background-position: 0 -22px; |
|
517 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
518 |
|
| 534 | 519 |
.Ldt-Retweet { |
520 |
float: left; |
|
521 |
margin-left: 16px; |
|
522 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
523 |
|
| 534 | 524 |
.Ldt-RetweetIcon { |
525 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
526 |
width: 14px; |
|
527 |
height: 8px; |
|
528 |
float: left; |
|
529 |
margin-top: 3px; |
|
530 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
531 |
|
| 534 | 532 |
.Ldt-RetweetIcon:hover { |
533 |
background-position: 0 -8px; |
|
534 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
535 |
|
| 534 | 536 |
.Ldt-RetweetIcon:active { |
537 |
background-position: 0 -16px; |
|
538 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
539 |
|
| 534 | 540 |
/* styling of a "++" in a tweet */ |
541 |
.Ldt-PolemicPlusPlus { |
|
542 |
background-color: #1d973d; |
|
543 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
544 |
|
| 534 | 545 |
/* styling of a "==" in a tweet */ |
546 |
.Ldt-PolemicEqualEqual { |
|
547 |
background-color: #5c8df1 |
|
548 |
} |
|
549 |
||
550 |
/* styling of a "--" in a tweet */ |
|
551 |
.Ldt-PolemicMinusMinus { |
|
552 |
background-color: #ce0a15; |
|
553 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
554 |
|
| 534 | 555 |
/* styling of a "??" in a tweet */ |
556 |
.Ldt-PolemicQuestion { |
|
557 |
background-color: #c5a62d; |
|
558 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
559 |
|
| 534 | 560 |
/* the styling of a spacer div */ |
561 |
.Ldt-spacer { |
|
562 |
background-color:#eeeeee; |
|
563 |
} |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
564 |
|
| 534 | 565 |
/* sparkline widget */ |
566 |
.Ldt-sparklineWidget { |
|
567 |
position: relative; |
|
568 |
margin-bottom: 5px; |
|
569 |
} |
|
570 |
||
571 |
.Ldt-sparkLinePositionMarker { |
|
572 |
position: absolute; |
|
573 |
top: 0px; |
|
574 |
width: 0px; |
|
575 |
background-color: #333333; |
|
576 |
border-right: solid 1px pink; |
|
577 |
z-index: 3; |
|
578 |
opacity: 0.2; |
|
579 |
} |
|
580 |
||
581 |
.Ldt-sparkLine { |
|
582 |
position: absolute; |
|
583 |
top: 0px; |
|
584 |
} |
|
585 |
||
586 |
.Ldt-sparkLineClickOverlay { |
|
587 |
position: absolute; |
|
588 |
width: 640px; |
|
589 |
height: 60px; |
|
590 |
z-index: 4; |
|
591 |
top: 0px; |
|
592 |
opacity: 0.3; |
|
593 |
} |
|
| 537 | 594 |
|
595 |
.Ldt-sliceWidget { |
|
596 |
position: relative; |
|
597 |
width: 100%; |
|
598 |
height: 25px; |
|
599 |
margin-top: 3px; |
|
600 |
} |
|
601 |
||
602 |
.Ldt-sliceBackground { |
|
603 |
width: 100%; |
|
604 |
background-color: #b6b8b8; |
|
605 |
height: 12px; |
|
606 |
} |
|
607 |
||
608 |
.Ldt-sliceZone { |
|
609 |
position: absolute; |
|
610 |
top: 0px; |
|
611 |
background:url('imgs/wire_pattern.png') repeat scroll transparent; |
|
612 |
height: 12px; |
|
613 |
z-index: 2; |
|
614 |
} |
|
615 |
||
616 |
.Ldt-sliceLeftHandle { |
|
617 |
position: absolute; |
|
618 |
top: 0px; |
|
619 |
height: 25px; |
|
620 |
width: 7px; |
|
621 |
background:url('imgs/left_handle.gif') no-repeat scroll transparent; |
|
622 |
z-index: 2; |
|
623 |
} |
|
624 |
||
625 |
.Ldt-sliceRightHandle { |
|
626 |
position: absolute; |
|
627 |
top: 0px; |
|
628 |
height: 25px; |
|
629 |
width: 7px; |
|
630 |
background:url('imgs/right_handle.gif') no-repeat scroll transparent; |
|
631 |
z-index: 2; |
|
632 |
} |
|
| 543 | 633 |
|
634 |
.Ldt-createAnnotationWidget { |
|
635 |
font-size: 12px; |
|
636 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
637 |
background-color:#eeeeee; |
|
638 |
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
|
639 |
border: 1px solid #b6b8b8; |
| 543 | 640 |
} |
641 |
||
642 |
.Ldt-createAnnotation-DoubleBorder { |
|
643 |
border: 1px solid white; |
|
644 |
overflow: auto; |
|
645 |
padding: 7px; |
|
646 |
} |
|
647 |
||
648 |
.Ldt-createAnnotation-Title { |
|
649 |
font-size: 12pt; |
|
650 |
color : #0068c4; |
|
651 |
float: left; |
|
652 |
margin-right: 5px; |
|
653 |
} |
|
654 |
||
655 |
.Ldt-createAnnotation-TimeFrame { |
|
656 |
font-size: 12pt; |
|
657 |
color : #ff5589; |
|
658 |
float: left; |
|
659 |
} |
|
660 |
||
| 831 | 661 |
.Ldt-createAnnotation-Container { |
662 |
float: left; width: 100%; clear: both; |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
663 |
} |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
664 |
|
| 831 | 665 |
.Ldt-createAnnotation-userAvatar { |
666 |
float: right; |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
667 |
width: 48px; |
| 831 | 668 |
height: 48px; |
669 |
margin: 7px 0; |
|
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
670 |
border: 1px solid #babcbc; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
671 |
} |
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
672 |
|
| 831 | 673 |
.Ldt-createAnnotation-userAvatar img { |
674 |
float: right; |
|
675 |
display: block; |
|
676 |
max-width: 100%; |
|
677 |
max-height: 100%; |
|
678 |
} |
|
679 |
||
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
680 |
.Ldt-createAnnotation-profileArrow { |
| 831 | 681 |
float: right; |
|
544
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
682 |
vertical-align: top; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
683 |
height: 48px; |
|
c493cb634b45
got the annotation creation widget in a decent shape.
hamidouk
parents:
543
diff
changeset
|
684 |
width: 15px; |
| 831 | 685 |
margin: 7px 5px; |
686 |
background:url('imgs/profile_arrow.png') center no-repeat; |
|
| 543 | 687 |
} |
688 |
||
689 |
.Ldt-createAnnotation-Description { |
|
| 831 | 690 |
float: left; |
691 |
width: 520px; |
|
692 |
height: 56px; padding: 2px; |
|
693 |
resize: none; |
|
| 545 | 694 |
} |
695 |
||
| 831 | 696 |
.Ldt-createAnnotation-btnblock { |
697 |
float: left; width: 450px; margin: 5px 0; |
|
698 |
} |
|
699 |
||
700 |
.Ldt-createAnnotation-btnblock label { |
|
701 |
float: left; margin-left: 12px; margin: 2px 8px 2px 0; font-size: 12px; |
|
702 |
} |
|
703 |
||
704 |
.Ldt-createAnnotation-keyword-button { |
|
| 545 | 705 |
border: 1px solid #ffffff; |
706 |
background-color: #217bcb; |
|
707 |
color: #ffffff; |
|
| 831 | 708 |
padding: 3px 4px; |
| 546 | 709 |
cursor: pointer; |
| 545 | 710 |
} |
711 |
||
| 831 | 712 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-keyword-button { |
| 545 | 713 |
background-color: #d93c71; |
| 546 | 714 |
} |
715 |
||
716 |
.Ldt-createAnnotation-submitButton { |
|
717 |
float: right; |
|
718 |
background-color: #d93c71; |
|
719 |
color: #ffffff; |
|
720 |
cursor: pointer; |
|
721 |
background-image: url('imgs/submit_annotation.png'); |
|
722 |
background-repeat: no-repeat; |
|
723 |
height: 48px; |
|
724 |
width: 48px; |
|
| 763 | 725 |
position: relative; |
726 |
margin-top: 3px; |
|
| 831 | 727 |
padding: 28px 0 0; |
728 |
font-size: 13px; |
|
729 |
border: none; |
|
730 |
text-align: center; |
|
|
553
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
731 |
} |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
732 |
|
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
733 |
.Ldt-createAnnotation-endScreen { |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
734 |
background-color: #ffffff; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
735 |
margin-left: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
736 |
margin-right: 5px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
737 |
border: 1px solid #d6d6d6; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
738 |
padding: 10px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
739 |
font-size: 13px; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
740 |
font-weight: bold; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
741 |
color : #f7268e; |
|
10d08f43c534
widget works now more or less like in samuel's crea.
hamidouk
parents:
550
diff
changeset
|
742 |
text-align: center; |
|
561
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
743 |
} |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
744 |
|
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
745 |
.Ldt-createAnnotation-errorMessage { |
|
a10e7b6fdb08
display an error message when the user forget to enter text.
hamidouk
parents:
553
diff
changeset
|
746 |
color: #D93C71; |
| 585 | 747 |
} |
748 |
||
| 721 | 749 |
.Ldt-createAnnotation-Minimize { |
750 |
position: relative; |
|
751 |
float: right; |
|
752 |
height: 17px; |
|
753 |
width: 17px; |
|
754 |
right: 0px; |
|
|
761
69d80dd9c9d8
replaced direct references to images to css classes.
hamidouk
parents:
728
diff
changeset
|
755 |
background:url('imgs/minimize.png'); |
| 722 | 756 |
} |
757 |
||
758 |
/* polemic tweet annotation buttons */ |
|
759 |
||
760 |
.Ldt-createAnnotation-polemic-button { |
|
761 |
margin: 0; |
|
762 |
border: 0; |
|
763 |
padding: 0; |
|
764 |
margin-right: 2px; |
|
765 |
width: 38px; |
|
766 |
height: 26px; |
|
767 |
text-indent: -999px; |
|
768 |
background: url(imgs/polemic_buttons_sprite.png); |
|
| 831 | 769 |
cursor: pointer; |
| 722 | 770 |
} |
771 |
||
772 |
.Ldt-createAnnotation-polemic-positive:hover { |
|
773 |
background-position: 0 -26px; |
|
774 |
} |
|
| 831 | 775 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-positive { |
| 722 | 776 |
background-position: 0 -52px; |
| 721 | 777 |
} |
778 |
||
| 722 | 779 |
.Ldt-createAnnotation-polemic-negative { |
780 |
background-position: -38px 0; |
|
781 |
} |
|
782 |
.Ldt-createAnnotation-polemic-negative:hover { |
|
783 |
background-position: -38px -26px; |
|
784 |
} |
|
| 831 | 785 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-negative { |
| 722 | 786 |
background-position: -38px -52px; |
787 |
} |
|
788 |
||
789 |
.Ldt-createAnnotation-polemic-reference { |
|
790 |
background-position: -76px 0; |
|
791 |
} |
|
792 |
.Ldt-createAnnotation-polemic-reference:hover { |
|
793 |
background-position: -76px -26px; |
|
794 |
} |
|
| 831 | 795 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-reference { |
| 722 | 796 |
background-position: -76px -52px; |
797 |
} |
|
798 |
||
799 |
.Ldt-createAnnotation-polemic-question { |
|
800 |
background-position: -114px 0; |
|
801 |
} |
|
802 |
.Ldt-createAnnotation-polemic-question:hover { |
|
803 |
background-position: -114px -26px; |
|
804 |
} |
|
| 831 | 805 |
.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-question { |
| 722 | 806 |
background-position: -114px -52px; |
807 |
} |
|
|
806
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
808 |
|
|
808
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
809 |
.Ldt-createAnnotation-spinner { |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
810 |
display: inline; |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
811 |
width: 16px; |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
812 |
height: 16px; |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
813 |
background-image('imgs/spinner.gif'); |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
814 |
} |
|
f7de8a24fc74
forgot to remove an image reference. It's in css now.
hamidouk
parents:
806
diff
changeset
|
815 |
|
|
806
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
816 |
.Ldt-createAnnotation-endScreen-TweetLink { |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
817 |
width: 54px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
818 |
height: 20px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
819 |
background-image('imgs/tweet_button.png'); |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
820 |
} |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
821 |
|
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
822 |
.Ldt-createAnnotation-endScreen-FbLink { |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
823 |
width: 55px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
824 |
height: 20px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
825 |
background-image('imgs/facebook_button.png'); |
|
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 |
|
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
828 |
.Ldt-createAnnotation-endScreen-GplusLink { |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
829 |
width: 50px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
830 |
height: 20px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
831 |
background-image('imgs/gplus_button.png'); |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
832 |
} |
| 585 | 833 |
/* AnnotationsListWidget */ |
834 |
||
835 |
.Ldt-AnnotationsListWidget { |
|
836 |
font-size: 12px; |
|
837 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
838 |
border: 1px solid #b6b8b8; |
|
839 |
overflow: auto; |
|
840 |
max-height: 480px; |
|
841 |
} |
|
842 |
||
| 833 | 843 |
.Ldt-AnnotationsList-ul { |
844 |
list-style: none; |
|
845 |
padding: 0 3px; |
|
| 588 | 846 |
} |
847 |
||
| 833 | 848 |
.Ldt-AnnotationsList-li { |
| 585 | 849 |
cursor: pointer; |
| 833 | 850 |
float: left; width: 100%; clear: both; |
851 |
margin: 2px 0; padding: 2px 0; |
|
| 585 | 852 |
} |
| 588 | 853 |
|
| 833 | 854 |
.Ldt-AnnotationsList-li:hover { |
| 588 | 855 |
background-color: #e9e9e9; |
856 |
} |
|
857 |
||
| 833 | 858 |
.Ldt-AnnotationsListWidget a { |
| 712 | 859 |
text-decoration: none; |
860 |
} |
|
861 |
||
| 833 | 862 |
.Ldt-AnnotationsList-Thumb-Placeholder { |
| 588 | 863 |
float: left; |
|
806
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
864 |
height: 64px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
865 |
width: 64px; |
|
4ae02249c3ac
removed more images from the templates to put them in the css.
hamidouk
parents:
803
diff
changeset
|
866 |
background-image: url('imgs/video_sequence.png'); |
| 588 | 867 |
} |
868 |
||
| 833 | 869 |
.Ldt-AnnotationList-Thumbnail { |
870 |
border: none; |
|
871 |
float: left; |
|
872 |
max-width: 64px; |
|
873 |
max-height: 64px; |
|
874 |
} |
|
875 |
||
| 588 | 876 |
.Ldt-AnnotationsList-Duration { |
| 833 | 877 |
color : #f7268e; |
878 |
float: right; text-align: right; |
|
| 585 | 879 |
} |
880 |
||
881 |
.Ldt-AnnotationsList-Title { |
|
882 |
color: #0068c4; |
|
| 588 | 883 |
font-size: 13px; |
| 833 | 884 |
margin: 0 0 2px 64px; |
885 |
} |
|
886 |
||
887 |
.Ldt-AnnotationsList-Description { |
|
888 |
clear: both; |
|
889 |
margin: 2px 0; |
|
890 |
} |
|
891 |
||
892 |
.Ldt-AnnotationsList-Tags { |
|
893 |
width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0; |
|
894 |
} |
|
895 |
||
896 |
.Ldt-AnnotationsList-Tag-Li { |
|
897 |
float: left; margin: 2px; background: #cc0066; color: #fff; padding: 4px; |
|
| 585 | 898 |
} |
|
675
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
899 |
|
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
900 |
/* Tagcloud */ |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
901 |
|
| 728 | 902 |
.Ldt-TagCloud { |
903 |
font-family: "PT Sans", Arial, Helvetica, sans-serif; |
|
904 |
} |
|
905 |
||
|
675
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
906 |
.Ldt-TagCloud ul { |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
907 |
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
|
908 |
} |
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
909 |
|
|
82a5ebbedc83
Added a Tag Cloud Widget and corrected Stack Graph Widget
veltr
parents:
609
diff
changeset
|
910 |
.Ldt-TagCloud li { |
| 728 | 911 |
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
|
912 |
} |
| 728 | 913 |
|
914 |
.Ldt-TagCloud li:hover { |
|
915 |
color: #0099ff; |
|
916 |
} |
|
917 |
||
918 |
.Ldt-TagCloud-actif { |
|
919 |
color: #c000c0; |
|
920 |
} |