]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Add understanding_rectangles blog entry
[cworth.org] / src / local.css
index a0dec8cfded7ef7d8bf6dfd49f996444ded08e78..1607b4e90dc0b5e90eb82fc5813fd15f6e4d365e 100644 (file)
@@ -1,3 +1,61 @@
 /* ikiwiki local style sheet */
 
 /* Add local styling here, instead of modifying style.css. */
+body {
+    margin-left: 10%;
+    margin-right: 10%;
+}
+
+h1, .header, #footer {
+    margin-left: -8%;
+    font-size: 150%;
+}
+
+h1,h2,h3,h4,h5,h6, .header {
+    font-family: sans-serif;
+    clear: left;
+    color: #f29915;
+}
+
+h2,h3,h4,h5,h6 {
+    margin-left: -4%;
+    font-size: 125%;
+}
+
+a:link {
+    color: #4c4ce6;
+}
+
+a:visited {
+    color: #8f8fe6;
+}
+
+a:hover {
+    color: #f29915;
+}
+
+#logo {
+    text-align: center;
+}
+
+#footer {
+    margin-left: -8%;
+    font-size: 80%;
+}
+
+#legal {
+    text-align: center;
+    margin-top: 1em;
+    margin-left: 15%;
+    margin-right: 15%;
+}
+
+.floatleft {
+    float: left;
+    padding-right: 0.5em;
+}
+
+.floatright {
+    float: right;
+    padding-left: 0.5em;
+}