]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - doc/project_overview/common.css
Added styles for blockquotes and regular quotes (<q> elements).
[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 margin: 0 auto;
19 width: 42em;
20 }
21
22
23 em, q {
24 font-style: italic;
25 }
26
27
28 h1 {
29 font-family: 'Times New Roman', serif;
30 font-size: 3em;
31 text-transform: lowercase;
32 font-variant: small-caps;
33 margin-top: .5em;
34 }
35
36
37 h2 {
38 font-size: 1.5em;
39 margin: 1em 0;
40 }
41
42
43 h3 {
44 color: #339;
45 font-family: 'Times New Roman', serif;
46 font-size: 1.2em;
47 font-style: italic;
48 margin: 1.25em 0;
49 }
50
51
52 li {
53 line-height: 1.25;
54 }
55
56
57 p, blockquote {
58 line-height: 1.25;
59 margin: 1.25em 0;
60 }
61
62
63 ol, ul {
64 margin: 1.25em 2em;
65 }
66
67
68 ol {
69 list-style-type: lower-alpha;
70 }
71
72
73 strong {
74 font-weight: bold;
75 }
76
77
78 ul {
79 list-style-type: square;
80 }
81
82
83 #project_title {
84 font-style: italic;
85 margin-top: .5em;
86 margin-bottom: 3em;
87 }