]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - www/maps/maps/public/stylesheets/common.css
Added the "maps" Pylons project.
[dead/census-tools.git] / www / maps / maps / public / stylesheets / common.css
1 body {
2 background-color: #fff;
3 color: #000;
4 font-family: georgia;
5 font-size: 16px;
6 line-height: 1.5;
7 margin: 1em auto;
8 width: 42em;
9 }
10
11
12 caption {
13 color: #0b2850;
14 font-family: 'Times New Roman', serif;
15 font-style: italic;
16 line-height: 1.22222em;
17 font-size: 1.125em;
18 margin: 1.22222em 0;
19 text-align: center;
20 }
21
22
23 em {
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, legend {
44 color: #339;
45 font-family: 'Times New Roman', serif;
46 font-size: 1.2em;
47 font-style: italic;
48 margin: .5em 0;
49 }
50
51
52 h3 {
53 margin: 1.25em 0;
54 }
55
56
57 label, input {
58 display: block;
59 margin: .5em 0;
60 }
61
62
63 p {
64 margin: 1.5em 0;
65 }
66
67
68 table {
69 border: 1px #e0e0e0 dotted;
70 margin: 0 auto;
71 width: 80%;
72 }
73
74
75 td, th {
76 padding: .5em;
77 text-align: left;
78 }
79
80
81 th {
82 color: #a00;
83 }
84
85
86 td {
87 border-top: 1px #e0e0e0 dotted;
88 }
89
90
91 .csv q:before, .csv q:after {
92 content: "\"";
93 font-style: normal;
94 }
95
96
97 .csv td:after, .csv th:after {
98 content: ",";
99 }
100
101
102 /* Remove the comma from the last column. */
103 /* Internet Explorer will not do CSS3 magic it does not understand. */
104 .csv tr > td:last-child:after, .csv tr > th:last-child:after {
105 content: "";
106 }
107
108
109 input.submit {
110 margin: 1em auto;
111 }