summary refs log tree commit diff stats
path: root/theme
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
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')
-rwxr-xr-xtheme/css/website.php14
-rwxr-xr-xtheme/header.tpl2
-rw-r--r--theme/images/backgrounds/island6.PNGbin0 -> 13330 bytes
-rw-r--r--theme/images/top_fade.pngbin0 -> 172 bytes
4 files changed, 15 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}
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 @@
26 </HEAD> 26 </HEAD>
27 27
28 <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> 28 <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->>
29 <IMG SRC="/theme/images/top_fade.png" ID="top-fade" />
30
29 <DIV ID="wrap"> 31 <DIV ID="wrap">
30 <DIV ID="page-header"> 32 <DIV ID="page-header">
31 <DIV ID="banner" STYLE="position: relative;"> 33 <DIV ID="banner" STYLE="position: relative;">
diff --git a/theme/images/backgrounds/island6.PNG b/theme/images/backgrounds/island6.PNG new file mode 100644 index 0000000..319eeeb --- /dev/null +++ b/theme/images/backgrounds/island6.PNG
Binary files differ
diff --git a/theme/images/top_fade.png b/theme/images/top_fade.png new file mode 100644 index 0000000..5f24673 --- /dev/null +++ b/theme/images/top_fade.png
Binary files differ