]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
1166ae63b703cb88c4731d0489decaf979098b24
[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 .error,
87 .success {
88 padding:4px 7px;
89 border-radius:4px;
90 -moz-border-radius:4px;
91 -webkit-border-radius:4px;
92 margin-bottom:18px;
93 }
94 form label.submit {
95 display:none;
96 }
97
98 .form_settings {
99 clear:both;
100 }
101
102 .form_settings fieldset {
103 margin-bottom:29px;
104 }
105 .form_settings input.remove {
106 margin-left:11px;
107 }
108 .form_settings .form_data li {
109 width:100%;
110 float:left;
111 }
112 .form_settings .form_data label {
113 float:left;
114 }
115 .form_settings .form_data textarea,
116 .form_settings .form_data select,
117 .form_settings .form_data input {
118 margin-left:11px;
119 float:left;
120 }
121 .form_settings .form_data input.submit {
122 margin-left:0;
123 }
124
125 .form_settings label {
126 margin-top:2px;
127 width:152px;
128 }
129
130 .form_actions label {
131 display:none;
132 }
133 .form_guide {
134 font-style:italic;
135 }
136
137 .form_settings #settings_autosubscribe label {
138 display:inline;
139 font-weight:bold;
140 }
141
142 #form_settings_profile legend,
143 #form_login legend,
144 #form_register legend,
145 #form_password legend,
146 #form_settings_avatar legend,
147 #newgroup legend,
148 #editgroup legend,
149 #form_tag_user legend,
150 #form_remote_subscribe legend,
151 #form_openid_login legend,
152 #form_search legend,
153 #form_invite legend,
154 #form_notice_delete legend,
155 #form_password_recover legend,
156 #form_password_change 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
184 #form_login p.form_guide,
185 #form_register #settings_rememberme p.form_guide,
186 #form_openid_login #settings_rememberme p.form_guide,
187 #settings_twitter_remove p.form_guide,
188 #form_search ul.form_data #q {
189 margin-left:0;
190 }
191
192 .form_settings .form_note {
193 border-radius:4px;
194 -moz-border-radius:4px;
195 -webkit-border-radius:4px;
196 padding:0 7px;
197 }
198
199
200 .form_settings input.form_action-secondary {
201 margin-left:29px;
202 padding:0;
203 }
204
205 #form_search .submit {
206 margin-left:11px;
207 }
208
209 address {
210 float:left;
211 margin-bottom:18px;
212 margin-left:18px;
213 }
214 address.vcard img.logo {
215 margin-right:0;
216 }
217 address .fn {
218 font-weight:bold;
219 }
220 address img + .fn {
221 display:none;
222 }
223
224 #header {
225 width:100%;
226 position:relative;
227 float:left;
228 padding-top:18px;
229 margin-bottom:29px;
230 }
231
232 #site_nav_global_primary {
233 float:right;
234 margin-right:18px;
235 margin-bottom:11px;
236 margin-left:18px;
237 }
238 #site_nav_global_primary ul li {
239 display:inline;
240 margin-left:11px;
241 }
242
243 .system_notice dt {
244 font-weight:bold;
245 text-transform:uppercase;
246 display:none;
247 }
248
249 #site_notice {
250 position:absolute;
251 top:65px;
252 right:18px;
253 width:250px;
254 width:24%;
255 }
256 #page_notice {
257 clear:both;
258 margin-bottom:18px;
259 }
260
261
262 #anon_notice {
263 float:left;
264 width:43.2%;
265 padding:1.1%;
266 border-radius:7px;
267 -moz-border-radius:7px;
268 -webkit-border-radius:7px;
269 border-width:2px;
270 border-style:solid;
271 line-height:1.5;
272 font-size:1.1em;
273 font-weight:bold;
274 }
275
276
277 #footer {
278 float:left;
279 width:64%;
280 padding:18px;
281 }
282
283 #site_nav_local_views {
284 width:100%;
285 float:left;
286 }
287 #site_nav_local_views dt {
288 display:none;
289 }
290 #site_nav_local_views li {
291 float:left;
292 margin-right:18px;
293 list-style-type:none;
294 }
295 #site_nav_local_views a {
296 float:left;
297 text-decoration:none;
298 padding:4px 11px;
299 -moz-border-radius-topleft:4px;
300 -moz-border-radius-topright:4px;
301 -webkit-border-top-left-radius:4px;
302 -webkit-border-top-right-radius:4px;
303 border-width:1px;
304 border-style:solid;
305 border-bottom:0;
306 text-shadow: 2px 2px 2px #ddd;
307 font-weight:bold;
308 }
309 #site_nav_local_views .nav {
310 float:left;
311 width:100%;
312 }
313
314 #site_nav_global_primary dt,
315 #site_nav_global_secondary dt {
316 display:none;
317 }
318
319 #site_nav_global_secondary {
320 margin-bottom:11px;
321 }
322
323 #site_nav_global_secondary ul li {
324 display:inline;
325 margin-right:11px;
326 }
327 #export_data li a {
328 padding-left:20px;
329 }
330 #export_data li a.foaf {
331 padding-left:30px;
332 }
333 #export_data li a.export_vcard {
334 padding-left:28px;
335 }
336
337 #export_data ul {
338 display:inline;
339 }
340 #export_data li {
341 list-style-type:none;
342 display:inline;
343 margin-left:11px;
344 }
345 #export_data li:first-child {
346 margin-left:0;
347 }
348
349 #licenses {
350 font-size:0.9em;
351 }
352
353 #licenses dt {
354 font-weight:bold;
355 display:none;
356 }
357 #licenses dd {
358 margin-bottom:11px;
359 line-height:1.5;
360 }
361
362 #site_content_license_cc {
363 margin-bottom:0;
364 }
365 #site_content_license_cc img {
366 display:inline;
367 vertical-align:top;
368 margin-right:4px;
369 }
370
371 #wrap {
372 margin:0 auto;
373 width:100%;
374 min-width:760px;
375 max-width:1003px;
376 overflow:hidden;
377 }
378
379 #core {
380 position:relative;
381 width:100%;
382 float:left;
383 margin-bottom:1em;
384 }
385
386 #content {
387 width:64.009%;
388 min-height:259px;
389 padding:1.795%;
390 float:left;
391 border-radius:7px;
392 -moz-border-radius:7px;
393 -moz-border-radius-topleft:0;
394 -webkit-border-radius:7px;
395 -webkit-border-top-left-radius:0;
396 border-style:solid;
397 border-width:1px;
398 }
399
400 #content_inner {
401 position:relative;
402 width:100%;
403 float:left;
404 }
405
406 #aside_primary {
407 width:27.917%;
408 min-height:259px;
409 float:left;
410 margin-left:0.385%;
411 padding:1.795%;
412 border-radius:7px;
413 -moz-border-radius:7px;
414 -webkit-border-radius:7px;
415 border-width:1px;
416 border-style:solid;
417 }
418
419 #form_notice {
420 width:45.664%;
421 float:left;
422 position:relative;
423 line-height:1;
424 }
425 #form_notice fieldset {
426 border:0;
427 padding:0;
428 }
429 #form_notice legend {
430 display:none;
431 }
432 #form_notice textarea {
433 float:left;
434 border-radius:7px;
435 -moz-border-radius:7px;
436 -webkit-border-radius:7px;
437 width:80.789%;
438 height:67px;
439 line-height:1.5;
440 padding:7px 7px 16px 7px;
441 }
442 #form_notice label {
443 display:block;
444 float:left;
445 font-size:1.3em;
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 .instructions ul {
1149 list-style-position:inside;
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 }