]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/base/css/display.css
Merge branch '0.7.x' into 0.8.x
[quix0rs-gnu-social.git] / theme / default / 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 7px;
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 }
430 #form_notice legend {
431 display:none;
432 }
433 #form_notice textarea {
434 float:left;
435 border-radius:7px;
436 -moz-border-radius:7px;
437 -webkit-border-radius:7px;
438 width:80.789%;
439 height:67px;
440 line-height:1.5;
441 padding:7px 7px 16px 7px;
442 }
443 #form_notice label {
444 display:block;
445 float:left;
446 font-size:1.3em;
447 margin-bottom:7px;
448 }
449 #form_notice #notice_submit label {
450 display:none;
451 }
452 #form_notice .form_note {
453 position:absolute;
454 top:99px;
455 right:98px;
456 z-index:9;
457 }
458 #form_notice .form_note dt {
459 font-weight:bold;
460 display:none;
461 }
462 #notice_text-count {
463 font-weight:bold;
464 line-height:1.15;
465 padding:1px 2px;
466 }
467 #form_notice #notice_action-submit {
468 width:14%;
469 height:47px;
470 padding:0;
471 position:absolute;
472 bottom:0;
473 right:0;
474 }
475 #form_notice label[for=to] {
476 margin-top:7px;
477 }
478 #form_notice select[id=to] {
479 margin-bottom:7px;
480 margin-left:18px;
481 float:left;
482 }
483
484
485 /* entity_profile */
486 .entity_profile {
487 position:relative;
488 width:67.702%;
489 min-height:123px;
490 float:left;
491 margin-bottom:18px;
492 margin-left:0;
493 overflow:hidden;
494 }
495 .entity_profile dt,
496 #entity_statistics dt {
497 font-weight:bold;
498 }
499 .entity_profile dd {
500 display:inline;
501 }
502
503 .entity_profile .entity_depiction {
504 float:left;
505 width:96px;
506 margin-right:18px;
507 margin-bottom:18px;
508 }
509
510 .entity_profile .entity_fn,
511 .entity_profile .entity_nickname,
512 .entity_profile .entity_location,
513 .entity_profile .entity_url,
514 .entity_profile .entity_note,
515 .entity_profile .entity_tags {
516 margin-left:113px;
517 margin-bottom:4px;
518 }
519
520 .entity_profile .entity_fn,
521 .entity_profile .entity_nickname {
522 margin-left:11px;
523 display:inline;
524 font-weight:bold;
525 }
526 .entity_profile .entity_nickname {
527 margin-left:0;
528 }
529
530 .entity_profile .entity_fn dd:before {
531 content: "(";
532 font-weight:normal;
533 }
534 .entity_profile .entity_fn dd:after {
535 content: ")";
536 font-weight:normal;
537 }
538
539 .entity_profile dt {
540 display:none;
541 }
542 .entity_profile h2 {
543 display:none;
544 }
545 /* entity_profile */
546
547
548 /*entity_actions*/
549 .entity_actions {
550 float:right;
551 margin-left:4.35%;
552 max-width:25%;
553 }
554 .entity_actions h2 {
555 display:none;
556 }
557 .entity_actions ul {
558 list-style-type:none;
559 }
560 .entity_actions li {
561 margin-bottom:4px;
562 }
563 .entity_actions li:first-child {
564 border-top:0;
565 }
566 .entity_actions fieldset {
567 border:0;
568 padding:0;
569 }
570 .entity_actions legend {
571 display:none;
572 }
573
574 .entity_actions input.submit {
575 display:block;
576 text-align:left;
577 width:100%;
578 }
579 .entity_actions a,
580 .entity_nudge p,
581 .entity_remote_subscribe {
582 text-decoration:none;
583 font-weight:bold;
584 display:block;
585 }
586
587 .form_user_block input.submit,
588 .form_user_unblock input.submit,
589 .entity_send-a-message a,
590 .entity_edit a,
591 .form_user_nudge input.submit,
592 .entity_nudge p {
593 border:0;
594 padding-left:20px;
595 }
596
597 .entity_edit a,
598 .entity_send-a-message a,
599 .entity_nudge p {
600 padding:4px 4px 4px 23px;
601 }
602
603 .entity_remote_subscribe {
604 padding:4px;
605 border-width:2px;
606 border-style:solid;
607 border-radius:4px;
608 -moz-border-radius:4px;
609 -webkit-border-radius:4px;
610 }
611 .entity_actions .accept {
612 margin-bottom:18px;
613 }
614
615 .entity_tags ul {
616 list-style-type:none;
617 display:inline;
618 }
619 .entity_tags li {
620 display:inline;
621 margin-right:4px;
622 }
623
624 .aside .section {
625 margin-bottom:29px;
626 clear:both;
627 float:left;
628 width:100%;
629 }
630 .aside .section h2 {
631 text-transform:uppercase;
632 font-size:1em;
633 }
634
635 #entity_statistics dt,
636 #entity_statistics dd {
637 display:inline;
638 }
639 #entity_statistics dt:after {
640 content: ":";
641 }
642
643 .section ul.entities {
644 float:left;
645 width:100%;
646 }
647 .section .entities li {
648 list-style-type:none;
649 float:left;
650 margin-right:7px;
651 margin-bottom:7px;
652 }
653 .section .entities li .photo {
654 margin-right:0;
655 margin-bottom:0;
656 }
657 .section .entities li .fn {
658 display:none;
659 }
660
661 .aside .section p,
662 .aside .section .more {
663 clear:both;
664 }
665
666 .profile .entity_profile {
667 margin-bottom:0;
668 min-height:60px;
669 }
670
671
672 .profile .form_group_join legend,
673 .profile .form_group_leave legend,
674 .profile .form_user_subscribe legend,
675 .profile .form_user_unsubscribe legend {
676 display:none;
677 }
678
679 .profiles {
680 list-style-type:none;
681 }
682 .profile .entity_profile .entity_location {
683 width:auto;
684 clear:none;
685 margin-left:11px;
686 }
687 .profile .entity_profile dl,
688 .profile .entity_profile dd {
689 display:inline;
690 float:none;
691 }
692 .profile .entity_profile .entity_note,
693 .profile .entity_profile .entity_url,
694 .profile .entity_profile .entity_tags,
695 .profile .entity_profile .form_subscription_edit {
696 margin-left:59px;
697 clear:none;
698 display:block;
699 width:auto;
700 }
701 .profile .entity_profile .entity_tags dt {
702 display:inline;
703 margin-right:11px;
704 }
705
706
707 .profile .entity_profile .form_subscription_edit label {
708 font-weight:normal;
709 margin-right:11px;
710 }
711
712
713 /* NOTICE */
714 .notice,
715 .profile {
716 position:relative;
717 padding-top:11px;
718 padding-bottom:11px;
719 clear:both;
720 float:left;
721 width:100%;
722 border-top-width:1px;
723 border-top-style:dotted;
724 }
725 .notices li {
726 list-style-type:none;
727 }
728 .notices li.hover {
729 border-radius:4px;
730 -moz-border-radius:4px;
731 -webkit-border-radius:4px;
732 }
733
734 /* NOTICES */
735 #notices_primary {
736 float:left;
737 width:100%;
738 border-radius:7px;
739 -moz-border-radius:7px;
740 -webkit-border-radius:7px;
741 }
742 #notices_primary h2 {
743 display:none;
744 }
745 .notice-data a span {
746 display:block;
747 padding-left:28px;
748 }
749
750 .notice .author {
751 margin-right:11px;
752 }
753
754 .fn {
755 overflow:hidden;
756 }
757
758 .notice .author .fn {
759 font-weight:bold;
760 }
761
762 .notice .author .photo {
763 margin-bottom:0;
764 }
765
766 .vcard .photo {
767 display:inline;
768 margin-right:11px;
769 margin-bottom:11px;
770 float:left;
771 }
772 .vcard .url {
773 text-decoration:none;
774 }
775 .vcard .url:hover {
776 text-decoration:underline;
777 }
778
779 .notice .entry-title {
780 float:left;
781 width:100%;
782 overflow:hidden;
783 }
784 #shownotice .notice .entry-title {
785 font-size:2.2em;
786 }
787
788 .notice p.entry-content {
789 display:inline;
790 }
791
792 #content .notice p.entry-content a:visited {
793 border-radius:4px;
794 -moz-border-radius:4px;
795 -webkit-border-radius:4px;
796 }
797 .notice p.entry-content .vcard a {
798 border-radius:4px;
799 -moz-border-radius:4px;
800 -webkit-border-radius:4px;
801 }
802
803 .notice div.entry-content {
804 clear:left;
805 float:left;
806 font-size:0.95em;
807 margin-left:59px;
808 width:70%;
809 }
810 #showstream .notice div.entry-content {
811 margin-left:0;
812 }
813
814 .notice .notice-options a,
815 .notice .notice-options input {
816 float:left;
817 font-size:1.025em;
818 }
819
820 .notice div.entry-content dl,
821 .notice div.entry-content dt,
822 .notice div.entry-content dd {
823 display:inline;
824 }
825
826 .notice div.entry-content .timestamp dt,
827 .notice div.entry-content .response dt {
828 display:none;
829 }
830 .notice div.entry-content .timestamp a {
831 display:inline-block;
832 }
833 .notice div.entry-content .device dt {
834 text-transform:lowercase;
835 }
836
837
838
839 .notice-data {
840 position:absolute;
841 top:18px;
842 right:0;
843 min-height:50px;
844 margin-bottom:4px;
845 }
846 .notice .entry-content .notice-data dt {
847 display:none;
848 }
849
850 .notice-data a {
851 display:block;
852 outline:none;
853 }
854
855 .notice-options {
856 padding-left:2%;
857 float:left;
858 width:50%;
859 position:relative;
860 font-size:0.95em;
861 width:12.5%;
862 float:right;
863 }
864
865 .notice-options a {
866 float:left;
867 }
868 .notice-options .notice_delete,
869 .notice-options .notice_reply,
870 .notice-options .form_favor,
871 .notice-options .form_disfavor {
872 position:absolute;
873 top:0;
874 }
875 .notice-options .form_favor,
876 .notice-options .form_disfavor {
877 left:0;
878 }
879 .notice-options .notice_reply {
880 left:29px;
881 }
882 .notice-options .notice_delete {
883 right:0;
884 }
885 .notice-options .notice_reply dt {
886 display:none;
887 }
888
889 .notice-options input,
890 .notice-options a {
891 text-indent:-9999px;
892 outline:none;
893 }
894
895 .notice-options .notice_reply a,
896 .notice-options input.submit {
897 display:block;
898 border:0;
899 }
900 .notice-options .notice_reply a,
901 .notice-options .notice_delete a {
902 text-decoration:none;
903 padding-left:16px;
904 }
905
906 .notice-options form input.submit {
907 width:16px;
908 padding:2px 0;
909 }
910
911 .notice-options .notice_delete dt,
912 .notice-options .form_favor legend,
913 .notice-options .form_disfavor legend {
914 display:none;
915 }
916 .notice-options .notice_delete fieldset,
917 .notice-options .form_favor fieldset,
918 .notice-options .form_disfavor fieldset {
919 border:0;
920 padding:0;
921 }
922
923
924 #new_group, #group_search {
925 margin-bottom:18px;
926 }
927 #new_group a {
928 padding-left:20px;
929 }
930
931
932 #filter_tags {
933 margin-bottom:11px;
934 float:left;
935 }
936 #filter_tags dt {
937 display:none;
938 }
939 #filter_tags ul {
940 list-style-type:none;
941 }
942 #filter_tags ul li {
943 float:left;
944 margin-left:7px;
945 padding-left:7px;
946 border-left-width:1px;
947 border-left-style:solid;
948 }
949 #filter_tags ul li.child_1 {
950 margin-left:0;
951 border-left:0;
952 padding-left:0;
953 }
954 #filter_tags ul li#filter_tags_all a {
955 font-weight:bold;
956 margin-top:7px;
957 float:left;
958 }
959
960 #filter_tags ul li#filter_tags_item label {
961 margin-right:7px;
962 }
963 #filter_tags ul li#filter_tags_item label,
964 #filter_tags ul li#filter_tags_item select {
965 display:inline;
966 }
967 #filter_tags ul li#filter_tags_item p {
968 float:left;
969 margin-left:38px;
970 }
971 #filter_tags ul li#filter_tags_item input {
972 position:relative;
973 top:3px;
974 left:3px;
975 }
976
977
978
979 .pagination {
980 float:left;
981 clear:both;
982 width:100%;
983 margin-top:18px;
984 }
985
986 .pagination dt {
987 font-weight:bold;
988 display:none;
989 }
990
991 .pagination .nav {
992 float:left;
993 width:100%;
994 list-style-type:none;
995 }
996
997 .pagination .nav_prev {
998 float:left;
999 }
1000 .pagination .nav_next {
1001 float:right;
1002 }
1003
1004 .pagination a {
1005 display:block;
1006 text-decoration:none;
1007 font-weight:bold;
1008 padding:7px;
1009 border-width:1px;
1010 border-style:solid;
1011 -moz-border-radius:7px;
1012 -webkit-border-radius:7px;
1013 border-radius:7px;
1014 }
1015
1016 .pagination .nav_prev a {
1017 padding-left:30px;
1018 }
1019 .pagination .nav_next a {
1020 padding-right:30px;
1021 }
1022 /* END: NOTICE */
1023
1024
1025 .hentry .entry-content p {
1026 margin-bottom:18px;
1027 }
1028 .hentry entry-content ol,
1029 .hentry .entry-content ul {
1030 list-style-position:inside;
1031 }
1032 .hentry .entry-content li {
1033 margin-bottom:18px;
1034 }
1035 .hentry .entry-content li li {
1036 margin-left:18px;
1037 }
1038
1039
1040
1041
1042 /* TOP_POSTERS */
1043 .section tbody td {
1044 padding-right:11px;
1045 padding-bottom:11px;
1046 }
1047 .section .vcard .photo {
1048 margin-right:7px;
1049 margin-bottom:0;
1050 }
1051
1052 .section .notice {
1053 padding-top:7px;
1054 padding-bottom:7px;
1055 border-top:0;
1056 }
1057
1058 .section .notice:first-child {
1059 padding-top:0;
1060 }
1061
1062 .section .notice .author {
1063 margin-right:0;
1064 }
1065 .section .notice .author .fn {
1066 display:none;
1067 }
1068
1069
1070 /* tagcloud */
1071 .tag-cloud {
1072 list-style-type:none;
1073 text-align:center;
1074 }
1075 .aside .tag-cloud {
1076 font-size:0.8em;
1077 }
1078 .tag-cloud li {
1079 display:inline;
1080 margin-right:7px;
1081 line-height:1.25;
1082 }
1083 .aside .tag-cloud li {
1084 line-height:1.5;
1085 }
1086 .tag-cloud li a {
1087 text-decoration:none;
1088 }
1089 #tagcloud.section dt {
1090 text-transform:uppercase;
1091 font-weight:bold;
1092 }
1093 .tag-cloud-1 {
1094 font-size:1em;
1095 }
1096 .tag-cloud-2 {
1097 font-size:1.25em;
1098 }
1099 .tag-cloud-3 {
1100 font-size:1.75em;
1101 }
1102 .tag-cloud-4 {
1103 font-size:2em;
1104 }
1105 .tag-cloud-5 {
1106 font-size:2.25em;
1107 }
1108 .tag-cloud-6 {
1109 font-size:2.75em;
1110 }
1111 .tag-cloud-7 {
1112 font-size:3.25em;
1113 }
1114
1115 #publictagcloud #tagcloud.section dt {
1116 display:none;
1117 }
1118
1119 #form_settings_photo .form_data {
1120 clear:both;
1121 }
1122
1123 #form_settings_avatar li {
1124 width:auto;
1125 }
1126 #form_settings_avatar input {
1127 margin-left:0;
1128 }
1129 #avatar_original,
1130 #avatar_preview {
1131 float:left;
1132 }
1133 #avatar_preview {
1134 margin-left:29px;
1135 }
1136 #avatar_preview_view {
1137 height:96px;
1138 width:96px;
1139 margin-bottom:18px;
1140 overflow:hidden;
1141 }
1142
1143 #settings_attach,
1144 #form_settings_avatar .form_actions {
1145 clear:both;
1146 }
1147
1148 #form_settings_avatar .form_actions {
1149 margin-bottom:0;
1150 }
1151
1152 .instructions ul {
1153 list-style-position:inside;
1154 }
1155 .instructions p,
1156 .instructions ul {
1157 margin-bottom:18px;
1158 }
1159 .help dt {
1160 display:none;
1161 }
1162 .guide {
1163 clear:both;
1164 }