]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/pigeonthoughts/css/display.css
A lot of updates to keep the themes current (at least in functionality)
[quix0rs-gnu-social.git] / theme / pigeonthoughts / css / display.css
1 /** theme: pigeonthoughts
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) screen, projection, tv, print;
11
12 @media screen, projection, tv {
13 html {
14 background:url(../images/illustrations/illu_pigeons-01.png) no-repeat 0 100%;
15 }
16
17 body,
18 a:active,
19 #content {
20 background-color:#AEA187;
21 }
22 body {
23 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
24 font-size:1em;
25 }
26 address {
27 margin-left:2%;
28 }
29
30 input, textarea, select, option {
31 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
32 }
33 input, textarea, select,
34 .entity_remote_subscribe {
35 border-color:#AAAAAA;
36 }
37 #filter_tags ul li {
38 border-color:#DDDDDD;
39 }
40
41 .form_settings input.form_action-primary {
42 background:none;
43 }
44
45 input.submit,
46 #form_notice.warning #notice_text-count,
47 .form_settings .form_note,
48 .entity_remote_subscribe {
49 background-color:#8F0000;
50 }
51
52 input:focus, textarea:focus, select:focus,
53 #form_notice.warning #notice_data-text {
54 border-color:#8F0000;
55 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
56 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
57 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
58 }
59 input.submit,
60 .entity_remote_subscribe {
61 color:#FFFFFF;
62 }
63
64 .dialogbox .submit_dialogbox,
65 input.submit,
66 .form_notice input.submit {
67 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
68 text-shadow:0 1px 0 #FFFFFF;
69 color:#000000;
70 border-color:#AAAAAA;
71 border-top-color:#CCCCCC;
72 border-left-color:#CCCCCC;
73 }
74 .dialogbox .submit_dialogbox:hover,
75 input.submit:hover {
76 background-position:0 -5px;
77 }
78 .dialogbox .submit_dialogbox:focus,
79 input.submit:focus {
80 background-position:0 -15px;
81 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
82 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
83 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
84 text-shadow:none;
85 }
86
87 .form_notice label[for=notice_data-geo] {
88 background-position:0 -1780px;
89 }
90 .form_notice label[for=notice_data-geo].checked {
91 background-position:0 -1846px;
92 }
93
94 a,
95 div.notice-options input,
96 .form_user_block input.submit,
97 .form_user_unblock input.submit,
98 .form_group_block input.submit,
99 .form_group_unblock input.submit,
100 .entity_send-a-message a,
101 .form_user_nudge input.submit,
102 .entity_nudge p,
103 .form_settings input.form_action-primary,
104 .form_make_admin input.submit {
105 color:#000000;
106 }
107
108 .notice,
109 .profile {
110 border-color:#000000;
111 }
112 .notice a,
113 .profile a {
114 color:#FFFFFF;
115 }
116
117 .notice:nth-child(3n-1),
118 .profile:nth-child(3n-1) {
119 border-color:#FFFFFF;
120 }
121 .notice:nth-child(3n-1) a,
122 .profile:nth-child(3n-1) a {
123 color:#7F1114;
124 }
125 .notice:nth-child(3n),
126 .profile:nth-child(3n) {
127 border-color:#7F1114;
128 }
129 .notice:nth-child(3n) a,
130 .profile:nth-child(3n) a {
131 color:#000000;
132 }
133
134 .aside .section .notice,
135 .aside .section .profile,
136 .aside .section .notice:nth-child(3n-1),
137 .aside .section .profile:nth-child(3n-1),
138 .aside .section .notice:nth-child(3n),
139 .aside .section .profile:nth-child(3n) {
140 background-color:transparent;
141 color:#000000;
142 }
143
144 .aside .section {
145 border-color:#FFFFFF;
146 background-color:#FFFFFF;
147 color:#000000;
148 }
149
150 .aside .section:nth-child(n) {
151 border-color:#000000;
152 background-color:#000000;
153 color:#FFFFFF;
154 }
155 .aside .section:nth-child(3n-1) {
156 border-color:#FFFFFF;
157 background-color:#FFFFFF;
158 color:#000000;
159 }
160 .aside .section:nth-child(3n) {
161 background-color:#7F1114;
162 border-color:#7F1114;
163 color:#000000;
164 }
165 .aside .section a {
166 color:#7F1114;
167 }
168 .aside .section:nth-child(3n-1) a {
169 color:#7F1114;
170 }
171 .aside .section:nth-child(3n) a {
172 color:#FFFFFF;
173 }
174
175 .aside .section .dialogbox {
176 color:#000000;
177 }
178
179
180
181 .section .profile {
182 border-top-color:#87B4C8;
183 }
184
185 #aside_primary {
186 background:url(../images/illustrations/illu_pigeons-02.png) no-repeat 10% 100%;
187 }
188
189 #notice_text-count {
190 color:#333333;
191 }
192 #form_notice.warning #notice_text-count {
193 color:#000000;
194 }
195 #form_notice label[for=notice_data-attach] {
196 background-position:0 -328px;
197 }
198 #form_notice #notice_data-attach {
199 opacity:0;
200 }
201
202 .form_notice label[for=notice_data-attach],
203 #export_data li a.rss,
204 #export_data li a.atom,
205 #export_data li a.foaf,
206 .entity_edit a,
207 .entity_send-a-message a,
208 .entity_nudge p,
209 .form_user_nudge input.submit,
210 .form_user_block input.submit,
211 .form_user_unblock input.submit,
212 .form_group_block input.submit,
213 .form_group_unblock input.submit,
214 .form_make_admin input.submit,
215 .notice .attachment,
216 .notice-options .notice_reply,
217 .notice-options form.form_favor input.submit,
218 .notice-options form.form_disfavor input.submit,
219 .notice-options .notice_delete,
220 .notice-options form.form_repeat input.submit,
221 #new_group a,
222 .pagination .nav_prev a,
223 .pagination .nav_next a,
224 button.close,
225 .form_group_leave input.submit,
226 .form_user_unsubscribe input.submit,
227 .form_group_join input.submit,
228 .form_user_subscribe input.submit,
229 .form_remote_authorize input.submit,
230 .entity_subscribe a,
231 .entity_moderation p,
232 .entity_sandbox input.submit,
233 .entity_silence input.submit,
234 .entity_delete input.submit,
235 .notice-options .repeated,
236 .form_notice label[for=notice_data-geo],
237 button.minimize,
238 .form_reset_key input.submit,
239 .entity_clear input.submit,
240 .entity_flag input.submit,
241 .entity_flag p,
242 .entity_subscribe input.submit,
243 #realtime_play,
244 #realtime_pause,
245 #realtime_popup {
246 background-image:url(../../base/images/icons/icons-01.gif);
247 background-repeat:no-repeat;
248 background-color:transparent;
249 }
250
251
252 #wrap form.processing input.submit,
253 .entity_actions a.processing,
254 .dialogbox.processing .submit_dialogbox {
255 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
256 }
257 .notice-options .form_repeat.processing {
258 background-image:none;
259 }
260
261 .entity_send-a-message .form_notice,
262 .entity_moderation:hover ul,
263 .entity_role:hover ul,
264 .dialogbox {
265 background-color:#FFFFFF;
266 }
267
268 #content,
269 #site_nav_local_views a {
270 border-color:#FFFFFF;
271 }
272 #site_nav_local_views .current a {
273 background-color:rgba(143, 0, 0, 0.8);
274 color:#FFFFFF;
275 }
276
277 #site_nav_local_views a {
278 background-color:rgba(255, 255, 255, 0.5);
279 }
280 #site_nav_local_views a:hover {
281 background-color:rgba(255, 255, 255, 0.9);
282 color:#8F0000;
283 }
284 #site_nav_local_views .current a {
285 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
286 }
287
288 .processing {
289 background-image:url(../../base/images/icons/icon_processing.gif);
290 background-repeat:no-repeat;
291 background-position:47% 47%;
292 }
293
294 .error {
295 background-color:#F7E8E8;
296 }
297 .success {
298 background-color:#EFF3DC;
299 }
300
301 button.close {
302 background-position:0 -1120px;
303 }
304 button.minimize {
305 background-position:0 -1912px;
306 }
307
308
309 #anon_notice {
310 color:#000000;
311 }
312
313
314 #export_data li a {
315 background-repeat:no-repeat;
316 background-position:0 45%;
317 }
318 #export_data li a.rss {
319 background-position:0 -130px;
320 }
321 #export_data li a.atom {
322 background-position:0 -64px;
323 }
324 #export_data li a.foaf {
325 background-position:0 1px;
326 }
327
328 #export_data li a.rss {
329 background-position:0 -130px;
330 }
331 #export_data li a.atom {
332 background-position:0 -64px;
333 }
334 #export_data li a.foaf {
335 background-position:0 1px;
336 }
337
338 .form_group_join input.submit,
339 .form_group_leave input.submit,
340 .form_user_subscribe input.submit,
341 .form_user_unsubscribe input.submit,
342 .form_remote_authorize input.submit,
343 .entity_subscribe a {
344 background-color:#8F0000;
345 color:#FFFFFF;
346 }
347 .form_group_leave input.submit,
348 .form_user_unsubscribe input.submit {
349 background-position:5px -1246px;
350 background-color:#87B4C8;
351 }
352 .form_group_join input.submit,
353 .form_user_subscribe input.submit,
354 .form_remote_authorize input.submit,
355 .entity_subscribe a {
356 background-position:5px -1181px;
357 }
358
359 .entity_edit a {
360 background-position: 5px -719px;
361 }
362 .entity_send-a-message a {
363 background-position: 5px -852px;
364 }
365 .entity_send-a-message .form_notice,
366 .entity_moderation:hover ul,
367 .dialogbox {
368 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
369 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
370 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
371 }
372
373 .entity_nudge p,
374 .form_user_nudge input.submit {
375 background-position: 5px -785px;
376 }
377 .form_user_block input.submit,
378 .form_user_unblock input.submit,
379 .form_group_block input.submit,
380 .form_group_unblock input.submit {
381 background-position: 5px -918px;
382 }
383 .form_make_admin input.submit {
384 background-position: 5px -983px;
385 }
386 .entity_moderation p {
387 background-position: 5px -1313px;
388 }
389 .entity_sandbox input.submit {
390 background-position: 5px -1380px;
391 }
392 .entity_silence input.submit {
393 background-position: 5px -1445px;
394 }
395 .entity_delete input.submit {
396 background-position: 5px -1511px;
397 }
398 .form_reset_key input.submit {
399 background-position: 5px -1973px;
400 }
401 .entity_clear input.submit {
402 background-position: 5px -2039px;
403 }
404 .entity_flag input.submit,
405 .entity_flag p {
406 background-position: 5px -2105px;
407 }
408 .entity_subscribe input.accept {
409 background-position: 5px -2171px;
410 }
411 .entity_subscribe input.reject {
412 background-position: 5px -2237px;
413 }
414 #realtime_play {
415 background-position: 0 -2308px;
416 }
417 #realtime_pause {
418 background-position: 0 -2374px;
419 }
420 #realtime_popup {
421 background-position: 0 -1714px;
422 }
423
424 /* NOTICES */
425 .notice .attachment {
426 background-position:0 -394px;
427 }
428 .notice .attachment.more {
429 background-position:0 -2770px;
430 }
431 #attachments .attachment {
432 background:none;
433 }
434 .notice-options .notice_reply {
435 background-position:0 -592px;
436 }
437 .notice-options form.form_favor input.submit {
438 background-position:0 -460px;
439 }
440 .notice-options form.form_disfavor input.submit {
441 background-position:0 -526px;
442 }
443 .notice-options .notice_delete {
444 background-position:0 -658px;
445 }
446 .notice-options form.form_repeat input.submit {
447 background-position:0 -1582px;
448 }
449 .notice-options .repeated {
450 background-position:0 -1648px;
451 }
452
453 .notices .attachment.more,
454 .notices div.entry-content,
455 .notices div.notice-options {
456 opacity:0.4;
457 }
458 .notices li:hover .attachment.more,
459 .notices li:hover div.entry-content,
460 .notices li:hover div.notice-options {
461 opacity:1;
462 }
463 .opaque {
464 opacity:1 !important;
465 }
466 div.entry-content {
467 color:#333333;
468 }
469 div.notice-options a,
470 div.notice-options input {
471 font-family:sans-serif;
472 }
473 #content .notices li:hover {
474 background-color:transparent;
475 }
476 #conversation .notices li:hover {
477 background-color:transparent;
478 }
479
480 .notices .notices {
481 background-color:rgba(200, 200, 200, 0.050);
482 }
483 .notices .notices .notices {
484 background-color:rgba(200, 200, 200, 0.100);
485 }
486 .notices .notices .notices .notices {
487 background-color:rgba(200, 200, 200, 0.150);
488 }
489 .notices .notices .notices .notices .notices {
490 background-color:rgba(200, 200, 200, 0.300);
491 }
492 /*END: NOTICES */
493
494 #new_group a {
495 background-position:0 -1054px;
496 }
497
498 .pagination .nav_prev a {
499 background-position:10% -187px;
500 }
501 .pagination .nav_next a {
502 background-position:105% -252px;
503 }
504 .pagination .nav .processing {
505 background-image:url(../../base/images/icons/icon_processing.gif);
506 box-shadow:none;
507 -moz-box-shadow:none;
508 -webkit-box-shadow:none;
509 outline:none;
510 }
511 .pagination .nav_next a.processing {
512 background-position:90% 47%;
513 }
514 .pagination .nav_prev a.processing {
515 background-position:10% 47%;
516 }
517
518 }/*end of @media screen, projection, tv*/