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