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