update blag post 'New Blag, yay!': also works with IPv6 now!
[www-rohieb-name.git] / local.css
index 21db988..2d68e1b 100644 (file)
--- a/local.css
+++ b/local.css
@@ -2,6 +2,7 @@ pre {
   background-color: #F5F5F5;
   border: 1px dashed blue;
   padding: 0.2em;
+  font-size: 80%;
 }
 
 code {
@@ -10,7 +11,10 @@ code {
 
 h2 {
   margin-bottom: 0em;
-  margin-top: 1.5em;
+}
+h2 a {
+       font-size: 140%;
+       font-weight: bold;
 }
 
 p,ul,ol {
@@ -25,6 +29,7 @@ p,ul,ol {
 .title {
   font-size: 150%;
   font-weight: bold;
+  line-height: 120%;
 }
 
 .header {
@@ -35,3 +40,54 @@ p,ul,ol {
 .page {
   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;
+}
+
+.footnote {
+    vertical-align: super;
+    font-size: smaller;
+}
This page took 0.028841 seconds and 4 git commands to generate.