aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r--bn_django/templates/base.html26
1 files changed, 20 insertions, 6 deletions
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 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{% block stylesheets %}
-<link rel="STYLESHEET" type="text/css" href="/static/style/default.css" />
-<link rel="STYLESHEET" type="text/css" href="/static/style/commentary.css" />
+<script type="text/javascript" src="/static/style/styleswitcher.js" />
+<link rel="stylesheet" type="text/css" href="/static/style/default.css" />
+<link rel="stylesheet" type="text/css" href="/static/style/commentary.css" />
+<link rel="alternate stylesheet" type="text/css"
+ href="/static/style/site-sane.css" title="site-sane" />
+<link rel="alternate stylesheet" type="text/css"
+ href="/static/style/site-nuts.css" title="site-nuts" />
+<link rel="alternate stylesheet" type="text/css"
+ href="/static/style/font-sans.css" title="font-sans" />
+<link rel="alternate stylesheet" type="text/css"
+ href="/static/style/font-serif.css" title="font-serif" />
+<link rel="alternate stylesheet" type="text/css"
+ href="/static/style/width-fixed.css" title="width-fixed" />
+<link rel="alternate stylesheet" type="text/css"
+ href="/static/style/width-flexy.css" title="width-flexy" />
{% endblock %}
{% block externaljs %} {% endblock %}
<title>{% block windowtitle %}bryannewbold.com{% endblock %}</title>
@@ -29,12 +42,13 @@
<br />&nbsp;&nbsp;style: &nbsp;
<a onclick="swapstyle('font');return;" href="#"
id="style_font" class="subtle">
- <span class="style_font_first">a</span><span class="style_font_second">A
+ <span class="style_font_first" id="style_font_first">
+ a</span><span class="style_font_second" id="style_font_second">A
</span></a>
- &nbsp;<a onclick="swapstyle('font');return;" href="#"
+ &nbsp;<a onclick="swapstyle('width');return;" href="#"
id="style_width" class="subtle">fixed</a>
- &nbsp;<a onclick="swapstyle('font');return;" href="#"
- id="style_sheet" class="subtle">sane</a>
+ &nbsp;<a onclick="swapstyle('site');return;" href="#"
+ id="style_site" class="subtle">sane</a>
<span class="righty"></span>
</form>
</div>