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