]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - doc/project_overview/common.css
Moved the line-height definition into the body element.
[dead/census-tools.git] / doc / project_overview / common.css
1 blockquote {
2 border-left: 2px #ddd solid;
3 color: #555;
4 font-size: 87.5%; /* (14.0 / 16.0) */
5 }
6
7
8 blockquote p {
9 margin-left: 4em;
10 margin-right: 4em;
11 }
12
13
14 body {
15 background-color: #fff;
16 color: #000;
17 font-family: georgia;
18 line-height: 1.25;
19 margin: 0 auto;
20 width: 42em;
21 }
22
23
24 em, q {
25 font-style: italic;
26 }
27
28
29 h1 {
30 font-family: 'Times New Roman', serif;
31 font-size: 3em;
32 text-transform: lowercase;
33 font-variant: small-caps;
34 margin-top: .5em;
35 }
36
37
38 h2 {
39 font-size: 1.5em;
40 margin: 1em 0;
41 }
42
43
44 h3 {
45 color: #339;
46 font-family: 'Times New Roman', serif;
47 font-size: 1.2em;
48 font-style: italic;
49 margin: 1.25em 0;
50 }
51
52
53 p, blockquote {
54 margin: 1.25em 0;
55 }
56
57
58 ol, ul {
59 margin: 1.25em 2em;
60 }
61
62
63 ol {
64 list-style-type: lower-alpha;
65 }
66
67
68 strong {
69 font-weight: bold;
70 }
71
72
73 ul {
74 list-style-type: square;
75 }
76
77
78 #project_title {
79 font-style: italic;
80 margin-top: .5em;
81 margin-bottom: 3em;
82 }