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