diff options
Diffstat (limited to 'theme/css')
-rwxr-xr-x | theme/css/website.php | 14 |
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 | ||
28 | body { | 28 | body { |
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 | ||
199 | body.fourm #page-body { | 201 | body.fourm #page-body { |
@@ -732,3 +734,13 @@ table.webmail th { | |||
732 | table.webmail td { | 734 | table.webmail td { |
733 | word-wrap: break-word; | 735 | word-wrap: break-word; |
734 | } | 736 | } |
737 | |||
738 | img#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 | } | ||