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