blob: 164d1c1f30c4145b5cbc855480e4eabd9a6f2bda [file] [log] [blame]
Alexander Afanasyev49272f72014-04-06 21:49:46 -07001* {
2 margin: 0px;
3 padding: 0px;
4}
5
6html { font-size: 62.5%; }
7
8body {
9 font-family: "Verdana", Arial, sans-serif;
10 background-color: #eeeeec;
11 color: #777;
12 border-top: 4px solid #fd7800;
13}
14
15body { 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
41h1, h2, h3, h4 {
42 font-family: "Georgia", "Times New Roman", serif;
43 font-weight: normal;
44 color: #3465a4;
45 margin-bottom: .8em;
46}
47
48h1 {
49 color: #204a87;
50}
51
52h2 {
53 padding-bottom: .5em;
54 border-bottom: 1px solid #3465a4;
55}
56
57a.headerlink {
58 visibility: hidden;
59 color: #dddddd;
60 padding-left: .3em;
61}
62
63h1:hover > a.headerlink,
64h2:hover > a.headerlink,
65h3:hover > a.headerlink,
66h4:hover > a.headerlink,
67h5:hover > a.headerlink,
68h6:hover > a.headerlink,
69dt:hover > a.headerlink {
70 visibility: visible;
71}