aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/site-sane.css
diff options
context:
space:
mode:
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; }