From 284226706885e3b40769dea5853a95e2b32efda8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 22 Nov 2008 18:01:52 -0500 Subject: Created the 6th layout --- theme/css/backgrounds.php | 148 ---------------------------------------------- 1 file changed, 148 deletions(-) delete mode 100755 theme/css/backgrounds.php (limited to 'theme/css/backgrounds.php') diff --git a/theme/css/backgrounds.php b/theme/css/backgrounds.php deleted file mode 100755 index 51e7dbf..0000000 --- a/theme/css/backgrounds.php +++ /dev/null @@ -1,148 +0,0 @@ - -/* 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