]> git.donarmstrong.com Git - laureldon.git/commitdiff
update more CSS rules
authorDon Armstrong <don@donarmstrong.com>
Thu, 31 Jul 2014 00:51:09 +0000 (17:51 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 31 Jul 2014 00:51:09 +0000 (17:51 -0700)
local.css

index aefc680f0b8e35129a0faf968e4494f7b6390440..0c0e378152cbab0e0150d71cf995b2d44e033431 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,6 +1,19 @@
+@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: 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);
+}
+    
\ No newline at end of file