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/flexy-nuts-serif.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 static/style/flexy-nuts-serif.css (limited to 'static/style/flexy-nuts-serif.css') diff --git a/static/style/flexy-nuts-serif.css b/static/style/flexy-nuts-serif.css new file mode 100644 index 0000000..2dbe9b0 --- /dev/null +++ b/static/style/flexy-nuts-serif.css @@ -0,0 +1,36 @@ +.content { + margin-left: 0px; + width: 75%; + margin-top: 0px; + margin-bottom: 0px; + margin-right: 250px; + padding-left: 15px; + padding-right: 5px; + padding-bottom: 5px; } +.content_footer { + margin-left: 0px; + width: 75%; + margin-bottom: 5px; + margin-right: 250px; + margin-top: 0px; + border-top: 2px solid #000000; + padding-top: 6px; + padding-left: 15px; + padding-right: 5px; } + +body { + background-image: url("/static/style/fractal.gif"); + background-color: green; } + +a { color: magenta; } +a:visited { color: orange; } +a:hover { color: yellow; } + +.content { background-color: purple; } + +#top_bar { background-color: #FF00FF; } + +#top_bar_content { + background-color: #FF00FF; + border-right: 200px solid #FF00FF; +} -- cgit v1.2.3