LEFT | RIGHT |
1 @font-face | 1 @font-face |
2 { | 2 { |
3 font-family: "Source Sans Pro"; | 3 font-family: "Source Sans Pro"; |
4 src: url(/fonts/SourceSansPro-Light.woff); | 4 src: url(/fonts/SourceSansPro-Light.woff); |
5 /* local("Ø") forces using no local font called Source Sans Pro */ | 5 /* local("Ø") forces using no local font called Source Sans Pro */ |
6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff"); | 6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff"); |
7 font-weight: 300; | 7 font-weight: 300; |
8 font-style: normal; | 8 font-style: normal; |
9 } | 9 } |
10 | 10 |
(...skipping 13 matching lines...) Expand all Loading... |
24 src: url(/fonts/SourceSansPro-Semibold.woff); | 24 src: url(/fonts/SourceSansPro-Semibold.woff); |
25 /* local("Ø") forces using no local font called Source Sans Pro */ | 25 /* local("Ø") forces using no local font called Source Sans Pro */ |
26 src: local("Ø"), url(/fonts/SourceSansPro-Semibold.woff) format("woff"); | 26 src: local("Ø"), url(/fonts/SourceSansPro-Semibold.woff) format("woff"); |
27 font-weight: 600; | 27 font-weight: 600; |
28 font-style: normal; | 28 font-style: normal; |
29 } | 29 } |
30 | 30 |
31 body | 31 body |
32 { | 32 { |
33 margin: 0px; | 33 margin: 0px; |
34 font-family: "Source Sans Pro"; | 34 font-family: "Source Sans Pro", sans-serif; |
35 font-weight: 600; | 35 font-weight: 600; |
36 background-image: url(/img/background-dark.png); | 36 background-image: url(/img/background-dark.png); |
37 } | 37 } |
38 | 38 |
39 header | 39 header |
40 { | 40 { |
41 width: 100%; | 41 width: 100%; |
42 } | 42 } |
43 | 43 |
44 a, | 44 a, |
45 a:link, | 45 a:link, |
46 a:visited | 46 a:visited |
47 { | 47 { |
48 color: #5a84b3; | 48 color: #5a84b3; |
49 text-decoration: underline; | 49 text-decoration: underline; |
50 } | 50 } |
51 | 51 |
52 a:hover | 52 a:hover |
53 { | 53 { |
54 text-decoration: none; | 54 text-decoration: none; |
55 } | 55 } |
56 | 56 |
57 header h1 | 57 header h1 |
58 { | 58 { |
59 -webkit-box-sizing: border-box; | |
60 -moz-box-sizing: border-box; | |
61 -ms-box-sizing: border-box; | |
62 -o-box-sizing: border-box; | |
63 box-sizing: border-box; | 59 box-sizing: border-box; |
64 border: dashed 1px #898989; | 60 border: dashed 1px #898989; |
65 border-left: none; | 61 border-left: none; |
66 border-right: none; | 62 border-right: none; |
67 padding: 18px; | 63 padding: 18px; |
68 margin: 68px auto 20px auto; | 64 margin: 68px auto 20px auto; |
69 max-width: 960px; | 65 max-width: 960px; |
70 font-weight: 300; | 66 font-weight: 300; |
71 font-size: 24px; | 67 font-size: 24px; |
72 color: #7d7d7d; | 68 color: #7d7d7d; |
73 text-align: center; | 69 text-align: center; |
74 } | 70 } |
75 | 71 |
76 header:before | 72 header::before |
77 { | 73 { |
78 content: ""; | 74 content: ""; |
79 display: block; | 75 display: block; |
80 border-bottom: solid 1px #d0d0d0; | 76 border-bottom: solid 1px #d0d0d0; |
81 height: 92px; | 77 height: 92px; |
82 background-image: url(/img/background.png); | 78 background-image: url(/img/background.png); |
83 } | 79 } |
84 | 80 |
85 #logo | 81 #logo |
86 { | 82 { |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 | 157 |
162 section .subheader | 158 section .subheader |
163 { | 159 { |
164 margin-top: 0px; | 160 margin-top: 0px; |
165 text-align: center; | 161 text-align: center; |
166 } | 162 } |
167 | 163 |
168 section .error-label | 164 section .error-label |
169 { | 165 { |
170 display: none; | 166 display: none; |
| 167 color: #ffafaf; |
171 margin: 0px 12px; | 168 margin: 0px 12px; |
172 color: #ffafaf; | |
173 } | 169 } |
174 | 170 |
175 form button | 171 form button |
176 { | 172 { |
177 min-width: 138px; | 173 min-width: 138px; |
178 height: 42px; | 174 height: 42px; |
179 background-color: #37506d; | 175 background-color: #37506d; |
180 border: 0px; | 176 border: 0px; |
181 cursor: pointer; | 177 cursor: pointer; |
182 color: #ffffff; | 178 color: #ffffff; |
183 } | 179 } |
184 | 180 |
185 form.error button | 181 form.error button |
186 { | 182 { |
187 border: solid 2px #ffafaf; | 183 border: solid 2px #ffafaf; |
188 } | 184 } |
189 | 185 |
190 form.error .error-label | 186 form.error .error-label |
191 { | 187 { |
192 display: inline-block; | 188 display: inline-block; |
193 } | 189 } |
194 | 190 |
195 form input[type="checkbox"] | 191 form input[type="checkbox"] |
196 { | 192 { |
197 margin: 0px; | 193 margin: 0px; |
198 } | 194 -webkit-margin-end: 10px; |
199 | 195 -moz-margin-end: 10px; |
200 form input[type="checkbox"] + span | |
201 { | |
202 margin: 0px 10px; | |
203 } | 196 } |
204 | 197 |
205 .disclaimer | 198 .disclaimer |
206 { | 199 { |
207 margin: 14px 0px; | 200 margin: 14px 0px; |
208 font-size: 14px; | 201 font-size: 14px; |
209 color: #a9bdd5; | 202 color: #a9bdd5; |
210 } | 203 } |
211 | 204 |
212 .hidden | 205 .hidden |
213 { | 206 { |
214 display: none; | 207 display: none; |
215 } | 208 } |
216 | 209 |
217 footer | 210 footer |
218 { | 211 { |
219 margin: 0 auto 30px; | 212 margin: 0 auto 30px; |
220 max-width: 960px; | 213 max-width: 960px; |
221 text-align: center; | 214 text-align: center; |
222 } | 215 } |
LEFT | RIGHT |