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