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