diff options
Diffstat (limited to 'css/testimonials_front.css')
-rwxr-xr-x | css/testimonials_front.css | 87 |
1 files changed, 56 insertions, 31 deletions
diff --git a/css/testimonials_front.css b/css/testimonials_front.css index a91c89a..e812b48 100755 --- a/css/testimonials_front.css +++ b/css/testimonials_front.css @@ -1,31 +1,56 @@ -*{
- margin:0;
- padding:0;
-}
-
-
-#testimonials_front{
- padding: 20px 20px 15px 40px;
- margin-top: 30px;
- margin-bottom: 30px;
- background:url('../images/open-quote.png') no-repeat ;
- min-height:90px;
- -moz-border-radius:12px;
- -webkit-border-radius:12px;
- border-radius:12px;
- box-shadow: 1px 1px 4px 1px #888888;
- height:135px;
- overflow:auto;
-}
-
-#testimonials_front li{ display:none;}
-#testimonials_front li:first-child{ display:block;}
-
-#testimonials_front ul{ list-style:none;}
-
-
-#testimonials_front h4{
-color:#424242;
-margin-top:-20px;
-
-}
+*{ + margin:0; + padding:0; +} + + +#testimonials_front{ + width: 270%;; + padding: 20px 20px 15px 20px; + background:url('../images/open-quote.png') no-repeat ; + background-size: 22px 22px; + background-position: 18px 30px; + text-align:justify; + min-height:90px; + margin-left:250px; + margin-top:-110px; + -moz-border-radius:12px; + -webkit-border-radius:12px; + border-radius:12px; + box-shadow: 1px 1px 4px 1px #888888; + height:135px; + +} + + +#testimonials_front a{ + float:left; +} + +.testimonial_head +{ + + text-align:left; + margin-top:-14px; + font-size:16px; +} + +#testimonials_front li{ display:none;} +#testimonials_front li:first-child{ display:block;} + +#testimonials_front ul{ list-style:none;} + + +#testimonials_front h4{ +color:#424242; +margin-top:-20px; + +} + +.logo + +{ + width:205px; + height:80px; + background:url('../images/logo.png') no-repeat ;} + |