From f4e29f0ecc94cc99ae5b91c33b8c5555da617ea9 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 12 Dec 2015 21:18:35 -0500 Subject: optimize css and remove background image not everyone has broadband, and we don't need a giant 130KiB background image showing on every page --- (limited to 'site/common/css') diff --git a/site/common/css/main.css b/site/common/css/main.css index bf61c49..d5d91bc 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,22 +1,16 @@ :not(br),a:hover{ -color:#222; -padding:.1% 1%; -margin:1% auto; +padding:.4%; +margin:.6% auto; max-width:95% } html{ -background:#eee url("/common/background/background.jpg") fixed; -font:99% sans-serif; -padding-bottom:100em +background:#eee; +font:99% sans-serif } div{ -opacity:.92; background:#fff; box-shadow:0 0 6px } -p{ -line-height:1.4 -} li{ display:inline } @@ -27,9 +21,6 @@ img{ float:right; width:25% } -a{ -color:#33a -} a,a:hover,strong,em,ul{ padding:0 } -- cgit v0.9.1