stylesheet: don't let the sidebar reduce our text width, various minor changes
[www-rohieb-name.git] / local.css
index 0e85d2b..fcf540b 100644 (file)
--- 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;
 }
This page took 0.025545 seconds and 4 git commands to generate.