]> git.donarmstrong.com Git - laureldon.git/blobdiff - local.css
add the camping faq
[laureldon.git] / local.css
index aef7aafd9b6481613f6261d8689d7a00f0012320..7a7be72ad38080dc6de69ff863fef8f37429ece6 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,6 +1,45 @@
+@import url("http://www.donarmstrong.com/fonts/liberationserif/stylesheet.css");
+
 body {
-    background: #bbb
+    background: #bbb;
     background-image: url("http://gallery.donarmstrong.com/2013/10_October/2013_10_26_28_zion_trip/.cache/1600x1279-img_0010.jpg");
     background-repeat: no-repeat;
-    background-size: 100% 100%;
-}
\ No newline at end of file
+    background-size: cover;
+    background-attachment: fixed;
+    font-family: "liberation_serifregular",sans-serif;
+}
+
+.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