summary refs log tree commit diff stats
path: root/theme/css/night.css
blob: 73af99db6fb11aa7d56c5a787eee13495ec0a544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
 background-color: black;
 background-image: url(/theme/images/backgrounds/island6night.PNG);
}

div#wrap {
 background-color: rgba(0, 0, 0, 0.75);
}

div#banner {
 background-color: black;
 background-image: url(/theme/images/fourisland_header_night.png);
}

div#fi-navbar ul li.active img {
 background-color: black;
 outline: black solid .5em;
}