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 |
|
|
50 |
/* End of the reset part */ |
|
51 |
|
|
52 |
body { |
|
53 |
background: #000000; font-family: Helvetica, Arial, sans-serif; |
|
54 |
} |
|
55 |
|
|
56 |
/* Top Bar */ |
|
57 |
|
|
58 |
.top-bar { |
|
59 |
height: 40px; |
|
60 |
} |
|
61 |
|
|
62 |
/* Main Video Frame */ |
|
63 |
|
|
64 |
.main-video { |
|
65 |
height: 562px; |
|
66 |
} |
|
67 |
|
|
68 |
.project-title { |
|
69 |
text-align: center; line-height: 40px; font-size: 17px; color: #b0b0b0; font-weight: bold; |
|
70 |
} |
|
71 |
|
|
72 |
.tags { |
|
73 |
position: absolute; top: 0; left: 0; width: 110px; |
|
74 |
} |
|
75 |
|
|
76 |
.tags-title { |
|
77 |
line-height: 40px; padding-left: 20px; font-size: 11px; color: #B8155F; font-weight: bold; text-transform: uppercase; |
|
78 |
} |
1
|
79 |
|
|
80 |
/* Pictograms on the left */ |
|
81 |
|
|
82 |
.pictolist { |
|
83 |
position: absolute; |
|
84 |
left: 20px; bottom: 115px; |
|
85 |
} |
|
86 |
|
|
87 |
.picto { |
|
88 |
width: 24px; height: 24px; padding: 7px; margin-top: 12px; background:black; |
|
89 |
border-radius: 19px; cursor: pointer; |
|
90 |
} |
|
91 |
|
|
92 |
.picto a { |
|
93 |
background: url(../img/sprites.png); display: block; width: 24px; height: 24px; |
|
94 |
} |
|
95 |
|
|
96 |
.picto.video:hover { |
|
97 |
background: #be4477; |
|
98 |
} |
|
99 |
|
|
100 |
.picto.video:hover a { |
|
101 |
background-position: -24px 0; |
|
102 |
} |
|
103 |
|
|
104 |
.picto.audio a { |
|
105 |
background-position: 0 -24px; |
|
106 |
} |
|
107 |
|
|
108 |
.picto.audio:hover { |
|
109 |
background: #63be6c; |
|
110 |
} |
|
111 |
|
|
112 |
.picto.audio:hover a { |
|
113 |
background-position: -24px -24px; |
|
114 |
} |
|
115 |
|
|
116 |
.picto.slideshow a { |
|
117 |
background-position: 0 -48px; |
|
118 |
} |
|
119 |
|
|
120 |
.picto.slideshow:hover { |
|
121 |
background: #f69058; |
|
122 |
} |
|
123 |
|
|
124 |
.picto.slideshow:hover a { |
|
125 |
background-position: -24px -48px; |
|
126 |
} |
|
127 |
|
|
128 |
.picto.text a { |
|
129 |
background-position: 0 -72px; |
|
130 |
} |
|
131 |
|
|
132 |
.picto.text:hover { |
|
133 |
background: #5e90cb; |
|
134 |
} |
|
135 |
|
|
136 |
.picto.text:hover a { |
|
137 |
background-position: -24px -72px; |
|
138 |
} |
|
139 |
|
|
140 |
.picto.quote a { |
|
141 |
background-position: 0 -96px; |
|
142 |
} |
|
143 |
|
|
144 |
.picto.quote:hover { |
|
145 |
background: #00aeb5; |
|
146 |
} |
|
147 |
|
|
148 |
.picto.quote:hover a { |
|
149 |
background-position: -24px -96px; |
|
150 |
} |
|
151 |
|
|
152 |
.picto.link a { |
|
153 |
background-position: 0 -120px; |
|
154 |
} |
|
155 |
|
|
156 |
.picto.link:hover { |
|
157 |
background: #8985bb; |
|
158 |
} |
|
159 |
|
|
160 |
.picto.link:hover a { |
|
161 |
background-position: -24px -120px; |
|
162 |
} |
|
163 |
|
|
164 |
/* Bottom bar */ |
|
165 |
|
|
166 |
.bottom-bar { |
|
167 |
padding-top: 20px; |
|
168 |
} |
|
169 |
|
|
170 |
.play-button { |
|
171 |
float: left; width: 30px; height: 30px; border-radius: 15px; |
|
172 |
background: #555555; |
|
173 |
margin: 8px 0 0 15px; |
|
174 |
} |
|
175 |
|
|
176 |
.chapters-bar { |
|
177 |
margin: 0 19px 0 59px; height: 45px; position: relative; |
|
178 |
} |
|
179 |
|
|
180 |
.chapter { |
|
181 |
position: absolute; top: 0; |
|
182 |
} |
|
183 |
|
|
184 |
.chapter-block { |
|
185 |
width: 100%; height: 45px; background: #303030; |
|
186 |
} |
|
187 |
|
|
188 |
.chapter:hover .chapter-block { |
|
189 |
background: #3e3e3e; |
|
190 |
} |
|
191 |
|
|
192 |
.chapter-title { |
|
193 |
font-size: 9px; text-transform: uppercase; margin: 0 -40px; |
|
194 |
text-align: center; color: #909090; display: none; line-height: 30px; |
|
195 |
} |
|
196 |
|
|
197 |
.chapter:hover .chapter-title { |
|
198 |
display: block; |
|
199 |
} |