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