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