blob: 614cc797a1b74e0fa0d8e31fb9ecae16b96d814d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
body {
background-color: black;
background-image: url(/theme/images/backgrounds/island6night.PNG);
}
body div#banner {
background-image: url("/theme/images/fourisland_header_night.png") !important;
}
body div#top-fade {
background-image: url(/theme/images/top_fade_night.png) !important;
}
body.home div.bubble cite {
color: yellow;
}
|