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:16:54 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:16:54 -0500
commit326314e6c07af25ae4e0f20299b86cdc100528e9 (patch)
treec6cf286ce33ba8c52a83fc700d32ec5fa760c071 /theme/css/night.css
parent4063314dc7b0b7005054b762909c9f63c389f6d6 (diff)
downloadfourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.gz
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.bz2
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.zip
Returned day and night effects
Diffstat (limited to 'theme/css/night.css')
-rw-r--r--theme/css/night.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme/css/night.css b/theme/css/night.css new file mode 100644 index 0000000..0b4a5ea --- /dev/null +++ b/theme/css/night.css
@@ -0,0 +1,12 @@
1body#night {
2 background-color: black;
3 background-image: url(/theme/images/backgrounds/island6night.PNG);
4}
5
6body#night div#banner {
7 background-image: url("/theme/images/fourisland_header_night.png");
8}
9
10body#night div#top-fade {
11 background-image: url(/theme/images/top_fade_night.png);
12}