]> git.donarmstrong.com Git - laureldon.git/blobdiff - local.css
switch the background image to us at disneyland
[laureldon.git] / local.css
index a70002fb19ff629e04b3872dbf08d05f10c8d351..29b13d336755efc7973cff45837bacc1f6ad1c74 100644 (file)
--- a/local.css
+++ b/local.css
@@ -2,27 +2,44 @@
 
 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-image: url("http://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_at_disneyland.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
     font-family: "liberation_serifregular",sans-serif;
-    pad-bottom: 40px;
-    pad-top: 40px;
 }
 
 .pagedate {
     visibility: hidden;
+}
+
+
+#pagebody {
+    background-color: rgba(255,255,255,0.8);
     margin-left: auto;
     margin-right: auto;
-    width: 300px;
+    width: 80ex;
+    margin-top: auto;
+    margin-bottom: auto;
+    padding: 5px;
 }
 
-.header {
-    line-height: 0em;
+#pagebody h1 {
+    text-align: center;
 }
 
-#pagebody {
-    background-color: rgba(255,255,255,0.8);
+.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