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