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