From 01f4d90290391358d5078a27bdb961c06413a315 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 5 Oct 2009 22:28:22 -0400 Subject: purged old sytle system, fixing up some reset akchun --- static/style/default.css | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) (limited to 'static/style/default.css') diff --git a/static/style/default.css b/static/style/default.css index acdd415..f8ec391 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -1,11 +1,7 @@ -html { - margin: 0px; - padding: 0px; - font-size: 16px; } body { - font-family: serif; - margin: 0px; - padding: 0px; + font-family: helvetica, arial, verdana, sans-serif; + font-size: 90%; + line-height: 1.25; background-color: #E3E3E3; } a { text-decoration: none; } @@ -21,17 +17,16 @@ a.subtle { color: black; text-decoration: none; } h1 { - font-size: 16pt; - font-weight: bold; - text-align: center; } + font-size: 200%; + margin: 10px 10px 20px 8px; + font-weight: bold; } h2.pagesubtitle { - font-size: 12pt; + font-size: 140%; font-weight: bold; font-style: italic; text-align: center; border-bottom: none; } h3 { - margin: 0px; padding-top: 8px; padding-bottom: 4px; padding-left: 0px; @@ -73,8 +68,7 @@ pre.large { font-size: 12px; color: #555555; font-weight: bold; - font-size: 12px; - margin-left: 8px; } + margin-left: 2px; } .path a { color: #6666DD; } .path a:visited { @@ -107,7 +101,7 @@ pre.large { text-align: center; font-weight: bold; font-family: serif; - font-size: 14px; + font-size: 120%; } .col_left { width: 24%; @@ -140,7 +134,7 @@ pre.large { text-align: center; font-style: italic; width: 100%; - font-size: small; + font-size: 70%; font-family: courier; } .notice { padding: 8px; @@ -156,7 +150,6 @@ pre.large { .centerize { text-align: center; } .content { - font-size: small; background-color: #FFFFFF; margin-left: 4%; width: 680px; @@ -169,7 +162,7 @@ pre.large { border: 1px solid black; } .content_footer { margin-left: 4%; - font-size: 10px; + font-size: 90%; font-style: italic; font-family: sans-serif; text-align: center; -- cgit v1.2.3