aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/site-sane.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-06-30 03:23:00 -0400
committerbnewbold <bnewbold@manus.(none)>2007-06-30 03:23:00 -0400
commit6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0 (patch)
treefff1aa978025b227e8ad6222fb50af191379dabd /static/style/site-sane.css
parentfed6d5930825914e07095cf2c330add257088bfb (diff)
downloadbnewnet-6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0.tar.gz
bnewnet-6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0.zip
added hack-ish style tweaking controls
TODO: add font selector styles, make it all work, cookies?
Diffstat (limited to 'static/style/site-sane.css')
-rw-r--r--static/style/site-sane.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/style/site-sane.css b/static/style/site-sane.css
new file mode 100644
index 0000000..053b06d
--- /dev/null
+++ b/static/style/site-sane.css
@@ -0,0 +1,14 @@
+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; }