summary refs log tree commit diff stats
path: root/theme/layouts/6.2/night.css
blob: 2a24480ebf388d367bdfbc79011edba547f9e8dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;
}

.light-at-night, .light-at-night-l6p2 {
 color: #555555;
}