X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=doc%2Fproject_overview%2Fcommon.css;fp=doc%2Fproject_overview%2Fcommon.css;h=eecf6abb0259009de8fc223275f0f66253c54c5a;hp=0000000000000000000000000000000000000000;hb=935a6ead0912829a7e0f153aa7aac7494977e69c;hpb=9a1f0d95adff6a2ee308f417b2788735d88c03b8 diff --git a/doc/project_overview/common.css b/doc/project_overview/common.css new file mode 100644 index 0000000..eecf6ab --- /dev/null +++ b/doc/project_overview/common.css @@ -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; +}