]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Cleanup.. some for IE and other for cascading
[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 /* entity_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 #entity_statistics dt {
523 font-weight:bold;
524 }
525 .entity_profile .entity_depiction {
526 float:left;
527 position:absolute;
528 top:0;
529 left:0;
530 width:96px;
531 }
532 .entity_profile .entity_fn,
533 .entity_profile .entity_nickname,
534 .entity_profile .entity_location,
535 .entity_profile .entity_url,
536 .entity_profile .entity_note,
537 .entity_profile .entity_tags {
538 float:left;
539 clear:left;
540 margin-left:113px;
541 width:322px;
542 margin-bottom:4px;
543 }
544
545 .entity_profile .entity_fn,
546 .entity_profile .entity_nickname {
547 width:auto;
548 clear:none;
549 }
550
551 .entity_profile .entity_fn {
552 margin-left:11px;
553 margin-right:4px;
554 }
555 .entity_profile .entity_fn .fn {
556 font-weight:bold;
557 font-style:normal;
558 }
559 .entity_profile .nickname {
560 font-style:italic;
561 font-weight:bold;
562 }
563
564 .entity_profile .entity_fn dd:before {
565 content: "(";
566 font-weight:normal;
567 }
568 .entity_profile .entity_fn dd:after {
569 content: ")";
570 font-weight:normal;
571 }
572
573 .entity_profile dt {
574 display:none;
575 }
576 .entity_profile h2 {
577 display:none;
578 }
579
580 /* entity_profile */
581
582
583
584
585
586 /*entity_actions*/
587 .entity_actions {
588 float:right;
589
590 }
591 .entity_actions h2 {
592 display:none;
593 }
594 .entity_actions ul {
595 list-style-type:none;
596 }
597 .entity_actions li {
598 margin-bottom:4px;
599 }
600 .entity_actions li:first-child {
601 border-top:0;
602 }
603 .entity_actions fieldset {
604 border:0;
605 padding:0;
606 }
607 .entity_actions legend {
608 display:none;
609 }
610
611 .entity_actions input.submit {
612 display:block;
613 text-align:left;
614 cursor:pointer;
615 width:100%;
616 }
617 .entity_actions a {
618 text-decoration:none;
619 font-weight:bold;
620 width:100%;
621 display:block;
622 }
623
624
625
626 .form_user_block input.submit,
627 .form_user_unblock input.submit,
628 #entity_send-a-message a,
629 .form_user_nudge input.submit {
630 border:0;
631 padding-left:20px;
632 }
633
634 #entity_send-a-message a {
635 padding:4px 4px 4px 23px;
636 }
637
638
639
640 .entity_tags ul {
641 list-style-type:none;
642 }
643 .entity_tags li {
644 display:inline;
645 margin-right:1em;
646 float:left;
647 }
648
649
650
651 .aside .section {
652 margin-bottom:29px;
653 clear:both;
654 float:left;
655 width:100%;
656 }
657 .aside .section h2 {
658 text-transform:uppercase;
659 font-size:1em;
660 }
661
662 #entity_statistics dt,
663 #entity_statistics dd {
664 display:inline;
665 }
666 #entity_statistics dt:after {
667 content: ":";
668 }
669
670
671 #user_subscriptions,
672 #user_subscribers,
673 #user_groups, {
674
675 }
676 .section ul.entities {
677 width:220px;
678 float:left;
679 }
680 .section .entities li {
681 list-style-type:none;
682 float:left;
683 margin-right:7px;
684 margin-bottom:7px;
685 }
686 .section .entities li .photo {
687 margin-right:0;
688 margin-bottom:0;
689 }
690 .section .entities li .fn {
691 display:none;
692 }
693 .aside .section .more {
694 clear:both;
695 }
696
697
698
699 .profile .entity_profile {
700 margin-bottom:0;
701 min-height:60px;
702 }
703
704 .profile .form_user_subscribe,
705 .profile .form_user_unsubscribe {
706 float:right;
707 }
708 .profile .form_user_subscribe legend,
709 .profile .form_user_unsubscribe legend {
710 display:none;
711 }
712
713
714 .profiles {
715 list-style-type:none;
716 }
717 .profile .entity_profile .entity_location {
718 width:auto;
719 clear:none;
720 margin-left:11px;
721 }
722 .profile .entity_profile dl,
723 .profile .entity_profile dd {
724 display:inline;
725 float:none;
726 }
727 .profile .entity_profile .entity_note,
728 .profile .entity_profile .entity_url {
729 margin-left:59px;
730 clear:none;
731 display:block;
732 width:auto;
733 }
734
735
736
737 /* NOTICE */
738 .notice,
739 .profile {
740 position:relative;
741 padding-top:18px;
742 padding-bottom:18px;
743 clear:both;
744 float:left;
745 width:644px;
746 width:96.699%;
747 width:100%;
748 border-top:1px dashed #D1D9E4;
749 /*-moz-border-radius:7px;*/
750 }
751 .notices li {
752 list-style-type:none;
753 /*margin-bottom:11px;*/
754 }
755 .notices li.hover {
756 border-radius:4px;
757 -moz-border-radius:4px;
758 -webkit-border-radius:4px;
759 }
760
761
762 /* NOTICES */
763 #notices_primary {
764 float:left;
765 width:644px;
766 border-radius:7px;
767 -moz-border-radius:7px;
768 -webkit-border-radius:7px;
769 }
770 #notices_primary h2 {
771 display:none;
772 }
773 .notice-data a span {
774 display:block;
775 padding-left:28px;
776 }
777
778
779 .notice .author {
780 margin-right:11px;
781 }
782 .notice .author a {
783 }
784 .notice .author:after {
785 /*content:":";*/
786 }
787
788 .vcard .photo {
789 display:inline;
790 margin-right:11px;
791 margin-bottom:11px;
792 float:left;
793 }
794 .vcard .url {
795 text-decoration:none;
796 }
797 .vcard .url:hover {
798 text-decoration:underline;
799 }
800 .vcard .fn {
801 font-style:italic;
802 }
803 .vcard .fn:hover {
804
805 }
806
807
808 .notice .entry-title {
809 float:left;
810 width:100%;
811 }
812 .notice p.entry-content {
813 display:inline;
814 }
815
816 .notice_video p.entry-content,
817 .notice_audio p.entry-content,
818 .notice_image p.entry-content,
819 .notice_location p.entry-content,
820 .notice_event p.entry-content,
821 .notice_document p.entry-content {
822 }
823 #laconicat .notice p.entry-content {
824 /*margin-left:199px;*/
825 }
826 .notice p.entry-content a:visited {
827 border-radius:4px;
828 -moz-border-radius:4px;
829 -webkit-border-radius:4px;
830 }
831 .notice p.entry-content .vcard a {
832 border-radius:4px;
833 -moz-border-radius:4px;
834 -webkit-border-radius:4px;
835 }
836
837 .notice div.entry-content {
838 /*border:1px solid blue;*/
839 clear:left;
840 float:left;
841 width:48%;
842 font-size:0.95em;
843 }
844 .notice div.entry-content a,
845 .notice .notice-options a,
846 .notice .notice-options input {
847
848 }
849 .notice .notice-options a,
850 .notice .notice-options input {
851 float:left;
852 font-size:1.025em;
853 }
854
855 #laconicat .notice div.entry-content {
856 /*margin-left:0;*/
857 }
858
859 .notice div.entry-content dl,
860 .notice div.entry-content dt,
861 .notice div.entry-content dd {
862 display:inline;
863 }
864 .notice div.entry-content .timestamp dt,
865 .notice div.entry-content .response dt {
866 display:none;
867 }
868 .notice div.entry-content .timestamp a {
869 display:inline-block;
870 }
871 .notice div.entry-content .device dt {
872 text-transform:lowercase;
873 }
874 .notice div.entry-content a {
875
876 }
877 .notice div.entry-content a:hover {
878 }
879
880
881
882 .notice-data {
883 position:absolute;
884 top:18px;
885 right:0;
886 min-height:50px;
887 margin-bottom:4px;
888 }
889 .notice .entry-content .notice-data dt {
890 display:none;
891 }
892
893 .notice-data a {
894 display:block;
895 outline:none;
896 }
897
898 .notice-options {
899 padding-left:2%;
900 float:left;
901 width:50%;
902 position:relative;
903 font-size:0.95em;
904 }
905
906 .notice-options a {
907 float:left;
908 }
909 .notice-options .notice_delete,
910 .notice-options .notice_reply,
911 .notice-options .form_favor,
912 .notice-options .form_disfavor {
913 position:absolute;
914 top:0;
915 }
916 .notice-options .form_favor,
917 .notice-options .form_disfavor {
918 left:0;
919 }
920 .notice-options .notice_reply {
921 left:29px;
922 }
923 .notice-options .notice_delete {
924 left:76px;
925 }
926 .notice-options .notice_reply dt {
927 display:none;
928 }
929
930 .notice-options input,
931 .notice-options a {
932 text-indent:-9999px;
933 outline:none;
934 }
935
936 .notice-options .notice_reply a,
937 .notice-options input.submit {
938 display:block;
939 border:0;
940 }
941 .notice-options .notice_reply a,
942 .notice-options .notice_delete a {
943 text-decoration:none;
944 padding-left:16px;
945 }
946
947 .notice-options .notice_delete {
948
949 }
950
951 .notice-options form input.submit {
952 cursor:pointer;
953 width:16px;
954 padding:2px 0;
955 }
956
957 .notice-options .notice_delete dt,
958 .notice-options .form_favor legend,
959 .notice-options .form_disfavor legend {
960 display:none;
961 }
962 .notice-options .notice_delete fieldset,
963 .notice-options .form_favor fieldset,
964 .notice-options .form_disfavor fieldset {
965 border:0;
966 padding:0;
967 }
968
969 /*END: NOTICES */
970
971
972
973
974
975 .pagination dt {
976 font-weight:bold;
977 display:none;
978 }
979
980 .pagination .nav {
981 float:left;
982 width:100%;
983 list-style-type:none;
984 }
985
986 .pagination .nav_prev {
987 float:left;
988 }
989 .pagination .nav_next {
990 float:right;
991 }
992
993 .pagination a {
994 display:block;
995 text-decoration:none;
996 font-weight:bold;
997 padding:7px;
998 border:1px dotted #D1D9E4;
999 border-bottom:0;
1000 }
1001
1002 .pagination .nav_prev a {
1003 -moz-border-radius-topright:7px;
1004 -webkit-border-top-right-radius:7px;
1005 padding-left:20px;
1006 border-left:0;
1007 }
1008 .pagination .nav_next a {
1009 -moz-border-radius-topleft:7px;
1010 -webkit-border-top-left-radius:7px;
1011 padding-right:20px;
1012 border-right:0;
1013 }
1014
1015
1016 /* END: NOTICE */
1017
1018
1019
1020 /*If there is hentry on #content_inner, then this doesn't need to be specific to #doc or any other section */
1021 .hentry .entry-content p {
1022 margin-bottom:18px;
1023 }
1024 .hentry entry-content ol,
1025 .hentry .entry-content ul {
1026 list-style-position:inside;
1027 }
1028 .hentry .entry-content li {
1029 margin-bottom:18px;
1030 }
1031 .hentry .entry-content li li {
1032 margin-left:18px;
1033 }
1034
1035
1036 /*START: LOAD ALONG WITH JS*/
1037 .notice .in-reply-to {
1038         width:98%;
1039         margin-left:2%;
1040 }
1041 .notice .in-reply-to li {
1042 background-color:#F7F9FB;
1043 }
1044 .notice .in-reply-to li .in-reply-to li {
1045 background-color:#E4E9F0;
1046 }
1047 .notice .in-reply-to li .in-reply-to li .in-reply-to li {
1048 background-color:#D1D9E4;
1049 }
1050
1051
1052
1053 .entity_actions #user_subscribe .form_note,
1054 .entity_actions #user_subscribe .form_data,
1055 .entity_actions #user_subscribe .form_actions label {
1056 display:none;
1057 }
1058 #form_user-relationship .form_note,
1059 #form_user-relationship .form_data,
1060 #form_user-relationship .form_actions label {
1061 display:block;
1062 }
1063
1064 .entity_actions #user-relationship_submit {
1065 margin-bottom:0;
1066 }
1067 #form_user-relationship .form_data li label {
1068 margin-right:11px;
1069 }
1070
1071 #user_relationship_xfn {
1072 /*z-index:1000;
1073 position:absolute;
1074 width:521px;
1075 height:322px;*/
1076 display:none;
1077 }
1078 #user_relationship_xfn fieldset {
1079 background-color:#fff;
1080 }
1081
1082 /*END: LOAD ALONG WITH JS*/
1083
1084
1085
1086 /* TOP_POSTERS */
1087 #top-posters caption {
1088 text-align:left;
1089 text-transform:uppercase;
1090 }
1091
1092 #top-posters thead {
1093 display:none;
1094 }
1095 #top-poster_user {
1096 width:199px;
1097 }
1098 #top-poster_number-of-notices {
1099 width:123px;
1100 }
1101 #top-posters tbody td {
1102 padding-right:11px;
1103 padding-bottom:4px;
1104 }
1105 #top-posters img {
1106 margin-right:7px;
1107 height:24px;
1108 width:24px;
1109 }
1110
1111
1112
1113 /* tagcloud */
1114 .tag-cloud {
1115 list-style-type:none;
1116 }
1117 .tag-cloud li {
1118 display:inline;
1119 margin-right:7px;
1120 line-height:1;
1121 }
1122 .tag-cloud li a {
1123 text-decoration:none;
1124 }
1125 #tagcloud.section dt {
1126 text-transform:uppercase;
1127 font-weight:bold;
1128 }
1129 .tag-cloud-1 {
1130 font-size:1em;
1131 }
1132 .tag-cloud-2 {
1133 font-size:1.5em;
1134 }
1135 .tag-cloud-3 {
1136 font-size:2em;
1137 }
1138 .tag-cloud-4 {
1139 font-size:2.5em;
1140 }
1141 .tag-cloud-5 {
1142 font-size:3em;
1143 }
1144 .tag-cloud-6 {
1145 font-size:3.5em;
1146 }
1147 .tag-cloud-7 {
1148 font-size:4em;
1149 }
1150
1151 #publictagcloud #tagcloud.section dt {
1152 display:none;
1153 }
1154
1155
1156
1157
1158 #form_settings_photo .form_data {
1159 clear:both;
1160 }
1161
1162
1163
1164 #form_settings_avatar li {
1165 width:auto;
1166 }
1167 #form_settings_avatar input {
1168 margin-left:0; 
1169 }
1170 #avatar_original,
1171 #avatar_preview {
1172 float:left;
1173 }
1174 #avatar_preview {
1175 margin-left:29px;
1176 }
1177 #avatar_preview_view {
1178 height:96px;
1179 width:96px;
1180 margin-bottom:18px;
1181 overflow:hidden;
1182 }
1183
1184 #settings_attach,
1185 #form_settings_avatar .form_actions {
1186 clear:both;
1187 }
1188
1189 #form_settings_avatar .form_actions {
1190 margin-bottom:0;
1191 }
1192
1193
1194
1195 #groups_related ul,
1196 #users_featured ul {
1197 list-style-type:none;
1198 }
1199 #groups_related li,
1200 #users_featured li {
1201 margin-top:11px;
1202 float:left;
1203 width:100%;
1204 }
1205 #groups_related li:first-child,
1206 #users_featured li:first-child {
1207 margin-top:0;
1208 }
1209
1210 #groups_related .vcard,
1211 #users_featured .vcard {
1212 float:left;
1213 margin-bottom:-23px;
1214 }
1215
1216 #groups_related dl,
1217 #users_featured dl {
1218 float:left;
1219 margin-left:63px;
1220 clear:left;
1221 }
1222 #groups_related dt,
1223 #users_featured dt {
1224 display:none;
1225 font-weight:bold;
1226 }
1227
1228
1229
1230 #home.logged_out h1 {
1231 display:none;
1232 }
1233
1234 #home #intro {
1235 margin-bottom:29px;
1236 float:left;
1237 width:100%;
1238 }
1239
1240 #home #intro p {
1241 margin-bottom:18px;
1242 font-size:1.8em;
1243 }
1244
1245 #home #intro #guide_steps {
1246 list-style-type:none;
1247 }
1248 #home #intro #guide_steps li {
1249 float:left;
1250 margin-left:18px;
1251 }
1252 #home #intro #guide_steps li:first-child {
1253 margin-left:0;
1254 }
1255 #home #intro #guide_steps li a {
1256 display:block;
1257 float:left;
1258 width:185px;
1259 height:109px;
1260 border-width:1px;
1261 border-style:dotted;
1262 text-decoration:none;
1263 border-radius:7px;
1264 -moz-border-radius:7px;
1265 -webkit-border-radius:7px;
1266 padding:7px;
1267 font-size:1.6em;
1268 font-weight:bold;
1269 text-align:center;
1270 }
1271
1272
1273 #testimonials {
1274 clear:both;
1275 }