diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-08-08 02:15:11 -0400 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-08-08 02:15:11 -0400 |
commit | 10683070288b879057b70bea56fca96373cb506c (patch) | |
tree | 1ded224557aa9c9325bc6608b9cf9a0c4d70abb9 /static/style/flexy-sane-serif.css | |
parent | 6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0 (diff) | |
download | bnewnet-10683070288b879057b70bea56fca96373cb506c.tar.gz bnewnet-10683070288b879057b70bea56fca96373cb506c.zip |
fixed up styleswitching, may still have to tweak file change (aka 304 http status codes) for alt css files
Diffstat (limited to 'static/style/flexy-sane-serif.css')
-rw-r--r-- | static/style/flexy-sane-serif.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/style/flexy-sane-serif.css b/static/style/flexy-sane-serif.css new file mode 100644 index 0000000..eec5837 --- /dev/null +++ b/static/style/flexy-sane-serif.css @@ -0,0 +1,34 @@ +.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: 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; } |