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