summary refs log tree commit diff stats
path: root/theme/css/quotes.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:11:20 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:11:20 -0500
commitb9230a6e91d1d4b14dce52bed71bc0a360a8f5d4 (patch)
tree87983a20708360c3c257975951acbb1d949b7825 /theme/css/quotes.css
parentd382b04ad907041be4dd97dd50b8b12abe68eb53 (diff)
downloadfourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.gz
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.bz2
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.zip
Removed unnesscary Quotes CSS
Diffstat (limited to 'theme/css/quotes.css')
-rwxr-xr-xtheme/css/quotes.css174
1 files changed, 0 insertions, 174 deletions
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 @@
1/* site-wide */
2div#site_all{
3 font-family: serif;
4 font-size: 12pt;
5 margin-left: 9%;
6 margin-right: 9%;
7}
8a#site_nav_admin{
9 color: #c08000;
10}
11a#site_nav_logout{
12 color: #000000;
13}
14a#site_admin_flag, a#site_admin_queue{
15 color: #336699;
16}
17
18
19/* quote-output styles */
20
21div.quote_quote{
22 padding-bottom: 5pt;
23}
24div.quote_whole{
25 padding-top: 10pt;
26}
27
28/* searchpage */
29input#search_submit-button{
30 background-color: #c08000;
31}
32input#search_query-box{
33 background-color: #f0f0f0;
34}
35select#search_sortby-dropdown{
36 background-color: #f0f0f0;
37}
38select#search_limit-dropdown{
39 background-color: #f0f0f0;
40}
41
42
43/* home_*: styles for the default homepage */
44
45div.home_news_date{
46 font-weight: bold;
47}
48div#home_greeting{
49 float: left;
50 width: 50%;
51}
52div#home_news{
53 width: 100%;
54}
55
56
57/* *admin*: used on administration pages and admin-only content */
58
59div#site_admin_nav{
60 position: relative;
61 margin-top: 90pt;
62 clear: both;
63 margin-top: -.1pt;
64}
65div#site_admin_nav_upper_linkbar{
66 background-color: #f0f0f0;
67}
68div#site_admin_nav_lower_infobar{
69 background-color: #c08000;
70 text-align: right;
71}
72html>body div#site_admin_nav{ /* hack for firefox, disabled in opera and ie */
73 margin-top: 0pt;
74}
75.admin_queue_alt1{
76 background-color: #ffffff;
77}
78.admin_queue_alt2{
79 background-color: #f0f0f0;
80}
81input#admin_login_username-box{
82 background-color: #f0f0f0;
83}
84input#admin_login_password-box{
85 background-color: #f0f0f0;
86}
87input#admin_login_submit-button{
88 background-color: #c08000;
89}
90
91
92/* site_nav_*: navigation on the top, for everyone */
93
94div#site_nav_lower{
95 background-color: #f0f0f0;
96}
97div#site_nav_lower_linkbar{
98 clear: both;
99 text-align: right;
100}
101div#site_nav_upper{
102 background-color: #c08000;
103 padding: 3px;
104}
105div#site_nav_upper_qms{
106 position: relative;
107 z-index: 1;
108 float: left;
109 font-size: 14pt;
110 font-weight: bold;
111 font-style: italic;
112}
113div#site_nav_upper_qms-long{
114 position: relative;
115 z-index: 1;
116 float: right;
117 font-weight: bold;
118 font-size: 15pt;
119}
120div#site_nav{
121 position: relative;
122 z-index: 0;
123}
124
125
126/* user-based functions */
127div#add_outputmsg_quote{
128 padding-top: 10pt;
129 font-family: monospace;
130 padding-bottom: 10pt;
131}
132
133
134/* page titles */
135div#quote_origin-name{
136 font-size: 23.6pt;
137 font-weight: bold;
138}
139div#search_title{
140 font-size: 23.6pt;
141 font-weight: bold;
142}
143div#admin_add-news_title{
144 font-size: 23.6pt;
145 font-weight: bold;
146}
147div#add_title{
148 font-size: 23.6pt;
149 font-weight: bold;
150}
151div#admin_queue_title{
152 font-size: 23.6pt;
153 font-weight: bold;
154}
155div#admin_flag_title{
156 font-size: 23.6pt;
157 font-weight: bold;
158}
159div#admin_change-pw_title{
160 font-size: 23.6pt;
161 font-weight: bold;
162}
163div#admin_users_title{
164 font-size: 23.6pt;
165 font-weight: bold;
166}
167div#admin_add-user_title{
168 font-size: 23.6pt;
169 font-weight: bold;
170}
171
172div.quote_pagenums{
173 text-align: center;
174}