Left: | ||
Right: |
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, a:link, a:visited | 44 a, |
Thomas Greiner
2015/11/11 19:08:29
According to our coding style each selector should
saroyanm
2015/11/12 15:50:25
Done.
| |
45 a:link, | |
46 a:visited | |
45 { | 47 { |
46 color: #5a84b3; | 48 color: #5a84b3; |
47 text-decoration: underline; | 49 text-decoration: underline; |
48 } | 50 } |
49 | 51 |
50 a:hover | 52 a:hover |
51 { | 53 { |
52 text-decoration: none; | 54 text-decoration: none; |
53 } | 55 } |
54 | 56 |
55 header h1 | 57 header h1 |
56 { | 58 { |
57 -webkit-box-sizing: border-box; | |
58 -moz-box-sizing: border-box; | |
59 -ms-box-sizing: border-box; | |
60 -o-box-sizing: border-box; | |
61 box-sizing: border-box; | 59 box-sizing: border-box; |
62 border: dashed 1px #898989; | 60 border: dashed 1px #898989; |
63 border-left: none; | 61 border-left: none; |
64 border-right: none; | 62 border-right: none; |
65 padding: 18px; | 63 padding: 18px; |
66 margin: 68px auto 20px auto; | 64 margin: 68px auto 20px auto; |
67 max-width: 960px; | 65 max-width: 960px; |
68 font-weight: 300; | 66 font-weight: 300; |
69 font-size: 24px; | 67 font-size: 24px; |
70 color: #7d7d7d; | 68 color: #7d7d7d; |
71 text-align: center; | 69 text-align: center; |
72 } | 70 } |
73 | 71 |
74 header:before | 72 header::before |
75 { | 73 { |
76 content: ""; | 74 content: ""; |
77 display: block; | 75 display: block; |
78 border-bottom: solid 1px #d0d0d0; | 76 border-bottom: solid 1px #d0d0d0; |
79 height: 92px; | 77 height: 92px; |
80 background-image: url(/img/background.png); | 78 background-image: url(/img/background.png); |
81 } | 79 } |
82 | 80 |
83 #logo | 81 #logo |
84 { | 82 { |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
159 | 157 |
160 section .subheader | 158 section .subheader |
161 { | 159 { |
162 margin-top: 0px; | 160 margin-top: 0px; |
163 text-align: center; | 161 text-align: center; |
164 } | 162 } |
165 | 163 |
166 section .error-label | 164 section .error-label |
167 { | 165 { |
168 display: none; | 166 display: none; |
167 color: #ffafaf; | |
169 margin: 0px 12px; | 168 margin: 0px 12px; |
170 color: #ffafaf; | |
171 } | 169 } |
172 | 170 |
173 form button | 171 form button |
174 { | 172 { |
175 min-width: 138px; | 173 min-width: 138px; |
176 height: 42px; | 174 height: 42px; |
177 background-color: #37506d; | 175 background-color: #37506d; |
178 border: 0px; | 176 border: 0px; |
179 cursor: pointer; | 177 cursor: pointer; |
180 color: #ffffff; | 178 color: #ffffff; |
181 } | 179 } |
182 | 180 |
183 form.error button | 181 form.error button |
184 { | 182 { |
185 border: solid 2px #ffafaf; | 183 border: solid 2px #ffafaf; |
186 } | 184 } |
187 | 185 |
188 form.error .error-label | 186 form.error .error-label |
189 { | 187 { |
190 display: inline-block; | 188 display: inline-block; |
191 } | 189 } |
192 | 190 |
193 form input[type="checkbox"] | 191 form input[type="checkbox"] |
194 { | 192 { |
195 margin: 0px; | 193 margin: 0px; |
196 } | 194 -webkit-margin-end: 10px; |
197 | 195 -moz-margin-end: 10px; |
198 form input[type="checkbox"] + span | |
199 { | |
200 margin: 0px 10px; | |
201 } | 196 } |
202 | 197 |
203 .disclaimer | 198 .disclaimer |
204 { | 199 { |
205 margin: 14px 0px; | 200 margin: 14px 0px; |
206 font-size: 14px; | 201 font-size: 14px; |
207 color: #a9bdd5; | 202 color: #a9bdd5; |
208 } | 203 } |
209 | 204 |
210 .hidden | 205 .hidden |
211 { | 206 { |
212 display: none; | 207 display: none; |
213 } | 208 } |
214 | 209 |
215 footer | 210 footer |
216 { | 211 { |
217 margin: 0 auto 30px; | 212 margin: 0 auto 30px; |
218 max-width: 960px; | 213 max-width: 960px; |
219 text-align: center; | 214 text-align: center; |
220 } | 215 } |
LEFT | RIGHT |