OLD | NEW |
1 /* | 1 /* |
2 * Fonts | 2 * Fonts |
3 */ | 3 */ |
4 @font-face { | 4 @font-face { |
5 font-family: "Lato"; | 5 font-family: "Lato"; |
6 font-style: normal; | 6 font-style: normal; |
7 font-weight: 400; | 7 font-weight: 400; |
8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); | 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); |
9 } | 9 } |
10 @font-face { | 10 @font-face { |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 { | 223 { |
224 clear: both; | 224 clear: both; |
225 } | 225 } |
226 | 226 |
227 #footer | 227 #footer |
228 { | 228 { |
229 color: #666; | 229 color: #666; |
230 background-color: #252525; | 230 background-color: #252525; |
231 padding-top: 30px; | 231 padding-top: 30px; |
232 padding-bottom: 50px; | 232 padding-bottom: 50px; |
233 font-size: 12px; | |
234 } | 233 } |
235 | 234 |
236 #footer a | 235 #footer a |
237 { | 236 { |
238 color: #c2c2c2; | 237 color: #c2c2c2; |
239 } | 238 } |
240 | 239 |
241 #footer a:hover | 240 #footer a:hover |
242 { | 241 { |
243 color: #ffffff; | 242 color: #ffffff; |
244 } | 243 } |
245 | 244 |
246 #footer-contact | 245 #footer-links |
247 { | 246 { |
248 float: right; | 247 float: right; |
249 margin-right: 10px; | 248 margin-right: 10px; |
| 249 font-size: 12px; |
| 250 } |
| 251 |
| 252 #footer-links a |
| 253 { |
| 254 display: block; |
| 255 text-align: right; |
250 } | 256 } |
251 | 257 |
252 #footer #to-top | 258 #footer #to-top |
253 { | 259 { |
254 background-color: #fff; | 260 background-color: #fff; |
255 box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); | 261 box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); |
256 outline-width: 0; | 262 outline-width: 0; |
257 width: 28px; | 263 width: 28px; |
258 height: 28px; | 264 height: 28px; |
259 position: fixed; | 265 position: fixed; |
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 padding-right: .1em; | 926 padding-right: .1em; |
921 border-right-width: 1px; | 927 border-right-width: 1px; |
922 border-right-width: 1px; | 928 border-right-width: 1px; |
923 } | 929 } |
924 | 930 |
925 #panels-openings | 931 #panels-openings |
926 { | 932 { |
927 margin-top: -40px; | 933 margin-top: -40px; |
928 } | 934 } |
929 } | 935 } |
OLD | NEW |