From 637e20b864977306ffe17d401e78f7d529c1d97e Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 24 Dec 2008 08:38:55 -0500 Subject: Modfied Quotes module's night vision --- theme/css/night.css | 4 +++- theme/css/website.css | 15 +++++++-------- theme/quotes/add.tpl | 2 ++ theme/quotes/browse.tpl | 2 ++ theme/quotes/pagenumbers.tpl | 2 ++ theme/quotes/search.tpl | 2 ++ 6 files changed, 18 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 { background-image: url(/theme/images/top_fade_night.png) !important; } -body.home div.bubble cite { +body.home div.bubble cite, +body.quotes div#content p, +body.quotes cite { color: yellow; } 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 { font-family: Verdana, Helvetica, Arial, sans-serif; } -body.fourm div#wrap, -body.poll div#wrap, -body.quotes div#wrap, -body.admin div#wrap { - background-image: url(/theme/images/bg_body.gif); - background-repeat: repeat-y; -} - /* Effects */ ::selection { @@ -246,6 +238,13 @@ div#sidebar li img { padding: 0; } +body.fourm div#wrap, +body.poll div#wrap, +body.admin div#wrap { + background-image: url(/theme/images/bg_body.gif); + background-repeat: repeat-y; +} + div#top-fade { position: absolute; top: 0; diff --git a/theme/quotes/add.tpl b/theme/quotes/add.tpl index dc872ee..3ae8d3b 100755 --- a/theme/quotes/add.tpl +++ b/theme/quotes/add.tpl @@ -1,3 +1,5 @@ +
+

Contribute

diff --git a/theme/quotes/browse.tpl b/theme/quotes/browse.tpl index c18c903..8726802 100755 --- a/theme/quotes/browse.tpl +++ b/theme/quotes/browse.tpl @@ -1,3 +1,5 @@ +
+ diff --git a/theme/quotes/pagenumbers.tpl b/theme/quotes/pagenumbers.tpl index d6aa3bb..56bedef 100755 --- a/theme/quotes/pagenumbers.tpl +++ b/theme/quotes/pagenumbers.tpl @@ -1,3 +1,5 @@ +
+
First   -10   diff --git a/theme/quotes/search.tpl b/theme/quotes/search.tpl index edd546a..60c0afc 100755 --- a/theme/quotes/search.tpl +++ b/theme/quotes/search.tpl @@ -1,3 +1,5 @@ +
+

Search

-- cgit 1.4.1