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