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