stylesheet: don't let the sidebar reduce our text width, various minor changes
authorRoland Hieber <rohieb@rohieb.name>
Mon, 21 Oct 2013 01:33:22 +0000 (03:33 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Wed, 23 Oct 2013 04:00:53 +0000 (06:00 +0200)
local.css
templates/blaginline.tmpl
templates/page.tmpl

index 0e85d2b..fcf540b 100644 (file)
--- a/local.css
+++ b/local.css
@@ -12,6 +12,10 @@ h2 {
   margin-bottom: 0em;
   margin-top: 1.5em;
 }
   margin-bottom: 0em;
   margin-top: 1.5em;
 }
+h2 a {
+       font-size: 140%;
+       font-weight: bold;
+}
 
 p,ul,ol {
   margin: 0.5em 0;
 
 p,ul,ol {
   margin: 0.5em 0;
@@ -25,6 +29,7 @@ p,ul,ol {
 .title {
   font-size: 150%;
   font-weight: bold;
 .title {
   font-size: 150%;
   font-weight: bold;
+  line-height: 120%;
 }
 
 .header {
 }
 
 .header {
@@ -36,6 +41,48 @@ p,ul,ol {
   width: 50em;
 }
 
   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;
 }
 td.month-calendar-day-this-day td.year-calendar-this-month {
        background-color: #ffffff !important;
 }
index 13526b9..8475cf2 100644 (file)
@@ -44,9 +44,9 @@ Tags:
 </TMPL_IF>
 
 <TMPL_IF LICENSE>
 </TMPL_IF>
 
 <TMPL_IF LICENSE>
-<div class="pagelicense">
+<span class="pagelicense">
 License: <TMPL_VAR LICENSE>
 License: <TMPL_VAR LICENSE>
-</div>
+</span>
 </TMPL_IF>
 
 <TMPL_IF HAVE_ACTIONS>
 </TMPL_IF>
 
 <TMPL_IF HAVE_ACTIONS>
index ae7fd01..1a40084 100644 (file)
@@ -223,7 +223,7 @@ License: <TMPL_VAR LICENSE>
 </TMPL_IF>
 
 <div class="pagedate">
 </TMPL_IF>
 
 <div class="pagedate">
-Last edited <TMPL_VAR MTIME>
+Last edited: <TMPL_VAR MTIME>
 <!-- Created <TMPL_VAR CTIME> -->
 </div>
 
 <!-- Created <TMPL_VAR CTIME> -->
 </div>
 
This page took 0.030983 seconds and 4 git commands to generate.