aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/flexy-nuts-serif.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-08-08 02:15:11 -0400
committerbnewbold <bnewbold@manus.(none)>2007-08-08 02:15:11 -0400
commit10683070288b879057b70bea56fca96373cb506c (patch)
tree1ded224557aa9c9325bc6608b9cf9a0c4d70abb9 /static/style/flexy-nuts-serif.css
parent6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0 (diff)
downloadbnewnet-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-nuts-serif.css')
-rw-r--r--static/style/flexy-nuts-serif.css36
1 files changed, 36 insertions, 0 deletions
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;
+}