Twenty Thirteen: fix up Quote styles for the visual editor, see #24308.
git-svn-id: https://develop.svn.wordpress.org/trunk@24343 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0393ef579f
commit
21db022cc9
@ -428,35 +428,33 @@ img {
|
||||
.post-format-quote {
|
||||
background-color: #210d10;
|
||||
color: #f7f5e7;
|
||||
}
|
||||
|
||||
.post-format-quote blockquote {
|
||||
font-size: 28px;
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
padding-left: 75px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.post-format-quote.mceContentBody {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.post-format-quote:before {
|
||||
.post-format-quote blockquote:before {
|
||||
content: '\201C';
|
||||
font-size: 140px;
|
||||
font-weight: 400;
|
||||
line-height: .8;
|
||||
padding-right: 25px;
|
||||
position: absolute;
|
||||
left: -8px;
|
||||
left: -15px;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.post-format-quote blockquote {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.post-format-quote a {
|
||||
color: #e63f2a;
|
||||
}
|
||||
|
||||
.post-format-quote .quote-caption,
|
||||
.post-format-quote blockquote small,
|
||||
.post-format-quote blockquote cite {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user