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