blob: b74b1c676f8e763bfd1d9bc0e812edd5c747f992 (
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: #536482 !important;
}
|