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