0
|
1 |
/* Resetting the usual suspects */ |
|
2 |
|
|
3 |
html, body, div, span, applet, object, iframe, |
|
4 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
5 |
a, abbr, acronym, address, big, cite, code, |
|
6 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
7 |
small, strike, strong, sub, sup, tt, var, |
|
8 |
b, u, i, center, |
|
9 |
dl, dt, dd, ol, ul, li, |
|
10 |
fieldset, form, label, legend, |
|
11 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
12 |
article, aside, canvas, details, embed, |
|
13 |
figure, figcaption, footer, header, hgroup, |
|
14 |
menu, nav, output, ruby, section, summary, |
|
15 |
time, mark, audio, video { |
|
16 |
margin: 0; |
|
17 |
padding: 0; |
|
18 |
border: 0; |
|
19 |
font-size: 100%; |
|
20 |
font: inherit; |
|
21 |
vertical-align: baseline; |
|
22 |
} |
|
23 |
|
|
24 |
ul, li { |
|
25 |
list-style: none; |
|
26 |
} |
|
27 |
|
|
28 |
input::-moz-focus-inner /*Remove button padding in FF*/ |
|
29 |
{ |
|
30 |
border: 0; |
|
31 |
padding: 0; |
|
32 |
} |
|
33 |
|
|
34 |
table { |
|
35 |
border-collapse: separate; border-spacing: 0; |
|
36 |
} |
|
37 |
|
|
38 |
th, td { |
|
39 |
vertical-align: top; |
|
40 |
} |
|
41 |
|
|
42 |
img a { |
|
43 |
border: none; |
|
44 |
} |
|
45 |
|
|
46 |
html { |
|
47 |
overflow: hidden; |
|
48 |
} |
|
49 |
|
2
|
50 |
/* Fonts */ |
|
51 |
|
|
52 |
@font-face { |
|
53 |
font-family: 'Futura-Medium'; |
|
54 |
src: url('../fonts/Futura-Medium.woff') format('woff'), |
|
55 |
url('../fonts/Futura-Medium.ttf') format('truetype'), |
|
56 |
url('../fonts/Futura-Medium.svg#Futura-Medium') format('svg'); |
|
57 |
} |
|
58 |
|
9
|
59 |
@font-face { |
|
60 |
font-family: 'Futura-CondensedExtraBold'; |
|
61 |
src: url('../fonts/Futura-CondensedExtraBold.woff') format('woff'), |
|
62 |
url('../fonts/Futura-CondensedExtraBold.ttf') format('truetype'), |
|
63 |
url('../fonts/Futura-CondensedExtraBold.svg#Futura-CondensedExtraBold') format('svg'); |
|
64 |
} |
0
|
65 |
/* End of the reset part */ |
|
66 |
|
|
67 |
body { |
|
68 |
background: #000000; font-family: Helvetica, Arial, sans-serif; |
|
69 |
} |
|
70 |
|
|
71 |
/* Top Bar */ |
|
72 |
|
|
73 |
.top-bar { |
|
74 |
height: 40px; |
|
75 |
} |
|
76 |
|
|
77 |
/* Main Video Frame */ |
|
78 |
|
|
79 |
.main-video { |
2
|
80 |
height: 562px; position: relative; |
0
|
81 |
} |
|
82 |
|
|
83 |
.project-title { |
2
|
84 |
text-align: center; line-height: 40px; font-size: 17px; color: #b0b0b0; |
|
85 |
font-family: 'Futura-Medium'; |
0
|
86 |
} |
|
87 |
|
|
88 |
.tags { |
3
|
89 |
position: absolute; top: 0; left: 0; width: 140px; z-index: 2; font-size: 12px; cursor: pointer; |
0
|
90 |
} |
|
91 |
|
|
92 |
.tags-title { |
8
|
93 |
line-height: 40px; padding: 0 15px; font-size: 11px; color: #B8155F; |
2
|
94 |
font-family: 'Futura-Medium'; text-transform: uppercase; |
0
|
95 |
} |
1
|
96 |
|
3
|
97 |
.tags:hover .tags-title { |
|
98 |
background: #404040; color: #ffffff; |
|
99 |
} |
|
100 |
|
|
101 |
.tags-list { |
|
102 |
background: #303030; |
|
103 |
padding: 10px 0; display: none; |
|
104 |
} |
|
105 |
|
|
106 |
.tag { |
|
107 |
color: #cccccc; padding: 5px 15px; |
|
108 |
} |
|
109 |
|
|
110 |
.tag:hover { |
8
|
111 |
color: #ffffff; background: #202020; |
6
|
112 |
} |
|
113 |
|
|
114 |
.tag.found { |
8
|
115 |
color: #ffffff; |
3
|
116 |
} |
|
117 |
|
5
|
118 |
/* Annotation colors */ |
|
119 |
|
|
120 |
.video { |
|
121 |
color: #be4477; |
|
122 |
} |
|
123 |
|
|
124 |
.audio { |
|
125 |
color:#63be6c; |
|
126 |
} |
|
127 |
|
|
128 |
.slideshow { |
|
129 |
color: #f69058; |
|
130 |
} |
|
131 |
|
|
132 |
.text { |
|
133 |
color:#5e90cb; |
|
134 |
} |
|
135 |
|
|
136 |
.quote { |
|
137 |
color:#00aeb5; |
|
138 |
} |
|
139 |
|
|
140 |
.link { |
|
141 |
color:#8985bb; |
|
142 |
} |
|
143 |
|
|
144 |
|
1
|
145 |
/* Pictograms on the left */ |
|
146 |
|
|
147 |
.pictolist { |
|
148 |
position: absolute; |
8
|
149 |
left: 14px; bottom: 24px; |
1
|
150 |
} |
|
151 |
|
5
|
152 |
.pictolist li { |
8
|
153 |
line-height: 38px; opacity: 0; display: none; height: 0; |
|
154 |
padding: 6px; width: 38px; overflow: hidden; |
9
|
155 |
-webkit-transition: width 0.8s; |
|
156 |
transition: width 0.8s; |
8
|
157 |
} |
|
158 |
|
|
159 |
.pictolist li.hover { |
|
160 |
width: 400px; |
5
|
161 |
} |
|
162 |
|
1
|
163 |
.picto { |
5
|
164 |
float: left; padding: 7px; background:black; |
1
|
165 |
border-radius: 19px; cursor: pointer; |
9
|
166 |
-webkit-transition: background 0.8s; |
|
167 |
transition: background 0.8s; |
6
|
168 |
} |
|
169 |
|
5
|
170 |
.picto-title { |
8
|
171 |
margin-left: 8px; font-size: 12px; text-transform: uppercase; |
9
|
172 |
padding: 4px 6px; background: rgba(0, 0, 0, .7); |
|
173 |
font-family: 'Futura-CondensedExtraBold'; |
|
174 |
} |
|
175 |
|
|
176 |
.found .picto-title { |
|
177 |
background: rgba(255, 255, 255, .7); |
5
|
178 |
} |
|
179 |
|
1
|
180 |
.picto a { |
|
181 |
background: url(../img/sprites.png); display: block; width: 24px; height: 24px; |
|
182 |
} |
|
183 |
|
6
|
184 |
.video.hover .picto , |
|
185 |
.video.current .picto { |
1
|
186 |
background: #be4477; |
|
187 |
} |
|
188 |
|
6
|
189 |
.video.hover .picto a , |
|
190 |
.video.current .picto a { |
1
|
191 |
background-position: -24px 0; |
|
192 |
} |
|
193 |
|
5
|
194 |
.audio .picto a { |
1
|
195 |
background-position: 0 -24px; |
|
196 |
} |
|
197 |
|
6
|
198 |
.audio.hover .picto, |
|
199 |
.audio.current .picto { |
1
|
200 |
background: #63be6c; |
|
201 |
} |
|
202 |
|
6
|
203 |
.audio.hover .picto a , |
|
204 |
.audio.current .picto a { |
1
|
205 |
background-position: -24px -24px; |
|
206 |
} |
|
207 |
|
5
|
208 |
.slideshow .picto a { |
1
|
209 |
background-position: 0 -48px; |
|
210 |
} |
|
211 |
|
6
|
212 |
.slideshow.hover .picto , |
|
213 |
.slideshow.current .picto { |
1
|
214 |
background: #f69058; |
|
215 |
} |
|
216 |
|
6
|
217 |
.slideshow.hover .picto a , |
|
218 |
.slideshow.current .picto a { |
1
|
219 |
background-position: -24px -48px; |
|
220 |
} |
|
221 |
|
5
|
222 |
.text .picto a { |
1
|
223 |
background-position: 0 -72px; |
|
224 |
} |
|
225 |
|
6
|
226 |
.text.hover .picto , |
|
227 |
.text.current .picto { |
1
|
228 |
background: #5e90cb; |
|
229 |
} |
|
230 |
|
6
|
231 |
.text.hover .picto a , |
|
232 |
.text.current .picto a { |
1
|
233 |
background-position: -24px -72px; |
|
234 |
} |
|
235 |
|
5
|
236 |
.quote .picto a { |
1
|
237 |
background-position: 0 -96px; |
|
238 |
} |
|
239 |
|
6
|
240 |
.quote.hover .picto , |
|
241 |
.quote.current .picto { |
1
|
242 |
background: #00aeb5; |
|
243 |
} |
|
244 |
|
6
|
245 |
.quote.hover .picto a , |
|
246 |
.quote.current .picto a { |
1
|
247 |
background-position: -24px -96px; |
|
248 |
} |
|
249 |
|
5
|
250 |
.link .picto a { |
1
|
251 |
background-position: 0 -120px; |
|
252 |
} |
|
253 |
|
6
|
254 |
.link.hover .picto , |
|
255 |
.link.current .picto { |
1
|
256 |
background: #8985bb; |
|
257 |
} |
|
258 |
|
6
|
259 |
.link.hover .picto a , |
|
260 |
.link.current .picto a { |
1
|
261 |
background-position: -24px -120px; |
|
262 |
} |
|
263 |
|
9
|
264 |
.found .picto, |
|
265 |
.current.found picto, |
|
266 |
.hover.found .picto { |
|
267 |
background: #ffffff; |
|
268 |
} |
|
269 |
|
2
|
270 |
/* Annotations */ |
|
271 |
|
5
|
272 |
.annotation-templates { |
|
273 |
display: none; |
|
274 |
} |
|
275 |
|
2
|
276 |
.annotation { |
5
|
277 |
position: absolute; |
2
|
278 |
} |
|
279 |
|
|
280 |
.annotation-title { |
|
281 |
font-family: 'Futura-Medium'; text-align: center; |
|
282 |
} |
|
283 |
|
|
284 |
.close-annotation { |
9
|
285 |
float: right; margin: 10px 10px 0 0; width: 11px; height: 10px; background-image: url(../img/sprites.png); |
2
|
286 |
} |
|
287 |
|
6
|
288 |
.annotation { |
8
|
289 |
left: 45px; top: 800px; right: 35px; |
|
290 |
} |
|
291 |
|
|
292 |
.annotation-main:after { |
|
293 |
content: "."; visibility: hidden; display: block; height: 1px; clear: both; |
2
|
294 |
} |
|
295 |
|
8
|
296 |
/* Narrow annotations */ |
2
|
297 |
|
8
|
298 |
.narrow-annotation { |
|
299 |
left: 210px; right: 200px; |
|
300 |
} |
|
301 |
|
|
302 |
/* White annotations */ |
|
303 |
|
|
304 |
.white-annotation { |
2
|
305 |
background: #ffffff; max-height: 522px; overflow: auto; |
|
306 |
} |
|
307 |
|
8
|
308 |
.white-annotation { |
2
|
309 |
color: #000000; |
|
310 |
} |
|
311 |
|
9
|
312 |
.white-annotation .close-annotation { |
|
313 |
background-position: -24px -160px; |
|
314 |
} |
|
315 |
|
8
|
316 |
.white-annotation .close-annotation:hover { |
9
|
317 |
background-position: -36px -160px; |
3
|
318 |
} |
|
319 |
|
8
|
320 |
.white-annotation .annotation-title { |
3
|
321 |
font-size: 23px; margin: 24px 0; |
2
|
322 |
} |
|
323 |
|
8
|
324 |
/* Black annotations */ |
|
325 |
|
|
326 |
.black-annotation .annotation-main { |
9
|
327 |
background: rgba(0,0,0,.7); |
8
|
328 |
} |
|
329 |
|
|
330 |
.black-annotation .annotation-title { |
|
331 |
height: 35px; line-height: 35px; color: #ffffff; font-size: 14px; background: #000000; |
|
332 |
} |
|
333 |
|
|
334 |
.black-annotation .close-annotation { |
9
|
335 |
background-position: -24px -170px; |
8
|
336 |
} |
|
337 |
|
|
338 |
.black-annotation .close-annotation:hover { |
9
|
339 |
background-position: -36px -170px; |
8
|
340 |
} |
|
341 |
|
|
342 |
.black-annotation p { |
|
343 |
margin: 10px 25px 10px 15px; |
|
344 |
font-size: 12px; color: #CCCCCC; |
|
345 |
} |
|
346 |
|
|
347 |
/* Text annotation */ |
|
348 |
|
6
|
349 |
.text-contents { |
2
|
350 |
font-family: Georgia, 'Times New Roman', serif; |
5
|
351 |
margin: 0 45px 35px; |
2
|
352 |
column-count: 2; column-gap: 60px; |
|
353 |
-moz-column-count: 2; -moz-column-gap: 60px; |
|
354 |
-webkit-column-count: 2; -webkit-column-gap: 60px; |
|
355 |
} |
|
356 |
|
6
|
357 |
.text-contents p, .text-contents ul, .text-contents ol { |
|
358 |
column-break-inside:avoid; -moz-column-break-inside:avoid; -webkit-column-break-inside:avoid; |
|
359 |
margin-bottom: 10px; font-size: 15px; |
|
360 |
} |
|
361 |
|
|
362 |
.text-contents h2, .text-contents h3, .text-contents h4 { |
|
363 |
font-family: 'Futura-Medium'; margin-bottom: 10px; line-height: 1.1em; |
|
364 |
column-break-after:avoid; -moz-column-break-after:avoid; -webkit-column-break-after:avoid; |
|
365 |
column-break-inside:avoid; -moz-column-break-inside:avoid; -webkit-column-break-inside:avoid; |
|
366 |
} |
|
367 |
|
|
368 |
.text-contents h2 { |
|
369 |
font-size: 21px; |
|
370 |
} |
|
371 |
|
|
372 |
.text-contents h3 { |
|
373 |
font-size: 18px; |
|
374 |
} |
|
375 |
|
|
376 |
.text-contents h4 { |
|
377 |
font-size: 15px; |
|
378 |
} |
|
379 |
|
|
380 |
.text-contents b, .text-contents strong { |
|
381 |
font-weight: bold; |
|
382 |
} |
|
383 |
|
|
384 |
.text-contents em, .text-contents i { |
|
385 |
font-style: italic; |
|
386 |
} |
|
387 |
|
|
388 |
.text-contents a { |
|
389 |
color: #5E90CB; |
|
390 |
} |
|
391 |
|
|
392 |
.text-contents ul { |
|
393 |
list-style: disc; padding-left: 2em; |
|
394 |
} |
|
395 |
|
|
396 |
.text-contents ol { |
|
397 |
list-style: decimal; padding-left: 2em; |
|
398 |
} |
|
399 |
|
|
400 |
.text-contents li { |
|
401 |
list-style: inherit; margin: 2px 0; |
|
402 |
} |
|
403 |
|
|
404 |
/* Link annotation */ |
|
405 |
|
|
406 |
.link-contents { |
|
407 |
font-family: Georgia, 'Times New Roman', serif; |
9
|
408 |
margin: 40px 80px 80px; |
6
|
409 |
} |
|
410 |
|
|
411 |
.link-contents p { |
9
|
412 |
text-align: center; font-size: 23px; margin: 25px 0; |
6
|
413 |
} |
|
414 |
|
|
415 |
.link-contents a { |
|
416 |
color: #000000; |
2
|
417 |
} |
|
418 |
|
3
|
419 |
/* Audio annotation */ |
|
420 |
|
7
|
421 |
.audio-annotation .media-description { |
9
|
422 |
margin: 25px 0 0; font-size: 15px; font-weight: bold; |
8
|
423 |
} |
|
424 |
|
|
425 |
.audio-annotation .annotation-main { |
|
426 |
padding: 25px 0 15px; |
6
|
427 |
} |
|
428 |
|
7
|
429 |
.audio-annotation .media-frame { |
8
|
430 |
margin: 0 15px; |
6
|
431 |
} |
|
432 |
|
7
|
433 |
.audio-annotation p { |
8
|
434 |
margin: 10px 15px; |
3
|
435 |
} |
|
436 |
|
8
|
437 |
/* Video annotation */ |
2
|
438 |
|
7
|
439 |
.video-annotation .media-frame { |
|
440 |
float: left; width: 650px; max-height: 487px; |
|
441 |
} |
|
442 |
|
|
443 |
.video-annotation video { |
|
444 |
width: 650px; max-height: 487px; |
6
|
445 |
} |
|
446 |
|
8
|
447 |
.video-annotation .media-description { |
|
448 |
max-height: 487px; overflow: auto; |
|
449 |
} |
|
450 |
|
|
451 |
/* Slideshow annotation */ |
|
452 |
|
|
453 |
.slideshow-frame { |
9
|
454 |
float: left; width: 650px; height: 452px; position: relative; background: #000000; |
8
|
455 |
} |
2
|
456 |
.slideshow-image { |
|
457 |
max-width: 650px; max-height: 452px; margin: 0 auto; display: block; |
|
458 |
} |
|
459 |
|
|
460 |
.slideshow-play-pause { |
|
461 |
float: left; padding: 10px 15px 11px; |
3
|
462 |
background: #404040; cursor: pointer; |
9
|
463 |
-webkit-transition: background 0.8s; |
|
464 |
transition: background 0.8s; |
2
|
465 |
} |
|
466 |
|
|
467 |
.slideshow-play-pause a { |
|
468 |
background-image: url(../img/sprites.png); width: 14px; height: 14px; |
|
469 |
background-position: 0 -194px; display: block; |
|
470 |
} |
|
471 |
|
|
472 |
.slideshow-play-pause.pause a { |
|
473 |
background-position: -24px -194px; |
|
474 |
} |
|
475 |
|
|
476 |
.slideshow-play-pause:hover { |
|
477 |
background: #606060; |
|
478 |
} |
|
479 |
|
|
480 |
.slideshow-bottom { |
|
481 |
clear: both; height: 35px; background: #000000; |
|
482 |
} |
|
483 |
|
|
484 |
.slideshow-description { |
9
|
485 |
height: 452px; overflow: auto; |
2
|
486 |
} |
|
487 |
|
|
488 |
.slideshow-title { |
5
|
489 |
line-height: 35px; margin: 0 15px; font-family: 'Futura-Medium'; font-size: 13px; color: #cccccc; float: left; |
2
|
490 |
} |
|
491 |
|
|
492 |
.slideshow-arrow { |
|
493 |
position: absolute; top: 50%; margin-top: -22px; padding: 10px; cursor: pointer; |
9
|
494 |
-webkit-transition: background 0.8s; |
|
495 |
transition: background 0.8s; |
2
|
496 |
} |
|
497 |
|
|
498 |
.slideshow-arrow a { |
|
499 |
display: block; height: 24px; width: 14px; background-image: url(../img/sprites.png); |
|
500 |
} |
|
501 |
|
|
502 |
.slideshow-arrow:hover { |
|
503 |
background-color: rgba(255,255,255,.5); |
|
504 |
} |
|
505 |
|
|
506 |
.slideshow-previous { |
|
507 |
left: 0; |
|
508 |
} |
|
509 |
|
|
510 |
.slideshow-previous a { |
|
511 |
background-position: 0 -208px; |
|
512 |
} |
|
513 |
|
|
514 |
.slideshow-next { |
|
515 |
right: 0; |
|
516 |
} |
|
517 |
|
|
518 |
.slideshow-next a { |
|
519 |
background-position: -14px -208px; |
|
520 |
} |
|
521 |
|
1
|
522 |
/* Bottom bar */ |
|
523 |
|
|
524 |
.bottom-bar { |
|
525 |
padding-top: 20px; |
|
526 |
} |
|
527 |
|
|
528 |
.play-button { |
2
|
529 |
float: left; width: 14px; height: 14px; |
|
530 |
padding: 8px; border-radius: 15px; |
|
531 |
background: #555555; cursor: pointer; |
1
|
532 |
margin: 8px 0 0 15px; |
9
|
533 |
-webkit-transition: background 0.8s; |
|
534 |
transition: background 0.8s; |
1
|
535 |
} |
|
536 |
|
2
|
537 |
.play-button:hover { |
|
538 |
background: #909090; |
|
539 |
} |
|
540 |
|
|
541 |
.play-button a { |
|
542 |
background-image: url(../img/sprites.png); width: 14px; height: 14px; display: block; |
|
543 |
background-position: 0 -180px; |
|
544 |
} |
|
545 |
|
|
546 |
.play-button.pause a { |
|
547 |
background-position: -24px -180px; |
|
548 |
} |
|
549 |
|
1
|
550 |
.chapters-bar { |
2
|
551 |
margin: 0 20px 0 60px; height: 45px; position: relative; cursor: pointer; |
9
|
552 |
transition: opacity 0.8s; |
1
|
553 |
} |
|
554 |
|
|
555 |
.chapter { |
|
556 |
position: absolute; top: 0; |
|
557 |
} |
|
558 |
|
|
559 |
.chapter-block { |
|
560 |
width: 100%; height: 45px; background: #303030; |
2
|
561 |
margin: 0 -1px; |
|
562 |
border-style: none solid; border-width: 1px; |
|
563 |
border-color: #000000; |
9
|
564 |
-webkit-transition: background 0.8s, opacity 0.8s; |
|
565 |
transition: background 0.8s, opacity 0.8s; |
1
|
566 |
} |
|
567 |
|
3
|
568 |
.chapter.active .chapter-block { |
|
569 |
background: #404040; |
|
570 |
} |
|
571 |
|
|
572 |
.chapter.found .chapter-block { |
9
|
573 |
background: #ffffff; |
1
|
574 |
} |
|
575 |
|
5
|
576 |
.annotation-onscreen .chapter-block { |
|
577 |
opacity: .5; |
|
578 |
} |
|
579 |
|
1
|
580 |
.chapter-title { |
8
|
581 |
position: absolute; top: 53px; left: 50%; width: 300px; margin-left: -150px; |
2
|
582 |
font-size: 9px; text-transform: uppercase; |
8
|
583 |
text-align: center; color: #909090; opacity: 0; |
2
|
584 |
font-family: 'Futura-Medium'; |
9
|
585 |
-webkit-transition: background 0.8s; |
|
586 |
transition: opacity 0.8s; |
1
|
587 |
} |
|
588 |
|
3
|
589 |
.chapter.active .chapter-title { |
8
|
590 |
opacity: 1; |
1
|
591 |
} |
2
|
592 |
|
|
593 |
.chip { |
6
|
594 |
position: absolute; top: 0; width: 1px; |
5
|
595 |
} |
|
596 |
|
|
597 |
.chip-circle { |
|
598 |
width: 11px; height: 11px; top: 17px; left: -5px; border-radius: 6px; position: absolute; |
9
|
599 |
-webkit-transition: background 0.8s, opacity 0.8s; |
|
600 |
transition: background 0.8s, opacity 0.8s; |
8
|
601 |
} |
|
602 |
|
|
603 |
.chip-pole { |
9
|
604 |
position: absolute; top: 0; left: 0; width: 0; height: 17px; border-left: 1px solid; display: none; |
8
|
605 |
} |
|
606 |
|
|
607 |
.chip.hover .chip-pole { |
|
608 |
display: block; |
5
|
609 |
} |
|
610 |
|
|
611 |
.chip-title { |
9
|
612 |
position: absolute; top: 1px; left: 3px; font-size: 9px; line-height: 13px; height: 13px; |
|
613 |
display: block; width: 0; overflow: hidden; |
|
614 |
-webkit-transition: width 0.8s; |
|
615 |
transition: width 0.8s; |
6
|
616 |
} |
|
617 |
|
|
618 |
.chip.hover .chip-title { |
8
|
619 |
width: 200px; |
|
620 |
} |
|
621 |
|
|
622 |
.chip.left .chip-title { |
|
623 |
left: auto; right: 3px; text-align: right; |
5
|
624 |
} |
|
625 |
|
|
626 |
.annotation-onscreen .chip { |
|
627 |
opacity: .3; |
|
628 |
} |
|
629 |
|
|
630 |
.chip.current, |
|
631 |
.chip.hover { |
|
632 |
opacity: 1; |
|
633 |
} |
|
634 |
|
|
635 |
.video .chip-circle { |
9
|
636 |
background: #be4477; color: #be4477; |
2
|
637 |
} |
|
638 |
|
5
|
639 |
.audio .chip-circle { |
9
|
640 |
background: #63be6c; color: #63be6c; |
2
|
641 |
} |
|
642 |
|
5
|
643 |
.slideshow .chip-circle { |
9
|
644 |
background: #f69058; color: #f69058; |
2
|
645 |
} |
|
646 |
|
5
|
647 |
.text .chip-circle { |
9
|
648 |
background: #5e90cb; color: #5e90cb; |
2
|
649 |
} |
|
650 |
|
5
|
651 |
.quote .chip-circle { |
9
|
652 |
background: #00aeb5; color: #00aeb5; |
2
|
653 |
} |
|
654 |
|
5
|
655 |
.link .chip-circle { |
9
|
656 |
background: #8985bb; color: #8985bb; |
|
657 |
} |
|
658 |
|
|
659 |
.found .chip-circle { |
|
660 |
background: #ffffff; |
|
661 |
border: 2px solid; left: -6px; top: 16px; width: 9px; height: 9px; |
2
|
662 |
} |
|
663 |
|
|
664 |
.left-hiding-block, .right-hiding-block { |
|
665 |
position: absolute; width: 6px; height: 11px; top: 17px; background: #000000; |
|
666 |
} |
|
667 |
|
|
668 |
.left-hiding-block { |
|
669 |
left: -6px; |
|
670 |
} |
|
671 |
|
|
672 |
.right-hiding-block { |
|
673 |
right: -6px; |
|
674 |
} |
|
675 |
|
8
|
676 |
.chapter-nav { |
|
677 |
position: relative; |
|
678 |
} |
|
679 |
|
2
|
680 |
.prev-chapter, .next-chapter { |
8
|
681 |
position: absolute; z-index: 4; |
2
|
682 |
width: 12px; height: 16px; margin: 8px 5px; |
3
|
683 |
background: url(../img/sprites.png); cursor: pointer; |
2
|
684 |
} |
|
685 |
|
|
686 |
.next-chapter { |
8
|
687 |
right: 0; background-position: -12px -144px; |
2
|
688 |
} |
|
689 |
|
|
690 |
.next-chapter:hover { |
|
691 |
background-position: -36px -144px; |
|
692 |
} |
|
693 |
|
|
694 |
.next-chapter.inactive { |
|
695 |
background-position: -12px -160px; |
|
696 |
} |
|
697 |
|
|
698 |
.prev-chapter { |
8
|
699 |
left: 0; background-position: 0 -144px; |
2
|
700 |
} |
|
701 |
|
|
702 |
.prev-chapter:hover { |
|
703 |
background-position: -24px -144px; |
|
704 |
} |
|
705 |
|
|
706 |
.prev-chapter.inactive { |
|
707 |
background-position: 0 -160px; |
|
708 |
} |
|
709 |
|
|
710 |
.progress-indicator { |
|
711 |
position: absolute; top: 0; width: 2px; height: 100%; background: #c0c0c0; /* margin-left: -1px; */ |
|
712 |
} |
|
713 |
|
|
714 |
.progress-indicator:hover { |
|
715 |
background: #ffffff; |
|
716 |
} |
|
717 |
|
|
718 |
/* */ |