From ea89c83c91c17e9352dbea9bbefa6d25bbd5e878 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Mon, 30 May 2011 00:22:07 -0500 Subject: valided html --- style.dev.css | 77 ++++------------------------------------------------------- 1 file changed, 5 insertions(+), 72 deletions(-) (limited to 'style.dev.css') diff --git a/style.dev.css b/style.dev.css index 8f4225e..c798cdc 100644 --- a/style.dev.css +++ b/style.dev.css @@ -2,7 +2,6 @@ body { color: black; background: #ffffff; font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif; - text-align: center; margin: 0; font-size: 0.90em; } @@ -23,52 +22,15 @@ body { } #title { - display: none; -} - -h1.c1,h2,h3 { - line-height: 1em; -} - -h1,h2 { - margin: 0.5em 0 0 0; - padding: 0.5ex 0 0.2em 0; + text-align: center; } h2 { font-weight: normal; -margin-bottom: 8px; -padding: 2px; -padding-top: 10px; -border-bottom: 1px solid #CCC; -} - -p.motto { - font-style: italic; - font-weight: normal; - font-size: 110%; -} - -h4.c1 { - text-align: center; -} - -dt.c1 { - font-size: 120%; - font-weight: bold; -} - -p.toc_head { - font-weight: bold; -} - -dt.c3 { - font-size: 120%; - font-weight: bold; -} - -a { - text-decoration: none; + margin-bottom: 8px; + padding: 2px; + padding-top: 10px; + border-bottom: 1px solid #CCC; } a,a:visited { @@ -81,18 +43,6 @@ a:hover { text-decoration: underline; } -p.c1 { - text-align: right; -} - -p.c2 { - text-align: center; -} - -ol { - list-style-type: upper-alpha; -} - .footer { font-size: 80%; text-align: right; @@ -103,23 +53,6 @@ img { border-width: 0px; } -input, select, option { - font-size: 13px; - font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif; -} - -th { - background: #cccccc; - color: inherit; -} - -hr { - color: inherit; - background-color: #ccc; - height: 1px; - border: 0px; -} - .center { text-align: center; } -- cgit v1.2.3-59-ga6da