]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/pigeonthoughts/css/display.css
de5164ea823263bc8b7e9aac30c3925e206b14a5
[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
145 .aside .section {
146 border-color:#FFFFFF;
147 background-color:#FFFFFF;
148 color:#000000;
149 }
150
151 .aside .section:nth-child(n) {
152 border-color:#000000;
153 background-color:#000000;
154 color:#FFFFFF;
155 }
156 .aside .section:nth-child(3n-1) {
157 border-color:#FFFFFF;
158 background-color:#FFFFFF;
159 color:#000000;
160 }
161 .aside .section:nth-child(3n) {
162 background-color:#7F1114;
163 border-color:#7F1114;
164 color:#000000;
165 }
166 .aside .section a {
167 color:#7F1114;
168 }
169 .aside .section:nth-child(3n-1) a {
170 color:#7F1114;
171 }
172 .aside .section:nth-child(3n) a {
173 color:#FFFFFF;
174 }
175
176
177 .section .profile {
178 border-top-color:#87B4C8;
179 }
180
181 #aside_primary {
182 background:url(../images/illustrations/illu_pigeons-02.png) no-repeat 10% 100%;
183 }
184
185 #notice_text-count {
186 color:#333333;
187 }
188 #form_notice.warning #notice_text-count {
189 color:#000000;
190 }
191 #form_notice label[for=notice_data-attach] {
192 background-position:0 -328px;
193 }
194 #form_notice #notice_data-attach {
195 opacity:0;
196 }
197
198 .form_notice label[for=notice_data-attach],
199 #export_data li a.rss,
200 #export_data li a.atom,
201 #export_data li a.foaf,
202 .entity_edit a,
203 .entity_send-a-message a,
204 .entity_nudge p,
205 .form_user_nudge input.submit,
206 .form_user_block input.submit,
207 .form_user_unblock input.submit,
208 .form_group_block input.submit,
209 .form_group_unblock input.submit,
210 .form_make_admin input.submit,
211 .notice .attachment,
212 .notice-options .notice_reply,
213 .notice-options form.form_favor input.submit,
214 .notice-options form.form_disfavor input.submit,
215 .notice-options .notice_delete,
216 .notice-options form.form_repeat input.submit,
217 #new_group a,
218 .pagination .nav_prev a,
219 .pagination .nav_next a,
220 button.close,
221 .form_group_leave input.submit,
222 .form_user_unsubscribe input.submit,
223 .form_group_join input.submit,
224 .form_user_subscribe input.submit,
225 .form_remote_authorize input.submit,
226 .entity_subscribe a,
227 .entity_moderation p,
228 .entity_sandbox input.submit,
229 .entity_silence input.submit,
230 .entity_delete input.submit,
231 .notice-options .repeated,
232 .form_notice label[for=notice_data-geo],
233 button.minimize,
234 .form_reset_key input.submit,
235 .entity_clear input.submit,
236 .entity_flag input.submit,
237 .entity_flag p,
238 .entity_subscribe input.submit,
239 #realtime_play,
240 #realtime_pause,
241 #realtime_popup {
242 background-image:url(../../base/images/icons/icons-01.gif);
243 background-repeat:no-repeat;
244 background-color:transparent;
245 }
246
247
248 #wrap form.processing input.submit,
249 .entity_actions a.processing,
250 .dialogbox.processing .submit_dialogbox {
251 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
252 }
253 .notice-options .form_repeat.processing {
254 background-image:none;
255 }
256
257 #content,
258 #site_nav_local_views a {
259 border-color:#FFFFFF;
260 }
261 #site_nav_local_views .current a {
262 background-color:rgba(143, 0, 0, 0.8);
263 color:#FFFFFF;
264 }
265
266 #site_nav_local_views a {
267 background-color:rgba(255, 255, 255, 0.5);
268 }
269 #site_nav_local_views a:hover {
270 background-color:rgba(255, 255, 255, 0.9);
271 color:#8F0000;
272 }
273 #site_nav_local_views .current a {
274 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
275 }
276
277 .processing {
278 background-image:url(../../base/images/icons/icon_processing.gif);
279 background-repeat:no-repeat;
280 background-position:47% 47%;
281 }
282
283 .error {
284 background-color:#F7E8E8;
285 }
286 .success {
287 background-color:#EFF3DC;
288 }
289
290 button.close {
291 background-position:0 -1120px;
292 }
293 button.minimize {
294 background-position:0 -1912px;
295 }
296
297
298 #anon_notice {
299 color:#000000;
300 }
301
302
303 #export_data li a {
304 background-repeat:no-repeat;
305 background-position:0 45%;
306 }
307 #export_data li a.rss {
308 background-position:0 -130px;
309 }
310 #export_data li a.atom {
311 background-position:0 -64px;
312 }
313 #export_data li a.foaf {
314 background-position:0 1px;
315 }
316
317 #export_data li a.rss {
318 background-position:0 -130px;
319 }
320 #export_data li a.atom {
321 background-position:0 -64px;
322 }
323 #export_data li a.foaf {
324 background-position:0 1px;
325 }
326
327 .form_group_join input.submit,
328 .form_group_leave input.submit,
329 .form_user_subscribe input.submit,
330 .form_user_unsubscribe input.submit,
331 .form_remote_authorize input.submit,
332 .entity_subscribe a {
333 background-color:#8F0000;
334 color:#FFFFFF;
335 }
336 .form_group_leave input.submit,
337 .form_user_unsubscribe input.submit {
338 background-position:5px -1246px;
339 background-color:#87B4C8;
340 }
341 .form_group_join input.submit,
342 .form_user_subscribe input.submit,
343 .form_remote_authorize input.submit,
344 .entity_subscribe a {
345 background-position:5px -1181px;
346 }
347
348 .entity_edit a {
349 background-position: 5px -719px;
350 }
351 .entity_send-a-message a {
352 background-position: 5px -852px;
353 }
354 .entity_send-a-message .form_notice,
355 .entity_moderation:hover ul,
356 .dialogbox {
357 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
358 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
359 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
360 }
361
362 .entity_nudge p,
363 .form_user_nudge input.submit {
364 background-position: 5px -785px;
365 }
366 .form_user_block input.submit,
367 .form_user_unblock input.submit,
368 .form_group_block input.submit,
369 .form_group_unblock input.submit {
370 background-position: 5px -918px;
371 }
372 .form_make_admin input.submit {
373 background-position: 5px -983px;
374 }
375 .entity_moderation p {
376 background-position: 5px -1313px;
377 }
378 .entity_sandbox input.submit {
379 background-position: 5px -1380px;
380 }
381 .entity_silence input.submit {
382 background-position: 5px -1445px;
383 }
384 .entity_delete input.submit {
385 background-position: 5px -1511px;
386 }
387 .form_reset_key input.submit {
388 background-position: 5px -1973px;
389 }
390 .entity_clear input.submit {
391 background-position: 5px -2039px;
392 }
393 .entity_flag input.submit,
394 .entity_flag p {
395 background-position: 5px -2105px;
396 }
397 .entity_subscribe input.accept {
398 background-position: 5px -2171px;
399 }
400 .entity_subscribe input.reject {
401 background-position: 5px -2237px;
402 }
403 #realtime_play {
404 background-position: 0 -2308px;
405 }
406 #realtime_pause {
407 background-position: 0 -2374px;
408 }
409 #realtime_popup {
410 background-position: 0 -1714px;
411 }
412
413 /* NOTICES */
414 .notice .attachment {
415 background-position:0 -394px;
416 }
417 #attachments .attachment {
418 background:none;
419 }
420 .notice-options .notice_reply {
421 background-position:0 -592px;
422 }
423 .notice-options form.form_favor input.submit {
424 background-position:0 -460px;
425 }
426 .notice-options form.form_disfavor input.submit {
427 background-position:0 -526px;
428 }
429 .notice-options .notice_delete {
430 background-position:0 -658px;
431 }
432 .notice-options form.form_repeat input.submit {
433 background-position:0 -1582px;
434 }
435 .notice-options .repeated {
436 background-position:0 -1648px;
437 }
438
439
440 .notices div.entry-content,
441 .notices div.notice-options {
442 opacity:0.4;
443 }
444 .notices li:hover div.entry-content,
445 .notices li:hover div.notice-options {
446 opacity:1;
447 }
448 div.entry-content {
449 color:#333333;
450 }
451 div.notice-options a,
452 div.notice-options input {
453 font-family:sans-serif;
454 }
455 #content .notices li:hover {
456 background-color:transparent;
457 }
458 #conversation .notices li:hover {
459 background-color:transparent;
460 }
461
462 .notices .notices {
463 background-color:rgba(200, 200, 200, 0.050);
464 }
465 .notices .notices .notices {
466 background-color:rgba(200, 200, 200, 0.100);
467 }
468 .notices .notices .notices .notices {
469 background-color:rgba(200, 200, 200, 0.150);
470 }
471 .notices .notices .notices .notices .notices {
472 background-color:rgba(200, 200, 200, 0.300);
473 }
474 /*END: NOTICES */
475
476 #new_group a {
477 background-position:0 -1054px;
478 }
479
480 .pagination .nav_prev a {
481 background-position:10% -187px;
482 }
483 .pagination .nav_next a {
484 background-position:105% -252px;
485 }
486 .pagination .nav .processing {
487 background-image:url(../../base/images/icons/icon_processing.gif);
488 box-shadow:none;
489 -moz-box-shadow:none;
490 -webkit-box-shadow:none;
491 outline:none;
492 }
493 .pagination .nav_next a.processing {
494 background-position:90% 47%;
495 }
496 .pagination .nav_prev a.processing {
497 background-position:10% 47%;
498 }
499
500 }/*end of @media screen, projection, tv*/