From bed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 24 Nov 2008 17:57:24 -0500 Subject: Returned holiday backgrounds --- theme/css/day.css | 2 +- theme/css/holiday.php | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++ theme/css/night.css | 10 ++--- 3 files changed, 118 insertions(+), 6 deletions(-) create mode 100644 theme/css/holiday.php (limited to 'theme/css') diff --git a/theme/css/day.css b/theme/css/day.css index 63926b3..16fc9a6 100644 --- a/theme/css/day.css +++ b/theme/css/day.css @@ -1,4 +1,4 @@ -body#day { +body { background-color: aqua; background-image: url(/theme/images/backgrounds/island6.PNG); } diff --git a/theme/css/holiday.php b/theme/css/holiday.php new file mode 100644 index 0000000..65c1826 --- /dev/null +++ b/theme/css/holiday.php @@ -0,0 +1,112 @@ + + +body { + background-image: url(/theme/images/backgrounds/.PNG) !important; +} diff --git a/theme/css/night.css b/theme/css/night.css index 0b4a5ea..e46d200 100644 --- a/theme/css/night.css +++ b/theme/css/night.css @@ -1,12 +1,12 @@ -body#night { +body { background-color: black; background-image: url(/theme/images/backgrounds/island6night.PNG); } -body#night div#banner { - background-image: url("/theme/images/fourisland_header_night.png"); +body div#banner { + background-image: url("/theme/images/fourisland_header_night.png") !important; } -body#night div#top-fade { - background-image: url(/theme/images/top_fade_night.png); +body div#top-fade { + background-image: url(/theme/images/top_fade_night.png) !important; } -- cgit 1.4.1