Pullquote and blockquote styles.
This commit is contained in:
parent
2b5df5dd5e
commit
ca1d49996f
2 changed files with 15 additions and 2 deletions
|
@ -115,8 +115,12 @@ figure.alignfull,
|
||||||
.wp-block-quote.is-style-large p {
|
.wp-block-quote.is-style-large p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
.wp-block-quote.alignleft {
|
||||||
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
|
margin-right: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-block-quote.alignright {
|
||||||
|
margin-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
||||||
|
@ -251,6 +255,14 @@ figure.alignfull,
|
||||||
color: #767676;
|
color: #767676;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.alignleft {
|
||||||
|
margin-right: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-block-pullquote.alignright {
|
||||||
|
margin-left: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-pullquote.alignfull blockquote {
|
.wp-block-pullquote.alignfull blockquote {
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
padding-right: 1.5em;
|
padding-right: 1.5em;
|
||||||
|
|
|
@ -634,6 +634,7 @@
|
||||||
.wp-block-pullquote cite,
|
.wp-block-pullquote cite,
|
||||||
.wp-block-pullquote footer {
|
.wp-block-pullquote footer {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-size: inherit;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue