|
1
|
1 |
@font-face |
|
|
2 |
{ |
|
|
3 |
font-family: "Rabbit"; src: url(Rabbit_On_The_Moon.ttf); |
|
|
4 |
} |
|
|
5 |
|
|
|
6 |
html, body, div, span, applet, object, iframe, |
|
|
7 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
|
8 |
a, abbr, acronym, address, big, cite, code, |
|
|
9 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
|
10 |
small, strike, strong, sub, sup, tt, var, |
|
|
11 |
b, u, i, center, |
|
|
12 |
dl, dt, dd, ol, ul, li, |
|
|
13 |
fieldset, form, label, legend, |
|
|
14 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
|
15 |
article, aside, canvas, details, embed, |
|
|
16 |
figure, figcaption, footer, header, hgroup, |
|
|
17 |
menu, nav, output, ruby, section, summary, |
|
|
18 |
time, mark, audio, video { |
|
|
19 |
margin: 0; |
|
|
20 |
padding: 0; |
|
|
21 |
border: 0; |
|
|
22 |
font-size: 100%; |
|
|
23 |
font: inherit; |
|
|
24 |
vertical-align: baseline; |
|
|
25 |
} |
|
|
26 |
|
|
|
27 |
a { |
|
|
28 |
text-decoration: none; |
|
|
29 |
} |
|
|
30 |
|
|
|
31 |
a:hover { |
|
|
32 |
text-decoration: underline; |
|
|
33 |
} |
|
|
34 |
|
|
|
35 |
a img { |
|
|
36 |
border: none; |
|
|
37 |
} |
|
|
38 |
|
|
|
39 |
ul, li { |
|
|
40 |
list-style: none; |
|
|
41 |
} |
|
|
42 |
|
|
|
43 |
body { |
|
|
44 |
font-family: "Rabbit"; |
|
|
45 |
background: url(../img/wood-background.jpg); |
|
|
46 |
} |
|
|
47 |
|
|
|
48 |
.big-container { |
|
|
49 |
width: 980px; margin: 0 auto; |
|
|
50 |
} |
|
|
51 |
|
|
|
52 |
.home-header { |
|
|
53 |
background: url(../img/home-header.png); |
|
|
54 |
width: 960px; height: 150px; padding: 5px 10px; |
|
|
55 |
color: #ffffff; |
|
|
56 |
} |
|
|
57 |
|
|
|
58 |
.home-header h1 { |
|
|
59 |
float: left; margin-left: 10px; height: 120px; padding-top: 15px; padding-left: 140px; font-size: 60px; |
|
|
60 |
background: url(../img/logo-home.png) left no-repeat; |
|
|
61 |
} |
|
|
62 |
|
|
|
63 |
.home-header h2 { |
|
|
64 |
float: right; width: 480px; margin-top: 20px; font-size: 30px; text-align: center; |
|
|
65 |
} |
|
|
66 |
|
|
|
67 |
.home-media { |
|
|
68 |
float: left; width: 440px; height: 130px; padding: 25px; background: url(../img/home-media-box.png); |
|
|
69 |
} |
|
|
70 |
|
|
|
71 |
.home-media-image { |
|
|
72 |
float: left; margin-top: 5px; width: 135px; height: 120px; |
|
|
73 |
} |
|
|
74 |
|
|
|
75 |
.home-media h3 { |
|
|
76 |
font-size: 28px; margin-left: 145px; |
|
|
77 |
} |
|
|
78 |
|
|
|
79 |
.home-media h3 a { |
|
|
80 |
color: #000000; |
|
|
81 |
} |
|
|
82 |
|
|
|
83 |
.home-media h4 { |
|
|
84 |
font-size: 24px; margin-left: 145px; |
|
|
85 |
} |
|
|
86 |
|
|
|
87 |
.home-media h4 a { |
|
|
88 |
color: #000080; |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
.home-dataviz { |
|
|
92 |
width: 140px; margin-left: 10px; float: left; |
|
|
93 |
} |
|
|
94 |
|
|
|
95 |
.home-dataviz li { |
|
|
96 |
float: left; |
|
|
97 |
} |
|
|
98 |
|
|
2
|
99 |
.hidden { |
|
|
100 |
visibility: hidden; |
|
|
101 |
} |
|
|
102 |
|
|
1
|
103 |
.tag-container-50 { |
|
|
104 |
position:relative; width:50px; height:50px; cursor: pointer; |
|
|
105 |
} |
|
|
106 |
|
|
|
107 |
.tag-shadow, .tag-color, .tag-emoticon { |
|
|
108 |
position: absolute; |
|
|
109 |
} |
|
|
110 |
|
|
|
111 |
.tag-container-50 .tag-shadow, .tag-container-50 .tag-color, .tag-container-50 .tag-emoticon { |
|
|
112 |
width:50px; height:50px; background: url(../img/tags50.png) no-repeat; |
|
|
113 |
} |
|
|
114 |
|
|
|
115 |
.tag-container-50 .tag-shadow { |
|
|
116 |
left: 2px; top: 2px; background-position: -200px -50px; |
|
|
117 |
} |
|
|
118 |
|
|
|
119 |
.tag-container-50:hover .tag-shadow { |
|
|
120 |
left: 0; top: 0; |
|
|
121 |
} |
|
|
122 |
|
|
|
123 |
.tag-container-50:hover .tag-color, .tag-container-50:hover .tag-emoticon { |
|
|
124 |
left: 2px; top: 2px; |
|
|
125 |
} |
|
|
126 |
|
|
|
127 |
.tag-container-50 .tag-yellow { |
|
|
128 |
background-position: -50px 0; |
|
|
129 |
} |
|
|
130 |
|
|
|
131 |
.tag-container-50 .tag-green { |
|
|
132 |
background-position: -100px 0; |
|
|
133 |
} |
|
|
134 |
|
|
|
135 |
.tag-container-50 .tag-red { |
|
|
136 |
background-position: -150px 0; |
|
|
137 |
} |
|
|
138 |
|
|
|
139 |
.tag-container-50 .tag-blue { |
|
|
140 |
background-position: -200px 0; |
|
|
141 |
} |
|
|
142 |
|
|
|
143 |
.tag-container-50 .tag-happy { |
|
|
144 |
background-position: 0 -50px; |
|
|
145 |
} |
|
|
146 |
|
|
|
147 |
.tag-container-50 .tag-unhappy { |
|
|
148 |
background-position: -50px -50px; |
|
|
149 |
} |
|
|
150 |
|
|
|
151 |
.tag-container-50 .tag-laughing { |
|
|
152 |
background-position: -100px -50px; |
|
|
153 |
} |
|
|
154 |
|
|
|
155 |
.tag-container-50 .tag-surprised { |
|
|
156 |
background-position: -150px -50px; |
|
|
157 |
} |
|
|
158 |
|
|
|
159 |
.player-header { |
|
|
160 |
width: 980px; height: 220px; |
|
|
161 |
} |
|
|
162 |
|
|
|
163 |
.player-topleft { |
|
|
164 |
width: 310px; height: 200px; float: left; padding: 10px; background: url(../img/player-topleft.png); |
|
|
165 |
} |
|
|
166 |
|
|
|
167 |
.player-topleft h1 { |
|
|
168 |
color: #ffffff; font-size: 45px; text-align: center; |
|
|
169 |
} |
|
|
170 |
|
|
|
171 |
.back-home { |
|
|
172 |
background: url(../img/back-home.png); width: 120px; height: 90px; |
|
|
173 |
padding: 5px 20px 5px 100px; margin: 10px auto; font-size: 30px; text-align: center; |
|
|
174 |
} |
|
|
175 |
|
|
|
176 |
.back-home a { |
|
|
177 |
color: #ffffff; |
|
|
178 |
} |
|
|
179 |
|
|
|
180 |
.player-album { |
|
|
181 |
width: 610px; height: 190px; padding: 15px 20px; float: left; |
|
|
182 |
background: url(../img/player-album.png); text-align: right; |
|
|
183 |
} |
|
|
184 |
|
|
|
185 |
.player-album img { |
|
|
186 |
float: right; margin-left: 10px; |
|
|
187 |
} |
|
|
188 |
|
|
|
189 |
.player-album h2 { |
|
|
190 |
font-size: 40px; |
|
|
191 |
} |
|
|
192 |
|
|
|
193 |
.player-album h3 { |
|
|
194 |
font-size: 36px; color: #000080; |
|
|
195 |
} |
|
|
196 |
|
|
|
197 |
.player-timeline { |
|
|
198 |
width: 930px; height: 50px; padding: 15px 25px; position: relative; |
|
|
199 |
background: url(../img/slider-bg.png); z-index: 40; |
|
|
200 |
} |
|
|
201 |
|
|
2
|
202 |
#player-elements { |
|
|
203 |
width: 1px; height: 1px; |
|
1
|
204 |
} |
|
|
205 |
|
|
2
|
206 |
#controller-widget { |
|
|
207 |
float: left; width: 45px; height: 50px; |
|
1
|
208 |
} |
|
|
209 |
|
|
2
|
210 |
#slider-widget { |
|
|
211 |
margin: 14px 0 0 60px; |
|
1
|
212 |
} |
|
|
213 |
|
|
|
214 |
.player-belowtl { |
|
|
215 |
width: 870px; margin-left: 90px; position: relative; |
|
|
216 |
} |
|
|
217 |
|
|
2
|
218 |
#player-annotations { |
|
1
|
219 |
position: absolute; top: -15px; left: 0; z-index: 5; |
|
|
220 |
} |
|
|
221 |
|
|
2
|
222 |
#player-andyou { |
|
|
223 |
position: absolute; top: -15px; left: 0; z-index: 4; |
|
1
|
224 |
} |
|
|
225 |
|
|
2
|
226 |
#player-annotator { |
|
|
227 |
position: absolute; top: -15px; left: 0; z-index: 6; |
|
1
|
228 |
} |