|
@@ -297,10 +297,18 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
|
.wp-block-quote:not(.is-large):not(.is-style-large),
|
|
.wp-block-quote:not(.is-large):not(.is-style-large),
|
|
.wp-block-quote.is-large,
|
|
.wp-block-quote.is-large,
|
|
-.wp-block-quote.is-style-large {
|
|
|
|
|
|
+.wp-block-quote.is-style-large,
|
|
|
|
+.rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:left"],
|
|
|
|
+.rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: left"],
|
|
|
|
+.rtl .wp-block-quote.is-large[style*="text-align:left"],
|
|
|
|
+.rtl .wp-block-quote.is-large[style*="text-align: left"],
|
|
|
|
+.rtl .wp-block-quote.is-style-large[style*="text-align:left"],
|
|
|
|
+.rtl .wp-block-quote.is-style-large[style*="text-align: left"] {
|
|
border-left: 3px solid #eee;
|
|
border-left: 3px solid #eee;
|
|
|
|
+ border-right: 0;
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
padding-left: 24px;
|
|
padding-left: 24px;
|
|
|
|
+ padding-right: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote p,
|
|
.wp-block-quote p,
|
|
@@ -347,13 +355,30 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
|
.rtl .wp-block-quote:not(.is-large):not(.is-style-large),
|
|
.rtl .wp-block-quote:not(.is-large):not(.is-style-large),
|
|
.rtl .wp-block-quote.is-large,
|
|
.rtl .wp-block-quote.is-large,
|
|
-.rtl .wp-block-quote.is-style-large {
|
|
|
|
|
|
+.rtl .wp-block-quote.is-style-large,
|
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
|
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"],
|
|
|
|
+.wp-block-quote.is-large[style*="text-align:right"],
|
|
|
|
+.wp-block-quote.is-large[style*="text-align: right"],
|
|
|
|
+.wp-block-quote.is-style-large[style*="text-align:right"],
|
|
|
|
+.wp-block-quote.is-style-large[style*="text-align: right"] {
|
|
border-left: 0;
|
|
border-left: 0;
|
|
border-right: 3px solid #eee;
|
|
border-right: 3px solid #eee;
|
|
padding-left: 0;
|
|
padding-left: 0;
|
|
padding-right: 24px;
|
|
padding-right: 24px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:center"],
|
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: center"],
|
|
|
|
+.wp-block-quote.is-large[style*="text-align:center"],
|
|
|
|
+.wp-block-quote.is-large[style*="text-align: center"],
|
|
|
|
+.wp-block-quote.is-style-large[style*="text-align:center"],
|
|
|
|
+.wp-block-quote.is-style-large[style*="text-align: center"] {
|
|
|
|
+ border: 0;
|
|
|
|
+ padding-left: 0;
|
|
|
|
+ padding-right: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
.rtl .wp-block-quote .wp-block-quote__citation {
|
|
.rtl .wp-block-quote .wp-block-quote__citation {
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|