]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/earthy/css/display.css
Added laconica logo
[quix0rs-gnu-social.git] / theme / earthy / css / display.css
1 /** theme: earthy
2  *
3  * @package   Laconica
4  * @author Sarven Capadisli <csarven@controlyourself.ca>
5  * @copyright 2009 Control Yourself, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://laconi.ca/
8  */
9
10 @import url(base.css);
11
12 html,
13 body,
14 a:active {
15 background-color:#665500;
16 }
17 body {
18 font-family: Verdana, sans-serif;
19 font-size:1em;
20 }
21 address {
22 margin-right:7.18%;
23 }
24
25 h1 {
26 color:#fff;
27 }
28
29 input, textarea, select, option {
30 font-family: Verdana, sans-serif;
31 }
32 input, textarea, select,
33 .entity_remote_subscribe {
34 border-color:#aaa;
35 }
36 #filter_tags ul li {
37 border-color:#ddd;
38 }
39
40 .form_settings input.form_action-secondary {
41 background:none;
42 }
43
44 input.submit,
45 #form_notice.warning #notice_text-count,
46 .form_settings .form_note,
47 .entity_remote_subscribe {
48 background-color:#9BB43E;
49 }
50
51 input:focus, textarea:focus, select:focus,
52 #form_notice.warning #notice_data-text {
53 border-color:#9BB43E;
54 }
55 input.submit,
56 .entity_remote_subscribe {
57 color:#dddd33;
58 }
59
60 a,
61 div.notice-options input,
62 .form_user_block input.submit,
63 .form_user_unblock input.submit,
64 .entity_send-a-message a,
65 .form_user_nudge input.submit,
66 .entity_nudge p,
67 .form_settings input.form_action-secondary {
68 color:#ee4400;
69 }
70
71 .notice,
72 .profile {
73 border-color:#DDAA00;
74 }
75 .section .profile {
76 border-top-color:#aaaa66;
77 }
78
79 #content .notice p.entry-content a:visited {
80 background-color:#fcfcfc;
81 }
82 #content .notice p.entry-content .vcard a {
83 background-color:#fcfffc;
84 }
85
86 #aside_primary {
87 background-color:#DDAA00;
88 }
89
90 #notice_text-count {
91 color:#333;
92 }
93 #form_notice.warning #notice_text-count {
94 color:#000;
95 }
96 #form_notice.processing #notice_action-submit {
97 background:#dddd33 url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
98 cursor:wait;
99 text-indent:-9999px;
100 }
101
102 #content,
103 #site_nav_local_views .nav,
104 #site_nav_local_views a,
105 #aside_primary {
106 border-color:#dddd33;
107 }
108 #content .notice,
109 #content .profile,
110 #site_nav_local_views .current a {
111 background-color:#dddd33;
112 }
113 #site_nav_local_views .current a {
114 color:#EE4400;
115 }
116 #site_nav_local_views a {
117 background-color:rgba(255, 255, 255, 0.2);
118 color:#fff;
119 }
120 #site_nav_local_views a:hover {
121 background-color:rgba(255, 255, 255, 0.4);
122 }
123
124 .error {
125 background-color:#F7E8E8;
126 }
127 .success {
128 background-color:#EFF3DC;
129 }
130
131 #anon_notice {
132 background-color:#aaaa66;
133 color:#dddd33;
134 border-color:#dddd33;
135 }
136
137 #showstream #anon_notice {
138 background-color:#9BB43E;
139 }
140
141 #export_data li a {
142 background-repeat:no-repeat;
143 background-position:0 45%;
144 }
145 #export_data li a.rss {
146 background-image:url(../../base/images/icons/icon_rss.png);
147 }
148 #export_data li a.atom {
149 background-image:url(../../base/images/icons/icon_atom.png);
150 }
151 #export_data li a.foaf {
152 background-image:url(../../base/images/icons/icon_foaf.gif);
153 }
154
155 .entity_edit a,
156 .entity_send-a-message a,
157 .form_user_nudge input.submit,
158 .form_user_block input.submit,
159 .form_user_unblock input.submit,
160 .entity_nudge p {
161 background-position: 0 40%;
162 background-repeat: no-repeat;
163 background-color:transparent;
164 }
165 .form_group_join input.submit,
166 .form_group_leave input.submit
167 .form_user_subscribe input.submit,
168 .form_user_unsubscribe input.submit {
169 background-color:#9BB43E;
170 color:#dddd33;
171 }
172 .form_user_unsubscribe input.submit,
173 .form_group_leave input.submit,
174 .form_user_authorization input.reject {
175 background-color:#aaaa66;
176 }
177
178 .entity_edit a {
179 background-image:url(../../base/images/icons/twotone/green/edit.gif);
180 }
181 .entity_send-a-message a {
182 background-image:url(../../base/images/icons/twotone/green/quote.gif);
183 }
184 .entity_nudge p,
185 .form_user_nudge input.submit {
186 background-image:url(../../base/images/icons/twotone/green/mail.gif);
187 }
188 .form_user_block input.submit,
189 .form_user_unblock input.submit {
190 background-image:url(../../base/images/icons/twotone/green/shield.gif);
191 }
192
193 /* NOTICES */
194 .notices li.over {
195 background-color:#fcfcfc;
196 }
197
198 .notice-options .notice_reply a,
199 .notice-options form input.submit {
200 background-color:transparent;
201 }
202 .notice-options .notice_reply a {
203 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
204 }
205 .notice-options form.form_favor input.submit {
206 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
207 }
208 .notice-options form.form_disfavor input.submit {
209 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
210 }
211 .notice-options .notice_delete a {
212 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
213 }
214
215 .notices div.entry-content,
216 .notices div.notice-options {
217 opacity:0.4;
218 }
219 .notices li.hover div.entry-content,
220 .notices li.hover div.notice-options {
221 opacity:1;
222 }
223 div.entry-content {
224 color:#333;
225 }
226 div.notice-options a,
227 div.notice-options input {
228 font-family:sans-serif;
229 }
230 .notices li.hover {
231 /*background-color:#fcfcfc;*/
232 }
233 /*END: NOTICES */
234
235 #new_group a {
236 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
237 }
238
239 .pagination .nav_prev a,
240 .pagination .nav_next a {
241 background-repeat:no-repeat;
242 border-color:#DDAA00;
243 }
244 .pagination .nav_prev a {
245 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
246 background-position:10% 45%;
247 }
248 .pagination .nav_next a {
249 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
250 background-position:90% 45%;
251 }