summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-01-02 00:03:54 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-01-02 00:03:54 -0500
commit1d98281253bc22dc8f2391de96f2b1717f79cfab (patch)
tree2bc34fd9e76b9e418a72dc6dd44fe96053929a4e
parent8dc88941439ab6bfd7ed8018a69b22ee5a60fde5 (diff)
downloadfourisland-1d98281253bc22dc8f2391de96f2b1717f79cfab.tar.gz
fourisland-1d98281253bc22dc8f2391de96f2b1717f79cfab.tar.bz2
fourisland-1d98281253bc22dc8f2391de96f2b1717f79cfab.zip
Fixed some night bugs in Layout 6.1
-rw-r--r--theme/css/ie.css4
-rwxr-xr-xtheme/css/night.css14
-rwxr-xr-xtheme/images/fourisland_header_night.pngbin19678 -> 0 bytes
3 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 @@
1div#top-fade {
2 display: none;
3}
4
5body * { 1body * {
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
6body div#banner {
7 background-image: url("/theme/images/fourisland_header_night.png") !important;
8}
9
10body div#top-fade {
11 background-image: url(/theme/images/top_fade_night.png) !important;
12}
13
14body.home div.bubble cite,
15body.quotes div#content p,
16body.quotes cite {
17 color: yellow;
18}
diff --git a/theme/images/fourisland_header_night.png b/theme/images/fourisland_header_night.png deleted file mode 100755 index 25502a0..0000000 --- a/theme/images/fourisland_header_night.png +++ /dev/null
Binary files differ