summary refs log tree commit diff stats
path: root/theme/css/night.css
diff options
context:
space:
mode:
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}