Created
November 7, 2013 15:44
-
-
Save dziudek/7356737 to your computer and use it in GitHub Desktop.
GK News Show Pro .testimonials style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* GK News Show Pro Testimonials style | |
*/ | |
.testimonials.gk-nsp { | |
padding: 20px 0; | |
position: relative; | |
} | |
.testimonials .gk-nsp-arts-nav { | |
bottom: 5px; | |
position: absolute!important; | |
right: auto; | |
top: auto; | |
width: 100%; | |
} | |
.testimonials .gk-nsp-arts-nav .gk-nsp-pagination { | |
float: none; | |
text-align: center; | |
width: 100%; | |
} | |
.testimonials .gk-nsp-arts-nav .gk-nsp-pagination li { | |
display: inline-block!important; | |
float: none!important; | |
} | |
.testimonials blockquote { | |
margin: 0 auto; | |
max-width: 450px; | |
padding: 0; | |
position: relative; | |
} | |
.testimonials img { | |
height: auto; | |
left: 0; | |
max-width: 80px; | |
position: absolute; | |
} | |
.testimonials h3, | |
.testimonials p, | |
.testimonials strong { | |
display: block!important; | |
padding: 0 0 0 100px!important; | |
} | |
.testimonials h3 { | |
color: #666; | |
font-family: georgia, serif; | |
font-size: 32px; | |
font-weight: 400; | |
} | |
.testimonials p { | |
color: #888; | |
font-size: 14px; | |
font-style: italic; | |
} | |
.testimonials strong { | |
color: #333; | |
font-family: Georgia,serif; | |
font-size: 14px; | |
font-weight: 300; | |
} | |
.testimonials a { | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment