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