From: Don Armstrong Date: Thu, 31 Jul 2014 00:51:09 +0000 (-0700) Subject: update more CSS rules X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a7a5c743c5789c634c69e3fae80b2b95d31af57;p=laureldon.git update more CSS rules --- diff --git a/local.css b/local.css index aefc680..0c0e378 100644 --- 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