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