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 |
|
0
|
59 |
/* End of the reset part */ |
|
60 |
|
|
61 |
body { |
|
62 |
background: #000000; font-family: Helvetica, Arial, sans-serif; |
|
63 |
} |
|
64 |
|
|
65 |
/* Top Bar */ |
|
66 |
|
|
67 |
.top-bar { |
|
68 |
height: 40px; |
|
69 |
} |
|
70 |
|
|
71 |
/* Main Video Frame */ |
|
72 |
|
|
73 |
.main-video { |
2
|
74 |
height: 562px; position: relative; |
0
|
75 |
} |
|
76 |
|
|
77 |
.project-title { |
2
|
78 |
text-align: center; line-height: 40px; font-size: 17px; color: #b0b0b0; |
|
79 |
font-family: 'Futura-Medium'; |
0
|
80 |
} |
|
81 |
|
|
82 |
.tags { |
|
83 |
position: absolute; top: 0; left: 0; width: 110px; |
|
84 |
} |
|
85 |
|
|
86 |
.tags-title { |
2
|
87 |
line-height: 40px; padding-left: 20px; font-size: 11px; color: #B8155F; |
|
88 |
font-family: 'Futura-Medium'; text-transform: uppercase; |
0
|
89 |
} |
1
|
90 |
|
|
91 |
/* Pictograms on the left */ |
|
92 |
|
|
93 |
.pictolist { |
|
94 |
position: absolute; |
|
95 |
left: 20px; bottom: 115px; |
|
96 |
} |
|
97 |
|
|
98 |
.picto { |
|
99 |
width: 24px; height: 24px; padding: 7px; margin-top: 12px; background:black; |
|
100 |
border-radius: 19px; cursor: pointer; |
|
101 |
} |
|
102 |
|
|
103 |
.picto a { |
|
104 |
background: url(../img/sprites.png); display: block; width: 24px; height: 24px; |
|
105 |
} |
|
106 |
|
|
107 |
.picto.video:hover { |
|
108 |
background: #be4477; |
|
109 |
} |
|
110 |
|
|
111 |
.picto.video:hover a { |
|
112 |
background-position: -24px 0; |
|
113 |
} |
|
114 |
|
|
115 |
.picto.audio a { |
|
116 |
background-position: 0 -24px; |
|
117 |
} |
|
118 |
|
|
119 |
.picto.audio:hover { |
|
120 |
background: #63be6c; |
|
121 |
} |
|
122 |
|
|
123 |
.picto.audio:hover a { |
|
124 |
background-position: -24px -24px; |
|
125 |
} |
|
126 |
|
|
127 |
.picto.slideshow a { |
|
128 |
background-position: 0 -48px; |
|
129 |
} |
|
130 |
|
|
131 |
.picto.slideshow:hover { |
|
132 |
background: #f69058; |
|
133 |
} |
|
134 |
|
|
135 |
.picto.slideshow:hover a { |
|
136 |
background-position: -24px -48px; |
|
137 |
} |
|
138 |
|
|
139 |
.picto.text a { |
|
140 |
background-position: 0 -72px; |
|
141 |
} |
|
142 |
|
|
143 |
.picto.text:hover { |
|
144 |
background: #5e90cb; |
|
145 |
} |
|
146 |
|
|
147 |
.picto.text:hover a { |
|
148 |
background-position: -24px -72px; |
|
149 |
} |
|
150 |
|
|
151 |
.picto.quote a { |
|
152 |
background-position: 0 -96px; |
|
153 |
} |
|
154 |
|
|
155 |
.picto.quote:hover { |
|
156 |
background: #00aeb5; |
|
157 |
} |
|
158 |
|
|
159 |
.picto.quote:hover a { |
|
160 |
background-position: -24px -96px; |
|
161 |
} |
|
162 |
|
|
163 |
.picto.link a { |
|
164 |
background-position: 0 -120px; |
|
165 |
} |
|
166 |
|
|
167 |
.picto.link:hover { |
|
168 |
background: #8985bb; |
|
169 |
} |
|
170 |
|
|
171 |
.picto.link:hover a { |
|
172 |
background-position: -24px -120px; |
|
173 |
} |
|
174 |
|
2
|
175 |
/* Annotations */ |
|
176 |
|
|
177 |
.annotation { |
|
178 |
position: absolute; |
|
179 |
} |
|
180 |
|
|
181 |
.annotation-title { |
|
182 |
font-family: 'Futura-Medium'; text-align: center; |
|
183 |
} |
|
184 |
|
|
185 |
.close-annotation { |
|
186 |
float: right; text-decoration: none; margin: 0 5px; |
|
187 |
font-weight: bold; font-size: 20px; |
|
188 |
} |
|
189 |
|
|
190 |
.text-annotation, .slideshow-annotation, .video-annotation { |
|
191 |
left: 45px; top: 20px; right: 35px; |
|
192 |
} |
|
193 |
|
|
194 |
/* Text annotation */ |
|
195 |
|
|
196 |
.text-annotation { |
|
197 |
background: #ffffff; max-height: 522px; overflow: auto; |
|
198 |
} |
|
199 |
|
|
200 |
.text-annotation .close-annotation { |
|
201 |
color: #000000; |
|
202 |
} |
|
203 |
|
|
204 |
.text-annotation .annotation-title { |
|
205 |
font-size: 23px; margin: 24px 0 0; |
|
206 |
} |
|
207 |
|
|
208 |
.text-annotation .annotation-contents { |
|
209 |
font-family: Georgia, 'Times New Roman', serif; |
|
210 |
margin: 30px 45px 45px; |
|
211 |
column-count: 2; column-gap: 60px; |
|
212 |
-moz-column-count: 2; -moz-column-gap: 60px; |
|
213 |
-webkit-column-count: 2; -webkit-column-gap: 60px; |
|
214 |
} |
|
215 |
|
|
216 |
.text-annotation p { |
|
217 |
margin-bottom: 10px; |
|
218 |
} |
|
219 |
|
|
220 |
/* Slideshow annotation */ |
|
221 |
|
|
222 |
.slideshow-center { |
|
223 |
position: relative; background: rgba(0,0,0,.7); |
|
224 |
} |
|
225 |
|
|
226 |
.slideshow-annotation .annotation-title { |
|
227 |
height: 35px; line-height: 35px; color: #ffffff; font-size: 14px; background: #000000; |
|
228 |
} |
|
229 |
|
|
230 |
.slideshow-frame { |
|
231 |
float: left; width: 650px; min-height: 60px; |
|
232 |
} |
|
233 |
|
|
234 |
.slideshow-image { |
|
235 |
max-width: 650px; max-height: 452px; margin: 0 auto; display: block; |
|
236 |
} |
|
237 |
|
|
238 |
.slideshow-play-pause { |
|
239 |
float: left; padding: 10px 15px 11px; |
|
240 |
background: #3e3e3e; cursor: pointer; |
|
241 |
} |
|
242 |
|
|
243 |
.slideshow-play-pause a { |
|
244 |
background-image: url(../img/sprites.png); width: 14px; height: 14px; |
|
245 |
background-position: 0 -194px; display: block; |
|
246 |
} |
|
247 |
|
|
248 |
.slideshow-play-pause.pause a { |
|
249 |
background-position: -24px -194px; |
|
250 |
} |
|
251 |
|
|
252 |
.slideshow-play-pause:hover { |
|
253 |
background: #606060; |
|
254 |
} |
|
255 |
|
|
256 |
.slideshow-bottom { |
|
257 |
clear: both; height: 35px; background: #000000; |
|
258 |
} |
|
259 |
|
|
260 |
.slideshow-annotation .close-annotation, |
|
261 |
.video-annotation .close-annotation { |
|
262 |
color: #ffffff; |
|
263 |
} |
|
264 |
|
|
265 |
.slideshow-annotation p, |
|
266 |
.video-annotation p { |
|
267 |
margin: 10px 25px 10px 10px; |
|
268 |
font-size: 12px; color: #CCCCCC; |
|
269 |
} |
|
270 |
|
|
271 |
.slideshow-description { |
|
272 |
margin-left: 650px; max-height: 452px; overflow: auto; |
|
273 |
} |
|
274 |
|
|
275 |
.slideshow-center:after { |
|
276 |
content: "."; visibility: hidden; display: block; height: 1px; clear: both; |
|
277 |
} |
|
278 |
|
|
279 |
.slideshow-title, .slideshow-credits { |
|
280 |
line-height: 35px; margin: 0 15px; font-family: 'Futura-Medium'; font-size: 10px; |
|
281 |
} |
|
282 |
|
|
283 |
.slideshow-title { |
|
284 |
float: left; color: #cccccc; |
|
285 |
} |
|
286 |
|
|
287 |
.slideshow-credits { |
|
288 |
float: right; color: #808080; |
|
289 |
} |
|
290 |
|
|
291 |
.slideshow-arrow { |
|
292 |
position: absolute; top: 50%; margin-top: -22px; padding: 10px; cursor: pointer; |
|
293 |
} |
|
294 |
|
|
295 |
.slideshow-arrow a { |
|
296 |
display: block; height: 24px; width: 14px; background-image: url(../img/sprites.png); |
|
297 |
} |
|
298 |
|
|
299 |
.slideshow-arrow:hover { |
|
300 |
background-color: rgba(255,255,255,.5); |
|
301 |
} |
|
302 |
|
|
303 |
.slideshow-previous { |
|
304 |
left: 0; |
|
305 |
} |
|
306 |
|
|
307 |
.slideshow-previous a { |
|
308 |
background-position: 0 -208px; |
|
309 |
} |
|
310 |
|
|
311 |
.slideshow-next { |
|
312 |
right: 0; |
|
313 |
} |
|
314 |
|
|
315 |
.slideshow-next a { |
|
316 |
background-position: -14px -208px; |
|
317 |
} |
|
318 |
|
1
|
319 |
/* Bottom bar */ |
|
320 |
|
|
321 |
.bottom-bar { |
|
322 |
padding-top: 20px; |
|
323 |
} |
|
324 |
|
|
325 |
.play-button { |
2
|
326 |
float: left; width: 14px; height: 14px; |
|
327 |
padding: 8px; border-radius: 15px; |
|
328 |
background: #555555; cursor: pointer; |
1
|
329 |
margin: 8px 0 0 15px; |
|
330 |
} |
|
331 |
|
2
|
332 |
.play-button:hover { |
|
333 |
background: #909090; |
|
334 |
} |
|
335 |
|
|
336 |
.play-button a { |
|
337 |
background-image: url(../img/sprites.png); width: 14px; height: 14px; display: block; |
|
338 |
background-position: 0 -180px; |
|
339 |
} |
|
340 |
|
|
341 |
.play-button.pause a { |
|
342 |
background-position: -24px -180px; |
|
343 |
} |
|
344 |
|
1
|
345 |
.chapters-bar { |
2
|
346 |
margin: 0 20px 0 60px; height: 45px; position: relative; cursor: pointer; |
1
|
347 |
} |
|
348 |
|
|
349 |
.chapter { |
|
350 |
position: absolute; top: 0; |
|
351 |
} |
|
352 |
|
|
353 |
.chapter-block { |
|
354 |
width: 100%; height: 45px; background: #303030; |
2
|
355 |
margin: 0 -1px; |
|
356 |
border-style: none solid; border-width: 1px; |
|
357 |
border-color: #000000; |
1
|
358 |
} |
|
359 |
|
|
360 |
.chapter:hover .chapter-block { |
|
361 |
background: #3e3e3e; |
|
362 |
} |
|
363 |
|
|
364 |
.chapter-title { |
2
|
365 |
position: absolute; top: 53px; left: -40px; right: -40px; |
|
366 |
font-size: 9px; text-transform: uppercase; |
|
367 |
text-align: center; color: #909090; display: none; |
|
368 |
font-family: 'Futura-Medium'; |
1
|
369 |
} |
|
370 |
|
|
371 |
.chapter:hover .chapter-title { |
|
372 |
display: block; |
|
373 |
} |
2
|
374 |
|
|
375 |
.chip { |
|
376 |
position: absolute; width: 11px; height: 11px; top: 17px; border-radius: 6px; |
|
377 |
margin-left: -6px; |
|
378 |
} |
|
379 |
|
|
380 |
.chip.video { |
|
381 |
background: #be4477; |
|
382 |
} |
|
383 |
|
|
384 |
.chip.audio { |
|
385 |
background: #63be6c; |
|
386 |
} |
|
387 |
|
|
388 |
.chip.slideshow { |
|
389 |
background: #f69058; |
|
390 |
} |
|
391 |
|
|
392 |
.chip.text { |
|
393 |
background: #5e90cb; |
|
394 |
} |
|
395 |
|
|
396 |
.chip.quote { |
|
397 |
background: #00aeb5; |
|
398 |
} |
|
399 |
|
|
400 |
.chip.link { |
|
401 |
background: #8985bb; |
|
402 |
} |
|
403 |
|
|
404 |
.left-hiding-block, .right-hiding-block { |
|
405 |
position: absolute; width: 6px; height: 11px; top: 17px; background: #000000; |
|
406 |
} |
|
407 |
|
|
408 |
.left-hiding-block { |
|
409 |
left: -6px; |
|
410 |
} |
|
411 |
|
|
412 |
.right-hiding-block { |
|
413 |
right: -6px; |
|
414 |
} |
|
415 |
|
|
416 |
.prev-chapter, .next-chapter { |
|
417 |
width: 12px; height: 16px; margin: 8px 5px; |
|
418 |
background: url(../img/sprites.png); |
|
419 |
} |
|
420 |
|
|
421 |
.next-chapter { |
|
422 |
float: right; background-position: -12px -144px; |
|
423 |
} |
|
424 |
|
|
425 |
.next-chapter:hover { |
|
426 |
background-position: -36px -144px; |
|
427 |
} |
|
428 |
|
|
429 |
.next-chapter.inactive { |
|
430 |
background-position: -12px -160px; |
|
431 |
} |
|
432 |
|
|
433 |
.prev-chapter { |
|
434 |
float: left; background-position: 0 -144px; |
|
435 |
} |
|
436 |
|
|
437 |
.prev-chapter:hover { |
|
438 |
background-position: -24px -144px; |
|
439 |
} |
|
440 |
|
|
441 |
.prev-chapter.inactive { |
|
442 |
background-position: 0 -160px; |
|
443 |
} |
|
444 |
|
|
445 |
.progress-indicator { |
|
446 |
position: absolute; top: 0; width: 2px; height: 100%; background: #c0c0c0; /* margin-left: -1px; */ |
|
447 |
} |
|
448 |
|
|
449 |
.progress-indicator:hover { |
|
450 |
background: #ffffff; |
|
451 |
} |
|
452 |
|
|
453 |
/* */ |