]> git.donarmstrong.com Git - laureldon.git/blobdiff - local.css
fix capitalization
[laureldon.git] / local.css
index aef7aafd9b6481613f6261d8689d7a00f0012320..683c26711fe967ec5ba2997ab12cbca9be8a8c54 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,6 +1,48 @@
+/* -*- mode: css -*- */
+
+@import url("/fonts/liberationserif/stylesheet.css");
+
 body {
-    background: #bbb
-    background-image: url("http://gallery.donarmstrong.com/2013/10_October/2013_10_26_28_zion_trip/.cache/1600x1279-img_0010.jpg");
+    background: #bbb;
+    background-image: url("http://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_at_disneyland.jpg");
     background-repeat: no-repeat;
-    background-size: 100% 100%;
-}
\ No newline at end of file
+    background-size: cover;
+    background-attachment: fixed;
+    font-family: "Liberation serif","liberation_serif","liberation_serifregular","Times",serif;
+    font-size: 120%;
+}
+
+.pagedate {
+    visibility: hidden;
+}
+
+
+#pagebody {
+    background-color: rgba(255,255,255,0.8);
+    margin-left: auto;
+    margin-right: auto;
+    width: 80ex;
+    margin-top: auto;
+    margin-bottom: auto;
+    padding: 5px;
+}
+
+#pagebody h1 {
+    text-align: center;
+}
+
+.pageheader .actions ul {
+        border-bottom: 0;
+}
+
+#pageinfo {
+        margin: 1em 0;
+        border-top: 0;
+}
+
+.pageheader {
+    position: absolute;
+    bottom: 0;
+    background-color: rgba(255,255,255,0.5);
+}
+    
\ No newline at end of file