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