From b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 27 Nov 2008 10:11:20 -0500 Subject: Removed unnesscary Quotes CSS --- theme/css.php | 3 - theme/css/night.css | 4 + theme/css/quotes.css | 174 ------------------------------------------- theme/quotes/add.tpl | 27 +++---- theme/quotes/add_news.tpl | 8 -- theme/quotes/browse.tpl | 36 ++++----- theme/quotes/home.tpl | 10 --- theme/quotes/pagenumbers.tpl | 4 +- theme/quotes/search.tpl | 34 ++++----- 9 files changed, 49 insertions(+), 251 deletions(-) delete mode 100755 theme/css/quotes.css delete mode 100755 theme/quotes/add_news.tpl delete mode 100755 theme/quotes/home.tpl diff --git a/theme/css.php b/theme/css.php index f7236eb..bc198f5 100755 --- a/theme/css.php +++ b/theme/css.php @@ -49,9 +49,6 @@ if ($_GET['cat'] == 'home') } else if ($_GET['cat'] == 'panel') { include('css/blog.php'); -} else if ($_GET['cat'] == 'quotes') -{ - include('css/quotes.css'); } ?> diff --git a/theme/css/night.css b/theme/css/night.css index e46d200..6502714 100644 --- a/theme/css/night.css +++ b/theme/css/night.css @@ -10,3 +10,7 @@ body div#banner { body div#top-fade { background-image: url(/theme/images/top_fade_night.png) !important; } + +body div.bubble cite { + color: yellow; +} diff --git a/theme/css/quotes.css b/theme/css/quotes.css deleted file mode 100755 index fd82c79..0000000 --- a/theme/css/quotes.css +++ /dev/null @@ -1,174 +0,0 @@ -/* site-wide */ -div#site_all{ - font-family: serif; - font-size: 12pt; - margin-left: 9%; - margin-right: 9%; -} -a#site_nav_admin{ - color: #c08000; -} -a#site_nav_logout{ - color: #000000; -} -a#site_admin_flag, a#site_admin_queue{ - color: #336699; -} - - -/* quote-output styles */ - -div.quote_quote{ - padding-bottom: 5pt; -} -div.quote_whole{ - padding-top: 10pt; -} - -/* searchpage */ -input#search_submit-button{ - background-color: #c08000; -} -input#search_query-box{ - background-color: #f0f0f0; -} -select#search_sortby-dropdown{ - background-color: #f0f0f0; -} -select#search_limit-dropdown{ - background-color: #f0f0f0; -} - - -/* home_*: styles for the default homepage */ - -div.home_news_date{ - font-weight: bold; -} -div#home_greeting{ - float: left; - width: 50%; -} -div#home_news{ - width: 100%; -} - - -/* *admin*: used on administration pages and admin-only content */ - -div#site_admin_nav{ - position: relative; - margin-top: 90pt; - clear: both; - margin-top: -.1pt; -} -div#site_admin_nav_upper_linkbar{ - background-color: #f0f0f0; -} -div#site_admin_nav_lower_infobar{ - background-color: #c08000; - text-align: right; -} -html>body div#site_admin_nav{ /* hack for firefox, disabled in opera and ie */ - margin-top: 0pt; -} -.admin_queue_alt1{ - background-color: #ffffff; -} -.admin_queue_alt2{ - background-color: #f0f0f0; -} -input#admin_login_username-box{ - background-color: #f0f0f0; -} -input#admin_login_password-box{ - background-color: #f0f0f0; -} -input#admin_login_submit-button{ - background-color: #c08000; -} - - -/* site_nav_*: navigation on the top, for everyone */ - -div#site_nav_lower{ - background-color: #f0f0f0; -} -div#site_nav_lower_linkbar{ - clear: both; - text-align: right; -} -div#site_nav_upper{ - background-color: #c08000; - padding: 3px; -} -div#site_nav_upper_qms{ - position: relative; - z-index: 1; - float: left; - font-size: 14pt; - font-weight: bold; - font-style: italic; -} -div#site_nav_upper_qms-long{ - position: relative; - z-index: 1; - float: right; - font-weight: bold; - font-size: 15pt; -} -div#site_nav{ - position: relative; - z-index: 0; -} - - -/* user-based functions */ -div#add_outputmsg_quote{ - padding-top: 10pt; - font-family: monospace; - padding-bottom: 10pt; -} - - -/* page titles */ -div#quote_origin-name{ - font-size: 23.6pt; - font-weight: bold; -} -div#search_title{ - font-size: 23.6pt; - font-weight: bold; -} -div#admin_add-news_title{ - font-size: 23.6pt; - font-weight: bold; -} -div#add_title{ - font-size: 23.6pt; - font-weight: bold; -} -div#admin_queue_title{ - font-size: 23.6pt; - font-weight: bold; -} -div#admin_flag_title{ - font-size: 23.6pt; - font-weight: bold; -} -div#admin_change-pw_title{ - font-size: 23.6pt; - font-weight: bold; -} -div#admin_users_title{ - font-size: 23.6pt; - font-weight: bold; -} -div#admin_add-user_title{ - font-size: 23.6pt; - font-weight: bold; -} - -div.quote_pagenums{ - text-align: center; -} diff --git a/theme/quotes/add.tpl b/theme/quotes/add.tpl index 4073277..dc872ee 100755 --- a/theme/quotes/add.tpl +++ b/theme/quotes/add.tpl @@ -1,17 +1,14 @@ -
-
Contribute
+

Contribute

- -
-
The quote you have submitted is:
-
-
If this is not the quote you have entered, please contact the administrator and explain your problem. Also, there is no need to press the submit button again. You're quote has already been sent.
-
- + +

The quote you have submitted is:

+

+

If this is not the quote you have entered, please contact the administrator and explain your problem. + Also, there is no need to press the submit button again. You're quote has already been sent.

+ -
-
- - -
-
+
+
+ + +
diff --git a/theme/quotes/add_news.tpl b/theme/quotes/add_news.tpl deleted file mode 100755 index 3c81474..0000000 --- a/theme/quotes/add_news.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
-
Add News
- -
-
- -
-
diff --git a/theme/quotes/browse.tpl b/theme/quotes/browse.tpl index d35abfe..7b4312a 100755 --- a/theme/quotes/browse.tpl +++ b/theme/quotes/browse.tpl @@ -1,25 +1,19 @@ -
- - - + + + -
+

- -
-
- # - + - () - - - [X] -
+ +# ++ +() +- +[X] -
-
- +

+ - - - -
+ + + diff --git a/theme/quotes/home.tpl b/theme/quotes/home.tpl deleted file mode 100755 index 7e8c10f..0000000 --- a/theme/quotes/home.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
-

Four Island Quotes DB

- -
- -
-

- -

-
diff --git a/theme/quotes/pagenumbers.tpl b/theme/quotes/pagenumbers.tpl index 3171c10..d6aa3bb 100755 --- a/theme/quotes/pagenumbers.tpl +++ b/theme/quotes/pagenumbers.tpl @@ -1,4 +1,4 @@ -
+
First   -10   @@ -12,4 +12,4 @@ +10   Last   -
+ diff --git a/theme/quotes/search.tpl b/theme/quotes/search.tpl index 491c861..edd546a 100755 --- a/theme/quotes/search.tpl +++ b/theme/quotes/search.tpl @@ -1,19 +1,17 @@ -
-
Search
+

Search

-
-   -
- Sort:   - How many: -
-
+
+   +
+ Sort:   + How many: +
-- cgit 1.4.1