]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - doc/project_overview/common.css
Merged the documentation additions and most recent makefile modification (branch...
[dead/census-tools.git] / doc / project_overview / common.css
diff --git a/doc/project_overview/common.css b/doc/project_overview/common.css
new file mode 100644 (file)
index 0000000..eecf6ab
--- /dev/null
@@ -0,0 +1,69 @@
+body {
+  background-color: #fff;
+  color: #000;
+  font-family: georgia;
+  margin: 0 auto;
+  width: 42em;
+}
+
+
+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 {
+  color: #339;
+  font-family: 'Times New Roman', serif;
+  font-size: 1.2em;
+  font-style: italic;
+  margin: 1.25em 0;
+}
+
+
+li {
+  line-height: 1.25;
+}
+
+
+p {
+  line-height: 1.25;
+  margin: 1.25em 0;
+}
+
+
+ol, ul {
+  margin: 1.25em 2em;
+}
+
+
+ol {
+  list-style-type: lower-alpha;
+}
+
+
+ul {
+  list-style-type: square;
+}
+
+
+#project_title {
+  font-style: italic;
+  margin-top: .5em;
+  margin-bottom: 3em;
+}