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