]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
More space for the counter
[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 .fn,
199 address .email {
200 display:none;
201 }
202
203
204
205 #header {
206 width:100%;
207 position:relative;
208 float:left;
209 padding-top:18px;
210 margin-bottom:29px;
211 }
212
213 #site_nav_global_primary {
214 float:right;
215 margin-right:18px;
216 margin-bottom:11px;
217 }
218 #site_nav_global_primary ul li {
219 display:inline;
220 margin-left:11px;
221 }
222
223
224 .system_notice dt {
225 font-weight:bold;
226 text-transform:uppercase;
227 display:none;
228 }
229
230 #site_notice {
231 position:absolute;
232 right:0;
233 top:49px;
234 float:right;
235 width:322px;
236 }
237 #page_notice {
238 clear:both;
239 margin-bottom:18px;
240 }
241
242
243
244
245 #footer {
246 float:left;
247 width:64%;
248 padding:18px;
249 }
250
251
252
253 #site_nav_local_views {
254 width:100%;
255 float:left;
256 }
257 #site_nav_local_views dt {
258 display:none;
259 }
260 #site_nav_local_views li {
261 float:left;
262 margin-right:18px;
263 list-style-type:none;
264 }
265 #site_nav_local_views a {
266 float:left;
267 text-decoration:none;
268 padding:4px 11px;
269 -moz-border-radius-topleft:4px;
270 -moz-border-radius-topright:4px;
271 -webkit-border-top-left-radius:4px;
272 -webkit-border-top-right-radius:4px;
273 border-width:1px;
274 border-style:solid;
275 border-bottom:0;
276 text-shadow: 4px 4px 4px #ddd;
277 font-weight:bold;
278 }
279 #site_nav_local_views .nav {
280 float:left;
281 width:100%;
282 }
283
284
285 #site_nav_global_primary dt,
286 #site_nav_global_secondary dt {
287 display:none;
288 }
289 /*
290 #site_nav_global_primary .current a {
291 font-weight:bold;
292 border-style:solid;
293 }
294 */
295 #site_nav_global_secondary {
296 margin-bottom:11px;
297 }
298
299 #site_nav_global_secondary ul li {
300 display:inline;
301 margin-right:11px;
302 }
303 #export_data li a {
304 padding-left:20px;
305 }
306 #export_data li a.foaf {
307 padding-left:30px;
308 }
309 #export_data li a.export_vcard {
310 padding-left:28px;
311 }
312
313
314
315 #export_data ul {
316 display:inline;
317 }
318 #export_data li {
319 list-style-type:none;
320 display:inline;
321 margin-left:11px;
322 }
323 #export_data li:first-child {
324 margin-left:0;
325 }
326
327
328
329 #licenses {
330 font-size:0.9em;
331 }
332
333 #licenses dt {
334 font-weight:bold;
335 display:none;
336 }
337 #licenses dd {
338 margin-bottom:11px;
339 line-height:1.5;
340 }
341
342 #site_content_license_cc {
343 margin-bottom:0;
344 }
345 #site_content_license_cc img {
346 display:inline;
347 vertical-align:top;
348 margin-right:4px;
349 }
350
351
352 #wrap {
353         float:left;
354         margin:0 auto;
355     width:1004px;
356     width:71.714em;
357 }
358
359
360 #core {
361 position:relative;
362 width:100%;
363 float:left;
364 margin-bottom:1em;
365 }
366
367 #content {
368 width:644px;
369 padding:18px;
370 float:left;
371 border-radius:7px;
372 -moz-border-radius:7px;
373 -moz-border-radius-topleft:0;
374 -webkit-border-radius:7px;
375 -webkit-border-top-left-radius:0;
376 }
377
378 #content_inner {
379 position:relative;
380 width:100%;
381 float;left;
382 }
383
384 #aside_primary {
385 width:300px;
386 float:left;
387 margin-left:2px;
388 padding:18px 4px 18px 18px;
389 border-radius:7px;
390 -moz-border-radius:7px;
391 -webkit-border-radius:7px;
392 }
393
394
395
396
397 /*Start: FORM NOTICE*/
398 #form_notice {
399 width:384px;
400 width:458px;
401 float:left;
402 margin-left:68px;
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
700 /* NOTICES */
701 #notices_primary {
702 float:left;
703 width:644px;
704 border-radius:7px;
705 -moz-border-radius:7px;
706 -webkit-border-radius:7px;
707 }
708 #notices_primary h2 {
709 display:none;
710 }
711 .notice-data a span {
712 display:block;
713 padding-left:28px;
714 }
715
716
717 .notice .author {
718 margin-right:11px;
719 }
720 .notice .author a {
721 }
722 .notice .author:after {
723 /*content:":";*/
724 }
725
726 .vcard .photo {
727 display:inline;
728 margin-right:7px;
729 margin-bottom:7px;
730 float:left;
731 }
732 .vcard .url {
733 text-decoration:none;
734 }
735 .vcard .url:hover {
736 text-decoration:underline;
737 }
738 .vcard .fn {
739 font-style:italic;
740 }
741 .vcard .fn:hover {
742
743 }
744
745
746 .notice .entry-title {
747 float:left;
748 width:100%;
749 }
750 .notice p.entry-content {
751 display:inline;
752 }
753
754 .notice_video p.entry-content,
755 .notice_audio p.entry-content,
756 .notice_image p.entry-content,
757 .notice_location p.entry-content,
758 .notice_event p.entry-content,
759 .notice_document p.entry-content {
760 }
761 #laconicat .notice p.entry-content {
762 /*margin-left:199px;*/
763 }
764 .notice p.entry-content a {
765
766 }
767 .notice p.entry-content a:hover {
768
769 }
770 .notice p.entry-content .tag a {
771
772 }
773 .notice p.entry-content .tag a:hover {
774
775 }
776
777
778 .notice div.entry-content {
779 /*border:1px solid blue;*/
780 clear:left;
781 float:left;
782 width:48%;
783 font-size:0.95em;
784 }
785 .notice div.entry-content a,
786 .notice .notice-options a,
787 .notice .notice-options input {
788
789 }
790 .notice .notice-options a,
791 .notice .notice-options input {
792 float:left;
793 font-size:1.025em;
794 }
795
796 #laconicat .notice div.entry-content {
797 /*margin-left:0;*/
798 }
799
800 .notice div.entry-content dl,
801 .notice div.entry-content dt,
802 .notice div.entry-content dd {
803 display:inline;
804 }
805 .notice div.entry-content .timestamp dt,
806 .notice div.entry-content .response dt {
807 display:none;
808 }
809 .notice div.entry-content .timestamp a {
810 display:inline-block;
811 }
812 .notice div.entry-content .device dt {
813 text-transform:lowercase;
814 }
815 .notice div.entry-content a {
816
817 }
818 .notice div.entry-content a:hover {
819 }
820
821
822
823 .notice-data {
824 position:absolute;
825 top:18px;
826 right:0;
827 min-height:50px;
828 margin-bottom:4px;
829 }
830 .notice .entry-content .notice-data dt {
831 display:none;
832 }
833
834 .notice-data a {
835 display:block;
836 outline:none;
837 }
838
839 .notice-options {
840 padding-left:2%;
841 float:left;
842 width:50%;
843 position:relative;
844 font-size:0.95em;
845 }
846
847 .notice-options a {
848 float:left;
849 }
850 .notice-options .notice_delete,
851 .notice-options .notice_reply,
852 .notice-options .form_favor,
853 .notice-options .form_disfavor {
854 position:absolute;
855 top:0;
856 }
857 .notice-options .form_favor,
858 .notice-options .form_disfavor {
859 left:0;
860 }
861 .notice-options .notice_reply {
862 left:29px;
863 }
864 .notice-options .notice_delete {
865 left:76px;
866 }
867 .notice-options .notice_reply dt {
868 display:none;
869 }
870
871 .notice-options input,
872 .notice-options a {
873 text-indent:-9999px;
874 outline:none;
875 }
876
877 .notice-options .notice_reply a,
878 .notice-options form input.submit {
879 display:block;
880 border:0;
881 }
882 .notice-options .notice_reply a,
883 .notice-options .notice_delete a {
884 text-decoration:none;
885 padding-left:16px;
886 }
887
888 .notice-options .notice_delete {
889
890 }
891
892 .notice-options form input.submit {
893 cursor:pointer;
894 width:16px;
895 padding:2px 0;
896 }
897
898 .notice-options .notice_delete dt,
899 .notice-options .form_favor legend,
900 .notice-options .form_disfavor legend {
901 display:none;
902 }
903 .notice-options .notice_delete fieldset,
904 .notice-options .form_favor fieldset,
905 .notice-options .form_disfavor fieldset {
906 border:0;
907 padding:0;
908 }
909
910 /*END: NOTICES */
911
912
913
914
915
916 .pagination dt {
917 font-weight:bold;
918 display:none;
919 }
920
921 .pagination .nav {
922 float:left;
923 width:100%;
924 list-style-type:none;
925 }
926
927 .pagination .nav_prev {
928 float:left;
929 }
930 .pagination .nav_next {
931 float:right;
932 }
933
934 .pagination a {
935 display:block;
936 text-decoration:none;
937 font-weight:bold;
938 padding:7px;
939 border:1px dotted #D1D9E4;
940 border-bottom:0;
941 }
942
943 .pagination .nav_prev a {
944 -moz-border-radius-topright:7px;
945 -webkit-border-top-right-radius:7px;
946 padding-left:20px;
947 border-left:0;
948 }
949 .pagination .nav_next a {
950 -moz-border-radius-topleft:7px;
951 -webkit-border-top-left-radius:7px;
952 padding-right:20px;
953 border-right:0;
954 }
955
956
957 /* END: NOTICE */
958
959
960
961
962
963
964
965 /*START: LOAD ALONG WITH JS*/
966 .notice .in-reply-to {
967         width:98%;
968         margin-left:2%;
969 }
970 .notice .in-reply-to li {
971 background-color:#F7F9FB;
972 }
973 .notice .in-reply-to li .in-reply-to li {
974 background-color:#E4E9F0;
975 }
976 .notice .in-reply-to li .in-reply-to li .in-reply-to li {
977 background-color:#D1D9E4;
978 }
979
980
981
982 #user_actions #user_subscribe .form_note,
983 #user_actions #user_subscribe .form_data,
984 #user_actions #user_subscribe .form_actions label {
985 display:none;
986 }
987 #form_user-relationship .form_note,
988 #form_user-relationship .form_data,
989 #form_user-relationship .form_actions label {
990 display:block;
991 }
992
993 #user_actions #user-relationship_submit {
994 margin-bottom:0;
995 }
996 #form_user-relationship .form_data li label {
997 margin-right:11px;
998 }
999
1000 #user_relationship_xfn {
1001 /*z-index:1000;
1002 position:absolute;
1003 width:521px;
1004 height:322px;*/
1005 display:none;
1006 }
1007 #user_relationship_xfn fieldset {
1008 background-color:#fff;
1009 }
1010
1011 /*END: LOAD ALONG WITH JS*/
1012
1013
1014
1015 /* TOP_POSTERS */
1016 #top-posters caption {
1017 text-align:left;
1018 text-transform:uppercase;
1019 }
1020
1021 #top-posters thead {
1022 display:none;
1023 }
1024 #top-poster_user {
1025 width:199px;
1026 }
1027 #top-poster_number-of-notices {
1028 width:123px;
1029 }
1030 #top-posters tbody td {
1031 padding-right:11px;
1032 padding-bottom:4px;
1033 }
1034 #top-posters img {
1035 margin-right:7px;
1036 height:24px;
1037 width:24px;
1038 }
1039
1040
1041
1042 /* tagcloud */
1043 #tagcloud ul {
1044 list-style-type:none;
1045 }
1046 #tagcloud ul li {
1047 display:inline;
1048 margin-right:7px;
1049 line-height:1.4;
1050 }
1051
1052 #tagcloud.section dt {
1053 text-transform:uppercase;
1054 font-weight:bold;
1055 }
1056 #tagcloud .weight_1 {
1057 font-size:1em;
1058 }
1059 #tagcloud .weight_2 {
1060 font-size:1.3em;
1061 }
1062 #tagcloud .weight_3 {
1063 font-size:1.6em;
1064 }
1065 #tagcloud .weight_4 {
1066 font-size:1.9em;
1067 }
1068 #tagcloud .weight_5 {
1069 font-size:2.2em;
1070 }
1071
1072
1073
1074 #form_settings_photo .form_data {
1075 clear:both;
1076 }
1077
1078
1079
1080
1081 #photo_original,
1082 #photo_preview {
1083 float:left;
1084 }
1085 #photo_preview,
1086 #settings_photo_action-crop {
1087 margin-left:29px;
1088 }
1089 #photo_preview_view {
1090 height:96px;
1091 width:96px;
1092 overflow:hidden;
1093 }
1094
1095
1096
1097
1098 .section .groups,
1099 #users_featured ul {
1100 list-style-type:none;
1101 }
1102 .section .groups li,
1103 #users_featured li {
1104 margin-top:11px;
1105 float:left;
1106 width:100%;
1107 }
1108 .section .groups li:first-child,
1109 #users_featured li:first-child {
1110 margin-top:0;
1111 }
1112
1113 .section .groups .vcard,
1114 #users_featured .vcard {
1115 float:left;
1116 margin-bottom:-23px;
1117 }
1118
1119 .section .groups dl,
1120 #users_featured dl {
1121 float:left;
1122 margin-left:63px;
1123 clear:left;
1124 }
1125 .section .groups dt,
1126 #users_featured dt {
1127 display:none;
1128 font-weight:bold;
1129 }
1130
1131
1132
1133 #home.logged_out h1 {
1134 display:none;
1135 }
1136
1137 #home #intro {
1138 margin-bottom:29px;
1139 float:left;
1140 width:100%;
1141 }
1142
1143 #home #intro p {
1144 margin-bottom:18px;
1145 font-size:1.8em;
1146 }
1147
1148 #home #intro #guide_steps {
1149 list-style-type:none;
1150 }
1151 #home #intro #guide_steps li {
1152 float:left;
1153 margin-left:18px;
1154 }
1155 #home #intro #guide_steps li:first-child {
1156 margin-left:0;
1157 }
1158 #home #intro #guide_steps li a {
1159 display:block;
1160 float:left;
1161 width:185px;
1162 height:109px;
1163 border-width:1px;
1164 border-style:dotted;
1165 text-decoration:none;
1166 border-radius:7px;
1167 -moz-border-radius:7px;
1168 -webkit-border-radius:7px;
1169 padding:7px;
1170 font-size:1.6em;
1171 font-weight:bold;
1172 text-align:center;
1173 }
1174
1175
1176 #testimonials {
1177 clear:both;
1178 }