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