diff options
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/ie.css | 4 | ||||
-rwxr-xr-x | theme/css/night.css | 14 |
2 files changed, 0 insertions, 18 deletions
diff --git a/theme/css/ie.css b/theme/css/ie.css index bdf6d92..0537b43 100644 --- a/theme/css/ie.css +++ b/theme/css/ie.css | |||
@@ -1,7 +1,3 @@ | |||
1 | div#top-fade { | ||
2 | display: none; | ||
3 | } | ||
4 | |||
5 | body * { | 1 | body * { |
6 | overflow: hidden; | 2 | overflow: hidden; |
7 | } | 3 | } |
diff --git a/theme/css/night.css b/theme/css/night.css index fba4758..e97ac71 100755 --- a/theme/css/night.css +++ b/theme/css/night.css | |||
@@ -2,17 +2,3 @@ body { | |||
2 | background-color: black; | 2 | background-color: black; |
3 | background-image: url(/theme/images/backgrounds/island6night.PNG); | 3 | background-image: url(/theme/images/backgrounds/island6night.PNG); |
4 | } | 4 | } |
5 | |||
6 | body div#banner { | ||
7 | background-image: url("/theme/images/fourisland_header_night.png") !important; | ||
8 | } | ||
9 | |||
10 | body div#top-fade { | ||
11 | background-image: url(/theme/images/top_fade_night.png) !important; | ||
12 | } | ||
13 | |||
14 | body.home div.bubble cite, | ||
15 | body.quotes div#content p, | ||
16 | body.quotes cite { | ||
17 | color: yellow; | ||
18 | } | ||