summary refs log tree commit diff stats
path: root/theme/css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-24 08:38:55 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-24 08:38:55 -0500
commit637e20b864977306ffe17d401e78f7d529c1d97e (patch)
tree14d42e4c72fef32cf47249d25abd0c9234ee0167 /theme/css
parent25ec7ee14626877b0e55f61b39fd7c41049de190 (diff)
downloadfourisland-637e20b864977306ffe17d401e78f7d529c1d97e.tar.gz
fourisland-637e20b864977306ffe17d401e78f7d529c1d97e.tar.bz2
fourisland-637e20b864977306ffe17d401e78f7d529c1d97e.zip
Modfied Quotes module's night vision
Diffstat (limited to 'theme/css')
-rwxr-xr-xtheme/css/night.css4
-rwxr-xr-xtheme/css/website.css15
2 files changed, 10 insertions, 9 deletions
diff --git a/theme/css/night.css b/theme/css/night.css index 614cc79..fba4758 100755 --- a/theme/css/night.css +++ b/theme/css/night.css
@@ -11,6 +11,8 @@ body div#top-fade {
11 background-image: url(/theme/images/top_fade_night.png) !important; 11 background-image: url(/theme/images/top_fade_night.png) !important;
12} 12}
13 13
14body.home div.bubble cite { 14body.home div.bubble cite,
15body.quotes div#content p,
16body.quotes cite {
15 color: yellow; 17 color: yellow;
16} 18}
diff --git a/theme/css/website.css b/theme/css/website.css index 9ae46d9..6161d8d 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -13,14 +13,6 @@ body.fourm {
13 font-family: Verdana, Helvetica, Arial, sans-serif; 13 font-family: Verdana, Helvetica, Arial, sans-serif;
14} 14}
15 15
16body.fourm div#wrap,
17body.poll div#wrap,
18body.quotes div#wrap,
19body.admin div#wrap {
20 background-image: url(/theme/images/bg_body.gif);
21 background-repeat: repeat-y;
22}
23
24/* Effects */ 16/* Effects */
25 17
26::selection { 18::selection {
@@ -246,6 +238,13 @@ div#sidebar li img {
246 padding: 0; 238 padding: 0;
247} 239}
248 240
241body.fourm div#wrap,
242body.poll div#wrap,
243body.admin div#wrap {
244 background-image: url(/theme/images/bg_body.gif);
245 background-repeat: repeat-y;
246}
247
249div#top-fade { 248div#top-fade {
250 position: absolute; 249 position: absolute;
251 top: 0; 250 top: 0;