From 24503e3abe705acde2df159aeae61be0d009f92e Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 19 Nov 2008 17:27:03 -0500 Subject: Imported sources --- theme/css/backgrounds.php | 148 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100755 theme/css/backgrounds.php (limited to 'theme/css/backgrounds.php') diff --git a/theme/css/backgrounds.php b/theme/css/backgrounds.php new file mode 100755 index 0000000..51e7dbf --- /dev/null +++ b/theme/css/backgrounds.php @@ -0,0 +1,148 @@ + +/* Four Island Background CSS */ += 20) || (date('G') <= 6)) + { +// $bodyID = 'night'; + } else { + $bodyID = 'day'; + } +} else { + $bodyID = $_GET['id']; +} + +if (!isset($bgcolor)) {$bgcolor='aqua';} +if (($bgimgm == 'island6') && ($bodyID == 'night')) {$bgcolor='black';} + +?> +/* Body */ + +body { + background-color: ; + background-image: url(/theme/images/backgrounds/.PNG); + background-repeat: repeat-x; + background-attachment: fixed; + background-position: bottom left; + font-family: Arial, FreeSans; + margin: 0px; + padding: 0px 0px 30px !important; +} + + +body#night { + background: black url(/theme/images/backgrounds/island6night.PNG) repeat-x fixed bottom left; +} + + -- cgit 1.4.1