From 6951eb85239f386c8a0b6fd4051f5fbc1d8a77e0 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 30 Jun 2007 03:23:00 -0400 Subject: added hack-ish style tweaking controls TODO: add font selector styles, make it all work, cookies? --- bn_django/templates/base.html | 26 ++++-- bn_django/templates/frontpage.html | 8 +- static/style/font-sans.css | 1 + static/style/font-serif.css | 1 + static/style/site-nuts.css | 16 ++++ static/style/site-sane.css | 14 +++ static/style/styleswitcher.js | 184 +++++++++++++++++++++++++++++++++++++ static/style/width-flexy.css | 20 ++++ static/style/width-full.css | 19 ++++ 9 files changed, 276 insertions(+), 13 deletions(-) create mode 100644 static/style/font-sans.css create mode 100644 static/style/font-serif.css create mode 100644 static/style/site-nuts.css create mode 100644 static/style/site-sane.css create mode 100644 static/style/styleswitcher.js create mode 100644 static/style/width-flexy.css create mode 100644 static/style/width-full.css diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 7349669..95be2a4 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -3,8 +3,21 @@ {% block stylesheets %} - - +