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