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