From b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4 Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
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

(limited to 'theme')

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 @@
-<DIV ID="add_all">
-	<DIV ID="add_title">Contribute</DIV>
+<H1>Contribute</H1>
 
-	<!--BEGIN SUBMITTED-->
-	<DIV ID="add_outputmsg">
-		<DIV ID="add_outputmsg_top">The quote you have submitted is:</DIV>
-		<DIV ID="add_outputmsg_quote"><!--SUBMITTED.QUOTE--></DIV>
-		<DIV ID="add_outputmsg_bottom">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.</DIV>
-	</DIV>
-	<!--END SUBMITTED-->
+<!--BEGIN SUBMITTED-->
+	<P>The quote you have submitted is:</P>
+	<P><CODE><!--SUBMITTED.QUOTE--></CODE></P>
+	<P>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.</P>
+<!--END SUBMITTED-->
 
-	<FORM ACTION="/quotes/add.php?submit=" METHOD="POST">
-		<TEXTAREA COLS="80" ROWS="5" NAME="rash_quote" ID="add_quote"></TEXTAREA><BR>
-		<INPUT TYPE="submit" VALUE="Add Quote!" ID="add_submit">
-		<INPUT TYPE="reset" VALUE="Reset" ID="add_reset">
-	</FORM>
-</DIV>
+<FORM ACTION="/quotes/add.php?submit=" METHOD="POST">
+	<TEXTAREA COLS="80" ROWS="5" NAME="rash_quote"></TEXTAREA><BR>
+	<INPUT TYPE="submit" VALUE="Add Quote!">
+	<INPUT TYPE="reset" VALUE="Reset">
+</FORM>
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 @@
-<DIV ID="admin_add-news_all">
-	<DIV ID="admin_add-news_title">Add News</DIV>
-
-	<FORM METHOD="POST" ACTION="/quotes/add_news.php?submit=">
-		<TEXTAREA COLS="80" ROWS="5" NAME="news" ID="add_news_news"></TEXTAREA><BR>
-		<INPUT TYPE="submit" VALUE="Add News" ID="add_news">
-	</FORM>
-</DIV>
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 @@
-<DIV ID="quote_all">
-	<!--BEGIN PAGENUMBERS-->
-	<!--INCLUDE quotes/pagenumbers-->
-	<!--END PAGENUMBERS-->
+<!--BEGIN PAGENUMBERS-->
+<!--INCLUDE quotes/pagenumbers-->
+<!--END PAGENUMBERS-->
 
-	<DIV ID="quote_origin-name"><!--ORIGIN--></DIV>
+<P><!--ORIGIN--></P>
 
-	<!--BEGIN QUOTES-->
-	<DIV CLASS="quotes_whole">
-		<DIV CLASS="quote_option-bar">
-			<A HREF="/quotes/<!--QUOTES.NUMBER-->.php" CLASS="quote_number">#<!--QUOTES.NUMBER--></A>
-			<A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=plus" CLASS="quote_plus">+</A>
-			<SPAN CLASS="quote_rating">(<!--QUOTES.RATING-->)</SPAN>
-			<A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=minus" CLASS="quote_minus">-</A>
-			<A HREF="/quotes/flag.php?id=<!--QUOTES.NUMBER-->" CLASS="quote_flag">[X]</A>
-		</DIV>
+<!--BEGIN QUOTES-->
+<A HREF="/quotes/<!--QUOTES.NUMBER-->.php">#<!--QUOTES.NUMBER--></A>
+<A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=plus">+</A>
+<SPAN>(<!--QUOTES.RATING-->)</SPAN>
+<A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=minus">-</A>
+<A HREF="/quotes/flag.php?id=<!--QUOTES.NUMBER-->">[X]</A>
 
-		<DIV CLASS="quote_quote"><!--QUOTES.QUOTE--></DIV>
-	</DIV>
-	<!--END QUOTES-->
+<P><!--QUOTES.QUOTE--></P>
+<!--END QUOTES-->
 
-	<!--BEGIN PAGENUMBERS-->
-	<!--INCLUDE quotes/pagenumbers-->
-	<!--END PAGENUMBERS-->
-</DIV>
+<!--BEGIN PAGENUMBERS-->
+<!--INCLUDE quotes/pagenumbers-->
+<!--END PAGENUMBERS-->
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 @@
-<DIV ID="home_all">
-	<H2>Four Island Quotes DB</H2>
-
-	<DIV ID="home_news">
-		<!--BEGIN NEWS-->
-		<DIV CLASS="home_news_date"><!--NEWS.DATE--></DIV>
-		<DIV CLASS="home_news_news"><!--NEWS.POST--></DIV><P>
-		<!--END NEWS-->
-	</DIV>
-</DIV>
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 @@
-<DIV CLASS="quote_pagenums">
+<CENTER>
 	<A HREF="/quotes/<!--LORIGIN-->.php">First</A>&nbsp;&nbsp;
 	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--MINUSTEN-->">-10</A>&nbsp;&nbsp;
 	<!--BDDD-->
@@ -12,4 +12,4 @@
 	<!--ADDD-->
 	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--PLUSTEN-->">+10</A>&nbsp;&nbsp;
 	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--LASTPAGE-->">Last</A>&nbsp;&nbsp;
-</DIV>
+</CENTER>
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 @@
-<DIV CLASS="search_all">
-	<DIV ID="search_title">Search</DIV>
+<H1>Search</H1>
 
-	<FORM METHOD="POST" ACTION="/quotes/search.php?fetch=">
-		<INPUT TYPE="text" NAME="search" SIZE="28" ID="search_query-box">&nbsp;
-		<INPUT TYPE="submit" NAME="submit" ID="search_submit-button"><BR>
-		Sort: <SELECT NAME="sortby" SIZE="1" ID="search_sortby-dropdown">
-			<OPTION SELECTED>Rating</OPTION>
-			<OPTION>ID</OPTION>
-		</SELECT>&nbsp;
-		How many: <SELECT NAME="number" SIZE="1" ID="search_limit-dropdown">
-			<OPTION SELECTED>10</OPTION>
-			<OPTION>25</OPTION>
-			<OPTION>50</OPTION>
-			<OPTION>75</OPTION>
-			<OPTION>100</OPTION>
-		</SELECT>
-	</FORM>
-</DIV>
+<FORM METHOD="POST" ACTION="/quotes/search.php?fetch=">
+	<INPUT TYPE="text" NAME="search" SIZE="28">&nbsp;
+	<INPUT TYPE="submit" NAME="submit"><BR>
+	Sort: <SELECT NAME="sortby" SIZE="1">
+		<OPTION SELECTED>Rating</OPTION>
+		<OPTION>ID</OPTION>
+	</SELECT>&nbsp;
+	How many: <SELECT NAME="number" SIZE="1">
+		<OPTION SELECTED>10</OPTION>
+		<OPTION>25</OPTION>
+		<OPTION>50</OPTION>
+		<OPTION>75</OPTION>
+		<OPTION>100</OPTION>
+	</SELECT>
+</FORM>
-- 
cgit 1.4.1