diff options
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 17 |
1 files changed, 4 insertions, 13 deletions
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 } |