]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline 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 }
515 #form_notice .error,
516 #form_notice .success {
517 float:left;
518 clear:both;
519 width:81.5%;
520 margin-bottom:0;
521 line-height:1.618;
522 }
523 #form_notice #notice_data-attach_selected code {
524 float:left;
525 width:90%;
526 display:block;
527 font-size:1.1em;
528 line-height:1.8;
529 overflow:auto;
530 }
531 #form_notice #notice_data-attach_selected button {
532 float:right;
533 font-size:0.8em;
534 }
535
536 /* entity_profile */
537 .entity_profile {
538 position:relative;
539 width:74.702%;
540 min-height:123px;
541 float:left;
542 margin-bottom:18px;
543 margin-left:0;
544 overflow:hidden;
545 }
546 .entity_profile dt,
547 #entity_statistics dt {
548 font-weight:bold;
549 }
550 .entity_profile dd {
551 display:inline;
552 }
553
554 .entity_profile .entity_depiction {
555 float:left;
556 width:96px;
557 margin-right:18px;
558 margin-bottom:18px;
559 }
560
561 .entity_profile .entity_fn,
562 .entity_profile .entity_nickname,
563 .entity_profile .entity_location,
564 .entity_profile .entity_url,
565 .entity_profile .entity_note,
566 .entity_profile .entity_tags,
567 .entity_profile .entity_aliases {
568 margin-left:113px;
569 margin-bottom:4px;
570 }
571
572 .entity_profile .entity_fn,
573 .entity_profile .entity_nickname {
574 margin-left:11px;
575 display:inline;
576 }
577 .entity_profile .entity_nickname {
578 margin-left:0;
579 }
580 .entity_profile .fn,
581 .entity_profile .nickname {
582 font-size:1.1em;
583 font-weight:bold;
584 }
585 .entity_profile .entity_fn dd:before {
586 content: "(";
587 font-weight:normal;
588 }
589 .entity_profile .entity_fn dd:after {
590 content: ")";
591 font-weight:normal;
592 }
593 .entity_profile dt,
594 .entity_profile h2 {
595 display:none;
596 }
597 .entity_profile .role {
598 margin-left:11px;
599 font-style:italic;
600 }
601 /* entity_profile */
602
603 /*entity_actions*/
604 .entity_actions {
605 float:right;
606 margin-left:2.35%;
607 max-width:25%;
608 }
609 .entity_actions h2 {
610 display:none;
611 }
612 .entity_actions ul {
613 list-style-type:none;
614 }
615 .entity_actions li {
616 margin-bottom:4px;
617 }
618 .entity_actions li:first-child {
619 border-top:0;
620 }
621 .entity_actions fieldset {
622 border:0;
623 padding:0;
624 }
625 .entity_actions legend {
626 display:none;
627 }
628
629 .entity_actions input.submit {
630 display:block;
631 text-align:left;
632 width:100%;
633 }
634 .entity_actions a,
635 .entity_nudge p,
636 .entity_remote_subscribe {
637 text-decoration:none;
638 font-weight:bold;
639 display:block;
640 }
641
642 .form_user_block input.submit,
643 .form_user_unblock input.submit,
644 .form_group_block input.submit,
645 .form_group_unblock input.submit,
646 .entity_send-a-message a,
647 .entity_edit a,
648 .form_user_nudge input.submit,
649 .entity_nudge p,
650 .form_make_admin input.submit {
651 border:0;
652 padding-left:20px;
653 }
654
655 .entity_edit a,
656 .entity_send-a-message a,
657 .entity_nudge p {
658 padding:4px 4px 4px 23px;
659 }
660
661 .entity_remote_subscribe {
662 padding:4px;
663 border-width:2px;
664 border-style:solid;
665 border-radius:4px;
666 -moz-border-radius:4px;
667 -webkit-border-radius:4px;
668 }
669 .entity_actions .accept {
670 margin-bottom:18px;
671 }
672
673 .entity_tags ul {
674 list-style-type:none;
675 display:inline;
676 }
677 .entity_tags li {
678 display:inline;
679 margin-right:4px;
680 }
681
682 .aside .section {
683 margin-bottom:29px;
684 clear:both;
685 float:left;
686 width:100%;
687 list-style-position:inside;
688 }
689 .aside .section h2 {
690 text-transform:uppercase;
691 font-size:1em;
692 }
693
694 #entity_statistics dt,
695 #entity_statistics dd {
696 display:inline;
697 }
698 #entity_statistics dt:after {
699 content: ":";
700 }
701
702 .section ul.entities {
703 float:left;
704 width:100%;
705 }
706 .section .entities li {
707 list-style-type:none;
708 float:left;
709 margin-right:7px;
710 margin-bottom:7px;
711 display:inline;
712 }
713 .section .entities li .photo {
714 margin-right:0;
715 margin-bottom:0;
716 }
717 .section .entities li .fn {
718 display:none;
719 }
720
721 .aside .section p,
722 .aside .section .more {
723 clear:both;
724 }
725
726 .profile .entity_profile {
727 margin-bottom:0;
728 min-height:60px;
729 }
730
731 .profile .form_group_join legend,
732 .profile .form_group_leave legend,
733 .profile .form_user_subscribe legend,
734 .profile .form_user_unsubscribe legend {
735 display:none;
736 }
737
738 .profiles {
739 list-style-type:none;
740 }
741 .profile .entity_profile .entity_location {
742 width:auto;
743 clear:none;
744 margin-left:11px;
745 }
746 .profile .entity_profile dl,
747 .profile .entity_profile dd {
748 display:inline;
749 float:none;
750 }
751 .profile .entity_profile .entity_note,
752 .profile .entity_profile .entity_url,
753 .profile .entity_profile .entity_tags,
754 .profile .entity_profile .form_subscription_edit {
755 margin-left:59px;
756 clear:none;
757 display:block;
758 width:auto;
759 }
760 .profile .entity_profile .entity_tags dt {
761 display:inline;
762 margin-right:11px;
763 }
764
765 .profile .entity_profile .form_subscription_edit label {
766 font-weight:normal;
767 margin-right:11px;
768 }
769
770 /* NOTICE */
771 .notice,
772 .profile {
773 position:relative;
774 padding-top:11px;
775 padding-bottom:11px;
776 clear:both;
777 float:left;
778 width:100%;
779 border-top-width:1px;
780 border-top-style:dotted;
781 }
782 .notices li {
783 list-style-type:none;
784 }
785 .notices .notices {
786 margin-top:7px;
787 margin-left:2%;
788 width:98%;
789 float:left;
790 }
791
792 /* NOTICES */
793 #notices_primary {
794 float:left;
795 width:100%;
796 border-radius:7px;
797 -moz-border-radius:7px;
798 -webkit-border-radius:7px;
799 }
800 #notices_primary h2 {
801 display:none;
802 }
803 .notice-data a span {
804 display:block;
805 padding-left:28px;
806 }
807
808 .notice .author {
809 margin-right:11px;
810 }
811
812 .fn {
813 overflow:hidden;
814 }
815
816 .notice .author .fn {
817 font-weight:bold;
818 }
819
820 .vcard .photo {
821 display:inline;
822 margin-right:11px;
823 float:left;
824 }
825 #shownotice .vcard .photo {
826 margin-bottom:4px;
827 }
828 .vcard .url {
829 text-decoration:none;
830 }
831 .vcard .url:hover {
832 text-decoration:underline;
833 }
834
835 .notice .entry-title {
836 float:left;
837 width:100%;
838 overflow:hidden;
839 }
840 .notice .entry-title.ov {
841 overflow:visible;
842 }
843 #shownotice .notice .entry-title {
844 font-size:2.2em;
845 }
846
847 .notice p.entry-content {
848 display:inline;
849 }
850
851 #content .notice p.entry-content a:visited {
852 border-radius:4px;
853 -moz-border-radius:4px;
854 -webkit-border-radius:4px;
855 }
856 .notice p.entry-content .vcard a {
857 border-radius:4px;
858 -moz-border-radius:4px;
859 -webkit-border-radius:4px;
860 }
861
862 .notice div.entry-content {
863 clear:left;
864 float:left;
865 font-size:0.95em;
866 margin-left:59px;
867 width:50%;
868 }
869 #showstream .notice div.entry-content,
870 #shownotice .notice div.entry-content {
871 margin-left:0;
872 }
873
874 .notice .notice-options a,
875 .notice .notice-options input {
876 float:left;
877 font-size:1.025em;
878 }
879
880 .notice div.entry-content .timestamp {
881 display:inline-block;
882 }
883
884 .notice-options {
885 position:relative;
886 font-size:0.95em;
887 width:90px;
888 float:right;
889 margin-right:11px;
890 }
891
892 .notice-options a {
893 float:left;
894 }
895 .notice-options .notice_delete,
896 .notice-options .notice_reply,
897 .notice-options .form_favor,
898 .notice-options .form_disfavor {
899 position:absolute;
900 top:0;
901 }
902 .notice-options .form_favor,
903 .notice-options .form_disfavor {
904 left:0;
905 }
906 .notice-options .notice_reply {
907 left:29px;
908 }
909 .notice-options .notice_delete {
910 right:0;
911 }
912 .notice-options input,
913 .notice-options a {
914 text-indent:-9999px;
915 outline:none;
916 }
917 .notice-options input.submit {
918 display:block;
919 border:0;
920 }
921 .notice-options .notice_reply,
922 .notice-options .notice_delete {
923 text-decoration:none;
924 padding-left:16px;
925 }
926 .notice-options form input.submit {
927 width:16px;
928 padding:2px 0;
929 }
930 .notice-options .form_favor legend,
931 .notice-options .form_disfavor legend {
932 display:none;
933 }
934 .notice-options .form_favor fieldset,
935 .notice-options .form_disfavor fieldset {
936 border:0;
937 padding:0;
938 }
939
940 .notice .attachment {
941 position:relative;
942 padding-left:16px;
943 }
944 #attachments .attachment {
945 padding-left:0;
946 }
947 .notice .attachment img {
948 position:absolute;
949 top:18px;
950 left:0;
951 z-index:99;
952 }
953 #shownotice .notice .attachment img {
954 position:static;
955 }
956
957 #attachments {
958 clear:both;
959 float:left;
960 width:100%;
961 margin-top:18px;
962 }
963 #attachments dt {
964 font-weight:bold;
965 font-size:1.3em;
966 margin-bottom:4px;
967 }
968
969 #attachments ol li {
970 margin-bottom:18px;
971 list-style-type:decimal;
972 float:left;
973 clear:both;
974 }
975
976 #jOverlayContent,
977 #jOverlayContent #content,
978 #jOverlayContent #content_inner {
979 width: auto !important;
980 margin-bottom:0;
981 }
982 #jOverlayContent #content {
983 padding:11px;
984 min-height:auto;
985 }
986 #jOverlayContent .external span {
987 display:block;
988 margin-bottom:11px;
989 }
990 #jOverlayContent button {
991 position:absolute;
992 top:0;
993 right:0;
994 width:29px;
995 height:29px;
996 text-align:center;
997 font-weight:bold;
998 padding:0;
999 }
1000 #jOverlayContent h1 {
1001 max-width:425px;
1002 }
1003 #jOverlayContent #content {
1004 border-radius:7px;
1005 -moz-border-radius:7px;
1006 -webkit-border-radius:7px;
1007 }
1008 #jOverlayLoading {
1009 top:5%;
1010 left:40%;
1011 }
1012 #attachment_view img {
1013 max-width:480px;
1014 max-height:480px;
1015 }
1016 #attachment_view #oembed_info {
1017 margin-top:11px;
1018 }
1019 #attachment_view #oembed_info dt,
1020 #attachment_view #oembed_info dd {
1021 float:left;
1022 }
1023 #attachment_view #oembed_info dt {
1024 clear:left;
1025 margin-right:11px;
1026 font-weight:bold;
1027 }
1028 #attachment_view #oembed_info dt:after {
1029 content: ":";
1030 }
1031
1032 #usergroups #new_group {
1033 float: left;
1034 margin-right: 2em;
1035 }
1036 #new_group, #group_search {
1037 margin-bottom:18px;
1038 }
1039 #new_group a {
1040 padding-left:20px;
1041 }
1042
1043 #filter_tags {
1044 margin-bottom:11px;
1045 float:left;
1046 }
1047 #filter_tags dt {
1048 display:none;
1049 }
1050 #filter_tags ul {
1051 list-style-type:none;
1052 }
1053 #filter_tags li {
1054 float:left;
1055 margin-left:7px;
1056 padding-left:7px;
1057 border-left-width:1px;
1058 border-left-style:solid;
1059 }
1060 #filter_tags #filter_tags_all {
1061 margin-left:0;
1062 border-left:0;
1063 padding-left:0;
1064 }
1065 #filter_tags_all a {
1066 font-weight:bold;
1067 margin-top:7px;
1068 float:left;
1069 }
1070
1071 #filter_tags_item label {
1072 margin-right:7px;
1073 }
1074 #filter_tags_item label,
1075 #filter_tags_item select {
1076 float:left;
1077 }
1078 #filter_tags_item p {
1079 float:left;
1080 clear:both;
1081 margin-left:38px;
1082 }
1083 #filter_tags_item .submit {
1084 position:relative;
1085 top:3px;
1086 left:3px;
1087 }
1088
1089 .pagination {
1090 float:left;
1091 clear:both;
1092 width:100%;
1093 margin-top:18px;
1094 }
1095
1096 .pagination dt {
1097 font-weight:bold;
1098 display:none;
1099 }
1100
1101 .pagination .nav {
1102 float:left;
1103 width:100%;
1104 list-style-type:none;
1105 }
1106
1107 .pagination .nav_prev {
1108 float:left;
1109 }
1110 .pagination .nav_next {
1111 float:right;
1112 }
1113
1114 .pagination a {
1115 display:block;
1116 text-decoration:none;
1117 font-weight:bold;
1118 padding:7px;
1119 border-width:1px;
1120 border-style:solid;
1121 -moz-border-radius:7px;
1122 -webkit-border-radius:7px;
1123 border-radius:7px;
1124 }
1125
1126 .pagination .nav_prev a {
1127 padding-left:30px;
1128 }
1129 .pagination .nav_next a {
1130 padding-right:30px;
1131 }
1132 /* END: NOTICE */
1133
1134 .hentry .entry-content p {
1135 margin-bottom:18px;
1136 }
1137 .system_notice ul,
1138 .instructions ul,
1139 .hentry entry-content ol,
1140 .hentry .entry-content ul {
1141 list-style-position:inside;
1142 }
1143 .hentry .entry-content li {
1144 margin-bottom:18px;
1145 }
1146 .hentry .entry-content li li {
1147 margin-left:18px;
1148 }
1149
1150 /* TOP_POSTERS */
1151 .section tbody td {
1152 padding-right:18px;
1153 padding-bottom:11px;
1154 }
1155 .section .vcard .photo {
1156 margin-right:7px;
1157 margin-bottom:0;
1158 }
1159
1160 .section .notice {
1161 padding-top:7px;
1162 padding-bottom:7px;
1163 border-top:0;
1164 }
1165
1166 .section .notice:first-child {
1167 padding-top:0;
1168 }
1169
1170 .section .notice .author {
1171 margin-right:0;
1172 }
1173 .section .notice .author .fn {
1174 display:none;
1175 }
1176
1177 /* tagcloud */
1178 .tag-cloud {
1179 list-style-type:none;
1180 text-align:center;
1181 }
1182 .aside .tag-cloud {
1183 font-size:0.8em;
1184 }
1185 .tag-cloud li {
1186 display:inline;
1187 margin-right:7px;
1188 line-height:1.25;
1189 }
1190 .aside .tag-cloud li {
1191 line-height:1.5;
1192 }
1193 .tag-cloud li a {
1194 text-decoration:none;
1195 }
1196 #tagcloud.section dt {
1197 text-transform:uppercase;
1198 font-weight:bold;
1199 }
1200 .tag-cloud-1 {
1201 font-size:1em;
1202 }
1203 .tag-cloud-2 {
1204 font-size:1.25em;
1205 }
1206 .tag-cloud-3 {
1207 font-size:1.75em;
1208 }
1209 .tag-cloud-4 {
1210 font-size:2em;
1211 }
1212 .tag-cloud-5 {
1213 font-size:2.25em;
1214 }
1215 .tag-cloud-6 {
1216 font-size:2.75em;
1217 }
1218 .tag-cloud-7 {
1219 font-size:3.25em;
1220 }
1221
1222 #publictagcloud #tagcloud.section dt {
1223 display:none;
1224 }
1225
1226 #form_settings_photo .form_data {
1227 clear:both;
1228 }
1229
1230 #form_settings_avatar li {
1231 width:auto;
1232 }
1233 #form_settings_avatar input {
1234 margin-left:0;
1235 }
1236 #avatar_original,
1237 #avatar_preview {
1238 float:left;
1239 }
1240 #avatar_preview {
1241 margin-left:29px;
1242 }
1243 #avatar_preview_view {
1244 height:96px;
1245 width:96px;
1246 margin-bottom:18px;
1247 overflow:hidden;
1248 }
1249
1250 #settings_attach,
1251 #form_settings_avatar .form_actions {
1252 clear:both;
1253 }
1254
1255 #form_settings_avatar .form_actions {
1256 margin-bottom:0;
1257 }
1258
1259 #form_settings_design #settings_design_background-image img {
1260 max-width:480px;
1261 max-height:480px;
1262 }
1263
1264 #form_settings_design #settings_design_color .form_data,
1265 #form_settings_design #color-picker {
1266 float:left;
1267 }
1268 #form_settings_design #settings_design_color .form_data {
1269 width:400px;
1270 margin-right:28px;
1271 }
1272
1273 #settings_design_color .form_data li {
1274 width:33%;
1275 }
1276 #settings_design_color .form_data label {
1277 float:none;
1278 display:block;
1279 }
1280 #settings_design_color .form_data .swatch {
1281 padding:11px;
1282 margin-left:0;
1283 }
1284
1285 .instructions ul {
1286 list-style-position:inside;
1287 }
1288 .instructions p,
1289 .instructions ul {
1290 margin-bottom:18px;
1291 }
1292 .help dt {
1293 display:none;
1294 }
1295 .guide {
1296 clear:both;
1297 }