summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:44:01 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:44:01 -0500
commit526d867a65ed784eb9cc75196e9bd1820643187f (patch)
tree8c81516ad3d616c8158e5d54c823152a868ce43a
parent6497b3dafb259f9129d230bf2b52a1e6758cdf6a (diff)
downloadfourisland-526d867a65ed784eb9cc75196e9bd1820643187f.tar.gz
fourisland-526d867a65ed784eb9cc75196e9bd1820643187f.tar.bz2
fourisland-526d867a65ed784eb9cc75196e9bd1820643187f.zip
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.
-rwxr-xr-xtheme/css/website.css10
-rw-r--r--theme/images/bg_body.gifbin0 -> 421 bytes
2 files changed, 9 insertions, 1 deletions
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 {
10} 10}
11 11
12body.fourm { 12body.fourm {
13 font-family: Verdana, Helvetica, Arial, sans-serif ; 13 font-family: Verdana, Helvetica, Arial, sans-serif;
14}
15
16body.fourm div#wrap,
17body.poll div#wrap,
18body.quotes div#wrap,
19body.admin div#wrap {
20 background-image: url(/theme/images/bg_body.gif);
21 background-repeat: repeat-y;
14} 22}
15 23
16/* Effects */ 24/* Effects */
diff --git a/theme/images/bg_body.gif b/theme/images/bg_body.gif new file mode 100644 index 0000000..80d75d5 --- /dev/null +++ b/theme/images/bg_body.gif
Binary files differ