]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - www/maps/maps/public/stylesheets/common.css
Added the "maps" Pylons project.
[dead/census-tools.git] / www / maps / maps / public / stylesheets / common.css
diff --git a/www/maps/maps/public/stylesheets/common.css b/www/maps/maps/public/stylesheets/common.css
new file mode 100644 (file)
index 0000000..49b2581
--- /dev/null
@@ -0,0 +1,111 @@
+body {  
+  background-color: #fff;
+  color: #000;
+  font-family: georgia;
+  font-size: 16px;
+  line-height: 1.5;
+  margin: 1em auto;
+  width: 42em;
+}
+
+
+caption {
+  color: #0b2850;
+  font-family: 'Times New Roman', serif;
+  font-style: italic;
+  line-height: 1.22222em;
+  font-size: 1.125em;
+  margin: 1.22222em 0;
+  text-align: center;
+}
+
+
+em {
+  font-style: italic;
+}
+
+
+h1 {
+  font-family: 'Times New Roman', serif;
+  font-size: 3em;
+  text-transform: lowercase;
+  font-variant: small-caps;
+  margin-top: .5em;
+}
+
+
+h2 {
+  font-size: 1.5em;
+  margin: 1em 0;
+}
+
+
+h3, legend {
+  color: #339;
+  font-family: 'Times New Roman', serif;
+  font-size: 1.2em;
+  font-style: italic;
+  margin: .5em 0;
+}
+
+
+h3 {
+  margin: 1.25em 0;
+}
+
+
+label, input {
+  display: block;
+  margin: .5em 0;
+}
+
+
+p {
+  margin: 1.5em 0;
+}
+
+
+table {
+  border: 1px #e0e0e0 dotted;
+  margin: 0 auto;
+  width: 80%;
+}
+
+
+td, th {
+  padding: .5em;
+  text-align: left;
+}
+
+
+th {
+  color: #a00;
+}
+
+
+td {
+  border-top: 1px #e0e0e0 dotted;
+}
+
+
+.csv q:before, .csv q:after {
+  content: "\"";
+  font-style: normal;
+}
+
+
+.csv td:after, .csv th:after {
+  content: ",";
+}
+
+
+/* Remove the comma from the last column. */
+/* Internet Explorer will not do CSS3 magic it does not understand. */
+.csv tr > td:last-child:after, .csv tr > th:last-child:after {
+  content: "";
+}
+
+
+input.submit {
+  margin: 1em auto;
+}