]> git.donarmstrong.com Git - don.git/blobdiff - local.css
Merge branch 'master' of ssh://git.donarmstrong.com/sites/git/don
[don.git] / local.css
index 70890d5a3d526bb4669cda12e6dd75d0e5e86510..35e16359a6a6bdbf41ef672f9881cbc2a938e4c5 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,3 +1,4 @@
+/* -*- mode: css -*- */
 /* ikiwiki style sheet */
 
 /* Note that instead of modifying this style sheet, you can instead edit
@@ -12,6 +13,20 @@ nav {
        display: block;
 }
 
+#pagebody #content img { 
+        margin: 0.4em;
+ }
+
+p:nth-of-type(odd) img.agimg { 
+        float: left;
+        clear: left;
+}
+
+p:nth-of-type(even) img.agimg { 
+        float: right;
+        clear: right;
+}
+
 .header {
        margin: 0;
        font-size: 140%;
@@ -523,7 +538,7 @@ hr {
 }
 
 code, pre {
-       background: #eee;
+       background: #bcd;
 }
 
 pre {
@@ -543,10 +558,12 @@ body {
        padding: 1em 2em;
        position: relative;
        overflow: hidden;
-       background: #eee;
+       background: #abc;
        border-color: #999;
        border-style: none none solid none;
        border-width: 1px;
+        background-image: url('/images/da_background.jpg');
+        background-repeat: no-repeat;
 }
 
 .pageheader .header {