]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
8ea2befb4c2bbe45f0e543269f04381d5139598a
[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
611
612 .entity_tags ul {
613 list-style-type:none;
614 display:inline;
615 }
616 .entity_tags li {
617 display:inline;
618 margin-right:4px;
619 }
620
621 .aside .section {
622 margin-bottom:29px;
623 clear:both;
624 float:left;
625 width:100%;
626 }
627 .aside .section h2 {
628 text-transform:uppercase;
629 font-size:1em;
630 }
631
632 #entity_statistics dt,
633 #entity_statistics dd {
634 display:inline;
635 }
636 #entity_statistics dt:after {
637 content: ":";
638 }
639
640 .section ul.entities {
641 float:left;
642 width:100%;
643 }
644 .section .entities li {
645 list-style-type:none;
646 float:left;
647 margin-right:7px;
648 margin-bottom:7px;
649 }
650 .section .entities li .photo {
651 margin-right:0;
652 margin-bottom:0;
653 }
654 .section .entities li .fn {
655 display:none;
656 }
657
658 .aside .section p,
659 .aside .section .more {
660 clear:both;
661 }
662
663 .profile .entity_profile {
664 margin-bottom:0;
665 min-height:60px;
666 }
667
668
669 .profile .form_group_join legend,
670 .profile .form_group_leave legend,
671 .profile .form_user_subscribe legend,
672 .profile .form_user_unsubscribe legend {
673 display:none;
674 }
675
676 .profiles {
677 list-style-type:none;
678 }
679 .profile .entity_profile .entity_location {
680 width:auto;
681 clear:none;
682 margin-left:11px;
683 }
684 .profile .entity_profile dl,
685 .profile .entity_profile dd {
686 display:inline;
687 float:none;
688 }
689 .profile .entity_profile .entity_note,
690 .profile .entity_profile .entity_url,
691 .profile .entity_profile .entity_tags,
692 .profile .entity_profile .form_subcription_edit {
693 margin-left:59px;
694 clear:none;
695 display:block;
696 width:auto;
697 }
698 .profile .entity_profile .entity_tags dt {
699 display:inline;
700 margin-right:11px;
701 }
702
703
704 .profile .entity_profile .form_subcription_edit label {
705 font-weight:normal;
706 margin-right:11px;
707 }
708
709
710 /* NOTICE */
711 .notice,
712 .profile {
713 position:relative;
714 padding-top:11px;
715 padding-bottom:11px;
716 clear:both;
717 float:left;
718 width:100%;
719 border-top-width:1px;
720 border-top-style:dashed;
721 }
722 .notices li {
723 list-style-type:none;
724 }
725 .notices li.hover {
726 border-radius:4px;
727 -moz-border-radius:4px;
728 -webkit-border-radius:4px;
729 }
730
731 /* NOTICES */
732 #notices_primary {
733 float:left;
734 width:100%;
735 border-radius:7px;
736 -moz-border-radius:7px;
737 -webkit-border-radius:7px;
738 }
739 #notices_primary h2 {
740 display:none;
741 }
742 .notice-data a span {
743 display:block;
744 padding-left:28px;
745 }
746
747 .notice .author {
748 margin-right:11px;
749 }
750
751 .fn {
752 overflow:hidden;
753 }
754
755 .notice .author .fn {
756 font-weight:bold;
757 }
758
759 .notice .author .photo {
760 margin-bottom:0;
761 }
762
763 .vcard .photo {
764 display:inline;
765 margin-right:11px;
766 margin-bottom:11px;
767 float:left;
768 }
769 .vcard .url {
770 text-decoration:none;
771 }
772 .vcard .url:hover {
773 text-decoration:underline;
774 }
775
776 .notice .entry-title {
777 float:left;
778 width:100%;
779 overflow:hidden;
780 }
781 #shownotice .notice .entry-title {
782 font-size:2.2em;
783 }
784
785 .notice p.entry-content {
786 display:inline;
787 }
788
789 #content .notice p.entry-content a:visited {
790 border-radius:4px;
791 -moz-border-radius:4px;
792 -webkit-border-radius:4px;
793 }
794 .notice p.entry-content .vcard a {
795 border-radius:4px;
796 -moz-border-radius:4px;
797 -webkit-border-radius:4px;
798 }
799
800 .notice div.entry-content {
801 clear:left;
802 float:left;
803 font-size:0.95em;
804 margin-left:59px;
805 width:70%;
806 }
807 #showstream .notice div.entry-content {
808 margin-left:0;
809 }
810
811 .notice .notice-options a,
812 .notice .notice-options input {
813 float:left;
814 font-size:1.025em;
815 }
816
817 .notice div.entry-content dl,
818 .notice div.entry-content dt,
819 .notice div.entry-content dd {
820 display:inline;
821 }
822
823 .notice div.entry-content .timestamp dt,
824 .notice div.entry-content .response dt {
825 display:none;
826 }
827 .notice div.entry-content .timestamp a {
828 display:inline-block;
829 }
830 .notice div.entry-content .device dt {
831 text-transform:lowercase;
832 }
833
834
835
836 .notice-data {
837 position:absolute;
838 top:18px;
839 right:0;
840 min-height:50px;
841 margin-bottom:4px;
842 }
843 .notice .entry-content .notice-data dt {
844 display:none;
845 }
846
847 .notice-data a {
848 display:block;
849 outline:none;
850 }
851
852 .notice-options {
853 padding-left:2%;
854 float:left;
855 width:50%;
856 position:relative;
857 font-size:0.95em;
858 width:12.5%;
859 float:right;
860 }
861
862 .notice-options a {
863 float:left;
864 }
865 .notice-options .notice_delete,
866 .notice-options .notice_reply,
867 .notice-options .form_favor,
868 .notice-options .form_disfavor {
869 position:absolute;
870 top:0;
871 }
872 .notice-options .form_favor,
873 .notice-options .form_disfavor {
874 left:0;
875 }
876 .notice-options .notice_reply {
877 left:29px;
878 }
879 .notice-options .notice_delete {
880 right:0;
881 }
882 .notice-options .notice_reply dt {
883 display:none;
884 }
885
886 .notice-options input,
887 .notice-options a {
888 text-indent:-9999px;
889 outline:none;
890 }
891
892 .notice-options .notice_reply a,
893 .notice-options input.submit {
894 display:block;
895 border:0;
896 }
897 .notice-options .notice_reply a,
898 .notice-options .notice_delete a {
899 text-decoration:none;
900 padding-left:16px;
901 }
902
903 .notice-options form input.submit {
904 width:16px;
905 padding:2px 0;
906 }
907
908 .notice-options .notice_delete dt,
909 .notice-options .form_favor legend,
910 .notice-options .form_disfavor legend {
911 display:none;
912 }
913 .notice-options .notice_delete fieldset,
914 .notice-options .form_favor fieldset,
915 .notice-options .form_disfavor fieldset {
916 border:0;
917 padding:0;
918 }
919
920
921 #new_group, #group_search {
922 margin-bottom:18px;
923 }
924 #new_group a {
925 padding-left:20px;
926 }
927
928
929 #filter_tags {
930 margin-bottom:11px;
931 float:left;
932 }
933 #filter_tags dt {
934 display:none;
935 }
936 #filter_tags ul {
937 list-style-type:none;
938 }
939 #filter_tags ul li {
940 float:left;
941 margin-left:7px;
942 padding-left:7px;
943 border-left-width:1px;
944 border-left-style:solid;
945 }
946 #filter_tags ul li.child_1 {
947 margin-left:0;
948 border-left:0;
949 padding-left:0;
950 }
951 #filter_tags ul li#filter_tags_all a {
952 font-weight:bold;
953 margin-top:7px;
954 float:left;
955 }
956
957 #filter_tags ul li#filter_tags_item label {
958 margin-right:7px;
959 }
960 #filter_tags ul li#filter_tags_item label,
961 #filter_tags ul li#filter_tags_item select {
962 display:inline;
963 }
964 #filter_tags ul li#filter_tags_item p {
965 float:left;
966 margin-left:38px;
967 }
968 #filter_tags ul li#filter_tags_item input {
969 position:relative;
970 top:3px;
971 left:3px;
972 }
973
974
975
976 .pagination {
977 float:left;
978 clear:both;
979 width:100%;
980 margin-top:18px;
981 }
982
983 .pagination dt {
984 font-weight:bold;
985 display:none;
986 }
987
988 .pagination .nav {
989 float:left;
990 width:100%;
991 list-style-type:none;
992 }
993
994 .pagination .nav_prev {
995 float:left;
996 }
997 .pagination .nav_next {
998 float:right;
999 }
1000
1001 .pagination a {
1002 display:block;
1003 text-decoration:none;
1004 font-weight:bold;
1005 padding:7px;
1006 border-width:1px;
1007 border-style:solid;
1008 -moz-border-radius:7px;
1009 -webkit-border-radius:7px;
1010 border-radius:7px;
1011 }
1012
1013 .pagination .nav_prev a {
1014 padding-left:30px;
1015 }
1016 .pagination .nav_next a {
1017 padding-right:30px;
1018 }
1019 /* END: NOTICE */
1020
1021
1022 .hentry .entry-content p {
1023 margin-bottom:18px;
1024 }
1025 .hentry entry-content ol,
1026 .hentry .entry-content ul {
1027 list-style-position:inside;
1028 }
1029 .hentry .entry-content li {
1030 margin-bottom:18px;
1031 }
1032 .hentry .entry-content li li {
1033 margin-left:18px;
1034 }
1035
1036
1037
1038
1039 /* TOP_POSTERS */
1040 .section tbody td {
1041 padding-right:11px;
1042 padding-bottom:11px;
1043 }
1044 .section .vcard .photo {
1045 margin-right:7px;
1046 margin-bottom:0;
1047 }
1048
1049 .section .notice {
1050 padding-top:7px;
1051 padding-bottom:7px;
1052 border-top:0;
1053 }
1054
1055 .section .notice:first-child {
1056 padding-top:0;
1057 }
1058
1059 .section .notice .author {
1060 margin-right:0;
1061 }
1062 .section .notice .author .fn {
1063 display:none;
1064 }
1065
1066
1067 /* tagcloud */
1068 .tag-cloud {
1069 list-style-type:none;
1070 text-align:center;
1071 }
1072 .aside .tag-cloud {
1073 font-size:0.8em;
1074 }
1075 .tag-cloud li {
1076 display:inline;
1077 margin-right:7px;
1078 line-height:1.25;
1079 }
1080 .aside .tag-cloud li {
1081 line-height:1.5;
1082 }
1083 .tag-cloud li a {
1084 text-decoration:none;
1085 }
1086 #tagcloud.section dt {
1087 text-transform:uppercase;
1088 font-weight:bold;
1089 }
1090 .tag-cloud-1 {
1091 font-size:1em;
1092 }
1093 .tag-cloud-2 {
1094 font-size:1.25em;
1095 }
1096 .tag-cloud-3 {
1097 font-size:1.75em;
1098 }
1099 .tag-cloud-4 {
1100 font-size:2em;
1101 }
1102 .tag-cloud-5 {
1103 font-size:2.25em;
1104 }
1105 .tag-cloud-6 {
1106 font-size:2.75em;
1107 }
1108 .tag-cloud-7 {
1109 font-size:3.25em;
1110 }
1111
1112 #publictagcloud #tagcloud.section dt {
1113 display:none;
1114 }
1115
1116 #form_settings_photo .form_data {
1117 clear:both;
1118 }
1119
1120 #form_settings_avatar li {
1121 width:auto;
1122 }
1123 #form_settings_avatar input {
1124 margin-left:0;
1125 }
1126 #avatar_original,
1127 #avatar_preview {
1128 float:left;
1129 }
1130 #avatar_preview {
1131 margin-left:29px;
1132 }
1133 #avatar_preview_view {
1134 height:96px;
1135 width:96px;
1136 margin-bottom:18px;
1137 overflow:hidden;
1138 }
1139
1140 #settings_attach,
1141 #form_settings_avatar .form_actions {
1142 clear:both;
1143 }
1144
1145 #form_settings_avatar .form_actions {
1146 margin-bottom:0;
1147 }
1148
1149 .instructions ul {
1150 list-style-position:inside;
1151 }
1152 .instructions p,
1153 .instructions ul {
1154 margin-bottom:18px;
1155 }
1156 .help dt {
1157 display:none;
1158 }
1159 .guide {
1160 clear:both;
1161 }