|
@@ -105,16 +105,6 @@ p {
|
|
padding-right: var(--wp--custom--button--spacing--padding--right);
|
|
padding-right: var(--wp--custom--button--spacing--padding--right);
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments input[type="submit"]:hover, .wp-block-post-comments input[type="submit"]:focus, .wp-block-post-comments input[type="submit"].has-focus, .wp-block-post-comments .reply a:hover, .wp-block-post-comments .reply a:focus, .wp-block-post-comments .reply a.has-focus {
|
|
|
|
- border-style: var(--wp--custom--button--border--style);
|
|
|
|
- border-color: currentColor;
|
|
|
|
- border-width: var(--wp--custom--button--border--width);
|
|
|
|
- padding-top: var(--wp--custom--button--spacing--padding--top);
|
|
|
|
- padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
|
|
|
- padding-left: var(--wp--custom--button--spacing--padding--left);
|
|
|
|
- padding-right: var(--wp--custom--button--spacing--padding--right);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
.wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|
|
@@ -134,78 +124,23 @@ p {
|
|
letter-spacing: 0.1em;
|
|
letter-spacing: 0.1em;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments input[type="submit"], .wp-block-post-comments .reply a {
|
|
|
|
- text-transform: uppercase;
|
|
|
|
- letter-spacing: 0.1em;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-cover.alignfull {
|
|
.wp-block-cover.alignfull {
|
|
padding-right: calc( max( 0.5 * ( 100% - var(--wp--custom--layout--wide-size) ) + var(--wp--custom--post-content--padding--left), var(--wp--custom--post-content--padding--left) ));
|
|
padding-right: calc( max( 0.5 * ( 100% - var(--wp--custom--layout--wide-size) ) + var(--wp--custom--post-content--padding--left), var(--wp--custom--post-content--padding--left) ));
|
|
padding-left: calc( max( 0.5 * ( 100% - var(--wp--custom--layout--wide-size) ) + var(--wp--custom--post-content--padding--left), var(--wp--custom--post-content--padding--left) ));
|
|
padding-left: calc( max( 0.5 * ( 100% - var(--wp--custom--layout--wide-size) ) + var(--wp--custom--post-content--padding--left), var(--wp--custom--post-content--padding--left) ));
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .reply a {
|
|
.wp-block-post-comments .reply a {
|
|
- --wp--custom--button--typography--font-size: var(--wp--preset--font-size--normal);
|
|
|
|
- border-style: var(--wp--custom--button--border--style);
|
|
|
|
- border-width: var(--wp--custom--button--border--width);
|
|
|
|
- padding-top: var(--wp--custom--button--spacing--padding--top);
|
|
|
|
- padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
|
|
|
|
- padding-left: var(--wp--custom--button--spacing--padding--left);
|
|
|
|
- padding-right: var(--wp--custom--button--spacing--padding--right);
|
|
|
|
- --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
|
- --wp--custom--button--color--background: var(--wp--custom--button--color--background);
|
|
|
|
- --wp--custom--button--border--color: var(--wp--custom--button--hover--color--text);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments .reply a, .wp-block-post-comments .reply a:hover, .wp-block-post-comments .reply a:focus, .wp-block-post-comments .reply a:active {
|
|
|
|
- line-height: 1;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color).has-focus {
|
|
|
|
- --wp--custom--button--typography--font-size: var(--wp--preset--font-size--normal);
|
|
|
|
- --wp--custom--button--color--text: var(--wp--custom--button--hover--color--background);
|
|
|
|
- --wp--custom--button--color--background: var(--wp--custom--button--hover--color--text);
|
|
|
|
|
|
+ text-decoration-thickness: 0.07em;
|
|
|
|
+ text-underline-offset: 0.46ex;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments form {
|
|
.wp-block-post-comments form {
|
|
-moz-column-gap: 1.2em;
|
|
-moz-column-gap: 1.2em;
|
|
column-gap: 1.2em;
|
|
column-gap: 1.2em;
|
|
- grid-template-areas: "notes notes" "comment comment" "author email" "url url" "cookies-consent cookies-consent" "form-submit form-submit";
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
|
|
|
|
-.wp-block-post-comments form textarea {
|
|
|
|
- font-size: var(--wp--preset--font-size--normal);
|
|
|
|
- width: 100%;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments form label:not([for=wp-comment-cookies-consent]) {
|
|
|
|
- font-size: var(--wp--custom--form--label--typography--font-size);
|
|
|
|
- font-weight: var(--wp--custom--form--label--typography--font-weight);
|
|
|
|
- letter-spacing: var(--wp--custom--form--label--typography--letter-spacing);
|
|
|
|
- margin-bottom: var(--wp--custom--form--label--spacing--margin--bottom);
|
|
|
|
- text-transform: var(--wp--custom--form--label--typography--text-transform);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments form p {
|
|
|
|
- margin-top: 0;
|
|
|
|
- margin-bottom: 30px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments form .comment-form-comment textarea {
|
|
|
|
- vertical-align: top;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments form .comment-form-cookies-consent {
|
|
|
|
- margin-bottom: var(--wp--custom--margin--vertical);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .comment-reply-title {
|
|
.wp-block-post-comments .comment-reply-title {
|
|
- margin-bottom: 30px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-post-comments .comment-author {
|
|
|
|
- margin-bottom: var(--wp--custom--margin--baseline);
|
|
|
|
|
|
+ margin-bottom: calc( 2 * var(--wp--custom--margin--baseline));
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .comment-author cite {
|
|
.wp-block-post-comments .comment-author cite {
|
|
@@ -217,7 +152,7 @@ p {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .commentmetadata {
|
|
.wp-block-post-comments .commentmetadata {
|
|
- margin-bottom: 36px;
|
|
|
|
|
|
+ --wp--style--block-gap: 48px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .commentmetadata a {
|
|
.wp-block-post-comments .commentmetadata a {
|
|
@@ -225,11 +160,13 @@ p {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .commentlist {
|
|
.wp-block-post-comments .commentlist {
|
|
- margin-bottom: calc( 8 * var(--wp--custom--margin--baseline));
|
|
|
|
|
|
+ --wp--style--block-gap: 60px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .comment-body > p > a,
|
|
.wp-block-post-comments .comment-body > p > a,
|
|
.wp-block-post-comments .comment-edit-link {
|
|
.wp-block-post-comments .comment-edit-link {
|
|
|
|
+ text-decoration-thickness: 0.07em;
|
|
|
|
+ text-underline-offset: 0.46ex;
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
|