]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn
[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 right:0;
244 top:49px;
245 float:right;
246 width:300px;
247 }
248 #page_notice {
249 clear:both;
250 margin-bottom:18px;
251 }
252
253
254 #anon_notice {
255 float:left;
256 width:432px;
257 padding:11px;
258 border-radius:7px;
259 -moz-border-radius:7px;
260 -webkit-border-radius:7px;
261 border-width:2px;
262 border-style:solid;
263 line-height:1.5;
264 font-size:1.1em;
265 font-weight:bold;
266 }
267
268
269 #footer {
270 float:left;
271 width:64%;
272 padding:18px;
273 }
274
275 #site_nav_local_views {
276 width:100%;
277 float:left;
278 }
279 #site_nav_local_views dt {
280 display:none;
281 }
282 #site_nav_local_views li {
283 float:left;
284 margin-right:18px;
285 list-style-type:none;
286 }
287 #site_nav_local_views a {
288 float:left;
289 text-decoration:none;
290 padding:4px 11px;
291 -moz-border-radius-topleft:4px;
292 -moz-border-radius-topright:4px;
293 -webkit-border-top-left-radius:4px;
294 -webkit-border-top-right-radius:4px;
295 border-width:1px;
296 border-style:solid;
297 border-bottom:0;
298 text-shadow: 4px 4px 4px #ddd;
299 font-weight:bold;
300 }
301 #site_nav_local_views .nav {
302 float:left;
303 width:100%;
304 }
305
306 #site_nav_global_primary dt,
307 #site_nav_global_secondary dt {
308 display:none;
309 }
310
311 #site_nav_global_secondary {
312 margin-bottom:11px;
313 }
314
315 #site_nav_global_secondary ul li {
316 display:inline;
317 margin-right:11px;
318 }
319 #export_data li a {
320 padding-left:20px;
321 }
322 #export_data li a.foaf {
323 padding-left:30px;
324 }
325 #export_data li a.export_vcard {
326 padding-left:28px;
327 }
328
329 #export_data ul {
330 display:inline;
331 }
332 #export_data li {
333 list-style-type:none;
334 display:inline;
335 margin-left:11px;
336 }
337 #export_data li:first-child {
338 margin-left:0;
339 }
340
341 #licenses {
342 font-size:0.9em;
343 }
344
345 #licenses dt {
346 font-weight:bold;
347 display:none;
348 }
349 #licenses dd {
350 margin-bottom:11px;
351 line-height:1.5;
352 }
353
354 #site_content_license_cc {
355 margin-bottom:0;
356 }
357 #site_content_license_cc img {
358 display:inline;
359 vertical-align:top;
360 margin-right:4px;
361 }
362
363 #wrap {
364 float:left;
365 margin:0 auto;
366 width:71.714em;
367 }
368
369 #core {
370 position:relative;
371 width:100%;
372 float:left;
373 margin-bottom:1em;
374 }
375
376 #content {
377 width:644px;
378 padding:18px;
379 float:left;
380 border-radius:7px;
381 -moz-border-radius:7px;
382 -moz-border-radius-topleft:0;
383 -webkit-border-radius:7px;
384 -webkit-border-top-left-radius:0;
385 }
386
387 #content_inner {
388 position:relative;
389 width:100%;
390 float:left;
391 }
392
393 #aside_primary {
394 width:284px;
395 float:left;
396 margin-left:2px;
397 padding:18px;
398 border-radius:7px;
399 -moz-border-radius:7px;
400 -webkit-border-radius:7px;
401 border-width:1px;
402 border-style:solid;
403 }
404
405 /*Start: FORM NOTICE*/
406 #form_notice {
407 width:458px;
408 float:left;
409 position:relative;
410 line-height:1;
411 }
412 #form_notice fieldset {
413 border:0;
414 padding:0;
415 }
416 #form_notice legend {
417 display:none;
418 }
419 #form_notice textarea {
420 border-radius:7px;
421 -moz-border-radius:7px;
422 -webkit-border-radius:7px;
423 width:370px;
424 height:67px;
425 line-height:1.5;
426 padding:7px 7px 16px 7px;
427 }
428 #form_notice label {
429 display:block;
430 font-size:1.3em;
431 margin-bottom:7px;
432 }
433 #form_notice .form_data li {
434 float:left;
435 }
436
437 #form_notice #notice_attach_file label,
438 #form_notice #notice_submit label {
439 display:none;
440 }
441
442 #form_notice #notice_attachment {
443 margin-top:25px;
444 margin-left:4px;
445 }
446
447 #form_notice .form_note {
448 position:absolute;
449 top:99px;
450 right:98px;
451 z-index:9;
452 }
453
454 #form_notice .form_note dt {
455 font-weight:bold;
456 display:none;
457 }
458 #notice_text-count {
459 font-weight:bold;
460 line-height:1.15;
461 padding:1px 2px;
462 }
463
464 #form_notice #notice_data-attach_view {
465 position:absolute;
466 top:25px;
467 right:30px;
468 margin-left:4px;
469 padding:0;
470 width:16px;
471 height:16px;
472 border:0;
473 text-indent:-9999px;
474 }
475 #form_notice .form_actions {
476 position:absolute;
477 bottom:0;
478 right:0;
479 }
480 #form_notice .form_actions input.submit {
481 width:60px;
482 padding:8px;
483 }
484
485 #form_notice li {
486 margin-bottom:0;
487 }
488
489 #form_notice #notice_to {
490 margin-bottom:7px;
491 }
492
493 #notice_to label {
494 float:left;
495 margin-right:18px;
496 margin-top:11px;
497 }
498 #notice_to select {
499 float:left;
500 }
501 /*end FORM NOTICE*/
502
503
504 /* entity_profile */
505 .entity_profile {
506 position:relative;
507 width:475px;
508 min-height:123px;
509 float:left;
510 margin-bottom:18px;
511 margin-left:0;
512 }
513 .entity_profile dt,
514 #entity_statistics dt {
515 font-weight:bold;
516 }
517 .entity_profile dd {
518 display:inline;
519 }
520
521 .entity_profile .entity_depiction {
522 float:left;
523 width:96px;
524 margin-right:18px;
525 margin-bottom:18px;
526 }
527
528 .entity_profile .entity_fn,
529 .entity_profile .entity_nickname,
530 .entity_profile .entity_location,
531 .entity_profile .entity_url,
532 .entity_profile .entity_note,
533 .entity_profile .entity_tags {
534 margin-left:113px;
535 margin-bottom:4px;
536 width:322px;
537 }
538
539 .entity_profile .entity_fn,
540 .entity_profile .entity_nickname {
541 margin-left:11px;
542 display:inline;
543 font-weight:bold;
544 }
545 .entity_profile .entity_nickname {
546 margin-left:0;
547 }
548
549 .entity_profile .entity_fn dd:before {
550 content: "(";
551 font-weight:normal;
552 }
553 .entity_profile .entity_fn dd:after {
554 content: ")";
555 font-weight:normal;
556 }
557
558 .entity_profile dt {
559 display:none;
560 }
561 .entity_profile h2 {
562 display:none;
563 }
564
565 /* entity_profile */
566
567
568 /*entity_actions*/
569 .entity_actions {
570 float:right;
571 margin-left:28px;
572 }
573 .entity_actions h2 {
574 display:none;
575 }
576 .entity_actions ul {
577 list-style-type:none;
578 }
579 .entity_actions li {
580 margin-bottom:4px;
581 }
582 .entity_actions li:first-child {
583 border-top:0;
584 }
585 .entity_actions fieldset {
586 border:0;
587 padding:0;
588 }
589 .entity_actions legend {
590 display:none;
591 }
592
593 .entity_actions input.submit {
594 display:block;
595 text-align:left;
596 width:100%;
597 }
598 .entity_actions a,
599 .entity_nudge p,
600 .entity_remote_subscribe {
601 text-decoration:none;
602 font-weight:bold;
603 display:block;
604 }
605
606 .form_user_block input.submit,
607 .form_user_unblock input.submit,
608 .entity_send-a-message a,
609 .form_user_nudge input.submit,
610 .entity_nudge p {
611 border:0;
612 padding-left:20px;
613 }
614
615 .entity_send-a-message a,
616 .entity_nudge p {
617 padding:4px 4px 4px 23px;
618 }
619
620 .entity_remote_subscribe {
621 padding:4px;
622 border-width:2px;
623 border-style:solid;
624 border-radius:4px;
625 -moz-border-radius:4px;
626 -webkit-border-radius:4px;
627 }
628
629
630 .entity_tags ul {
631 list-style-type:none;
632 display:inline;
633 }
634 .entity_tags li {
635 display:inline;
636 margin-right:4px;
637 }
638
639 .aside .section {
640 margin-bottom:29px;
641 clear:both;
642 float:left;
643 width:100%;
644 }
645 .aside .section h2 {
646 text-transform:uppercase;
647 font-size:1em;
648 }
649
650 #entity_statistics dt,
651 #entity_statistics dd {
652 display:inline;
653 }
654 #entity_statistics dt:after {
655 content: ":";
656 }
657
658 .section ul.entities {
659 float:left;
660 width:100%;
661 }
662 .section .entities li {
663 list-style-type:none;
664 float:left;
665 margin-right:7px;
666 margin-bottom:7px;
667 }
668 .section .entities li .photo {
669 margin-right:0;
670 margin-bottom:0;
671 }
672 .section .entities li .fn {
673 display:none;
674 }
675
676 .aside .section p,
677 .aside .section .more {
678 clear:both;
679 }
680
681 .profile .entity_profile {
682 margin-bottom:0;
683 min-height:60px;
684 }
685
686
687 .profile .form_group_join legend,
688 .profile .form_group_leave legend,
689 .profile .form_user_subscribe legend,
690 .profile .form_user_unsubscribe legend {
691 display:none;
692 }
693
694 .profiles {
695 list-style-type:none;
696 }
697 .profile .entity_profile .entity_location {
698 width:auto;
699 clear:none;
700 margin-left:11px;
701 }
702 .profile .entity_profile dl,
703 .profile .entity_profile dd {
704 display:inline;
705 float:none;
706 }
707 .profile .entity_profile .entity_note,
708 .profile .entity_profile .entity_url,
709 .profile .entity_profile .entity_tags,
710 .profile .entity_profile .form_subcription_edit {
711 margin-left:59px;
712 clear:none;
713 display:block;
714 width:auto;
715 }
716 .profile .entity_profile .entity_tags dt {
717 display:inline;
718 margin-right:11px;
719 }
720
721
722 .profile .entity_profile .form_subcription_edit label {
723 font-weight:normal;
724 margin-right:11px;
725 }
726
727
728 /* NOTICE */
729 .notice,
730 .profile {
731 position:relative;
732 padding-top:11px;
733 padding-bottom:11px;
734 clear:both;
735 float:left;
736 width:100%;
737 border-top-width:1px;
738 border-top-style:dashed;
739 }
740 .notices li {
741 list-style-type:none;
742 }
743 .notices li.hover {
744 border-radius:4px;
745 -moz-border-radius:4px;
746 -webkit-border-radius:4px;
747 }
748
749 /* NOTICES */
750 #notices_primary {
751 float:left;
752 width:644px;
753 border-radius:7px;
754 -moz-border-radius:7px;
755 -webkit-border-radius:7px;
756 }
757 #notices_primary h2 {
758 display:none;
759 }
760 .notice-data a span {
761 display:block;
762 padding-left:28px;
763 }
764
765 .notice .author {
766 margin-right:11px;
767 }
768
769 .notice .author .fn {
770 font-weight:bold;
771 }
772
773 .notice .author .photo {
774 margin-bottom:0;
775 }
776
777 .vcard .photo {
778 display:inline;
779 margin-right:11px;
780 margin-bottom:11px;
781 float:left;
782 }
783 .vcard .url {
784 text-decoration:none;
785 }
786 .vcard .url:hover {
787 text-decoration:underline;
788 }
789
790 .notice .entry-title {
791 float:left;
792 width:100%;
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 }