summary refs log tree commit diff stats
path: root/theme/css/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/night.css')
-rwxr-xr-xtheme/css/night.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/theme/css/night.css b/theme/css/night.css deleted file mode 100755 index 222b1d4..0000000 --- a/theme/css/night.css +++ /dev/null
@@ -1,25 +0,0 @@
1body {
2 background-color: black;
3 background-image: url(/theme/images/backgrounds/island6night.PNG);
4}
5
6div#wrap {
7 background-color: rgba(0, 0, 0, 0.75);
8}
9
10div#banner {
11 background-color: black;
12 background-image: url(/theme/images/fourisland_header_night.png);
13}
14
15div#fi-navbar ul li.active img {
16 background-color: black;
17 outline: black solid .5em;
18}
19
20#rightbar .sidebar .pimped cite,
21.post .entry .bubble cite,
22#footer,
23body.quotes #content {
24 color: #555555;
25}