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

#rightbar .sidebar  .pimped cite,
.post .entry .bubble cite,
#footer,
body.quotes #content {
 color: #555555;
}