]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
admin indicators in groups
[quix0rs-gnu-social.git] / theme / base / css / display.css
1 /** theme: base
2  *
3  * @package   Laconica
4  * @author Sarven Capadisli <csarven@controlyourself.ca>
5  * @copyright 2009 Control Yourself, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://laconi.ca/
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:#FFFFFF;
18 color:#000;
19 font-family:sans-serif;
20 font-size:1em;
21 line-height:1.65;
22 position:relative;
23 }
24 h1,h2,h3,h4,h5,h6 {
25 margin-bottom:7px;
26 overflow:hidden;
27 }
28 h1 {
29 font-size:1.4em;
30 margin-bottom:18px;
31 }
32 #showstream h1 { display:none; }
33 h2 { font-size:1.3em; }
34 h3 { font-size:1.2em; }
35 h4 { font-size:1.1em; }
36 h5 { font-size:1em; }
37 h6 { font-size:0.9em; }
38
39 caption {
40 font-weight:bold;
41 }
42 legend {
43 font-weight:bold;
44 font-size:1.3em;
45 }
46 input, textarea, select, option {
47 padding:4px;
48 font-family:sans-serif;
49 font-size:1em;
50 }
51 input, textarea, select {
52 border-width:2px;
53 border-style: solid;
54 border-radius:4px;
55 -moz-border-radius:4px;
56 -webkit-border-radius:4px;
57 }
58
59 input.submit {
60 font-weight:bold;
61 cursor:pointer;
62 }
63 textarea {
64 overflow:auto;
65 }
66 option {
67 padding-bottom:0;
68 }
69 fieldset {
70 padding:0;
71 border:0;
72 }
73 form ul li {
74 list-style-type:none;
75 margin:0 0 18px 0;
76 }
77 form label {
78 font-weight:bold;
79 }
80 input.checkbox,
81 input.radio {
82 position:relative;
83 top:2px;
84 left:0;
85 border:0;
86 }
87
88 .error,
89 .success {
90 padding:4px 1.55%;
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:152px;
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 .form_entity_block legend {
160 display:none;
161 }
162
163 .form_settings .form_data p.form_guide {
164 clear:both;
165 margin-left:163px;
166 margin-bottom:0;
167 }
168
169 .form_settings p {
170 margin-bottom:11px;
171 }
172
173 .form_settings input.checkbox,
174 .form_settings input.radio {
175 margin-top:3px;
176 margin-left:0;
177 }
178 .form_settings label.checkbox {
179 font-weight:normal;
180 margin-top:0;
181 margin-right:0;
182 margin-left:11px;
183 float:left;
184 width:90%;
185 }
186 .form_settings label.radio {
187 margin-top:0;
188 margin-right:47px;
189 margin-left:11px;
190 width:auto;
191 }
192
193 #form_login p.form_guide,
194 #form_register #settings_rememberme p.form_guide,
195 #form_openid_login #settings_rememberme p.form_guide,
196 #settings_twitter_remove p.form_guide,
197 #form_search ul.form_data #q,
198 #design_background-image_onoff p.form_guide {
199 margin-left:0;
200 }
201
202 .form_settings .form_note {
203 border-radius:4px;
204 -moz-border-radius:4px;
205 -webkit-border-radius:4px;
206 padding:0 7px;
207 }
208
209 .form_settings input.form_action-primary {
210 padding:0;
211 }
212 .form_settings input.form_action-secondary {
213 margin-left:29px;
214 }
215
216 #form_search .submit {
217 margin-left:11px;
218 }
219
220 address {
221 float:left;
222 margin-bottom:18px;
223 margin-left:18px;
224 }
225 address.vcard img.logo {
226 margin-right:0;
227 }
228 address .fn {
229 font-weight:bold;
230 }
231 address img + .fn {
232 display:none;
233 }
234
235 #header {
236 width:100%;
237 position:relative;
238 float:left;
239 padding-top:18px;
240 margin-bottom:29px;
241 }
242
243 #site_nav_global_primary {
244 float:right;
245 margin-right:18px;
246 margin-bottom:11px;
247 margin-left:18px;
248 }
249 #site_nav_global_primary ul li {
250 display:inline;
251 margin-left:11px;
252 }
253
254 .system_notice dt {
255 font-weight:bold;
256 text-transform:uppercase;
257 display:none;
258 }
259
260 #site_notice {
261 float:right;
262 clear:right;
263 margin-top:7px;
264 margin-right:18px;
265 width:24%;
266 }
267 #page_notice {
268 clear:both;
269 margin-bottom:18px;
270 }
271
272 #anon_notice {
273 float:left;
274 width:43.2%;
275 padding:1.1%;
276 border-radius:7px;
277 -moz-border-radius:7px;
278 -webkit-border-radius:7px;
279 border-width:2px;
280 border-style:solid;
281 line-height:1.5;
282 font-size:1.1em;
283 font-weight:bold;
284 }
285
286 #footer {
287 float:left;
288 width:64%;
289 padding:18px;
290 }
291
292 #site_nav_local_views {
293 width:100%;
294 float:left;
295 }
296 #site_nav_local_views dt {
297 display:none;
298 }
299 #site_nav_local_views li {
300 float:left;
301 margin-right:18px;
302 list-style-type:none;
303 }
304 #site_nav_local_views a {
305 float:left;
306 text-decoration:none;
307 padding:4px 11px;
308 -moz-border-radius-topleft:4px;
309 -moz-border-radius-topright:4px;
310 -webkit-border-top-left-radius:4px;
311 -webkit-border-top-right-radius:4px;
312 border-width:1px;
313 border-style:solid;
314 border-bottom:0;
315 font-weight:bold;
316 }
317 #site_nav_local_views .nav {
318 float:left;
319 width:100%;
320 }
321
322 #site_nav_global_primary dt,
323 #site_nav_global_secondary dt {
324 display:none;
325 }
326
327 #site_nav_global_secondary {
328 margin-bottom:11px;
329 }
330
331 #site_nav_global_secondary ul li {
332 display:inline;
333 margin-right:11px;
334 }
335 #export_data li a {
336 padding-left:20px;
337 }
338 #export_data li a.foaf {
339 padding-left:30px;
340 }
341 #export_data li a.export_vcard {
342 padding-left:28px;
343 }
344
345 #export_data ul {
346 display:inline;
347 }
348 #export_data li {
349 list-style-type:none;
350 display:inline;
351 margin-left:11px;
352 }
353 #export_data li:first-child {
354 margin-left:0;
355 }
356
357 #licenses {
358 font-size:0.9em;
359 }
360
361 #licenses dt {
362 font-weight:bold;
363 display:none;
364 }
365 #licenses dd {
366 margin-bottom:11px;
367 line-height:1.5;
368 }
369
370 #site_content_license_cc {
371 margin-bottom:0;
372 }
373 #site_content_license_cc img {
374 display:inline;
375 vertical-align:top;
376 margin-right:4px;
377 }
378
379 #wrap {
380 margin:0 auto;
381 width:100%;
382 min-width:760px;
383 max-width:1003px;
384 overflow:hidden;
385 }
386
387 #core {
388 position:relative;
389 width:100%;
390 float:left;
391 margin-bottom:1em;
392 }
393
394 #content {
395 width:64.009%;
396 min-height:259px;
397 padding:1.795%;
398 float:left;
399 border-radius:7px;
400 -moz-border-radius:7px;
401 -moz-border-radius-topleft:0;
402 -webkit-border-radius:7px;
403 -webkit-border-top-left-radius:0;
404 border-width:1px;
405 border-style:solid;
406 }
407 #shownotice #content {
408 min-height:0;
409 }
410
411 #content_inner {
412 position:relative;
413 width:100%;
414 float:left;
415 }
416
417 #aside_primary {
418 width:27.917%;
419 min-height:259px;
420 float:left;
421 margin-left:0.5%;
422 padding:1.795%;
423 border-radius:7px;
424 -moz-border-radius:7px;
425 -webkit-border-radius:7px;
426 border-width:1px;
427 border-style:solid;
428 }
429
430 #form_notice {
431 width:45.664%;
432 float:left;
433 position:relative;
434 line-height:1;
435 }
436 #form_notice fieldset {
437 border:0;
438 padding:0;
439 position:relative;
440 }
441 #form_notice legend {
442 display:none;
443 }
444 #form_notice textarea {
445 float:left;
446 border-radius:7px;
447 -moz-border-radius:7px;
448 -webkit-border-radius:7px;
449 width:80.789%;
450 height:67px;
451 line-height:1.5;
452 padding:7px 7px 16px 7px;
453 position:relative;
454 z-index:2;
455 }
456 #form_notice label {
457 display:block;
458 float:left;
459 font-size:1.3em;
460 margin-bottom:7px;
461 }
462 #form_notice label[for=notice_data-attach],
463 #form_notice #notice_data-attach {
464 position:absolute;
465 top:25px;
466 cursor:pointer;
467 }
468 #form_notice label[for=notice_data-attach] {
469 text-indent:-9999px;
470 left:394px;
471 width:16px;
472 height:16px;
473 }
474 #form_notice #notice_data-attach {
475 left:183px;
476 padding:0;
477 height:16px;
478 }
479 #form_notice .form_note {
480 position:absolute;
481 top:99px;
482 right:98px;
483 z-index:9;
484 }
485 #form_notice .form_note dt {
486 font-weight:bold;
487 display:none;
488 }
489 #notice_text-count {
490 font-weight:bold;
491 line-height:1.15;
492 padding:1px 2px;
493 }
494 #form_notice #notice_action-submit {
495 width:14%;
496 height:47px;
497 padding:0;
498 position:absolute;
499 bottom:0;
500 right:0;
501 }
502 #form_notice label[for=to] {
503 margin-top:7px;
504 }
505 #form_notice select[id=to] {
506 margin-bottom:7px;
507 margin-left:18px;
508 float:left;
509 }
510 #form_notice .error,
511 #form_notice .success {
512 float:left;
513 clear:both;
514 width:81.5%;
515 margin-bottom:0;
516 line-height:1.618;
517 }
518 #form_notice #notice_data-attach_selected code {
519 float:left;
520 width:90%;
521 display:block;
522 font-size:1.1em;
523 line-height:1.8;
524 overflow:auto;
525 }
526 #form_notice #notice_data-attach_selected button {
527 float:right;
528 font-size:0.8em;
529 }
530
531 /* entity_profile */
532 .entity_profile {
533 position:relative;
534 width:74.702%;
535 min-height:123px;
536 float:left;
537 margin-bottom:18px;
538 margin-left:0;
539 overflow:hidden;
540 }
541 .entity_profile dt,
542 #entity_statistics dt {
543 font-weight:bold;
544 }
545 .entity_profile dd {
546 display:inline;
547 }
548
549 .entity_profile .entity_depiction {
550 float:left;
551 width:96px;
552 margin-right:18px;
553 margin-bottom:18px;
554 }
555
556 .entity_profile .entity_fn,
557 .entity_profile .entity_nickname,
558 .entity_profile .entity_location,
559 .entity_profile .entity_url,
560 .entity_profile .entity_note,
561 .entity_profile .entity_tags,
562 .entity_profile .entity_aliases {
563 margin-left:113px;
564 margin-bottom:4px;
565 }
566
567 .entity_profile .entity_fn,
568 .entity_profile .entity_nickname {
569 margin-left:11px;
570 display:inline;
571 }
572 .entity_profile .entity_nickname {
573 margin-left:0;
574 }
575 .entity_profile .fn,
576 .entity_profile .nickname {
577 font-size:1.1em;
578 font-weight:bold;
579 }
580 .entity_profile .entity_fn dd:before {
581 content: "(";
582 font-weight:normal;
583 }
584 .entity_profile .entity_fn dd:after {
585 content: ")";
586 font-weight:normal;
587 }
588
589 .entity_profile dt {
590 display:none;
591 }
592 .entity_profile h2 {
593 display:none;
594 }
595 /* entity_profile */
596
597 /*entity_actions*/
598 .entity_actions {
599 float:right;
600 margin-left:2.35%;
601 max-width:25%;
602 }
603 .entity_actions h2 {
604 display:none;
605 }
606 .entity_actions ul {
607 list-style-type:none;
608 }
609 .entity_actions li {
610 margin-bottom:4px;
611 }
612 .entity_actions li:first-child {
613 border-top:0;
614 }
615 .entity_actions fieldset {
616 border:0;
617 padding:0;
618 }
619 .entity_actions legend {
620 display:none;
621 }
622
623 .entity_actions input.submit {
624 display:block;
625 text-align:left;
626 width:100%;
627 }
628 .entity_actions a,
629 .entity_nudge p,
630 .entity_remote_subscribe {
631 text-decoration:none;
632 font-weight:bold;
633 display:block;
634 }
635
636 .form_user_block input.submit,
637 .form_user_unblock input.submit,
638 .form_group_block input.submit,
639 .form_group_unblock input.submit,
640 .entity_send-a-message a,
641 .entity_edit a,
642 .form_user_nudge input.submit,
643 .entity_nudge p,
644 .form_make_admin input.submit {
645 border:0;
646 padding-left:20px;
647 }
648
649 .entity_edit a,
650 .entity_send-a-message a,
651 .entity_nudge p {
652 padding:4px 4px 4px 23px;
653 }
654
655 .entity_remote_subscribe {
656 padding:4px;
657 border-width:2px;
658 border-style:solid;
659 border-radius:4px;
660 -moz-border-radius:4px;
661 -webkit-border-radius:4px;
662 }
663 .entity_actions .accept {
664 margin-bottom:18px;
665 }
666
667 .entity_tags ul {
668 list-style-type:none;
669 display:inline;
670 }
671 .entity_tags li {
672 display:inline;
673 margin-right:4px;
674 }
675
676 .aside .section {
677 margin-bottom:29px;
678 clear:both;
679 float:left;
680 width:100%;
681 list-style-position:inside;
682 }
683 .aside .section h2 {
684 text-transform:uppercase;
685 font-size:1em;
686 }
687
688 #entity_statistics dt,
689 #entity_statistics dd {
690 display:inline;
691 }
692 #entity_statistics dt:after {
693 content: ":";
694 }
695
696 .section ul.entities {
697 float:left;
698 width:100%;
699 }
700 .section .entities li {
701 list-style-type:none;
702 float:left;
703 margin-right:7px;
704 margin-bottom:7px;
705 display:inline;
706 }
707 .section .entities li .photo {
708 margin-right:0;
709 margin-bottom:0;
710 }
711 .section .entities li .fn {
712 display:none;
713 }
714
715 .aside .section p,
716 .aside .section .more {
717 clear:both;
718 }
719
720 .profile .entity_profile {
721 margin-bottom:0;
722 min-height:60px;
723 }
724
725 .profile .form_group_join legend,
726 .profile .form_group_leave legend,
727 .profile .form_user_subscribe legend,
728 .profile .form_user_unsubscribe legend {
729 display:none;
730 }
731
732 .profiles {
733 list-style-type:none;
734 }
735 .profile .entity_profile .entity_location {
736 width:auto;
737 clear:none;
738 margin-left:11px;
739 }
740 .profile .entity_profile dl,
741 .profile .entity_profile dd {
742 display:inline;
743 float:none;
744 }
745 .profile .entity_profile .entity_note,
746 .profile .entity_profile .entity_url,
747 .profile .entity_profile .entity_tags,
748 .profile .entity_profile .form_subscription_edit {
749 margin-left:59px;
750 clear:none;
751 display:block;
752 width:auto;
753 }
754 .profile .entity_profile .entity_tags dt {
755 display:inline;
756 margin-right:11px;
757 }
758
759 .profile .entity_profile .form_subscription_edit label {
760 font-weight:normal;
761 margin-right:11px;
762 }
763
764 /* NOTICE */
765 .notice,
766 .profile {
767 position:relative;
768 padding-top:11px;
769 padding-bottom:11px;
770 clear:both;
771 float:left;
772 width:100%;
773 border-top-width:1px;
774 border-top-style:dotted;
775 }
776 .notices li {
777 list-style-type:none;
778 }
779 .notices .notices {
780 margin-top:7px;
781 margin-left:5%;
782 width:95%;
783 float:left;
784 }
785
786 /* NOTICES */
787 #notices_primary {
788 float:left;
789 width:100%;
790 border-radius:7px;
791 -moz-border-radius:7px;
792 -webkit-border-radius:7px;
793 }
794 #notices_primary h2 {
795 display:none;
796 }
797 .notice-data a span {
798 display:block;
799 padding-left:28px;
800 }
801
802 .notice .author {
803 margin-right:11px;
804 }
805
806 .fn {
807 overflow:hidden;
808 }
809
810 .notice .author .fn {
811 font-weight:bold;
812 }
813
814 .vcard .photo {
815 display:inline;
816 margin-right:11px;
817 float:left;
818 }
819 #shownotice .vcard .photo {
820 margin-bottom:4px;
821 }
822 .vcard .url {
823 text-decoration:none;
824 }
825 .vcard .url:hover {
826 text-decoration:underline;
827 }
828
829 .notice .entry-title {
830 float:left;
831 width:100%;
832 overflow:hidden;
833 }
834 .notice .entry-title.ov {
835 overflow:visible;
836 }
837 #shownotice .notice .entry-title {
838 font-size:2.2em;
839 }
840
841 .notice p.entry-content {
842 display:inline;
843 }
844
845 #content .notice p.entry-content a:visited {
846 border-radius:4px;
847 -moz-border-radius:4px;
848 -webkit-border-radius:4px;
849 }
850 .notice p.entry-content .vcard a {
851 border-radius:4px;
852 -moz-border-radius:4px;
853 -webkit-border-radius:4px;
854 }
855
856 .notice div.entry-content {
857 clear:left;
858 float:left;
859 font-size:0.95em;
860 margin-left:59px;
861 width:60%;
862 }
863 #showstream .notice div.entry-content,
864 #shownotice .notice div.entry-content {
865 margin-left:0;
866 }
867
868 .notice .notice-options a,
869 .notice .notice-options input {
870 float:left;
871 font-size:1.025em;
872 }
873
874 .notice div.entry-content dl,
875 .notice div.entry-content dt,
876 .notice div.entry-content dd {
877 display:inline;
878 }
879
880 .notice div.entry-content .timestamp dt,
881 .notice div.entry-content .response dt {
882 display:none;
883 }
884 .notice div.entry-content .timestamp a {
885 display:inline-block;
886 }
887 .notice div.entry-content .device dt {
888 text-transform:lowercase;
889 }
890
891 .notice-options {
892 position:relative;
893 font-size:0.95em;
894 width:90px;
895 float:right;
896 margin-right:11px;
897 }
898
899 .notice-options a {
900 float:left;
901 }
902 .notice-options .notice_delete,
903 .notice-options .notice_reply,
904 .notice-options .form_favor,
905 .notice-options .form_disfavor {
906 position:absolute;
907 top:0;
908 }
909 .notice-options .form_favor,
910 .notice-options .form_disfavor {
911 left:0;
912 }
913 .notice-options .notice_reply {
914 left:29px;
915 }
916 .notice-options .notice_delete {
917 right:0;
918 }
919 .notice-options .notice_reply dt {
920 display:none;
921 }
922
923 .notice-options input,
924 .notice-options a {
925 text-indent:-9999px;
926 outline:none;
927 }
928
929 .notice-options .notice_reply a,
930 .notice-options input.submit {
931 display:block;
932 border:0;
933 }
934 .notice-options .notice_reply a,
935 .notice-options .notice_delete a {
936 text-decoration:none;
937 padding-left:16px;
938 }
939
940 .notice-options form input.submit {
941 width:16px;
942 padding:2px 0;
943 }
944
945 .notice-options .notice_delete dt,
946 .notice-options .form_favor legend,
947 .notice-options .form_disfavor legend {
948 display:none;
949 }
950 .notice-options .notice_delete fieldset,
951 .notice-options .form_favor fieldset,
952 .notice-options .form_disfavor fieldset {
953 border:0;
954 padding:0;
955 }
956
957 .notice .attachment {
958 position:relative;
959 padding-left:16px;
960 }
961 #attachments .attachment {
962 padding-left:0;
963 }
964 .notice .attachment img {
965 position:absolute;
966 top:18px;
967 left:0;
968 z-index:99;
969 }
970 #shownotice .notice .attachment img {
971 position:static;
972 }
973
974 #attachments {
975 clear:both;
976 float:left;
977 width:100%;
978 margin-top:18px;
979 }
980 #attachments dt {
981 font-weight:bold;
982 font-size:1.3em;
983 margin-bottom:4px;
984 }
985
986 #attachments ol li {
987 margin-bottom:18px;
988 list-style-type:decimal;
989 float:left;
990 clear:both;
991 }
992
993 #jOverlayContent,
994 #jOverlayContent #content,
995 #jOverlayContent #content_inner {
996 width: auto !important;
997 margin-bottom:0;
998 }
999 #jOverlayContent #content {
1000 padding:11px;
1001 min-height:auto;
1002 }
1003 #jOverlayContent .external span {
1004 display:block;
1005 margin-bottom:11px;
1006 }
1007 #jOverlayContent button {
1008 position:absolute;
1009 top:0;
1010 right:0;
1011 width:29px;
1012 height:29px;
1013 text-align:center;
1014 font-weight:bold;
1015 padding:0;
1016 }
1017 #jOverlayContent h1 {
1018 max-width:475px;
1019 }
1020 #jOverlayContent #content {
1021 border-radius:7px;
1022 -moz-border-radius:7px;
1023 -webkit-border-radius:7px;
1024 }
1025
1026 #attachment_view #oembed_info {
1027 margin-top:11px;
1028 }
1029 #attachment_view #oembed_info dt,
1030 #attachment_view #oembed_info dd {
1031 float:left;
1032 }
1033 #attachment_view #oembed_info dt {
1034 clear:left;
1035 margin-right:11px;
1036 font-weight:bold;
1037 }
1038 #attachment_view #oembed_info dt:after {
1039 content: ":";
1040 }
1041
1042 #usergroups #new_group {
1043 float: left;
1044 margin-right: 2em;
1045 }
1046 #new_group, #group_search {
1047 margin-bottom:18px;
1048 }
1049 #new_group a {
1050 padding-left:20px;
1051 }
1052
1053 #filter_tags {
1054 margin-bottom:11px;
1055 float:left;
1056 }
1057 #filter_tags dt {
1058 display:none;
1059 }
1060 #filter_tags ul {
1061 list-style-type:none;
1062 }
1063 #filter_tags ul li {
1064 float:left;
1065 margin-left:7px;
1066 padding-left:7px;
1067 border-left-width:1px;
1068 border-left-style:solid;
1069 }
1070 #filter_tags ul li.child_1 {
1071 margin-left:0;
1072 border-left:0;
1073 padding-left:0;
1074 }
1075 #filter_tags ul li#filter_tags_all a {
1076 font-weight:bold;
1077 margin-top:7px;
1078 float:left;
1079 }
1080
1081 #filter_tags ul li#filter_tags_item label {
1082 margin-right:7px;
1083 }
1084 #filter_tags ul li#filter_tags_item label,
1085 #filter_tags ul li#filter_tags_item select {
1086 display:inline;
1087 }
1088 #filter_tags ul li#filter_tags_item p {
1089 float:left;
1090 margin-left:38px;
1091 }
1092 #filter_tags ul li#filter_tags_item input {
1093 position:relative;
1094 top:3px;
1095 left:3px;
1096 }
1097
1098 .pagination {
1099 float:left;
1100 clear:both;
1101 width:100%;
1102 margin-top:18px;
1103 }
1104
1105 .pagination dt {
1106 font-weight:bold;
1107 display:none;
1108 }
1109
1110 .pagination .nav {
1111 float:left;
1112 width:100%;
1113 list-style-type:none;
1114 }
1115
1116 .pagination .nav_prev {
1117 float:left;
1118 }
1119 .pagination .nav_next {
1120 float:right;
1121 }
1122
1123 .pagination a {
1124 display:block;
1125 text-decoration:none;
1126 font-weight:bold;
1127 padding:7px;
1128 border-width:1px;
1129 border-style:solid;
1130 -moz-border-radius:7px;
1131 -webkit-border-radius:7px;
1132 border-radius:7px;
1133 }
1134
1135 .pagination .nav_prev a {
1136 padding-left:30px;
1137 }
1138 .pagination .nav_next a {
1139 padding-right:30px;
1140 }
1141 /* END: NOTICE */
1142
1143 .hentry .entry-content p {
1144 margin-bottom:18px;
1145 }
1146 .system_notice ul,
1147 .instructions ul,
1148 .hentry entry-content ol,
1149 .hentry .entry-content ul {
1150 list-style-position:inside;
1151 }
1152 .hentry .entry-content li {
1153 margin-bottom:18px;
1154 }
1155 .hentry .entry-content li li {
1156 margin-left:18px;
1157 }
1158
1159 /* TOP_POSTERS */
1160 .section tbody td {
1161 padding-right:18px;
1162 padding-bottom:11px;
1163 }
1164 .section .vcard .photo {
1165 margin-right:7px;
1166 margin-bottom:0;
1167 }
1168
1169 .section .notice {
1170 padding-top:7px;
1171 padding-bottom:7px;
1172 border-top:0;
1173 }
1174
1175 .section .notice:first-child {
1176 padding-top:0;
1177 }
1178
1179 .section .notice .author {
1180 margin-right:0;
1181 }
1182 .section .notice .author .fn {
1183 display:none;
1184 }
1185
1186 /* tagcloud */
1187 .tag-cloud {
1188 list-style-type:none;
1189 text-align:center;
1190 }
1191 .aside .tag-cloud {
1192 font-size:0.8em;
1193 }
1194 .tag-cloud li {
1195 display:inline;
1196 margin-right:7px;
1197 line-height:1.25;
1198 }
1199 .aside .tag-cloud li {
1200 line-height:1.5;
1201 }
1202 .tag-cloud li a {
1203 text-decoration:none;
1204 }
1205 #tagcloud.section dt {
1206 text-transform:uppercase;
1207 font-weight:bold;
1208 }
1209 .tag-cloud-1 {
1210 font-size:1em;
1211 }
1212 .tag-cloud-2 {
1213 font-size:1.25em;
1214 }
1215 .tag-cloud-3 {
1216 font-size:1.75em;
1217 }
1218 .tag-cloud-4 {
1219 font-size:2em;
1220 }
1221 .tag-cloud-5 {
1222 font-size:2.25em;
1223 }
1224 .tag-cloud-6 {
1225 font-size:2.75em;
1226 }
1227 .tag-cloud-7 {
1228 font-size:3.25em;
1229 }
1230
1231 #publictagcloud #tagcloud.section dt {
1232 display:none;
1233 }
1234
1235 #form_settings_photo .form_data {
1236 clear:both;
1237 }
1238
1239 #form_settings_avatar li {
1240 width:auto;
1241 }
1242 #form_settings_avatar input {
1243 margin-left:0;
1244 }
1245 #avatar_original,
1246 #avatar_preview {
1247 float:left;
1248 }
1249 #avatar_preview {
1250 margin-left:29px;
1251 }
1252 #avatar_preview_view {
1253 height:96px;
1254 width:96px;
1255 margin-bottom:18px;
1256 overflow:hidden;
1257 }
1258
1259 #settings_attach,
1260 #form_settings_avatar .form_actions {
1261 clear:both;
1262 }
1263
1264 #form_settings_avatar .form_actions {
1265 margin-bottom:0;
1266 }
1267
1268 #form_settings_design #settings_design_color .form_data,
1269 #form_settings_design #color-picker {
1270 float:left;
1271 }
1272 #form_settings_design #settings_design_color .form_data {
1273 width:400px;
1274 margin-right:28px;
1275 }
1276
1277 #settings_design_color .form_data li {
1278 width:33%;
1279 }
1280 #settings_design_color .form_data label {
1281 float:none;
1282 display:block;
1283 }
1284 #settings_design_color .form_data .swatch {
1285 padding:11px;
1286 margin-left:0;
1287 }
1288
1289 .instructions ul {
1290 list-style-position:inside;
1291 }
1292 .instructions p,
1293 .instructions ul {
1294 margin-bottom:18px;
1295 }
1296 .help dt {
1297 display:none;
1298 }
1299 .guide {
1300 clear:both;
1301 }
1302 .admin_indicator {
1303 font-style:italic;
1304 }