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