]> git.donarmstrong.com Git - laureldodgen.git/blobdiff - local.css
add css
[laureldodgen.git] / local.css
diff --git a/local.css b/local.css
new file mode 100644 (file)
index 0000000..7a7be72
--- /dev/null
+++ b/local.css
@@ -0,0 +1,45 @@
+@import url("http://www.donarmstrong.com/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-repeat: no-repeat;
+    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