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