From 4063314dc7b0b7005054b762909c9f63c389f6d6 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 24 Nov 2008 16:35:22 -0500 Subject: 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. --- theme/css/website.php | 14 +++++++++++++- theme/header.tpl | 2 ++ theme/images/backgrounds/island6.PNG | Bin 0 -> 13330 bytes theme/images/top_fade.png | Bin 0 -> 172 bytes 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 theme/images/backgrounds/island6.PNG create mode 100644 theme/images/top_fade.png 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'); /* Four Island General CSS */ body { - background-color: white; + background-color: aqua; + background-image: url(/theme/images/backgrounds/island6.PNG); background-repeat: repeat-x; background-attachment: fixed; background-position: bottom left; @@ -194,6 +195,7 @@ div#bannernav { #page-body { margin: 0 30px; clear: both; + position: relative; } body.fourm #page-body { @@ -732,3 +734,13 @@ table.webmail th { table.webmail td { word-wrap: break-word; } + +img#top-fade { + position: absolute; + top: 0; + left: 0; + width: 100%; + background-image: url(/theme/images/top-fade.png); + height: 60%; + z-index: 0; +} diff --git a/theme/header.tpl b/theme/header.tpl index 0755f0c..bedfe0f 100755 --- a/theme/header.tpl +++ b/theme/header.tpl @@ -26,6 +26,8 @@ > + +