From 51d13e0cf5313fea2b5ceaa15683d13bb2e5fdc4 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 21 Oct 2013 03:33:22 +0200 Subject: [PATCH] stylesheet: don't let the sidebar reduce our text width, various minor changes --- local.css | 47 +++++++++++++++++++++++++++++++++++++++ templates/blaginline.tmpl | 4 ++-- templates/page.tmpl | 2 +- 3 files changed, 50 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index 0e85d2b..fcf540b 100644 --- a/local.css +++ b/local.css @@ -12,6 +12,10 @@ h2 { margin-bottom: 0em; margin-top: 1.5em; } +h2 a { + font-size: 140%; + font-weight: bold; +} p,ul,ol { margin: 0.5em 0; @@ -25,6 +29,7 @@ p,ul,ol { .title { font-size: 150%; font-weight: bold; + line-height: 120%; } .header { @@ -36,6 +41,48 @@ p,ul,ol { width: 50em; } +.sidebar { + position: absolute; + left: 51em; +} + +.inlinepage { + border: none; +} + +.pagedate, .pagelicense, .pagecopyright, .tags, #backlinks { + display: block; + font-style: italic; + margin-top: 0em; +} + +.pagecloud { + padding: 0px; + border: none !important; + float: none; + width: auto; + background: none !important; +} + +.pageheader .actions ul { + border-bottom: none; +} + +.pageheader { + padding-bottom: .5em; + border-bottom: 1px solid #000000; +} + +#pagebody { + margin-top: .5em; +} + +#pageinfo { + border-top: 1px solid #000000; + padding: .5em 0; + margin: .5em 0; +} + td.month-calendar-day-this-day td.year-calendar-this-month { background-color: #ffffff !important; } diff --git a/templates/blaginline.tmpl b/templates/blaginline.tmpl index 13526b9..8475cf2 100644 --- a/templates/blaginline.tmpl +++ b/templates/blaginline.tmpl @@ -44,9 +44,9 @@ Tags: -
+ License: -
+
diff --git a/templates/page.tmpl b/templates/page.tmpl index ae7fd01..1a40084 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -223,7 +223,7 @@ License:
-Last edited +Last edited:
-- 2.20.1