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