From 02fa69a9312daf5a53798d64f1151862a9d0baf2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Jan 2013 22:22:27 -0800 Subject: Change background color --- static/css/screen.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'static/css') diff --git a/static/css/screen.css b/static/css/screen.css index 4519912..71cfbeb 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -3,8 +3,9 @@ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,t /* /reset */ body { - font-family: Palatino, georgia, "times new roman", serif; - font-size: 1.2em; + font-family: Palatino, georgia, "times new roman", serif; + font-size: 1.2em; + background: #eee; } p { @@ -68,7 +69,7 @@ sup { line-height: 1ex; } } #page { - background: white; + background: #eee; padding: .5em 3em 1.5em 3em; } @@ -120,7 +121,7 @@ table { } table tr { text-align: center; } table th { font-weight: normal; background-color: #eeeeee; } -table td { background-color: white; } +table td { background-color: #eee; } table th.title { border-bottom: 1px solid gray; border-top: 1px solid gray; vertical-align: bottom; background-color: lightgrey; } caption { color: #333; @@ -164,7 +165,7 @@ ul.compact li { list-style: none; } line-height: 1em; margin-top: .5em; margin-bottom: 0; - background: white; + background: #eee; padding-top: 0em; padding-left: 3em; padding-right: 3em; @@ -205,7 +206,7 @@ pre { margin: 1em 0 1.5em 0; line-height: 1.5em; color: #111; - background: white; + background: #eee; border: 1px solid #ddc; padding: 0.5em 1em; overflow: hidden; -- cgit v1.2.3