]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch 'master' of /var/www/trunk
[quix0rs-gnu-social.git] / theme / base / css / display.css
1 /* theme: base */
2 * { margin:0; padding:0; }
3 img { display:block; border:0; }
4 a abbr { cursor: pointer; border-bottom:0; }
5 table { border-collapse:collapse; }
6 ol { list-style-position:inside; }
7 html { font-size: 87.5%; background-color:#fff; height:100%; }
8 body {
9 background-color:#fff;
10 color:#000;
11 font-family:sans-serif;
12 font-size:1em;
13 line-height:1.65;
14 position:relative;
15 margin:0 auto;
16 width:1004px;
17 width:71.714em;
18 }
19 h1,h2,h3,h4,h5,h6 {
20 text-transform:uppercase;
21 margin-bottom:7px;
22 }
23 h1 {
24 font-size:1.4em;
25 line-height:1;
26 margin-bottom:18px;
27 }
28 h2 { font-size:1.3em; }
29 h3 { font-size:1.2em; }
30 h4 { font-size:1.1em; }
31 h5 { font-size:1em; }
32 h6 { font-size:0.9em; }
33
34 caption {
35 font-weight:bold;
36 }
37
38 legend {
39 font-weight:bold;
40 font-size:1.3em;
41 text-transform:uppercase;
42 }
43 input, textarea, select, option {
44 padding:4px;
45 font-family:sans-serif;
46 font-size:1em;
47 }
48 input, textarea, select {
49 border-width:2px;
50 border-style: solid;
51 border-radius:4px;
52 -moz-border-radius:4px;
53 -webkit-border-radius:4px;
54 }
55
56 input.submit {
57 font-weight:bold;
58 }
59 textarea {
60 overflow:auto;
61 }
62 select {
63 }
64 option {
65 padding-bottom:0;
66 }
67 fieldset {
68 padding:0;
69 border:0;
70 }
71 form ul li {
72 list-style-type:none;
73 margin:0 0 18px 0;
74 }
75 form label {
76 font-weight:bold;
77 /*margin:0 0 11px 0;*/
78 }
79 input.checkbox {
80 position:relative;
81 top:2px;
82 left:0;
83 border:0;
84 }
85
86 #page_notice .error,
87 #page_notice .success {
88 padding:4px 7px;
89 border-radius:4px;
90 -moz-border-radius:4px;
91 -webkit-border-radius:4px;
92 }
93 form label.submit {
94 display:none;
95 }
96
97 .form_settings {
98 clear:both;
99 }
100
101 .form_settings fieldset {
102 margin-bottom:29px;
103 }
104 .form_settings input.remove {
105 margin-left:11px;
106 }
107
108 .form_guide {
109 font-style:italic;
110 }
111
112 .form_settings .form_data li {
113 width:100%;
114 float:left;
115 }
116
117 .form_settings .form_data label {
118 float:left;
119 }
120 .form_settings .form_data textarea,
121 .form_settings .form_data select,
122 .form_settings .form_data input {
123 margin-left:11px;
124 float:left;
125 }
126
127 .form_settings label {
128 margin-top:2px;
129 width:152px;
130 }
131
132 .form_actions label {
133 display:none;
134 }
135
136 .form_settings #settings_autosubscribe label {
137 display:inline;
138 font-weight:bold;
139 }
140
141 #form_settings_profile legend,
142 #form_login legend,
143 #form_register legend,
144 #form_password legend,
145 #form_settings_avatar legend,
146 #newgroup legend,
147 #editgroup legend,
148 #form_tag_user legend {
149 display:none;
150 }
151
152 .form_settings .form_data p.form_guide {
153 clear:both;
154 margin-left:163px;
155 margin-bottom:0;
156 }
157
158 .form_settings p {
159 margin-bottom:11px;
160 }
161
162 .form_settings input.checkbox {
163 margin-top:3px;
164 margin-left:0;
165 }
166 .form_settings label.checkbox {
167 font-weight:normal;
168 margin-top:0;
169 margin-right:0;
170 margin-left:11px;
171 float:left;
172 width:90%;
173 }
174
175 #form_login p.form_guide,
176 #form_register #settings_rememberme p.form_guide {
177 margin-left:0;
178 }
179
180 .form_settings .form_note {
181 border-radius:4px;
182 -moz-border-radius:4px;
183 -webkit-border-radius:4px;
184 padding:0 7px;
185 }
186
187
188
189 address {
190 float:left;
191 margin-bottom:18px;
192 margin-left:18px;
193 }
194 address.vcard img.logo {
195 margin-right:0;
196 }
197 address .fn {
198 font-weight:bold;
199 }
200
201 #header {
202 width:100%;
203 position:relative;
204 float:left;
205 padding-top:18px;
206 margin-bottom:29px;
207 }
208
209 #site_nav_global_primary {
210 float:right;
211 margin-right:18px;
212 margin-bottom:11px;
213 }
214 #site_nav_global_primary ul li {
215 display:inline;
216 margin-left:11px;
217 }
218
219 .system_notice dt {
220 font-weight:bold;
221 text-transform:uppercase;
222 display:none;
223 }
224
225 #site_notice {
226 position:absolute;
227 right:0;
228 top:49px;
229 float:right;
230 width:322px;
231 }
232 #page_notice {
233 clear:both;
234 margin-bottom:18px;
235 }
236
237
238 #anon_notice {
239 float:left;
240 width:432px;
241 padding:11px;
242 border-radius:7px;
243 -moz-border-radius:7px;
244 -webkit-border-radius:7px;
245 border-width:2px;
246 border-style:solid;
247 line-height:1.5;
248 font-size:1.1em;
249 font-weight:bold;
250 }
251
252
253 #footer {
254 float:left;
255 width:64%;
256 padding:18px;
257 }
258
259 #site_nav_local_views {
260 width:100%;
261 float:left;
262 }
263 #site_nav_local_views dt {
264 display:none;
265 }
266 #site_nav_local_views li {
267 float:left;
268 margin-right:18px;
269 list-style-type:none;
270 }
271 #site_nav_local_views a {
272 float:left;
273 text-decoration:none;
274 padding:4px 11px;
275 -moz-border-radius-topleft:4px;
276 -moz-border-radius-topright:4px;
277 -webkit-border-top-left-radius:4px;
278 -webkit-border-top-right-radius:4px;
279 border-width:1px;
280 border-style:solid;
281 border-bottom:0;
282 text-shadow: 4px 4px 4px #ddd;
283 font-weight:bold;
284 }
285 #site_nav_local_views .nav {
286 float:left;
287 width:100%;
288 }
289
290 #site_nav_global_primary dt,
291 #site_nav_global_secondary dt {
292 display:none;
293 }
294 /*
295 #site_nav_global_primary .current a {
296 font-weight:bold;
297 border-style:solid;
298 }
299 */
300 #site_nav_global_secondary {
301 margin-bottom:11px;
302 }
303
304 #site_nav_global_secondary ul li {
305 display:inline;
306 margin-right:11px;
307 }
308 #export_data li a {
309 padding-left:20px;
310 }
311 #export_data li a.foaf {
312 padding-left:30px;
313 }
314 #export_data li a.export_vcard {
315 padding-left:28px;
316 }
317
318 #export_data ul {
319 display:inline;
320 }
321 #export_data li {
322 list-style-type:none;
323 display:inline;
324 margin-left:11px;
325 }
326 #export_data li:first-child {
327 margin-left:0;
328 }
329
330 #licenses {
331 font-size:0.9em;
332 }
333
334 #licenses dt {
335 font-weight:bold;
336 display:none;
337 }
338 #licenses dd {
339 margin-bottom:11px;
340 line-height:1.5;
341 }
342
343 #site_content_license_cc {
344 margin-bottom:0;
345 }
346 #site_content_license_cc img {
347 display:inline;
348 vertical-align:top;
349 margin-right:4px;
350 }
351
352 #wrap {
353         float:left;
354         margin:0 auto;
355     width:1004px;
356     width:71.714em;
357 }
358
359 #core {
360 position:relative;
361 width:100%;
362 float:left;
363 margin-bottom:1em;
364 }
365
366 #content {
367 width:644px;
368 width:46em;
369 padding:18px;
370 float:left;
371 border-radius:7px;
372 -moz-border-radius:7px;
373 -moz-border-radius-topleft:0;
374 -webkit-border-radius:7px;
375 -webkit-border-top-left-radius:0;
376 }
377
378 #content_inner {
379 position:relative;
380 width:100%;
381 float;left;
382 }
383
384 #aside_primary {
385 width:300px;
386 width:21.429em;
387 float:left;
388 margin-left:2px;
389 padding:18px 4px 18px 18px;
390 border-radius:7px;
391 -moz-border-radius:7px;
392 -webkit-border-radius:7px;
393 }
394
395 /*Start: FORM NOTICE*/
396 #form_notice {
397 width:458px;
398 float:left;
399 position:relative;
400 line-height:1;
401 }
402 #form_notice fieldset {
403 border:0;
404 padding:0;
405 }
406 #form_notice legend {
407 display:none;
408 }
409 #form_notice textarea {
410 border-radius:7px;
411 -moz-border-radius:7px;
412 -webkit-border-radius:7px;
413 width:370px;
414 height:67px;
415 line-height:1.5;
416 padding:7px 7px 16px 7px;
417 }
418 #form_notice label {
419 display:block;
420 font-size:1.3em;
421 margin-bottom:7px;
422 }
423 #form_notice .form_data li {
424 float:left;
425 }
426
427 #form_notice #notice_attach_file label,
428 #form_notice #notice_submit label {
429 display:none;
430 }
431
432 #form_notice #notice_attachment {
433 margin-top:25px;
434 margin-left:4px;
435 }
436
437 #form_notice .form_note {
438 position:absolute;
439 top:99px;
440 right:98px;
441 z-index:9;
442 }
443
444 #form_notice .form_note dt {
445 font-weight:bold;
446 display:none;
447 }
448 #notice_text-count {
449 font-weight:bold;
450 line-height:1.15;
451 padding:1px 2px;
452 }
453
454 #form_notice #notice_data-attach_view {
455 position:absolute;
456 top:25px;
457 right:30px;
458 margin-left:4px;
459 padding:0;
460 cursor:pointer;
461 width:16px;
462 height:16px;
463 border:0;
464 text-indent:-9999px;
465 }
466 #form_notice .form_actions {
467 position:absolute;
468 bottom:0;
469 right:0;
470 }
471 #form_notice .form_actions input.submit {
472 width:60px;
473 padding:8px;
474 }
475
476 #form_notice li {
477 margin-bottom:0;
478 }
479
480 #form_notice #notice_to {
481 margin-bottom:7px;
482 }
483
484 #notice_to label {
485 float:left;
486 margin-right:18px;
487 margin-top:11px;
488 }
489 #notice_to select {
490 float:left;
491 }
492
493 /*end FORM NOTICE*/
494
495 /* entity_profile */
496 .entity_profile {
497 position:relative;
498 width:475px;
499 min-height:123px;
500 float:left;
501 margin-bottom:17px;
502 margin-left:0;
503 }
504 .entity_profile dt,
505 #entity_statistics dt {
506 font-weight:bold;
507 }
508 .entity_profile .entity_depiction {
509 float:left;
510 position:absolute;
511 top:0;
512 left:0;
513 width:96px;
514 }
515 .entity_profile .entity_fn,
516 .entity_profile .entity_nickname,
517 .entity_profile .entity_location,
518 .entity_profile .entity_url,
519 .entity_profile .entity_note,
520 .entity_profile .entity_tags {
521 float:left;
522 clear:left;
523 margin-left:113px;
524 width:322px;
525 margin-bottom:4px;
526 }
527
528 .entity_profile .entity_fn,
529 .entity_profile .entity_nickname {
530 width:auto;
531 clear:none;
532 }
533
534 .entity_profile .entity_fn {
535 margin-left:11px;
536 margin-right:4px;
537 }
538 .entity_profile .entity_fn .fn {
539 font-weight:bold;
540 font-style:normal;
541 }
542 .entity_profile .nickname {
543 font-style:italic;
544 font-weight:bold;
545 }
546
547 .entity_profile .entity_fn dd:before {
548 content: "(";
549 font-weight:normal;
550 }
551 .entity_profile .entity_fn dd:after {
552 content: ")";
553 font-weight:normal;
554 }
555
556 .entity_profile dt {
557 display:none;
558 }
559 .entity_profile h2 {
560 display:none;
561 }
562
563 /* entity_profile */
564
565 /*entity_actions*/
566 .entity_actions {
567 float:right;
568
569 }
570 .entity_actions h2 {
571 display:none;
572 }
573 .entity_actions ul {
574 list-style-type:none;
575 }
576 .entity_actions li {
577 margin-bottom:4px;
578 }
579 .entity_actions li:first-child {
580 border-top:0;
581 }
582 .entity_actions fieldset {
583 border:0;
584 padding:0;
585 }
586 .entity_actions legend {
587 display:none;
588 }
589
590 .entity_actions input.submit {
591 display:block;
592 text-align:left;
593 cursor:pointer;
594 width:100%;
595 }
596 .entity_actions a,
597 #entity_nudge p {
598 text-decoration:none;
599 font-weight:bold;
600 display:block;
601 }
602
603 .form_user_block input.submit,
604 .form_user_unblock input.submit,
605 #entity_send-a-message a,
606 .form_user_nudge input.submit,
607 #entity_nudge p {
608 border:0;
609 padding-left:20px;
610 }
611
612 #entity_send-a-message a,
613 #entity_nudge p {
614 padding:4px 4px 4px 23px;
615 }
616
617 .entity_tags ul {
618 list-style-type:none;
619 }
620 .entity_tags li {
621 display:inline;
622 margin-right:1em;
623 float:left;
624 }
625
626 .aside .section {
627 margin-bottom:29px;
628 clear:both;
629 float:left;
630 width:100%;
631 }
632 .aside .section h2 {
633 text-transform:uppercase;
634 font-size:1em;
635 }
636
637 #entity_statistics dt,
638 #entity_statistics dd {
639 display:inline;
640 }
641 #entity_statistics dt:after {
642 content: ":";
643 }
644
645 #user_subscriptions,
646 #user_subscribers,
647 #user_groups, {
648
649 }
650 .section ul.entities {
651 width:220px;
652 float:left;
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 .aside .section .more {
668 clear:both;
669 }
670
671 .profile .entity_profile {
672 margin-bottom:0;
673 min-height:60px;
674 }
675
676
677 .profile .form_group_join,
678 .profile .form_group_leave,
679 .profile .form_user_subscribe,
680 .profile .form_user_unsubscribe {
681 float:right;
682 }
683 .profile .form_group_join legend,
684 .profile .form_group_leave legend,
685 .profile .form_user_subscribe legend,
686 .profile .form_user_unsubscribe legend {
687 display:none;
688 }
689
690 .profiles {
691 list-style-type:none;
692 }
693 .profile .entity_profile .entity_location {
694 width:auto;
695 clear:none;
696 margin-left:11px;
697 }
698 .profile .entity_profile dl,
699 .profile .entity_profile dd {
700 display:inline;
701 float:none;
702 }
703 .profile .entity_profile .entity_note,
704 .profile .entity_profile .entity_url,
705 .profile .entity_profile .entity_tags,
706 .profile .entity_profile .form_subcription_edit {
707 margin-left:59px;
708 clear:none;
709 display:block;
710 width:auto;
711 }
712 .profile .entity_profile .entity_tags dt {
713 display:inline;
714 margin-right:11px;
715 }
716
717
718 .profile .entity_profile .form_subcription_edit label {
719 font-weight:normal;
720 margin-right:11px;
721 }
722
723
724
725
726
727 /* NOTICE */
728 .notice,
729 .profile {
730 position:relative;
731 padding-top:11px;
732 padding-bottom:11px;
733 clear:both;
734 float:left;
735 width:100%;
736 border-top-width:1px;
737 border-top-style:dashed;
738 /*-moz-border-radius:7px;*/
739 }
740 .notices li {
741 list-style-type:none;
742 /*margin-bottom:11px;*/
743 }
744 .notices li.hover {
745 border-radius:4px;
746 -moz-border-radius:4px;
747 -webkit-border-radius:4px;
748 }
749
750 /* NOTICES */
751 #notices_primary {
752 float:left;
753 width:644px;
754 width:46em;
755 border-radius:7px;
756 -moz-border-radius:7px;
757 -webkit-border-radius:7px;
758 }
759 #notices_primary h2 {
760 display:none;
761 }
762 .notice-data a span {
763 display:block;
764 padding-left:28px;
765 }
766
767 .notice .author {
768 margin-right:11px;
769 }
770 .notice .author a {
771 }
772 .notice .author:after {
773 /*content:":";*/
774 }
775
776 .notice .author .fn {
777 font-weight:bold;
778 }
779
780 .notice .author .photo {
781 margin-bottom:0;
782 }
783
784 .vcard .photo {
785 display:inline;
786 margin-right:11px;
787 margin-bottom:11px;
788 float:left;
789 }
790 .vcard .url {
791 text-decoration:none;
792 }
793 .vcard .url:hover {
794 text-decoration:underline;
795 }
796 .vcard .fn {
797 font-style:italic;
798 }
799 .vcard .fn:hover {
800
801 }
802
803 .notice .entry-title {
804 float:left;
805 width:100%;
806 }
807 .notice p.entry-content {
808 display:inline;
809 }
810
811 .notice_video p.entry-content,
812 .notice_audio p.entry-content,
813 .notice_image p.entry-content,
814 .notice_location p.entry-content,
815 .notice_event p.entry-content,
816 .notice_document p.entry-content {
817 }
818 #laconicat .notice p.entry-content {
819 /*margin-left:199px;*/
820 }
821 #content .notice p.entry-content a:visited {
822 border-radius:4px;
823 -moz-border-radius:4px;
824 -webkit-border-radius:4px;
825 }
826 .notice p.entry-content .vcard a {
827 border-radius:4px;
828 -moz-border-radius:4px;
829 -webkit-border-radius:4px;
830 }
831
832 .notice div.entry-content {
833 clear:left;
834 float:left;
835 font-size:0.95em;
836 margin-left:59px;
837 width:70%;
838 }
839 #showstream .notice div.entry-content {
840 margin-left:0;
841 }
842
843 .notice .notice-options a,
844 .notice .notice-options input {
845 float:left;
846 font-size:1.025em;
847 }
848
849 .notice div.entry-content dl,
850 .notice div.entry-content dt,
851 .notice div.entry-content dd {
852 display:inline;
853 }
854
855 .notice div.entry-content .timestamp dt,
856 .notice div.entry-content .response dt {
857 display:none;
858 }
859 .notice div.entry-content .timestamp a {
860 display:inline-block;
861 }
862 .notice div.entry-content .device dt {
863 text-transform:lowercase;
864 }
865
866
867
868 .notice-data {
869 position:absolute;
870 top:18px;
871 right:0;
872 min-height:50px;
873 margin-bottom:4px;
874 }
875 .notice .entry-content .notice-data dt {
876 display:none;
877 }
878
879 .notice-data a {
880 display:block;
881 outline:none;
882 }
883
884 .notice-options {
885 padding-left:2%;
886 float:left;
887 width:50%;
888 position:relative;
889 font-size:0.95em;
890 width:12.5%;
891 float:right;
892 }
893
894 .notice-options a {
895 float:left;
896 }
897 .notice-options .notice_delete,
898 .notice-options .notice_reply,
899 .notice-options .form_favor,
900 .notice-options .form_disfavor {
901 position:absolute;
902 top:0;
903 }
904 .notice-options .form_favor,
905 .notice-options .form_disfavor {
906 left:0;
907 }
908 .notice-options .notice_reply {
909 left:29px;
910 }
911 .notice-options .notice_delete {
912 left:76px;
913 }
914 .notice-options .notice_reply dt {
915 display:none;
916 }
917
918 .notice-options input,
919 .notice-options a {
920 text-indent:-9999px;
921 outline:none;
922 }
923
924 .notice-options .notice_reply a,
925 .notice-options input.submit {
926 display:block;
927 border:0;
928 }
929 .notice-options .notice_reply a,
930 .notice-options .notice_delete a {
931 text-decoration:none;
932 padding-left:16px;
933 }
934
935 .notice-options .notice_delete {
936
937 }
938
939 .notice-options form input.submit {
940 cursor:pointer;
941 width:16px;
942 padding:2px 0;
943 }
944
945 .notice-options .notice_delete dt,
946 .notice-options .form_favor legend,
947 .notice-options .form_disfavor legend {
948 display:none;
949 }
950 .notice-options .notice_delete fieldset,
951 .notice-options .form_favor fieldset,
952 .notice-options .form_disfavor fieldset {
953 border:0;
954 padding:0;
955 }
956
957 /*END: NOTICES */
958
959 .pagination dt {
960 font-weight:bold;
961 display:none;
962 }
963
964 .pagination .nav {
965 float:left;
966 width:100%;
967 list-style-type:none;
968 }
969
970 .pagination .nav_prev {
971 float:left;
972 }
973 .pagination .nav_next {
974 float:right;
975 }
976
977 .pagination a {
978 display:block;
979 text-decoration:none;
980 font-weight:bold;
981 padding:7px;
982 border:1px dotted #D1D9E4;
983 border-bottom:0;
984 }
985
986 .pagination .nav_prev a {
987 -moz-border-radius-topright:7px;
988 -webkit-border-top-right-radius:7px;
989 padding-left:20px;
990 border-left:0;
991 }
992 .pagination .nav_next a {
993 -moz-border-radius-topleft:7px;
994 -webkit-border-top-left-radius:7px;
995 padding-right:20px;
996 border-right:0;
997 }
998
999 /* END: NOTICE */
1000
1001 /*If there is hentry on #content_inner, then this doesn't need to be specific to #doc or any other section */
1002 .hentry .entry-content p {
1003 margin-bottom:18px;
1004 }
1005 .hentry entry-content ol,
1006 .hentry .entry-content ul {
1007 list-style-position:inside;
1008 }
1009 .hentry .entry-content li {
1010 margin-bottom:18px;
1011 }
1012 .hentry .entry-content li li {
1013 margin-left:18px;
1014 }
1015
1016 /*START: LOAD ALONG WITH JS*/
1017 .notice .in-reply-to {
1018         width:98%;
1019         margin-left:2%;
1020 }
1021 .notice .in-reply-to li {
1022 background-color:#F7F9FB;
1023 }
1024 .notice .in-reply-to li .in-reply-to li {
1025 background-color:#E4E9F0;
1026 }
1027 .notice .in-reply-to li .in-reply-to li .in-reply-to li {
1028 background-color:#D1D9E4;
1029 }
1030
1031 .entity_actions #user_subscribe .form_note,
1032 .entity_actions #user_subscribe .form_data,
1033 .entity_actions #user_subscribe .form_actions label {
1034 display:none;
1035 }
1036 #form_user-relationship .form_note,
1037 #form_user-relationship .form_data,
1038 #form_user-relationship .form_actions label {
1039 display:block;
1040 }
1041
1042 .entity_actions #user-relationship_submit {
1043 margin-bottom:0;
1044 }
1045 #form_user-relationship .form_data li label {
1046 margin-right:11px;
1047 }
1048
1049 #user_relationship_xfn {
1050 /*z-index:1000;
1051 position:absolute;
1052 width:521px;
1053 height:322px;*/
1054 display:none;
1055 }
1056 #user_relationship_xfn fieldset {
1057 background-color:#fff;
1058 }
1059
1060 /*END: LOAD ALONG WITH JS*/
1061
1062 /* TOP_POSTERS */
1063 #top_posters caption {
1064 text-align:left;
1065 text-transform:uppercase;
1066 }
1067 #top_posters thead {
1068 display:none;
1069 }
1070 #top_poster_user {
1071 width:199px;
1072 }
1073 #top_poster_number-of-notices {
1074 width:123px;
1075 }
1076
1077 .section tbody td {
1078 padding-right:11px;
1079 padding-bottom:11px;
1080 }
1081 .section .vcard .photo {
1082 margin-right:7px;
1083 margin-bottom:0;
1084 }
1085
1086 .section .notice {
1087 padding-top:11px;
1088 padding-bottom:11px;
1089
1090 }
1091
1092 .section .notice:first-child {
1093 padding-top:0;
1094 border-top:0;
1095 }
1096
1097
1098
1099
1100
1101 /* tagcloud */
1102 .tag-cloud {
1103 list-style-type:none;
1104 text-align:center;
1105 }
1106
1107 .aside .tag-cloud {
1108 font-size:0.8em;
1109 }
1110
1111 .tag-cloud li {
1112 display:inline;
1113 margin-right:7px;
1114 line-height:1.25;
1115 }
1116 .aside .tag-cloud li {
1117 line-height:1.5;
1118 }
1119 .tag-cloud li a {
1120 text-decoration:none;
1121 }
1122 #tagcloud.section dt {
1123 text-transform:uppercase;
1124 font-weight:bold;
1125 }
1126 .tag-cloud-1 {
1127 font-size:1em;
1128 }
1129 .tag-cloud-2 {
1130 font-size:1.25em;
1131 }
1132 .tag-cloud-3 {
1133 font-size:1.75em;
1134 }
1135 .tag-cloud-4 {
1136 font-size:2em;
1137 }
1138 .tag-cloud-5 {
1139 font-size:2.25em;
1140 }
1141 .tag-cloud-6 {
1142 font-size:2.75em;
1143 }
1144 .tag-cloud-7 {
1145 font-size:3.25em;
1146 }
1147
1148 #publictagcloud #tagcloud.section dt {
1149 display:none;
1150 }
1151
1152 #form_settings_photo .form_data {
1153 clear:both;
1154 }
1155
1156 #form_settings_avatar li {
1157 width:auto;
1158 }
1159 #form_settings_avatar input {
1160 margin-left:0;
1161 }
1162 #avatar_original,
1163 #avatar_preview {
1164 float:left;
1165 }
1166 #avatar_preview {
1167 margin-left:29px;
1168 }
1169 #avatar_preview_view {
1170 height:96px;
1171 width:96px;
1172 margin-bottom:18px;
1173 overflow:hidden;
1174 }
1175
1176 #settings_attach,
1177 #form_settings_avatar .form_actions {
1178 clear:both;
1179 }
1180
1181 #form_settings_avatar .form_actions {
1182 margin-bottom:0;
1183 }
1184
1185 #groups_related ul,
1186 #users_featured ul {
1187 list-style-type:none;
1188 }
1189 #groups_related li,
1190 #users_featured li {
1191 margin-top:11px;
1192 float:left;
1193 width:100%;
1194 }
1195 #groups_related li:first-child,
1196 #users_featured li:first-child {
1197 margin-top:0;
1198 }
1199
1200 #groups_related .vcard,
1201 #users_featured .vcard {
1202 float:left;
1203 margin-bottom:-23px;
1204 }
1205
1206 #groups_related dl,
1207 #users_featured dl {
1208 float:left;
1209 margin-left:63px;
1210 clear:left;
1211 }
1212 #groups_related dt,
1213 #users_featured dt {
1214 display:none;
1215 font-weight:bold;
1216 }
1217
1218 #home.logged_out h1 {
1219 display:none;
1220 }
1221
1222 #home #intro {
1223 margin-bottom:29px;
1224 float:left;
1225 width:100%;
1226 }
1227
1228 #home #intro p {
1229 margin-bottom:18px;
1230 font-size:1.8em;
1231 }
1232
1233 #home #intro #guide_steps {
1234 list-style-type:none;
1235 }
1236 #home #intro #guide_steps li {
1237 float:left;
1238 margin-left:18px;
1239 }
1240 #home #intro #guide_steps li:first-child {
1241 margin-left:0;
1242 }
1243 #home #intro #guide_steps li a {
1244 display:block;
1245 float:left;
1246 width:185px;
1247 height:109px;
1248 border-width:1px;
1249 border-style:dotted;
1250 text-decoration:none;
1251 border-radius:7px;
1252 -moz-border-radius:7px;
1253 -webkit-border-radius:7px;
1254 padding:7px;
1255 font-size:1.6em;
1256 font-weight:bold;
1257 text-align:center;
1258 }
1259
1260 #testimonials {
1261 clear:both;
1262 }