Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 @charset "utf-8"; | |
2 /* CSS Document */ | |
3 | |
4 /* font face settings */ | |
5 @font-face {font-family: 'DesignosaurRegular';src: url('designosaur-regular-webf ont.woff') format('woff');font-weight: normal;font-style: normal;} | |
Wladimir Palant
2016/12/01 13:13:44
I removed font formats other than WOFF here.
| |
6 | |
7 h1, h2, h3, h4, h5, h6, .button {font-family:"DesignosaurRegular";} | |
8 /* -- */ | |
9 | |
10 /* default elements */ | |
11 body, html {font-family:Arial, Helvetica, sans-serif;font-size:12px;background-c olor:#E7F0F9;} | |
Wladimir Palant
2016/12/01 13:13:43
This was originally using a one-pixel background i
| |
12 strong {font-weight:bold;} | |
13 em {font-style:italic;} | |
14 .align-center {text-align:center;} | |
15 .float-left {float:left;} | |
16 .float-right {float:right;} | |
17 h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {font-size:16px;color :#3c3c3c;} | |
18 p {font-size:12px;line-height:18px;padding:0 0 20px 0;color:#8c8c8c;} | |
19 /* -- */ | |
20 | |
21 /* additional elements */ | |
22 #page {width:980px;margin:10px auto;background:#fff;border:0px solid #e8e8e8;} | |
23 | |
24 .frame {padding:35px;} | |
25 /* -- */ | |
26 | |
27 /* top structure */ | |
28 #top {background:#fff;border-bottom:7px solid #f6f6f6;} | |
29 #top .frame {padding:20px;} | |
30 #top h1 {float:left;font-size:12px;color:#bebebe;} | |
31 #top h1 a {color:#bebebe;} | |
32 #top h1 img {margin:0 20px 3px 0;} | |
33 #top h3 {float:right;line-height:30px;color:#cd2027;} | |
34 #top h3 a {color:#cd2027;} | |
35 /* -- */ | |
36 | |
37 /* middle structure */ | |
38 #middle {background:#fcfcfc;border-bottom:1px solid #fff;border-top:1px solid #d 1d1d1;} | |
39 #middle .frame {padding:35px 35px 15px 35px;} | |
40 #middle h2 {font-size:32px;padding:10px 0 20px 0;line-height:40px;} | |
41 /* -- */ | |
42 | |
43 /* footer */ | |
44 #footer {padding:0 20px;background:#222;} | |
45 #footer p {line-height:54px;padding:0;float:left;} | |
46 #footer p a {color:#dd8c5c;} | |
47 #footer .social {float:right;line-height:50px;} | |
48 #footer .social li {display:inline;padding:0 0 0 2px;} | |
49 #footer .social a {opacity:0.7;} | |
50 #footer .social a:hover {opacity:1;} | |
51 /* -- */ | |
Wladimir Palant
2016/12/01 13:13:44
This document was considerably larger originally,
| |
OLD | NEW |