|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
|
Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.5.15
|
|
|
|
|
|
+Version: 1.5.16
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Template: varia
|
|
Template: varia
|
|
@@ -146,22 +146,23 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
*/
|
|
*/
|
|
:root {
|
|
:root {
|
|
/* Colors */
|
|
/* Colors */
|
|
- --wp--preset--color--primary: #1279BE;
|
|
|
|
|
|
+ --wp--preset--color--primary: #1279be;
|
|
--wp--preset--color--primary-hover: #303030;
|
|
--wp--preset--color--primary-hover: #303030;
|
|
- --wp--preset--color--secondary: #FFB302;
|
|
|
|
|
|
+ --wp--preset--color--secondary: #ffb302;
|
|
--wp--preset--color--secondary-hover: #303030;
|
|
--wp--preset--color--secondary-hover: #303030;
|
|
--wp--preset--color--foreground: #303030;
|
|
--wp--preset--color--foreground: #303030;
|
|
--wp--preset--color--foreground-low-contrast: #757575;
|
|
--wp--preset--color--foreground-low-contrast: #757575;
|
|
--wp--preset--color--foreground-high-contrast: #101010;
|
|
--wp--preset--color--foreground-high-contrast: #101010;
|
|
--wp--preset--color--background: white;
|
|
--wp--preset--color--background: white;
|
|
- --wp--preset--color--background-low-contrast: #C5C5C5;
|
|
|
|
- --wp--preset--color--background-high-contrast: #F8F8F8;
|
|
|
|
- --wp--preset--color--border: #C5C5C5;
|
|
|
|
- --wp--preset--color--border-low-contrast: #A5A5A5;
|
|
|
|
- --wp--preset--color--border-high-contrast: #F8F8F8;
|
|
|
|
- --wp--preset--color--text-selection: #A9D9F9;
|
|
|
|
|
|
+ --wp--preset--color--background-low-contrast: #c5c5c5;
|
|
|
|
+ --wp--preset--color--background-high-contrast: #f8f8f8;
|
|
|
|
+ --wp--preset--color--tertiary: #c5c5c5;
|
|
|
|
+ --wp--preset--color--border: #c5c5c5;
|
|
|
|
+ --wp--preset--color--border-low-contrast: #a5a5a5;
|
|
|
|
+ --wp--preset--color--border-high-contrast: #f8f8f8;
|
|
|
|
+ --wp--preset--color--text-selection: #a9d9f9;
|
|
--wp--preset--color--alert-success: #33b756;
|
|
--wp--preset--color--alert-success: #33b756;
|
|
- --wp--preset--color--alert-info: #1279BE;
|
|
|
|
|
|
+ --wp--preset--color--alert-info: #1279be;
|
|
--wp--preset--color--alert-warning: #ecc700;
|
|
--wp--preset--color--alert-warning: #ecc700;
|
|
--wp--preset--color--alert-error: #de3e33;
|
|
--wp--preset--color--alert-error: #de3e33;
|
|
--wp--preset--color--black: black;
|
|
--wp--preset--color--black: black;
|
|
@@ -222,7 +223,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
* let’s use a placeholder to keep them all
|
|
* let’s use a placeholder to keep them all
|
|
* in-sync
|
|
* in-sync
|
|
*/
|
|
*/
|
|
-button[data-load-more-btn], .button, button,
|
|
|
|
|
|
+button[data-load-more-btn],
|
|
|
|
+.button, button,
|
|
input[type="submit"],
|
|
input[type="submit"],
|
|
.wp-block-button__link,
|
|
.wp-block-button__link,
|
|
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
.wp-block-file__button, .a8c-posts-list__view-all, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
@@ -240,10 +242,12 @@ input[type="submit"],
|
|
padding: 16px 24px;
|
|
padding: 16px 24px;
|
|
}
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:before, .button:before, button:before,
|
|
|
|
|
|
+button[data-load-more-btn]:before,
|
|
|
|
+.button:before, button:before,
|
|
input[type="submit"]:before,
|
|
input[type="submit"]:before,
|
|
.wp-block-button__link:before,
|
|
.wp-block-button__link:before,
|
|
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, .button:after, button:after,
|
|
|
|
|
|
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button: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,
|
|
input[type="submit"]:after,
|
|
.wp-block-button__link:after,
|
|
.wp-block-button__link:after,
|
|
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
|
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
|
@@ -253,27 +257,32 @@ input[type="submit"]:after,
|
|
width: 0;
|
|
width: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:before, .button:before, button:before,
|
|
|
|
|
|
+button[data-load-more-btn]:before,
|
|
|
|
+.button:before, button:before,
|
|
input[type="submit"]:before,
|
|
input[type="submit"]:before,
|
|
.wp-block-button__link:before,
|
|
.wp-block-button__link:before,
|
|
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
|
.wp-block-file__button:before, .a8c-posts-list__view-all:before, .wp-block-search .wp-block-search__button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
|
|
margin-bottom: -0.12em;
|
|
margin-bottom: -0.12em;
|
|
}
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:after, .button:after, button:after,
|
|
|
|
|
|
+button[data-load-more-btn]:after,
|
|
|
|
+.button:after, button:after,
|
|
input[type="submit"]:after,
|
|
input[type="submit"]:after,
|
|
.wp-block-button__link:after,
|
|
.wp-block-button__link:after,
|
|
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
|
.wp-block-file__button:after, .a8c-posts-list__view-all:after, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
|
margin-top: -0.11em;
|
|
margin-top: -0.11em;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
.button:not(.has-background):hover, button:not(.has-background):hover,
|
|
.button:not(.has-background):hover, button:not(.has-background):hover,
|
|
input:not(.has-background):hover[type="submit"],
|
|
input:not(.has-background):hover[type="submit"],
|
|
.wp-block-button__link:not(.has-background):hover,
|
|
.wp-block-button__link:not(.has-background):hover,
|
|
-.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus,
|
|
|
|
|
|
+.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
|
|
|
|
+.button:focus, button:focus,
|
|
input:focus[type="submit"],
|
|
input:focus[type="submit"],
|
|
.wp-block-button__link:focus,
|
|
.wp-block-button__link:focus,
|
|
-.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
|
|
|
|
|
+.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
|
|
|
|
+.has-focus.button, button.has-focus,
|
|
input.has-focus[type="submit"],
|
|
input.has-focus[type="submit"],
|
|
.has-focus.wp-block-button__link,
|
|
.has-focus.wp-block-button__link,
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
@@ -1360,86 +1369,19 @@ object {
|
|
color: currentColor;
|
|
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, .wp-block-search .wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
|
|
|
|
- line-height: 1;
|
|
|
|
- color: var(--wp--preset--color--background);
|
|
|
|
- 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: var(--wp--preset--color--primary);
|
|
|
|
- border-radius: 5px;
|
|
|
|
- border-width: 0;
|
|
|
|
- text-decoration: none;
|
|
|
|
- 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, .wp-block-search .wp-block-search__button: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, .wp-block-search .wp-block-search__button: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, .wp-block-search .wp-block-search__button: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, .wp-block-search .wp-block-search__button:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
|
|
|
|
- margin-top: -0.11em;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.button:not(.has-background):hover, button:not(.has-background):hover,
|
|
|
|
-input:not(.has-background):hover[type="submit"],
|
|
|
|
-.wp-block-button__link:not(.has-background):hover,
|
|
|
|
-.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):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, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus,
|
|
|
|
-input.has-focus[type="submit"],
|
|
|
|
-.has-focus.wp-block-button__link,
|
|
|
|
-.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
|
|
|
|
- color: var(--wp--preset--color--background);
|
|
|
|
- background-color: var(--wp--preset--color--primary-hover);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-/**
|
|
|
|
- * 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], .button {
|
|
|
|
|
|
+button[data-load-more-btn],
|
|
|
|
+.button {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) button[data-load-more-btn],
|
|
.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],
|
|
[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn],
|
|
-[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button,
|
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .button,
|
|
|
|
-[style*="background-color"] .button {
|
|
|
|
|
|
+[style*="background-color"] button[data-load-more-btn], .has-background:not(.has-background-background-color)
|
|
|
|
+.button,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
|
+.button,
|
|
|
|
+[style*="background-color"]
|
|
|
|
+.button {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
border: 2px solid currentColor;
|
|
border: 2px solid currentColor;
|
|
color: currentColor;
|
|
color: currentColor;
|
|
@@ -2535,6 +2477,10 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
color: var(--wp--preset--color--background);
|
|
color: var(--wp--preset--color--background);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-tertiary-color {
|
|
|
|
+ color: var(--wp--preset--color--tertiary);
|
|
|
|
+}
|
|
|
|
+
|
|
.has-background p:not(.has-text-color),
|
|
.has-background p:not(.has-text-color),
|
|
.has-background h1:not(.has-text-color),
|
|
.has-background h1:not(.has-text-color),
|
|
.has-background h2:not(.has-text-color),
|
|
.has-background h2:not(.has-text-color),
|
|
@@ -2628,6 +2574,16 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
color: var(--wp--preset--color--foreground);
|
|
color: var(--wp--preset--color--foreground);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-tertiary-background-color,
|
|
|
|
+.has-tertiary-background-color.has-background-dim {
|
|
|
|
+ background-color: var(--wp--preset--color--tertiary);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.has-tertiary-background-color:not(.has-text-color),
|
|
|
|
+.has-tertiary-background-color.has-background-dim:not(.has-text-color) {
|
|
|
|
+ color: var(--wp--preset--color--foreground);
|
|
|
|
+}
|
|
|
|
+
|
|
.is-small-text,
|
|
.is-small-text,
|
|
.has-small-font-size {
|
|
.has-small-font-size {
|
|
font-size: 0.86957rem;
|
|
font-size: 0.86957rem;
|