X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=www%2Fmaps%2Fmaps%2Fpublic%2Fstylesheets%2Fcommon.css;fp=www%2Fmaps%2Fmaps%2Fpublic%2Fstylesheets%2Fcommon.css;h=49b2581950c57fcfddef71d856bdf1cda26976cd;hb=5485afbd4da2182072ef9756c65137729bf1eee5;hp=0000000000000000000000000000000000000000;hpb=a5341c314815ed4df97e2b0f94d05322660052cf;p=dead%2Fcensus-tools.git diff --git a/www/maps/maps/public/stylesheets/common.css b/www/maps/maps/public/stylesheets/common.css new file mode 100644 index 0000000..49b2581 --- /dev/null +++ b/www/maps/maps/public/stylesheets/common.css @@ -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; +}