summary refs log tree commit diff stats
path: root/theme/css/night.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:57:24 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:57:24 -0500
commitbed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d (patch)
tree53585224712a6ee7c99b7850124ea03011ead88f /theme/css/night.css
parent214246e5c2e02ff60506af3d2478a06e38bfd0c2 (diff)
downloadfourisland-bed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d.tar.gz
fourisland-bed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d.tar.bz2
fourisland-bed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d.zip
Returned holiday backgrounds
Diffstat (limited to 'theme/css/night.css')
-rw-r--r--theme/css/night.css10
1 files changed, 5 insertions, 5 deletions
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 @@
1body#night { 1body {
2 background-color: black; 2 background-color: black;
3 background-image: url(/theme/images/backgrounds/island6night.PNG); 3 background-image: url(/theme/images/backgrounds/island6night.PNG);
4} 4}
5 5
6body#night div#banner { 6body div#banner {
7 background-image: url("/theme/images/fourisland_header_night.png"); 7 background-image: url("/theme/images/fourisland_header_night.png") !important;
8} 8}
9 9
10body#night div#top-fade { 10body div#top-fade {
11 background-image: url(/theme/images/top_fade_night.png); 11 background-image: url(/theme/images/top_fade_night.png) !important;
12} 12}