Created
October 4, 2013 06:38
-
-
Save dziudek/6821836 to your computer and use it in GitHub Desktop.
News Show Pro GK5 Testimonials CSS code
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 NSP Testimonials */ | |
.testimonials .nspMain { | |
padding: 20px 0; | |
position: relative; | |
} | |
.testimonials .nspTopInterface { | |
bottom: 5px; | |
position: absolute; | |
width: 100%; | |
} | |
.testimonials .nspTopInterface .nspPagination { | |
text-align: center; | |
width: 100%; | |
} | |
.testimonials .nspTopInterface .nspPagination li { | |
display: inline-block!important; | |
float: none!important; | |
} | |
.testimonials blockquote { | |
margin: 0 auto; | |
max-width: 450px; | |
padding: 0; | |
position: relative; | |
} | |
.testimonials img { | |
left: 0; | |
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