|
@@ -6,12 +6,12 @@ Author: Automattic
|
|
|
Author URI: https://automattic.com/
|
|
|
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
-Version: 1.3.0
|
|
|
+Version: 1.4.1
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: varia
|
|
|
Text Domain: hever
|
|
|
-Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
|
|
|
+Tags: full-site-editing, one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
|
|
|
|
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
@@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
|
* let’s use a placeholder to keep them all
|
|
|
* in-sync
|
|
|
*/
|
|
|
-button,
|
|
|
+button[data-load-more-btn], button,
|
|
|
.button,
|
|
|
input[type="submit"],
|
|
|
.wp-block-button__link,
|
|
@@ -212,11 +212,11 @@ input[type="submit"],
|
|
|
padding: 16px 24px;
|
|
|
}
|
|
|
|
|
|
-button:before,
|
|
|
+button[data-load-more-btn]:before, button:before,
|
|
|
.button:before,
|
|
|
input[type="submit"]:before,
|
|
|
.wp-block-button__link:before,
|
|
|
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
|
|
|
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
|
|
|
.button:after,
|
|
|
input[type="submit"]:after,
|
|
|
.wp-block-button__link:after,
|
|
@@ -227,7 +227,7 @@ input[type="submit"]:after,
|
|
|
width: 0;
|
|
|
}
|
|
|
|
|
|
-button:before,
|
|
|
+button[data-load-more-btn]:before, button:before,
|
|
|
.button:before,
|
|
|
input[type="submit"]:before,
|
|
|
.wp-block-button__link:before,
|
|
@@ -235,7 +235,7 @@ input[type="submit"]:before,
|
|
|
margin-bottom: -0.12em;
|
|
|
}
|
|
|
|
|
|
-button:after,
|
|
|
+button[data-load-more-btn]:after, button:after,
|
|
|
.button:after,
|
|
|
input[type="submit"]:after,
|
|
|
.wp-block-button__link:after,
|
|
@@ -1149,6 +1149,262 @@ object {
|
|
|
min-width: 300px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-aligntop .post-thumbnail {
|
|
|
+ margin-bottom: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignleft .post-thumbnail {
|
|
|
+ margin-left: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignright .post-thumbnail {
|
|
|
+ margin-right: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignbehind .post-has-image .entry-wrapper {
|
|
|
+ padding: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles.is-grid article {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 64px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-grid article {
|
|
|
+ margin-bottom: 96px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles .article-section-title {
|
|
|
+ font-size: 1rem;
|
|
|
+ margin-bottom: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles .article-section-title + article {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article {
|
|
|
+ display: block;
|
|
|
+ /* Vertical margins logic between posts */
|
|
|
+ margin-top: 64px;
|
|
|
+ margin-bottom: 64px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles article {
|
|
|
+ margin-top: 96px;
|
|
|
+ margin-bottom: 96px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article:last-child {
|
|
|
+ margin-bottom: 96px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
|
|
|
+ /* Vertical margins logic between post details */
|
|
|
+ margin-top: 16px;
|
|
|
+ margin-bottom: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
+ color: #1279BE;
|
|
|
+}
|
|
|
+
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
|
|
|
+ color: #303030;
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles article .more-link {
|
|
|
+ margin-top: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links {
|
|
|
+ color: #757575;
|
|
|
+ font-size: 0.86957rem;
|
|
|
+}
|
|
|
+
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
|
|
|
+ vertical-align: top;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta .byline:not(:last-child),
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links .byline:not(:last-child) {
|
|
|
+ margin-left: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta .published + .updated,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links .published + .updated {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a {
|
|
|
+ color: currentColor;
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
|
|
|
+ color: #303030;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Button Placeholder style
|
|
|
+ * - Since buttons appear in various blocks,
|
|
|
+ * let’s use a placeholder to keep them all
|
|
|
+ * in-sync
|
|
|
+ */
|
|
|
+button[data-load-more-btn], button,
|
|
|
+.button,
|
|
|
+input[type="submit"],
|
|
|
+.wp-block-button__link,
|
|
|
+.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
|
+ line-height: 1;
|
|
|
+ color: white;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: bold;
|
|
|
+ font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-family: var(--font-base, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
+ font-size: 1rem;
|
|
|
+ background-color: #1279BE;
|
|
|
+ border-radius: 5px;
|
|
|
+ border-width: 0;
|
|
|
+ padding: 16px 24px;
|
|
|
+}
|
|
|
+
|
|
|
+button[data-load-more-btn]:before, button:before,
|
|
|
+.button:before,
|
|
|
+input[type="submit"]:before,
|
|
|
+.wp-block-button__link:before,
|
|
|
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
|
|
|
+.button:after,
|
|
|
+input[type="submit"]:after,
|
|
|
+.wp-block-button__link:after,
|
|
|
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ height: 0;
|
|
|
+ width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+button[data-load-more-btn]:before, button:before,
|
|
|
+.button:before,
|
|
|
+input[type="submit"]:before,
|
|
|
+.wp-block-button__link:before,
|
|
|
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
|
|
+ margin-bottom: -0.12em;
|
|
|
+}
|
|
|
+
|
|
|
+button[data-load-more-btn]:after, button:after,
|
|
|
+.button:after,
|
|
|
+input[type="submit"]:after,
|
|
|
+.wp-block-button__link:after,
|
|
|
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
|
|
+ margin-top: -0.11em;
|
|
|
+}
|
|
|
+
|
|
|
+button:hover,
|
|
|
+.button:hover,
|
|
|
+input:hover[type="submit"],
|
|
|
+.wp-block-button__link:hover,
|
|
|
+.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
|
|
|
+.button:focus,
|
|
|
+input:focus[type="submit"],
|
|
|
+.wp-block-button__link:focus,
|
|
|
+.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
|
|
|
+.has-focus.button,
|
|
|
+input.has-focus[type="submit"],
|
|
|
+.has-focus.wp-block-button__link,
|
|
|
+.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
|
+ color: white;
|
|
|
+ background-color: #303030;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Onsale Placeholder style
|
|
|
+ * - Since buttons appear in various blocks,
|
|
|
+ * let’s use a placeholder to keep them all
|
|
|
+ * in-sync
|
|
|
+ */
|
|
|
+button[data-load-more-btn] {
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
|
|
+[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
|
|
+[style*="background-color"] button[data-load-more-btn] {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid currentColor;
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Button
|
|
|
*/
|
|
@@ -1245,7 +1501,8 @@ object {
|
|
|
.wp-block-cover-image {
|
|
|
background-color: #303030;
|
|
|
min-height: 480px;
|
|
|
- margin: inherit;
|
|
|
+ margin-top: inherit;
|
|
|
+ margin-bottom: inherit;
|
|
|
/* default & custom background-color */
|
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
|
/**
|
|
@@ -1656,6 +1913,19 @@ ol {
|
|
|
padding-right: 32px;
|
|
|
}
|
|
|
|
|
|
+ul.aligncenter,
|
|
|
+ol.aligncenter {
|
|
|
+ list-style-position: inside;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+ul.alignright,
|
|
|
+ol.alignright {
|
|
|
+ list-style-position: inside;
|
|
|
+ text-align: left;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
ul {
|
|
|
list-style-type: disc;
|
|
|
}
|
|
@@ -3350,8 +3620,8 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead,
|
|
|
-#colophon {
|
|
|
+.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, body:not(.fse-enabled) #masthead,
|
|
|
+body:not(.fse-enabled) #colophon {
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
max-width: 100%;
|
|
@@ -3359,37 +3629,37 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead,
|
|
|
- #colophon {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, body:not(.fse-enabled) #masthead,
|
|
|
+ body:not(.fse-enabled) #colophon {
|
|
|
max-width: calc( 560px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead,
|
|
|
- #colophon {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, body:not(.fse-enabled) #masthead,
|
|
|
+ body:not(.fse-enabled) #colophon {
|
|
|
max-width: calc( 640px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead,
|
|
|
- #colophon {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, body:not(.fse-enabled) #masthead,
|
|
|
+ body:not(.fse-enabled) #colophon {
|
|
|
max-width: calc( 782px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead,
|
|
|
- #colophon {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, body:not(.fse-enabled) #masthead,
|
|
|
+ body:not(.fse-enabled) #colophon {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead,
|
|
|
- #colophon {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, body:not(.fse-enabled) #masthead,
|
|
|
+ body:not(.fse-enabled) #colophon {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
}
|
|
@@ -3437,7 +3707,7 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
+.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
|
|
|
.page-title:before,
|
|
|
.page-title:after {
|
|
|
margin-right: -16px;
|
|
@@ -3448,7 +3718,7 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
+ .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
|
|
|
.page-title:before,
|
|
|
.page-title:after {
|
|
|
margin-right: inherit;
|
|
@@ -3664,6 +3934,29 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
padding-right: 0;
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * Layout Grid
|
|
|
+ */
|
|
|
+.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
|
|
|
+ margin-top: 21.312px;
|
|
|
+ margin-bottom: 21.312px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Child Theme Extra Styles
|
|
|
*/
|
|
@@ -3694,16 +3987,16 @@ p:not(.site-title) a:hover {
|
|
|
/**
|
|
|
* Wide Header & Footer
|
|
|
*/
|
|
|
-#masthead,
|
|
|
-#colophon {
|
|
|
+body:not(.fse-enabled) #masthead,
|
|
|
+body:not(.fse-enabled) #colophon {
|
|
|
padding-right: 16px;
|
|
|
padding-left: 16px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- #masthead,
|
|
|
- #colophon {
|
|
|
+ body:not(.fse-enabled) #masthead,
|
|
|
+ body:not(.fse-enabled) #colophon {
|
|
|
padding-right: 0;
|
|
|
padding-left: 0;
|
|
|
}
|
|
@@ -3894,15 +4187,39 @@ table th,
|
|
|
border-color: #C5C5C5;
|
|
|
}
|
|
|
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta a {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignbehind article .cat-links a:hover,
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignbehind article .entry-title a:hover,
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignbehind article .entry-meta a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Hentry
|
|
|
*/
|
|
|
-.singular .hentry .entry-title,
|
|
|
+.singular .hentry .entry-header .entry-title,
|
|
|
.page-title {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-.singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
+.singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
|
|
|
.page-title:before,
|
|
|
.page-title:after {
|
|
|
background: #F8F8F8;
|
|
@@ -3913,20 +4230,20 @@ table th,
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
|
|
|
+ .singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
|
|
|
.page-title:before,
|
|
|
.page-title:after {
|
|
|
margin-bottom: 64px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.singular .hentry .entry-title:after,
|
|
|
+.singular .hentry .entry-header .entry-title:after,
|
|
|
.page-title:after {
|
|
|
margin-top: 16px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .singular .hentry .entry-title:after,
|
|
|
+ .singular .hentry .entry-header .entry-title:after,
|
|
|
.page-title:after {
|
|
|
margin-top: 64px;
|
|
|
}
|
|
@@ -3938,7 +4255,8 @@ table th,
|
|
|
|
|
|
article .entry-header .entry-title a,
|
|
|
.page-title a,
|
|
|
-.a8c-posts-list .a8c-posts-list-item__title a {
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
color: inherit;
|
|
|
text-decoration: none;
|
|
|
}
|
|
@@ -3949,7 +4267,10 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
.page-title a:hover,
|
|
|
.a8c-posts-list .a8c-posts-list-item__title a:active,
|
|
|
.a8c-posts-list .a8c-posts-list-item__title a:focus,
|
|
|
-.a8c-posts-list .a8c-posts-list-item__title a:hover {
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a:hover,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
|
|
|
color: #1279BE;
|
|
|
}
|
|
|
|
|
@@ -4106,3 +4427,111 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
margin-bottom: 8px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Full Site Editing
|
|
|
+ * - Full Site Editing overrides
|
|
|
+ */
|
|
|
+.fse-template-part {
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation .alignwide, .fse-template-part .main-navigation .alignfull {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation .has-text-color > .main-menu.footer-menu > li > a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation .has-text-align-left > .main-menu.footer-menu {
|
|
|
+ justify-content: flex-start;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation .has-text-align-center > .main-menu.footer-menu {
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation .has-text-align-right > .main-menu.footer-menu {
|
|
|
+ justify-content: flex-end;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation .has-background > .main-menu.footer-menu {
|
|
|
+ padding: 16px 0;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .fse-template-part .main-navigation .has-background > .main-menu.footer-menu {
|
|
|
+ padding: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation > div > .main-menu.footer-menu > .menu-item-has-children > a::after {
|
|
|
+ font-size: 0.6em;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .wp-block-columns .wp-block-column > * {
|
|
|
+ margin: 0 0 5px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-header > *:first-child:not(.alignfull) {
|
|
|
+ margin-top: 21.312px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .fse-header > *:first-child:not(.alignfull) {
|
|
|
+ margin-top: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.fse-footer {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-footer .site-info {
|
|
|
+ margin-top: 21.312px;
|
|
|
+ margin-bottom: 21.312px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .fse-footer .site-info {
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.fse-enabled.home.page.hide-homepage-title .fse-header.entry-content {
|
|
|
+ padding-bottom: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .fse-enabled.home.page.hide-homepage-title .fse-header.entry-content {
|
|
|
+ padding-bottom: 48px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .main-navigation a {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (max-width: 559px) {
|
|
|
+ .fse-template-part {
|
|
|
+ max-width: calc( 100% - 32px);
|
|
|
+ }
|
|
|
+ .fse-template-part .main-navigation > div {
|
|
|
+ padding: 0 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .wp-block-cover .site-title a,
|
|
|
+.fse-template-part .wp-block-cover-image .site-title a {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.fse-template-part .wp-block-cover .has-background,
|
|
|
+.fse-template-part .wp-block-cover-image .has-background {
|
|
|
+ text-shadow: none;
|
|
|
+}
|