|
@@ -1230,6 +1230,7 @@ input.has-focus[type="submit"],
|
|
|
background-color: black;
|
|
|
min-height: 480px;
|
|
|
margin: inherit;
|
|
|
+ /* default & custom background-color */
|
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
|
/**
|
|
|
* Block Options
|
|
@@ -1242,7 +1243,7 @@ input.has-focus[type="submit"],
|
|
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
|
.wp-block-cover-image .wp-block-cover-image-text,
|
|
|
.wp-block-cover-image .wp-block-cover-text {
|
|
|
- color: white;
|
|
|
+ color: currentColor;
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
@@ -1256,6 +1257,15 @@ input.has-focus[type="submit"],
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-cover h2,
|
|
|
.wp-block-cover-image h2 {
|
|
|
font-size: 2.01136rem;
|
|
@@ -1871,8 +1881,23 @@ p.has-background {
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
-.has-background .wp-block-quote .wp-block-quote__citation, .has-background
|
|
|
-.wp-block-quote cite, .has-background
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
+[style*="background-color"] .wp-block-quote .wp-block-quote__citation,
|
|
|
+.wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-quote cite,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-quote cite,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-quote cite,
|
|
|
+.wp-block-cover[style*="background-image"]
|
|
|
+.wp-block-quote cite, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-quote footer,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-quote footer,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-quote footer,
|
|
|
+.wp-block-cover[style*="background-image"]
|
|
|
.wp-block-quote footer {
|
|
|
color: currentColor;
|
|
|
}
|
|
@@ -1903,6 +1928,13 @@ p.has-background {
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
|
|
|
+[style*="background-color"] .wp-block-quote,
|
|
|
+.wp-block-cover[style*="background-image"] .wp-block-quote {
|
|
|
+ border-color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
hr {
|
|
|
border-bottom: 2px solid #CCCCCC;
|
|
|
clear: both;
|
|
@@ -1924,6 +1956,13 @@ hr.wp-block-separator.is-style-dots:before {
|
|
|
padding-left: 0.86957rem;
|
|
|
}
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
+[style*="background-color"] hr.wp-block-separator,
|
|
|
+.wp-block-cover[style*="background-image"] hr.wp-block-separator {
|
|
|
+ border-color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-jetpack-slideshow ul {
|
|
|
margin-left: 0;
|
|
|
margin-right: 0;
|
|
@@ -2084,8 +2123,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
|
-.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6,
|
|
|
-.has-background .wp-block-quote__citation {
|
|
|
+.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
@@ -2769,6 +2807,10 @@ table th,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry-attachment {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Post Thumbnails
|
|
|
*/
|
|
@@ -3161,7 +3203,7 @@ img#wpstats {
|
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
.wp-block-pullquote.alignfull > p,
|
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
|
-.wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+.wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
|
max-width: 100%;
|
|
|
margin-left: auto;
|
|
@@ -3172,7 +3214,7 @@ img#wpstats {
|
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
.wp-block-pullquote.alignfull > p,
|
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
|
max-width: calc( 560px - 32px);
|
|
|
}
|
|
@@ -3182,7 +3224,7 @@ img#wpstats {
|
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
.wp-block-pullquote.alignfull > p,
|
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
|
max-width: calc( 640px - 32px);
|
|
|
}
|
|
@@ -3192,7 +3234,7 @@ img#wpstats {
|
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
.wp-block-pullquote.alignfull > p,
|
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
|
max-width: calc( 782px - 32px);
|
|
|
}
|
|
@@ -3202,7 +3244,7 @@ img#wpstats {
|
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
.wp-block-pullquote.alignfull > p,
|
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
|
max-width: calc( 782px - 32px);
|
|
|
}
|
|
@@ -3212,7 +3254,7 @@ img#wpstats {
|
|
|
.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
.wp-block-pullquote.alignfull > p,
|
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
|
- .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
|
|
|
+ .wp-block-pullquote.alignfull blockquote, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
|
|
|
.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
|
max-width: calc( 782px - 32px);
|
|
|
}
|