From 526d867a65ed784eb9cc75196e9bd1820643187f Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 27 Nov 2008 10:44:01 -0500 Subject: Added partial background to some modules There have been complaints that Four Island is hard to read in the night because all of the text is black. So, for the Blog, whoose only text that is directly in front of the background is cite text, the cite text has been changed to yellow at night. For the rest, the 4th layout-style center background has been added back, to greater effect with the fade-out at the top. --- theme/css/website.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'theme/css') diff --git a/theme/css/website.css b/theme/css/website.css index ab1f725..76ff9ca 100755 --- a/theme/css/website.css +++ b/theme/css/website.css @@ -10,7 +10,15 @@ body { } body.fourm { - font-family: Verdana, Helvetica, Arial, sans-serif ; + font-family: Verdana, Helvetica, Arial, sans-serif; +} + +body.fourm div#wrap, +body.poll div#wrap, +body.quotes div#wrap, +body.admin div#wrap { + background-image: url(/theme/images/bg_body.gif); + background-repeat: repeat-y; } /* Effects */ -- cgit 1.4.1