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