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