|
@@ -11,7 +11,7 @@ License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: varia
|
|
|
Text Domain: coutoire
|
|
|
-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, a8c-global-styles
|
|
|
+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
|
|
|
|
|
|
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.
|
|
@@ -188,6 +188,83 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
|
* Base
|
|
|
* - Reset the browser
|
|
|
*/
|
|
|
+/**
|
|
|
+ * Button Placeholder style
|
|
|
+ * - Since buttons appear in various blocks,
|
|
|
+ * let’s use a placeholder to keep them all
|
|
|
+ * in-sync
|
|
|
+ */
|
|
|
+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: 600;
|
|
|
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
+ font-size: 0.83333rem;
|
|
|
+ background-color: black;
|
|
|
+ border-width: 0;
|
|
|
+ padding: 11.6px 11.6px;
|
|
|
+}
|
|
|
+
|
|
|
+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,
|
|
|
+.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: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: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: #FF7A5C;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Onsale Placeholder style
|
|
|
+ * - Since buttons appear in various blocks,
|
|
|
+ * let’s use a placeholder to keep them all
|
|
|
+ * in-sync
|
|
|
+ */
|
|
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
|
/* Document
|
|
|
========================================================================== */
|
|
@@ -684,9 +761,7 @@ a {
|
|
|
.site-header:after,
|
|
|
.site-content:after,
|
|
|
.site-footer:after {
|
|
|
- content: "";
|
|
|
- display: table;
|
|
|
- table-layout: fixed;
|
|
|
+ clear: both;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -861,7 +936,8 @@ footer {
|
|
|
.post-thumbnail > *,
|
|
|
.page-content > *,
|
|
|
.comment-content > *,
|
|
|
-.author-bio > * {
|
|
|
+.author-bio > *,
|
|
|
+.widget-area > .widget > * {
|
|
|
margin-top: 16px;
|
|
|
margin-bottom: 16px;
|
|
|
}
|
|
@@ -871,7 +947,8 @@ footer {
|
|
|
.post-thumbnail > *:first-child,
|
|
|
.page-content > *:first-child,
|
|
|
.comment-content > *:first-child,
|
|
|
-.author-bio > *:first-child {
|
|
|
+.author-bio > *:first-child,
|
|
|
+.widget-area > .widget > *:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
@@ -880,7 +957,8 @@ footer {
|
|
|
.post-thumbnail > *:last-child,
|
|
|
.page-content > *:last-child,
|
|
|
.comment-content > *:last-child,
|
|
|
-.author-bio > *:last-child {
|
|
|
+.author-bio > *:last-child,
|
|
|
+.widget-area > .widget > *:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
@@ -1071,76 +1149,8 @@ object {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Placeholder button style
|
|
|
- * - Since buttons appear in various blocks,
|
|
|
- * let’s use a placeholder to keep them all
|
|
|
- * in-sync
|
|
|
+ * Button
|
|
|
*/
|
|
|
-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: 600;
|
|
|
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
- font-size: 0.83333rem;
|
|
|
- background-color: black;
|
|
|
- border-width: 0;
|
|
|
- padding: 11.6px 11.6px;
|
|
|
-}
|
|
|
-
|
|
|
-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,
|
|
|
-.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: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: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: #FF7A5C;
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
@@ -2062,7 +2072,10 @@ table th,
|
|
|
*/
|
|
|
.aligncenter {
|
|
|
clear: both;
|
|
|
+ display: block;
|
|
|
float: none;
|
|
|
+ margin-right: auto;
|
|
|
+ margin-left: auto;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
@@ -2420,7 +2433,7 @@ body:not(.fse-enabled) .site-description {
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
-.main-navigation #toggle:checked ~ div {
|
|
|
+.main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
@@ -2444,7 +2457,7 @@ body:not(.fse-enabled) .site-description {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.main-navigation > div {
|
|
|
- display: block;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
.main-navigation #toggle-menu {
|
|
|
display: none;
|
|
@@ -2830,6 +2843,13 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
.entry-content .more-link {
|
|
|
display: block;
|
|
|
color: inherit;
|
|
|
+ margin-top: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .entry-content .more-link {
|
|
|
+ margin-top: 32px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.entry-content .more-link:after {
|
|
@@ -3022,36 +3042,43 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
margin-right: calc( $avatar-size + (0.5 * 16px));
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .comment-meta {
|
|
|
- margin-right: inherit;
|
|
|
- }
|
|
|
+.comment-meta .comment-author {
|
|
|
+ line-height: 1;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ padding-right: 40px;
|
|
|
+ max-width: calc(100% - 48px);
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.comment-meta .comment-author {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ margin-bottom: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.comment-meta .comment-author .fn {
|
|
|
+ word-wrap: break-word;
|
|
|
+ word-break: break-word;
|
|
|
+ hyphens: auto;
|
|
|
+}
|
|
|
+
|
|
|
.comment-meta .comment-author .avatar {
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .comment-meta .comment-author .avatar {
|
|
|
- margin-right: 16px;
|
|
|
- display: inherit;
|
|
|
- position: inherit;
|
|
|
- right: inherit;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.comment-meta .comment-metadata {
|
|
|
color: #444444;
|
|
|
+ padding-right: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .comment-meta .comment-metadata {
|
|
|
+ padding-right: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a {
|
|
@@ -3064,10 +3091,29 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.comment-meta {
|
|
|
+ margin-right: inherit;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
+ .comment-meta .comment-author {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ max-width: inherit;
|
|
|
+ flex: 0 1 auto;
|
|
|
+ }
|
|
|
+ .comment-meta .comment-author .fn {
|
|
|
+ padding-right: 16px;
|
|
|
+ }
|
|
|
+ .comment-meta .comment-author .avatar {
|
|
|
+ margin-right: 16px;
|
|
|
+ display: inherit;
|
|
|
+ position: inherit;
|
|
|
+ right: inherit;
|
|
|
+ }
|
|
|
+ .comment-meta .comment-metadata {
|
|
|
+ flex: 0 1 auto;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.comment-metadata,
|
|
@@ -3812,6 +3858,8 @@ a.wp-block-file__button {
|
|
|
@media only screen and (max-width: 559px) {
|
|
|
.site-header {
|
|
|
position: relative;
|
|
|
+ }
|
|
|
+ .site-header .site-branding {
|
|
|
padding-right: 112px;
|
|
|
}
|
|
|
.site-title,
|