From 10683070288b879057b70bea56fca96373cb506c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 8 Aug 2007 02:15:11 -0400 Subject: fixed up styleswitching, may still have to tweak file change (aka 304 http status codes) for alt css files --- static/style/fixed-sane-sans.css | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 static/style/fixed-sane-sans.css (limited to 'static/style/fixed-sane-sans.css') diff --git a/static/style/fixed-sane-sans.css b/static/style/fixed-sane-sans.css new file mode 100644 index 0000000..52d7a65 --- /dev/null +++ b/static/style/fixed-sane-sans.css @@ -0,0 +1,48 @@ +.content { + margin-left: 4%; + width: 680px; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; } +.content_footer { + margin-left: 4%; + width: 680px; + margin-bottom: 5px; + margin-right: 0px; + margin-top: 0px; + border-top: 2px solid #000000; + padding-top: 6px; + padding-left: 5px; + padding-right: 5px; } +body { + background-image: none; + background-color: #E3E3E3; } + +a { color: blue; } +a:visited { color: blue; } +a:hover { color: blue; } + +.content { background-color: #FFFFFF; } + +#top_bar { background-color: #993333; } +#top_bar_content { + background-color: #993333; + border-right: 200px solid #993333; } +body { + background-image: none; + background-color: #E3E3E3; } + +a { color: blue; } +a:visited { color: blue; } +a:hover { color: blue; } + +.content { background-color: #FFFFFF; } + +#top_bar { background-color: #993333; } +#top_bar_content { + background-color: #993333; + border-right: 200px solid #993333; } +body { font-family: sans; } -- cgit v1.2.3