summary refs log tree commit diff stats
path: root/theme/css/website.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-24 16:35:22 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 16:35:22 -0500
commit4063314dc7b0b7005054b762909c9f63c389f6d6 (patch)
tree1ba3cdaad76730472730720d33ce1aae52840ca6 /theme/css/website.php
parentf1ab202351bedcdb45ccbe09e8ebf7f66c46288e (diff)
downloadfourisland-4063314dc7b0b7005054b762909c9f63c389f6d6.tar.gz
fourisland-4063314dc7b0b7005054b762909c9f63c389f6d6.tar.bz2
fourisland-4063314dc7b0b7005054b762909c9f63c389f6d6.zip
Reworked background style
I still need to bring back the old backgrounds and the style sheet that
decided between them. I'll do that as soon as I can be bothered.
Diffstat (limited to 'theme/css/website.php')
-rwxr-xr-xtheme/css/website.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/theme/css/website.php b/theme/css/website.php index 0e2cb32..6c0b703 100755 --- a/theme/css/website.php +++ b/theme/css/website.php
@@ -26,7 +26,8 @@ require('headerproc.php');
26/* Four Island General CSS */ 26/* Four Island General CSS */
27 27
28body { 28body {
29 background-color: white; 29 background-color: aqua;
30 background-image: url(/theme/images/backgrounds/island6.PNG);
30 background-repeat: repeat-x; 31 background-repeat: repeat-x;
31 background-attachment: fixed; 32 background-attachment: fixed;
32 background-position: bottom left; 33 background-position: bottom left;
@@ -194,6 +195,7 @@ div#bannernav {
194#page-body { 195#page-body {
195 margin: 0 30px; 196 margin: 0 30px;
196 clear: both; 197 clear: both;
198 position: relative;
197} 199}
198 200
199body.fourm #page-body { 201body.fourm #page-body {
@@ -732,3 +734,13 @@ table.webmail th {
732table.webmail td { 734table.webmail td {
733 word-wrap: break-word; 735 word-wrap: break-word;
734} 736}
737
738img#top-fade {
739 position: absolute;
740 top: 0;
741 left: 0;
742 width: 100%;
743 background-image: url(/theme/images/top-fade.png);
744 height: 60%;
745 z-index: 0;
746}