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