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