diff options
-rwxr-xr-x | css/style.css | 13 | ||||
-rwxr-xr-x | css/testimonials_front.css | 87 |
2 files changed, 62 insertions, 38 deletions
diff --git a/css/style.css b/css/style.css index 94a85be..1e8e5f7 100755 --- a/css/style.css +++ b/css/style.css @@ -57,10 +57,15 @@ ol li,ul li{ a{ font-size: 13px; - color: #800000; + color: #0072b9; text-decoration: none; } +a:hover +{ + text-decoration:underline; +} + table{ width: 100%; width: 680px; @@ -184,7 +189,6 @@ height:110px; #sidebarfstsub li a{ text-decoration:none; color:#FFFFFF; - font-size: 12px; } .content { @@ -716,8 +720,3 @@ h1#frnt.title { display:none; } -.statistics_counter { - display: none !important; -} - - 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 ;} + |