Created
June 23, 2017 18:30
-
-
Save iamkingsleyf/7a1f391df5bdc32fb8b8b2b14b3ba09f to your computer and use it in GitHub Desktop.
my newspaper quote style
This file contains 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
/* CUSTOM QUOTE SIZE */ | |
.td-post-content blockquote { | |
background-color: #FCFCFC; | |
border-left: 2px solid #4db2ec; | |
padding: 15px 23px 0 23px; | |
position: relative; | |
top: 6px; | |
clear: both; | |
margin: 0 0 29px 0; | |
} | |
.td-post-content blockquote p { | |
color: #777777; | |
font-size: 13px; | |
line-height: 21px; | |
padding-bottom: 16px; | |
margin: 0; | |
text-transform: none; | |
} | |
/* CUSTOM REVIEW SETTINGS */ | |
.td-review-header, .td-review-details, .td-review-final-score { | |
display: none; | |
} | |
.td-review .block-title{ | |
padding: 2px 15px 2px 15px; | |
font-size: 11px; | |
border-radius: 3px; | |
} | |
.td-rating-bar-wrap div{ | |
background: #4db2ec; | |
} | |
.td-review { | |
border-top: 1px solid #e6e6e6; | |
border-bottom: 1px solid #e6e6e6; | |
background-color: #f5f5f5; | |
width: 100%; | |
margin-bottom: 20px; | |
} | |
.td-review td { | |
padding: 18px 19px 20px 20px; | |
} | |
/* UNDERLINE LINKS */ | |
.post a { | |
text-decoration:underline; | |
} | |
.entry-category a, .td-post-author-name a, .td-post-comments, .td-post-next-prev-content a, .td-author-name a, .td-author-description a { | |
text-decoration:none!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment