New css for bzed.de

After more than a year of using ikiwiki to run bzed.de I thought it would be a good time replace the darkish-brown style by something bright. Also I wanted to get righ of the massive changes I had to do on the template files to make the old layout work.

Unfortunately I hit one of the - in my opinion - major problems in the ikiwiki templates again: You can’t rely on all <div>s being available on all pages, which is quite annoying when you need them to style the page with CSS. So I had to make a tiny change to page.tmpl:

[[!format diff """ diff –git a/templates/page.tmpl b/templates/page.tmpl index 8a9911f..dbf78a0 100644 — a/templates/page.tmpl +++ b/templates/page.tmpl @@ -111,8 +111,8 @@ <TMPL_VAR CONTENT> <TMPL_IF HTML5>

<TMPL_ELSE>
</TMPL_IF>

-<TMPL_IF COMMENTS> <TMPL_IF HTML5>

<TMPL_ELSE>
</TMPL_IF> +<TMPL_IF COMMENTS> <TMPL_VAR COMMENTS> <TMPL_IF ADDCOMMENTURL>

@@ -121,8 +121,8 @@
Comments on this page are closed.
-
+

<TMPL_IF HTML5>