]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - doc/project_overview/common.css
Merged the documentation additions and most recent makefile modification (branch...
[dead/census-tools.git] / doc / project_overview / common.css
1 body {
2 background-color: #fff;
3 color: #000;
4 font-family: georgia;
5 margin: 0 auto;
6 width: 42em;
7 }
8
9
10 em {
11 font-style: italic;
12 }
13
14
15 h1 {
16 font-family: 'Times New Roman', serif;
17 font-size: 3em;
18 text-transform: lowercase;
19 font-variant: small-caps;
20 margin-top: .5em;
21 }
22
23
24 h2 {
25 font-size: 1.5em;
26 margin: 1em 0;
27 }
28
29
30 h3 {
31 color: #339;
32 font-family: 'Times New Roman', serif;
33 font-size: 1.2em;
34 font-style: italic;
35 margin: 1.25em 0;
36 }
37
38
39 li {
40 line-height: 1.25;
41 }
42
43
44 p {
45 line-height: 1.25;
46 margin: 1.25em 0;
47 }
48
49
50 ol, ul {
51 margin: 1.25em 2em;
52 }
53
54
55 ol {
56 list-style-type: lower-alpha;
57 }
58
59
60 ul {
61 list-style-type: square;
62 }
63
64
65 #project_title {
66 font-style: italic;
67 margin-top: .5em;
68 margin-bottom: 3em;
69 }