]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Updated subscribe/unsubscribe button styles
[quix0rs-gnu-social.git] / theme / default / css / display.css
1 /** theme: default
2  *
3  * @package   StatusNet
4  * @author Sarven Capadisli <csarven@status.net>
5  * @copyright 2009 StatusNet, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://status.net/
8  */
9
10 @import url(../../base/css/display.css);
11
12 body,
13 a:active {
14 background-color:#CEE1E9;
15 }
16 body {
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
18 font-size:1em;
19 }
20 address {
21 margin-right:5.7%;
22 }
23
24 input, textarea, select, option {
25 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
26 }
27 input, textarea, select,
28 .entity_remote_subscribe {
29 border-color:#AAAAAA;
30 }
31 #filter_tags ul li,
32 .entity_send-a-message .form_notice,
33 .pagination .nav_prev a,
34 .pagination .nav_next a {
35 border-color:#DDDDDD;
36 }
37
38 .form_settings input.form_action-primary {
39 background:none;
40 }
41
42 input.submit,
43 .form_notice.warning #notice_text-count,
44 .form_settings .form_note,
45 .entity_remote_subscribe,
46 .entity_actions .form_notice input.submit {
47 background-color:#9BB43E;
48 }
49 input.submit,
50 .form_notice.warning #notice_text-count,
51 .form_settings .form_note,
52 .entity_remote_subscribe,
53 .entity_actions a,
54 .entity_actions input,
55 .entity_actions p,
56 button.close {
57 background-color:#9BB43E;
58 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
59 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
60 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
61 }
62 .entity_actions a,
63 .entity_actions input,
64 .entity_actions p {
65 border-color:transparent;
66 background-color:transparent;
67 }
68 input:focus, textarea:focus, select:focus,
69 .form_notice.warning #notice_data-text,
70 .form_notice.warning #notice_text-count,
71 .form_settings .form_note,
72 .entity_remote_subscribe {
73 border-color:#9BB43E;
74 }
75 input.submit,
76 .entity_remote_subscribe,
77 .entity_actions .form_notice input.submit {
78 color:#FFFFFF;
79 }
80
81 a,
82 div.notice-options input,
83 .form_user_block input.submit,
84 .form_user_unblock input.submit,
85 .form_group_block input.submit,
86 .form_group_unblock input.submit,
87 .entity_send-a-message a,
88 .form_user_nudge input.submit,
89 .entity_nudge p,
90 .form_settings input.form_action-primary,
91 .form_make_admin input.submit,
92 .entity_actions a,
93 .entity_actions input,
94 .entity_actions p {
95 color:#002FA7;
96 }
97
98 .notice,
99 .profile {
100 border-top-color:#C8D1D5;
101 }
102 .section .profile {
103 border-top-color:#87B4C8;
104 }
105
106 #aside_primary {
107 background-color:#C8D1D5;
108 }
109
110 #notice_text-count {
111 color:#333333;
112 }
113 .form_notice.warning #notice_text-count {
114 color:#000000;
115 }
116 .form_notice label[for=notice_data-attach] {
117 background-position:0 -328px;
118 }
119 .form_notice #notice_data-attach {
120 opacity:0;
121 }
122
123 .form_notice label[for=notice_data-attach],
124 #export_data li a.rss,
125 #export_data li a.atom,
126 #export_data li a.foaf,
127 .entity_edit a,
128 .entity_send-a-message a,
129 .entity_nudge p,
130 .form_user_nudge input.submit,
131 .form_user_block input.submit,
132 .form_user_unblock input.submit,
133 .form_group_block input.submit,
134 .form_group_unblock input.submit,
135 .form_make_admin input.submit,
136 .notice .attachment,
137 .notice-options .notice_reply,
138 .notice-options form.form_favor input.submit,
139 .notice-options form.form_disfavor input.submit,
140 .notice-options .notice_delete,
141 #new_group a,
142 .pagination .nav_prev a,
143 .pagination .nav_next a,
144 button.close,
145 .form_group_leave input.submit,
146 .form_user_unsubscribe input.submit,
147 .form_group_join input.submit,
148 .form_user_subscribe input.submit {
149 background-image:url(../../base/images/icons/icons-01.png);
150 background-repeat:no-repeat;
151 background-color:transparent;
152 }
153
154 #wrap form.processing input.submit {
155 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
156 cursor:wait;
157 text-indent:-9999px;
158 outline:none;
159 }
160
161 #content {
162 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
163 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
164 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
165 }
166 #content,
167 #site_nav_local_views a,
168 #aside_primary {
169 border-color:transparent;
170 }
171 #content,
172 #site_nav_local_views .current a,
173 .entity_send-a-message .form_notice {
174 background-color:#FFFFFF;
175 }
176
177 #site_nav_local_views li {
178 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
179 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
180 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
181 }
182 #site_nav_local_views a {
183 background-color:rgba(194, 194, 194, 0.5);
184 }
185 #site_nav_local_views a:hover {
186 background-color:rgba(255, 255, 255, 0.7);
187 }
188 #site_nav_local_views .current a {
189 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
190 }
191
192 .error {
193 background-color:#F7E8E8;
194 }
195 .success {
196 background-color:#EFF3DC;
197 }
198
199 button.close {
200 background-position:0 -1120px;
201 }
202
203 #anon_notice {
204 background-color:#87B4C8;
205 color:#FFFFFF;
206 border-color:#FFFFFF;
207 }
208
209 #showstream #anon_notice {
210 background-color:#9BB43E;
211 }
212
213 #export_data li a {
214 background-repeat:no-repeat;
215 }
216 #export_data li a.rss {
217 background-position:0 -130px;
218 }
219 #export_data li a.atom {
220 background-position:0 -64px;
221 }
222 #export_data li a.foaf {
223 background-position:0 1px;
224 }
225
226 .form_group_join input.submit,
227 .form_group_leave input.submit,
228 .form_user_subscribe input.submit,
229 .form_user_unsubscribe input.submit {
230 background-color:#AAAAAA;
231 color:#FFFFFF;
232 }
233 .form_group_leave input.submit,
234 .form_user_unsubscribe input.submit {
235 background-position:5px -1246px;
236 }
237 .form_group_join input.submit,
238 .form_user_subscribe input.submit {
239 background-position:5px -1181px;
240 }
241
242 .entity_edit a {
243 background-position: 5px -718px;
244 }
245 .entity_send-a-message a {
246 background-position: 5px -849px;
247 }
248 .entity_send-a-message .form_notice {
249 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
250 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
251 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
252 }
253
254 .entity_nudge p,
255 .form_user_nudge input.submit {
256 background-position: 5px -785px;
257 }
258 .form_user_block input.submit,
259 .form_user_unblock input.submit,
260 .form_group_block input.submit,
261 .form_group_unblock input.submit {
262 background-position: 5px -918px;
263 }
264 .form_make_admin input.submit {
265 background-position: 5px -983px;
266 }
267
268 /* NOTICES */
269 .notice .attachment {
270 background-position:0 -394px;
271 }
272 #attachments .attachment {
273 background:none;
274 }
275 .notice-options .notice_reply {
276 background-position:0 -592px;
277 }
278 .notice-options form.form_favor input.submit {
279 background-position:0 -460px;
280 }
281 .notice-options form.form_disfavor input.submit {
282 background-position:0 -526px;
283 }
284 .notice-options .notice_delete {
285 background-position:0 -658px;
286 }
287
288 .notices div.entry-content,
289 .notices div.notice-options {
290 opacity:0.4;
291 }
292 .notices li:hover div.entry-content,
293 .notices li:hover div.notice-options {
294 opacity:1;
295 }
296 .notice-options a,
297 .notice-options input {
298 font-family:sans-serif;
299 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
300 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
301 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
302 }
303 #content .notices li:hover {
304 background-color:rgba(240, 240, 240, 0.2);
305 }
306 #conversation .notices li:hover {
307 background-color:transparent;
308 }
309
310 .notices .notices {
311 background-color:rgba(200, 200, 200, 0.050);
312 }
313 .notices .notices .notices {
314 background-color:rgba(200, 200, 200, 0.100);
315 }
316 .notices .notices .notices .notices {
317 background-color:rgba(200, 200, 200, 0.150);
318 }
319 .notices .notices .notices .notices .notices {
320 background-color:rgba(200, 200, 200, 0.300);
321 }
322 /*END: NOTICES */
323
324 #new_group a {
325 background-position:0 -1054px;
326 }
327
328 .pagination .nav_prev a,
329 .pagination .nav_next a {
330 background-repeat:no-repeat;
331 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
332 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
333 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
334 }
335 .pagination .nav_prev a {
336 background-position:10% -187px;
337 }
338 .pagination .nav_next a {
339 background-position:105% -252px;
340 }