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