From 16346a5a0533105d923dd85fc11c94d8744a1032 Mon Sep 17 00:00:00 2001 From: Skami18 Date: Tue, 26 Jul 2011 12:12:04 +0200 Subject: Added support of GA, EI and Jappix in the basic theme --- basic/static/css/style.css | 39 --------------------------------------- basic/templates/base.html | 32 +++++++++++++++++++++++++++++--- 2 files changed, 29 insertions(+), 42 deletions(-) delete mode 100644 basic/static/css/style.css (limited to 'basic') diff --git a/basic/static/css/style.css b/basic/static/css/style.css deleted file mode 100644 index bf027af..0000000 --- a/basic/static/css/style.css +++ /dev/null @@ -1,39 +0,0 @@ -body { - font-family: monospace; - font-size: 100%; - background-color: white; - color: #111; - width: 80%; - min-width: 400px; - min-height: 200px; - padding: 1em; - margin: 5% 10%; - border: thin solid gray; - border-radius: 5px; - display: block; -} - -a:link { color: blue; text-decoration: none; } -a:hover { color: blue; text-decoration: underline; } -a:visited { color: blue; } - -h1 a { color: inherit !important } -h2 a { color: inherit !important } -h3 a { color: inherit !important } -h4 a { color: inherit !important } -h5 a { color: inherit !important } -h6 a { color: inherit !important } - -#menu li { - display: inline; -} - -#post-list { - margin-bottom: 1em; - margin-top: 1em; -} - -pre { - margin: 2em 1em 2em 4em; -} - diff --git a/basic/templates/base.html b/basic/templates/base.html index 8055530..861b4d7 100644 --- a/basic/templates/base.html +++ b/basic/templates/base.html @@ -1,6 +1,32 @@ {% extends "!simple/base.html" %} -{% block head %} +{%- block head %} {{ super() }} - -{% endblock %} + + + {%- if FEED_RSS %}{% endif -%} + + {% if GOOGLE_ANALYTICS %} + + + {% endif %} + {% if JABBER_CHATROOM %} + + + + {% endif %} +{% endblock -%} -- cgit v1.1