]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/display.css
use schema tool to create a table
[quix0rs-gnu-social.git] / theme / cloudy / css / display.css
1 /** theme: cloudy
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 * { margin:0; padding:0; }
11 img { display:block; border:0; }
12 a abbr { cursor: pointer; border-bottom:0; }
13 table { border-collapse:collapse; }
14 ol { list-style-position:inside; }
15 html { font-size: 87.5%; }
16 body {
17 background-color:#fff;
18 color:#000;
19 font-family:sans-serif;
20 font-size:1em;
21 line-height:normal;
22 position:relative;
23 height:100%;
24 }
25 h1,h2,h3,h4,h5,h6 {
26 margin-bottom:7px;
27 overflow:hidden;
28 }
29 h1 {
30 font-size:1.4em;
31 margin-bottom:18px;
32 }
33 #showstream h1 { display:none; }
34 h2 { font-size:1.3em; }
35 h3 { font-size:1.2em; }
36 h4 { font-size:1.1em; }
37 h5 { font-size:1em; }
38 h6 { font-size:0.9em; }
39
40 caption {
41 font-weight:bold;
42 }
43 legend {
44 font-weight:bold;
45 font-size:1.3em;
46 }
47 input, textarea, select, option {
48 padding:4px;
49 font-family:sans-serif;
50 font-size:1em;
51 }
52 input, textarea, select {
53 border-width:2px;
54 border-style: solid;
55 border-radius:4px;
56 -moz-border-radius:4px;
57 -webkit-border-radius:4px;
58 }
59
60 input.submit {
61 font-weight:bold;
62 cursor:pointer;
63 }
64 textarea {
65 overflow:auto;
66 }
67 option {
68 padding-bottom:0;
69 }
70 fieldset {
71 padding:0;
72 border:0;
73 }
74 form ul li {
75 list-style-type:none;
76 margin:0 0 18px 0;
77 }
78 form label {
79 font-weight:bold;
80 }
81 input.checkbox {
82 position:relative;
83 top:2px;
84 left:0;
85 border:0;
86 }
87
88 .error,
89 .success {
90 padding:4px 7px;
91 border-radius:4px;
92 -moz-border-radius:4px;
93 -webkit-border-radius:4px;
94 margin-bottom:18px;
95 }
96 form label.submit {
97 display:none;
98 }
99
100 .form_settings {
101 clear:both;
102 }
103
104 .form_settings fieldset {
105 margin-bottom:29px;
106 }
107 .form_settings input.remove {
108 margin-left:11px;
109 }
110 .form_settings .form_data li {
111 width:100%;
112 float:left;
113 }
114 .form_settings .form_data label {
115 float:left;
116 }
117 .form_settings .form_data textarea,
118 .form_settings .form_data select,
119 .form_settings .form_data input {
120 margin-left:11px;
121 float:left;
122 }
123 .form_settings .form_data input.submit {
124 margin-left:0;
125 }
126
127 .form_settings label {
128 margin-top:2px;
129 width:143px;
130 }
131
132 .form_actions label {
133 display:none;
134 }
135 .form_guide {
136 font-style:italic;
137 }
138
139 .form_settings #settings_autosubscribe label {
140 display:inline;
141 font-weight:bold;
142 }
143
144 #form_settings_profile legend,
145 #form_login legend,
146 #form_register legend,
147 #form_password legend,
148 #form_settings_avatar legend,
149 #newgroup legend,
150 #editgroup legend,
151 #form_tag_user legend,
152 #form_remote_subscribe legend,
153 #form_openid_login legend,
154 #form_search legend,
155 #form_invite legend,
156 #form_notice_delete legend,
157 #form_password_recover legend,
158 #form_password_change legend {
159 display:none;
160 }
161
162 .form_settings .form_data p.form_guide {
163 clear:both;
164 margin-left:155px;
165 margin-bottom:0;
166 }
167
168 .form_settings p {
169 margin-bottom:11px;
170 }
171
172 .form_settings input.checkbox {
173 margin-top:0;
174 margin-left:0;
175 }
176 .form_settings label.checkbox {
177 font-weight:normal;
178 margin-top:0;
179 margin-right:0;
180 margin-left:11px;
181 float:left;
182 width:90%;
183 }
184
185
186 #form_login p.form_guide,
187 #form_register #settings_rememberme p.form_guide,
188 #form_openid_login #settings_rememberme p.form_guide,
189 #settings_twitter_remove p.form_guide,
190 #form_search ul.form_data #q {
191 margin-left:0;
192 }
193
194 .form_settings .form_note {
195 border-radius:4px;
196 -moz-border-radius:4px;
197 -webkit-border-radius:4px;
198 padding:0 7px;
199 }
200
201
202 .form_settings input.form_action-primary {
203 padding:0;
204 }
205 .form_settings input.form_action-secondary {
206 margin-left:29px;
207 }
208
209 #form_search .submit {
210 margin-left:11px;
211 }
212
213 address {
214 float:left;
215 margin-bottom:18px;
216 margin-left:18px;
217 }
218 address.vcard img.logo {
219 margin-right:0;
220 }
221 address .fn {
222 font-weight:bold;
223 }
224 address img + .fn {
225 display:none;
226 }
227
228 #header {
229 width:100%;
230 position:relative;
231 float:left;
232 padding-top:18px;
233 margin-bottom:11px;
234 z-index:1;
235 }
236
237 #site_nav_global_primary {
238 float:right;
239 margin-right:0;
240 margin-bottom:11px;
241 margin-left:18px;
242 padding-top:7px;
243 padding-bottom:7px;
244 padding-right:11px;
245 -moz-border-radius:4px;
246 border-radius:4px;
247 -webkit-border-radius:4px;
248 }
249 #site_nav_global_primary ul li {
250 display:inline;
251 margin-left:11px;
252 }
253 #site_nav_global_primary a {
254 text-decoration:none;
255 }
256
257 .system_notice dt {
258 font-weight:bold;
259 text-transform:uppercase;
260 display:none;
261 }
262
263 #site_notice {
264 position:absolute;
265 top:65px;
266 right:18px;
267 width:250px;
268 width:24%;
269 }
270 #page_notice {
271 clear:both;
272 margin-bottom:18px;
273 }
274
275
276 #anon_notice {
277 clear:both;
278 width:99.8%;
279 padding-top:36px;
280 line-height:1.5;
281 font-size:1.3em;
282 font-weight:bold;
283 }
284 #anon_notice p {
285 border-style:solid;
286 border-width:1px;
287 width:96%;
288 padding:2%;
289 }
290
291 #footer {
292 float:left;
293 margin-bottom:1em;
294 padding:7px;
295 -moz-border-radius:4px;
296 border-radius:4px;
297 -webkit-border-radius:4px;
298 }
299 #footer a {
300 text-decoration:none;
301 }
302
303 #site_nav_local_views {
304 width:203px;
305 float:right;
306 margin-right:0;
307 -moz-border-radius-topright:4px;
308 border-radius-topright:4px;
309 -webkit-border-top-right-radius:4px;
310 }
311 #site_nav_local_views dt {
312 display:none;
313 }
314 #site_nav_local_views li {
315 list-style-type:none;
316 padding:0;
317 border-width:1px;
318 border-style:solid;
319 border-top:0;
320 border-right:0;
321 }
322 #site_nav_local_views a {
323 text-decoration:none;
324 padding:13px;
325 border-width:1px;
326 border-style:solid;
327 border-bottom:0;
328 text-shadow: 2px 2px 2px #ddd;
329 font-weight:bold;
330 font-size:1em;
331 display:block;
332 }
333 #site_nav_local_views .nav {
334 float:left;
335 width:100%;
336 }
337
338 #site_nav_global_primary dt,
339 #site_nav_global_secondary dt {
340 display:none;
341 }
342
343 #site_nav_global_secondary {
344 margin-bottom:11px;
345 }
346
347 #site_nav_global_secondary ul li {
348 display:inline;
349 margin-right:11px;
350 }
351 #export_data li a {
352 padding-left:20px;
353 }
354 #export_data li a.foaf {
355 padding-left:30px;
356 }
357 #export_data li a.export_vcard {
358 padding-left:28px;
359 }
360
361 #export_data ul {
362 display:inline;
363 }
364 #export_data li {
365 list-style-type:none;
366 display:inline;
367 margin:0 18px 7px 0;
368 float:left;
369 }
370 #export_data li:first-child {
371 margin-left:0;
372 }
373
374 #licenses {
375 font-size:0.9em;
376 }
377
378 #licenses dt {
379 font-weight:bold;
380 display:none;
381 }
382 #licenses dd {
383 margin-bottom:11px;
384 line-height:1.5;
385 }
386
387 #site_content_license_cc {
388 margin-bottom:0;
389 }
390 #site_content_license_cc img {
391 display:inline;
392 vertical-align:top;
393 margin-right:4px;
394 }
395
396 #wrap {
397 margin:0 auto;
398 width: 763px;
399 min-width:760px;
400 max-width:1003px;
401 overflow:hidden;
402 }
403
404 #core {
405 position:relative;
406 width:100%;
407 float:left;
408 margin-bottom:1em;
409 padding-top:10px;
410 }
411
412 #content {
413 width:518px;
414 min-height:322px;
415 padding:20px;
416 float:left;
417 border-radius:4px;
418 -moz-border-radius:4px;
419 -webkit-border-radius:4px;
420 border-radius-topright:0;
421 -moz-border-radius-topright:0;
422 -webkit-border-top-right-radius:0;
423 border-style:solid;
424 border-width:1px;
425 }
426
427 #content_inner {
428 position:relative;
429 width:100%;
430 float:left;
431 }
432
433 #aside_primary {
434 width:182px;
435 min-height:259px;
436 float:left;
437 margin-left:0;
438 padding:10px;
439 border-width:1px;
440 border-style:solid;
441 border-right:0;
442 border-top:0;
443 }
444
445 #form_notice {
446 width:505px;
447 line-height:1;
448 position:absolute;
449 top:200px;
450 left:20px;
451 z-index:9;
452 }
453 #form_notice fieldset {
454 border:0;
455 padding:0 0 50px 0;
456 }
457 #form_notice legend {
458 display:none;
459 }
460 #form_notice textarea {
461 float:left;
462 width:505px;
463 height:45px;
464 line-height:1.5;
465 padding:5px;
466 border-width:1px;
467 }
468 #form_notice label {
469 display:block;
470 float:left;
471 font-size:1.3em;
472 margin-bottom:7px;
473 }
474 #form_notice #notice_submit label {
475 display:none;
476 }
477 #form_notice label[for=notice_data-attach],
478 #form_notice #notice_data-attach {
479 position:absolute;
480 top:87px;
481 cursor:pointer;
482 }
483 #form_notice label[for=notice_data-attach] {
484 text-indent:-9999px;
485 left:82%;
486 width:16px;
487 height:16px;
488 }
489 #form_notice #notice_data-attach {
490 left:40%;
491 padding:0;
492 height:16px;
493 }
494
495 #form_notice .form_note {
496 position:absolute;
497 top:-10px;
498 right:-10px;
499 z-index:9;
500 font-family:Georgia, serif;
501 font-size:1.7em;
502 }
503 #form_notice .form_note dt {
504 font-weight:bold;
505 display:none;
506 }
507 #notice_text-count {
508 font-weight:bold;
509 line-height:1.15;
510 padding:1px 2px;
511 }
512
513 #form_notice #notice_action-submit {
514 width:14%;
515 height:35px;
516 padding-top:0;
517 padding-bottom:0;
518 position:absolute;
519 bottom:10px;
520 right:-10px;
521 }
522 #form_notice label[for=to] {
523 margin-top:7px;
524 }
525 #form_notice select[id=to] {
526 margin-bottom:7px;
527 margin-left:18px;
528 float:left;
529 }
530 #form_notice .error,
531 #form_notice .success {
532 float:left;
533 clear:both;
534 width:83.5%;
535 margin-bottom:0;
536 line-height:1.618;
537 position:absolute;
538 top:87px;
539 left:0;
540 }
541 #form_notice #notice_data-attach_selected code {
542 float:left;
543 width:90%;
544 display:block;
545 font-size:1.1em;
546 line-height:1.8;
547 overflow:auto;
548 }
549 #form_notice #notice_data-attach_selected button {
550 float:right;
551 font-size:0.8em;
552 }
553
554
555 /* entity_profile */
556 .entity_profile {
557 position:relative;
558 width:67.702%;
559 min-height:123px;
560 float:left;
561 margin-bottom:18px;
562 margin-left:0;
563 overflow:hidden;
564 }
565 .entity_profile dt,
566 #entity_statistics dt {
567 font-weight:bold;
568 }
569 .entity_profile dd {
570 display:inline;
571 }
572
573 .entity_profile .entity_depiction {
574 float:left;
575 width:96px;
576 margin-right:18px;
577 margin-bottom:18px;
578 }
579
580 .entity_profile .entity_fn,
581 .entity_profile .entity_nickname,
582 .entity_profile .entity_location,
583 .entity_profile .entity_url,
584 .entity_profile .entity_note,
585 .entity_profile .entity_tags {
586 margin-left:113px;
587 margin-bottom:4px;
588 }
589
590 .entity_profile .entity_fn,
591 .entity_profile .entity_nickname {
592 margin-left:11px;
593 display:inline;
594 font-weight:bold;
595 }
596 .entity_profile .entity_nickname {
597 margin-left:0;
598 }
599
600 .entity_profile .entity_fn dd:before {
601 content: "(";
602 font-weight:normal;
603 }
604 .entity_profile .entity_fn dd:after {
605 content: ")";
606 font-weight:normal;
607 }
608
609 .entity_profile dt {
610 display:none;
611 }
612 .entity_profile h2 {
613 display:none;
614 }
615 /* entity_profile */
616
617
618 /*entity_actions*/
619 .entity_actions {
620 float:right;
621 margin-left:4.35%;
622 max-width:25%;
623 }
624 .entity_actions h2 {
625 display:none;
626 }
627 .entity_actions ul {
628 list-style-type:none;
629 }
630 .entity_actions li {
631 margin-bottom:4px;
632 }
633 .entity_actions li:first-child {
634 border-top:0;
635 }
636 .entity_actions fieldset {
637 border:0;
638 padding:0;
639 }
640 .entity_actions legend {
641 display:none;
642 }
643
644 .entity_actions input.submit {
645 display:block;
646 text-align:left;
647 width:100%;
648 }
649 .entity_actions a,
650 .entity_nudge p,
651 .entity_remote_subscribe {
652 text-decoration:none;
653 font-weight:bold;
654 display:block;
655 }
656
657 .form_user_block input.submit,
658 .form_user_unblock input.submit,
659 .entity_send-a-message a,
660 .entity_edit a,
661 .form_user_nudge input.submit,
662 .entity_nudge p {
663 border:0;
664 padding-left:20px;
665 }
666
667 .entity_edit a,
668 .entity_send-a-message a,
669 .entity_nudge p {
670 padding:4px 4px 4px 23px;
671 }
672
673 .entity_remote_subscribe {
674 padding:4px;
675 border-width:2px;
676 border-style:solid;
677 border-radius:4px;
678 -moz-border-radius:4px;
679 -webkit-border-radius:4px;
680 }
681 .entity_actions .accept {
682 margin-bottom:18px;
683 }
684
685 .entity_tags ul {
686 list-style-type:none;
687 display:inline;
688 }
689 .entity_tags li {
690 display:inline;
691 margin-right:4px;
692 }
693
694 .aside .section {
695 margin-bottom:18px;
696 clear:both;
697 float:left;
698 width:100%;
699 }
700 .aside .section h2 {
701 font-size:110%;
702 text-transform:none;
703 }
704
705 #entity_statistics dt,
706 #entity_statistics dd {
707 display:inline;
708 }
709 #entity_statistics dt:after {
710 content: ":";
711 }
712
713 .section ul.entities {
714 float:left;
715 width:100%;
716 }
717 .section .entities li {
718 list-style-type:none;
719 float:left;
720 margin-right:7px;
721 margin-bottom:7px;
722 }
723 .section .entities li .photo {
724 margin-right:0;
725 margin-bottom:0;
726 }
727 .section .entities li .fn {
728 display:none;
729 }
730
731 .aside .section p,
732 .aside .section .more {
733 clear:both;
734 }
735
736 .profile .entity_profile {
737 margin-bottom:0;
738 min-height:60px;
739 }
740
741
742 .profile .form_group_join legend,
743 .profile .form_group_leave legend,
744 .profile .form_user_subscribe legend,
745 .profile .form_user_unsubscribe legend {
746 display:none;
747 }
748
749 .profiles {
750 list-style-type:none;
751 }
752 .profile .entity_profile .entity_location {
753 width:auto;
754 clear:none;
755 margin-left:11px;
756 }
757 .profile .entity_profile dl,
758 .profile .entity_profile dd {
759 display:inline;
760 float:none;
761 }
762 .profile .entity_profile .entity_note,
763 .profile .entity_profile .entity_url,
764 .profile .entity_profile .entity_tags,
765 .profile .entity_profile .form_subscription_edit {
766 margin-left:59px;
767 clear:none;
768 display:block;
769 width:auto;
770 }
771 .profile .entity_profile .entity_tags dt {
772 display:inline;
773 margin-right:11px;
774 }
775
776
777 .profile .entity_profile .form_subscription_edit label {
778 font-weight:normal;
779 margin-right:11px;
780 }
781
782
783 /* NOTICE */
784 .notice,
785 .profile {
786 position:relative;
787 padding-top:11px;
788 padding-bottom:11px;
789 clear:both;
790 float:left;
791 width:100%;
792 border-top-width:1px;
793 border-top-style:dotted;
794 }
795 .notices li {
796 list-style-type:none;
797 line-height:1.1;
798 min-height:47px;
799 }
800 .notices .notices {
801 margin-top:7px;
802 margin-left:2%;
803 width:98%;
804 float:left;
805 }
806
807 /* NOTICES */
808 #notices_primary {
809 float:left;
810 width:100%;
811 border-radius:7px;
812 -moz-border-radius:7px;
813 -webkit-border-radius:7px;
814 }
815 #notices_primary h2 {
816 display:none;
817 }
818 .notice-data a span {
819 display:block;
820 padding-left:28px;
821 }
822
823 .notice .author {
824 margin-right:11px;
825 }
826
827 .fn {
828 overflow:hidden;
829 }
830
831 .notice .author .fn {
832 font-weight:bold;
833 }
834
835 .notice .author .photo {
836 margin-bottom:0;
837 }
838
839 .vcard .photo {
840 display:inline;
841 margin-right:11px;
842 margin-bottom:11px;
843 float:left;
844 }
845 .vcard .url {
846 text-decoration:none;
847 }
848 .vcard .url:hover {
849 text-decoration:underline;
850 }
851
852 .notice .entry-title {
853 float:none;
854 overflow:hidden;
855 display:inline;
856 }
857 #shownotice .notice .entry-title {
858 font-size:2.2em;
859 }
860 #conversation .notice .entry-title {
861 display:block;
862 width:90%;
863 }
864
865
866 .notice p.entry-content {
867 display:inline;
868 }
869
870 .notice p.entry-content .vcard a {
871 border-radius:4px;
872 -moz-border-radius:4px;
873 -webkit-border-radius:4px;
874 }
875
876 .notice div.entry-content {
877 font-size:0.95em;
878 margin-left:59px;
879 margin-top:3px;
880 width:70%;
881 font-family:Georgia, serif;
882 font-style:italic;
883 font-size:0.8em;
884 display:block;
885 }
886 .notice div.entry-content a {
887 text-decoration:none;
888 }
889 .notice div.entry-content a:hover {
890 text-decoration:underline;
891 }
892 #showstream .notice div.entry-content {
893 margin-left:0;
894 }
895
896 .notice .notice-options a,
897 .notice .notice-options input {
898 float:left;
899 font-size:1.025em;
900 }
901
902 .notice div.entry-content dl,
903 .notice div.entry-content dt,
904 .notice div.entry-content dd {
905 display:inline;
906 }
907
908 .notice div.entry-content .timestamp dt,
909 .notice div.entry-content .response dt {
910 display:none;
911 }
912 .notice div.entry-content .timestamp a {
913 display:inline-block;
914 }
915 .notice div.entry-content .device dt {
916 text-transform:lowercase;
917 }
918
919
920
921 .notice-data {
922 position:absolute;
923 top:18px;
924 right:0;
925 min-height:50px;
926 margin-bottom:4px;
927 }
928 .notice .entry-content .notice-data dt {
929 display:none;
930 }
931
932 .notice-data a {
933 display:block;
934 outline:none;
935 }
936
937 .notice-options {
938 padding-left:2%;
939 float:left;
940 font-size:0.95em;
941 width:16px;
942 float:right;
943 }
944 .notices li:hover div.notice-options {
945 display:block;
946 }
947
948
949 .notice-options a {
950 float:left;
951 }
952 .notice-options .notice_delete,
953 .notice-options .notice_reply,
954 .notice-options .form_favor,
955 .notice-options .form_disfavor {
956 position:absolute;
957 }
958 .notice-options .form_favor,
959 .notice-options .form_disfavor {
960 top:7px;
961 right:7px;
962 }
963 .notice-options .notice_reply {
964 top:30px;
965 right:7px;
966 }
967 .notice-options .notice_delete {
968 top:47px;
969 right:7px;
970 }
971 .notice-options .notice_reply dt {
972 display:none;
973 }
974
975 .notice-options input,
976 .notice-options a {
977 text-indent:-9999px;
978 outline:none;
979 }
980
981 .notice-options .notice_reply a,
982 .notice-options input.submit {
983 display:block;
984 border:0;
985 }
986 .notice-options .notice_reply a,
987 .notice-options .notice_delete a {
988 text-decoration:none;
989 padding-left:16px;
990 }
991
992 .notice-options .notice_reply .notice_id {
993 display:none;
994 }
995
996 .notice-options form input.submit {
997 width:16px;
998 padding:2px 0;
999 }
1000
1001 .notice-options .notice_delete dt,
1002 .notice-options .form_favor legend,
1003 .notice-options .form_disfavor legend {
1004 display:none;
1005 }
1006 .notice-options .notice_delete fieldset,
1007 .notice-options .form_favor fieldset,
1008 .notice-options .form_disfavor fieldset {
1009 border:0;
1010 padding:0;
1011 }
1012
1013 .notice .attachment {
1014 position:relative;
1015 padding-left:16px;
1016 }
1017 #attachments .attachment {
1018 padding-left:0;
1019 }
1020 .notice .attachment img {
1021 position:absolute;
1022 top:18px;
1023 left:0;
1024 z-index:99;
1025 }
1026 #shownotice .notice .attachment img {
1027 position:static;
1028 }
1029
1030 #attachments {
1031 clear:both;
1032 float:left;
1033 width:100%;
1034 margin-top:18px;
1035 }
1036 #attachments dt {
1037 font-weight:bold;
1038 font-size:1.3em;
1039 margin-bottom:4px;
1040 }
1041
1042 #attachments ol li {
1043 margin-bottom:18px;
1044 list-style-type:decimal;
1045 float:left;
1046 clear:both;
1047 }
1048
1049 #jOverlayContent,
1050 #jOverlayContent #content,
1051 #jOverlayContent #content_inner {
1052 width: auto !important;
1053 margin-bottom:0;
1054 }
1055 #jOverlayContent #content {
1056 padding:11px;
1057 min-height:auto;
1058 }
1059 #jOverlayContent .external span {
1060 display:block;
1061 margin-bottom:11px;
1062 }
1063 #jOverlayContent button {
1064 position:absolute;
1065 top:0;
1066 right:0;
1067 width:29px;
1068 height:29px;
1069 text-align:center;
1070 font-weight:bold;
1071 padding:0;
1072 }
1073 #jOverlayContent h1 {
1074 max-width:425px;
1075 }
1076 #jOverlayContent #content {
1077 border-radius:7px;
1078 -moz-border-radius:7px;
1079 -webkit-border-radius:7px;
1080 }
1081 #jOverlayLoading {
1082 top:5%;
1083 left:40%;
1084 }
1085 #attachment_view img {
1086 max-width:480px;
1087 max-height:480px;
1088 }
1089 #attachment_view #oembed_info {
1090 margin-top:11px;
1091 }
1092 #attachment_view #oembed_info dt,
1093 #attachment_view #oembed_info dd {
1094 float:left;
1095 }
1096 #attachment_view #oembed_info dt {
1097 clear:left;
1098 margin-right:11px;
1099 font-weight:bold;
1100 }
1101 #attachment_view #oembed_info dt:after {
1102 content: ":";
1103 }
1104
1105 #usergroups #new_group {
1106 float: left;
1107 margin-right: 2em;
1108 }
1109 #new_group, #group_search {
1110 margin-bottom:18px;
1111 }
1112 #new_group a {
1113 padding-left:20px;
1114 }
1115
1116
1117 #filter_tags {
1118 margin-bottom:11px;
1119 float:left;
1120 }
1121 #filter_tags dt {
1122 display:none;
1123 }
1124 #filter_tags ul {
1125 list-style-type:none;
1126 }
1127 #filter_tags ul li {
1128 float:left;
1129 margin-left:7px;
1130 padding-left:7px;
1131 border-left-width:1px;
1132 border-left-style:solid;
1133 }
1134 #filter_tags ul li.child_1 {
1135 margin-left:0;
1136 border-left:0;
1137 padding-left:0;
1138 }
1139 #filter_tags ul li#filter_tags_all a {
1140 font-weight:bold;
1141 margin-top:7px;
1142 float:left;
1143 }
1144
1145 #filter_tags ul li#filter_tags_item label {
1146 margin-right:7px;
1147 }
1148 #filter_tags ul li#filter_tags_item label,
1149 #filter_tags ul li#filter_tags_item select {
1150 display:inline;
1151 }
1152 #filter_tags ul li#filter_tags_item p {
1153 float:left;
1154 margin-left:38px;
1155 }
1156 #filter_tags ul li#filter_tags_item input {
1157 position:relative;
1158 top:3px;
1159 left:3px;
1160 }
1161
1162
1163
1164 .pagination {
1165 float:left;
1166 clear:both;
1167 width:100%;
1168 margin-top:18px;
1169 }
1170
1171 .pagination dt {
1172 font-weight:bold;
1173 display:none;
1174 }
1175
1176 .pagination .nav {
1177 float:left;
1178 width:100%;
1179 list-style-type:none;
1180 }
1181
1182 .pagination .nav_prev {
1183 float:left;
1184 }
1185 .pagination .nav_next {
1186 float:right;
1187 }
1188
1189 .pagination a {
1190 display:block;
1191 text-decoration:none;
1192 font-weight:bold;
1193 padding:7px;
1194 border-width:1px;
1195 border-style:solid;
1196 -moz-border-radius:7px;
1197 -webkit-border-radius:7px;
1198 border-radius:7px;
1199 }
1200
1201 .pagination .nav_prev a {
1202 padding-left:30px;
1203 }
1204 .pagination .nav_next a {
1205 padding-right:30px;
1206 }
1207 /* END: NOTICE */
1208
1209
1210 .hentry .entry-content p {
1211 margin-bottom:18px;
1212 }
1213 .hentry entry-content ol,
1214 .hentry .entry-content ul {
1215 list-style-position:inside;
1216 }
1217 .hentry .entry-content li {
1218 margin-bottom:18px;
1219 }
1220 .hentry .entry-content li li {
1221 margin-left:18px;
1222 }
1223
1224
1225
1226
1227 /* TOP_POSTERS */
1228 .section tbody td {
1229 padding-right:11px;
1230 padding-bottom:11px;
1231 }
1232 .section .vcard .photo {
1233 margin-right:7px;
1234 margin-bottom:0;
1235 }
1236
1237 .section .notice {
1238 padding-top:7px;
1239 padding-bottom:7px;
1240 border-top:0;
1241 }
1242
1243 .section .notice:first-child {
1244 padding-top:0;
1245 }
1246
1247 .section .notice .author {
1248 margin-right:0;
1249 }
1250 .section .notice .author .fn {
1251 display:none;
1252 }
1253
1254
1255 /* tagcloud */
1256 .tag-cloud {
1257 list-style-type:none;
1258 text-align:center;
1259 }
1260 .aside .tag-cloud {
1261 font-size:0.8em;
1262 }
1263 .tag-cloud li {
1264 display:inline;
1265 margin-right:7px;
1266 line-height:1.25;
1267 }
1268 .aside .tag-cloud li {
1269 line-height:1.5;
1270 }
1271 .tag-cloud li a {
1272 text-decoration:none;
1273 }
1274 #tagcloud.section dt {
1275 text-transform:uppercase;
1276 font-weight:bold;
1277 }
1278 .tag-cloud-1 {
1279 font-size:1em;
1280 }
1281 .tag-cloud-2 {
1282 font-size:1.25em;
1283 }
1284 .tag-cloud-3 {
1285 font-size:1.75em;
1286 }
1287 .tag-cloud-4 {
1288 font-size:2em;
1289 }
1290 .tag-cloud-5 {
1291 font-size:2.25em;
1292 }
1293 .tag-cloud-6 {
1294 font-size:2.75em;
1295 }
1296 .tag-cloud-7 {
1297 font-size:3.25em;
1298 }
1299
1300 #publictagcloud #tagcloud.section dt {
1301 display:none;
1302 }
1303
1304 #form_settings_photo .form_data {
1305 clear:both;
1306 }
1307
1308 #form_settings_avatar li {
1309 width:auto;
1310 }
1311 #form_settings_avatar input {
1312 margin-left:0;
1313 }
1314 #avatar_original,
1315 #avatar_preview {
1316 float:left;
1317 }
1318 #avatar_preview {
1319 margin-left:29px;
1320 }
1321 #avatar_preview_view {
1322 height:96px;
1323 width:96px;
1324 margin-bottom:18px;
1325 overflow:hidden;
1326 }
1327
1328 #settings_attach,
1329 #form_settings_avatar .form_actions {
1330 clear:both;
1331 }
1332
1333 #form_settings_avatar .form_actions {
1334 margin-bottom:0;
1335 }
1336
1337 .instructions ul {
1338 list-style-position:inside;
1339 }
1340 .instructions p,
1341 .instructions ul {
1342 margin-bottom:18px;
1343 }
1344 .help dt {
1345 display:none;
1346 }
1347 .guide {
1348 clear:both;
1349 }
1350
1351 #public.user_in #content,
1352 #groups.user_in #content,
1353 #publictagcloud.user_in #content,
1354 #featured.user_in #content,
1355 #favorited.user_in #content,
1356 #all.user_in #content,
1357 #replies.user_in #content,
1358 #showstream.user_in #content,
1359 #showfavorites.user_in #content,
1360 #inbox.user_in #content,
1361 #outbox.user_in #content,
1362 #subscriptions.user_in #content,
1363 #subscribers.user_in #content,
1364 #showgroup.user_in #content,
1365 #conversation.user_in #content {
1366 padding-top:160px;
1367 }
1368
1369 #profilesettings #form_notice,
1370 #avatarsettings #form_notice,
1371 #passwordsettings #form_notice,
1372 #emailsettings #form_notice,
1373 #openidsettings #form_notice,
1374 #othersettings #form_notice,
1375 #smssettings #form_notice,
1376 #twittersettings #form_notice,
1377 #imsettings #form_notice,
1378 #doc #form_notice,
1379 #usergroups #form_notice,
1380 #invite #form_notice,
1381 #deletenotice #form_notice,
1382 #newgroup #form_notice,
1383 #register #form_notice,
1384 #shownotice #form_notice,
1385 #confirmaddress #form_notice,
1386 #tag #form_notice {
1387 display:none;
1388 }
1389
1390 #jOverlayContent #core #content {
1391 padding-top:11px;
1392 }
1393 #jOverlayContent #core {
1394 background:none;
1395 padding-top:0;
1396 }
1397
1398
1399 html,
1400 body,
1401 a:active {
1402 background-color:#9AE4E8;
1403 }
1404 body {
1405 font-family:'Lucida Grande',sans-serif;
1406 background:#9AE4E8  url(../images/illustrations/illu_clouds-01.gif) 0 0 no-repeat;
1407 color:#333333;
1408 }
1409 #core {
1410 background:url(../images/illustrations/illu_arrow-up-01.gif) no-repeat 25px 0;
1411 }
1412
1413 input, textarea, select, option {
1414 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
1415 }
1416 input, textarea, select,
1417 .entity_remote_subscribe {
1418 border-color:#aaa;
1419 }
1420 #filter_tags ul li {
1421 border-color:#ddd;
1422 }
1423
1424 .form_settings input.form_action-primary {
1425 background:none;
1426 }
1427
1428 input.submit,
1429 #form_notice.warning #notice_text-count,
1430 #nav_register a,
1431 .form_settings .form_note,
1432 .entity_remote_subscribe {
1433 background-color:#9BB43E;
1434 }
1435
1436 input:focus, textarea:focus, select:focus,
1437 #form_notice.warning #notice_data-text {
1438 border-color:#9BB43E;
1439 }
1440 input.submit,
1441 #nav_register a,
1442 .entity_remote_subscribe {
1443 color:#fff;
1444 }
1445
1446 a,
1447 div.notice-options input,
1448 .form_user_block input.submit,
1449 .form_user_unblock input.submit,
1450 .entity_send-a-message a,
1451 .form_user_nudge input.submit,
1452 .entity_nudge p,
1453 .form_settings input.form_action-primary {
1454 color:#0084B4;
1455 }
1456
1457 .notice,
1458 .profile {
1459 border-top-color:#DDFFCC;
1460 }
1461 .section .profile {
1462 border-top-color:#87B4C8;
1463 }
1464
1465
1466 #aside_primary {
1467 background-color:#DDFFCC;
1468 }
1469
1470 #notice_text-count {
1471 color:#000000;
1472 }
1473 #form_notice.warning #notice_text-count {
1474 color:#000000;
1475 }
1476 #form_notice label[for=notice_data-attach] {
1477 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
1478 }
1479 #form_notice #notice_data-attach {
1480 opacity:0;
1481 }
1482
1483 #form_notice.processing #notice_action-submit {
1484 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1485 cursor:wait;
1486 text-indent:-9999px;
1487 }
1488
1489 #content,
1490 #site_nav_local_views a,
1491 #aside_primary {
1492 border-color:#fff;
1493 }
1494 #content,
1495 #site_nav_local_views .current a {
1496 background-color:#fff;
1497 }
1498
1499 #site_nav_local_views a {
1500 background-color:rgba(135, 180, 200, 0.3);
1501 }
1502 #site_nav_local_views a:hover {
1503 background-color:rgba(255, 255, 255, 0.7);
1504 }
1505
1506
1507 .error {
1508 background-color:#F7E8E8;
1509 }
1510 .success {
1511 background-color:#EFF3DC;
1512 }
1513
1514
1515 #anon_notice {
1516 background-color:#FEFFDF;
1517 color:#333;
1518 border-color:#fff;
1519 }
1520
1521 #showstream #anon_notice {
1522 background-color:#FEFFDF;
1523 }
1524
1525
1526 #export_data li a {
1527 background-repeat:no-repeat;
1528 background-position:0 45%;
1529 }
1530 #export_data li a.rss {
1531 background-image:url(../../base/images/icons/icon_rss.png);
1532 }
1533 #export_data li a.atom {
1534 background-image:url(../../base/images/icons/icon_atom.png);
1535 }
1536 #export_data li a.foaf {
1537 background-image:url(../../base/images/icons/icon_foaf.gif);
1538 }
1539
1540 .entity_edit a,
1541 .entity_send-a-message a,
1542 .form_user_nudge input.submit,
1543 .form_user_block input.submit,
1544 .form_user_unblock input.submit,
1545 .entity_nudge p {
1546 background-position: 0 40%;
1547 background-repeat: no-repeat;
1548 background-color:transparent;
1549 }
1550 .form_group_join input.submit,
1551 .form_group_leave input.submit
1552 .form_user_subscribe input.submit,
1553 .form_user_unsubscribe input.submit {
1554 background-color:#9BB43E;
1555 color:#fff;
1556 }
1557 .form_user_unsubscribe input.submit,
1558 .form_group_leave input.submit {
1559 background-color:#87B4C8;
1560 }
1561
1562 .entity_edit a {
1563 background-image:url(../images/icons/twotone/green/edit.gif);
1564 }
1565 .entity_send-a-message a {
1566 background-image:url(../images/icons/twotone/green/quote.gif);
1567 }
1568 .entity_nudge p,
1569 .form_user_nudge input.submit {
1570 background-image:url(../images/icons/twotone/green/mail.gif);
1571 }
1572 .form_user_block input.submit,
1573 .form_user_unblock input.submit {
1574 background-image:url(../images/icons/twotone/green/shield.gif);
1575 }
1576
1577
1578
1579 /* NOTICES */
1580 .notice .attachment {
1581 background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no-repeat 0 45%;
1582 }
1583 #attachments .attachment {
1584 background:none;
1585 }
1586
1587 .notice-options .notice_reply a,
1588 .notice-options form input.submit {
1589 background-color:transparent;
1590 }
1591 .notice-options .notice_reply a {
1592 background:transparent url(../images/icons/icon_reply.gif) no-repeat 0 45%;
1593 }
1594 .notice-options form.form_favor input.submit {
1595 background:transparent url(../images/icons/icon_favourite.gif) no-repeat 0 45%;
1596 }
1597 .notice-options form.form_disfavor input.submit {
1598 background:transparent url(../images/icons/icon_disfavourite.gif) no-repeat 0 45%;
1599 }
1600 .notice-options .notice_delete a {
1601 background:transparent url(../images/icons/icon_trash.gif) no-repeat 0 45%;
1602 }
1603
1604 .notices div.entry-content,
1605 .notices div.notice-options {
1606 opacity:0.4;
1607 }
1608 .notices li:hover div.entry-content,
1609 .notices li:hover div.notice-options {
1610 opacity:1;
1611 }
1612 .notices .notices {
1613 background-color:rgba(200, 200, 200, 0.01);
1614 }
1615 .notices .notices .notices {
1616 background-color:rgba(200, 200, 200, 0.02);
1617 }
1618 .notices .notices .notices .notices {
1619 background-color:rgba(200, 200, 200, 0.03);
1620 }
1621 .notices .notices .notices .notices .notices {
1622 background-color:rgba(200, 200, 200, 0.04);
1623 }
1624
1625
1626 div.entry-content {
1627 color:#333;
1628 }
1629 div.notice-options a,
1630 div.notice-options input {
1631 font-family:sans-serif;
1632 }
1633 #content .notices li:hover {
1634 background-color:rgba(240, 240, 240, 0.2);
1635 }
1636 #conversation .notices li:hover {
1637 background-color:transparent;
1638 }
1639 /*END: NOTICES */
1640
1641
1642 #new_group a {
1643 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
1644 }
1645
1646 .pagination .nav_prev a,
1647 .pagination .nav_next a {
1648 background-repeat:no-repeat;
1649 border-color:#DDFFCC;
1650 }
1651 .pagination .nav_prev a {
1652 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
1653 background-position:10% 45%;
1654 }
1655 .pagination .nav_next a {
1656 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
1657 background-position:90% 45%;
1658 }
1659
1660
1661 /*--------------------------------------*/
1662
1663 #anon_notice {
1664 background:url(../images/illustrations/illu_unicorn-01.png) no-repeat 0 0;
1665 }
1666 #showstream #anon_notice,
1667 #content .notice p.entry-content a:visited,
1668 content .notice p.entry-content .vcard a {
1669 background-color:transparent;
1670 }
1671
1672 #anon_notice p {
1673 background-color:#FEFFDF;
1674 border-color:#FFFF00;
1675 }
1676
1677
1678 #form_notice .form_note {
1679 color:#CCC;
1680 }
1681 input.submit {
1682 background-color:#eee;
1683 color:#666;
1684 }
1685
1686 .notices li.hover {
1687 background-color:#F7F7F7;
1688 }
1689
1690
1691 .notice div.entry-content,
1692 .notice div.entry-content a {
1693 color:#999;
1694 }
1695
1696 .notices div.entry-content,
1697 .notices div.notice-options {
1698 opacity:1;
1699 }
1700
1701 #site_nav_local_views {
1702 background-color:#DDFFCC;
1703 }
1704 #site_nav_local_views li,
1705 #aside_primary {
1706 border-color:#BDDCAD;
1707 }
1708 #site_nav_local_views a,
1709 .aside .section h2 {
1710 background-color:transparent;
1711 border-color:transparent;
1712 color:#4C4C4C;
1713 }
1714 #site_nav_local_views .current {
1715 border-left-color:#fff;
1716 }
1717
1718 #site_nav_local_views .current a,
1719 #site_nav_global_primary,
1720 #footer {
1721 background-color:#fff;
1722 }
1723