Alexander Afanasyev | 7c6aeb0 | 2014-04-10 19:59:19 -0700 | [diff] [blame] | 1 | * { |
| 2 | margin: 0px; |
| 3 | padding: 0px; |
| 4 | } |
| 5 | |
| 6 | html { font-size: 62.5%; } |
| 7 | |
| 8 | body { |
| 9 | font-family: "Verdana", Arial, sans-serif; |
| 10 | background-color: #eeeeec; |
| 11 | color: #777; |
| 12 | border-top: 4px solid #fd7800; |
| 13 | } |
| 14 | |
| 15 | body { background: white; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1; color: #222222; position: relative; -webkit-font-smoothing: antialiased; } |
| 16 | |
| 17 | .clearer { |
| 18 | clear: both; |
| 19 | } |
| 20 | |
| 21 | .left { |
| 22 | float: left; |
| 23 | } |
| 24 | |
| 25 | .right { |
| 26 | float: right; |
| 27 | } |
| 28 | |
| 29 | .line-block { |
| 30 | display: block; |
| 31 | margin-top: 1em; |
| 32 | margin-bottom: 1em; |
| 33 | } |
| 34 | |
| 35 | .line-block .line-block { |
| 36 | margin-top: 0; |
| 37 | margin-bottom: 0; |
| 38 | margin-left: 1.5em; |
| 39 | } |
| 40 | |
| 41 | h1, h2, h3, h4 { |
| 42 | font-family: "Georgia", "Times New Roman", serif; |
| 43 | font-weight: normal; |
| 44 | color: #3465a4; |
| 45 | margin-bottom: .8em; |
| 46 | } |
| 47 | |
| 48 | h1 { |
| 49 | color: #204a87; |
| 50 | } |
| 51 | |
| 52 | h2 { |
| 53 | padding-bottom: .5em; |
| 54 | border-bottom: 1px solid #3465a4; |
| 55 | } |
| 56 | |
| 57 | a.headerlink { |
| 58 | visibility: hidden; |
| 59 | color: #dddddd; |
| 60 | padding-left: .3em; |
| 61 | } |
| 62 | |
| 63 | h1:hover > a.headerlink, |
| 64 | h2:hover > a.headerlink, |
| 65 | h3:hover > a.headerlink, |
| 66 | h4:hover > a.headerlink, |
| 67 | h5:hover > a.headerlink, |
| 68 | h6:hover > a.headerlink, |
| 69 | dt:hover > a.headerlink { |
| 70 | visibility: visible; |
| 71 | } |