Plugin Updates
This commit is contained in:
@@ -186,6 +186,11 @@ TABLE OF CONTENTS:
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.wp-core-ui .button[aria-disabled="true"],
|
||||
.wp-core-ui .button-secondary[aria-disabled="true"] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Buttons that look like links, for a cross of good semantics with the visual */
|
||||
.wp-core-ui .button-link {
|
||||
margin: 0;
|
||||
@@ -211,11 +216,9 @@ TABLE OF CONTENTS:
|
||||
|
||||
.wp-core-ui .button-link:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-link-delete {
|
||||
@@ -284,6 +287,10 @@ TABLE OF CONTENTS:
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-primary[aria-disabled="true"] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
4.0 - Button Groups
|
||||
---------------------------------------------------------------------------- */
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -185,6 +185,11 @@ TABLE OF CONTENTS:
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.wp-core-ui .button[aria-disabled="true"],
|
||||
.wp-core-ui .button-secondary[aria-disabled="true"] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Buttons that look like links, for a cross of good semantics with the visual */
|
||||
.wp-core-ui .button-link {
|
||||
margin: 0;
|
||||
@@ -210,11 +215,9 @@ TABLE OF CONTENTS:
|
||||
|
||||
.wp-core-ui .button-link:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-link-delete {
|
||||
@@ -283,6 +286,10 @@ TABLE OF CONTENTS:
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-primary[aria-disabled="true"] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
4.0 - Button Groups
|
||||
---------------------------------------------------------------------------- */
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+6
-5
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -72,15 +73,14 @@
|
||||
}
|
||||
.block-directory-downloadable-block-list-item:hover{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.block-directory-downloadable-block-list-item.is-busy{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
}
|
||||
.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
word-wrap:normal !important;
|
||||
border:0;
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path:inset(50%);
|
||||
clip-path:inset(50%);
|
||||
height:1px;
|
||||
@@ -89,6 +89,7 @@
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
word-wrap:normal !important;
|
||||
}
|
||||
.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{
|
||||
opacity:1;
|
||||
@@ -101,7 +102,7 @@
|
||||
}
|
||||
.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{
|
||||
align-items:center;
|
||||
background:hsla(0,0%,100%,.75);
|
||||
background:#ffffffbf;
|
||||
bottom:0;
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-directory-block-ratings>span{display:flex}.block-directory-block-ratings svg{fill:#1e1e1e;margin-right:-4px}.block-directory-block-ratings .block-directory-block-ratings__star-empty{fill:#ccc}.block-directory-compact-list{list-style:none;margin:0}.block-directory-compact-list__item{align-items:center;display:flex;flex-direction:row;margin-bottom:16px}.block-directory-compact-list__item:last-child{margin-bottom:0}.block-directory-compact-list__item-details{margin-right:8px}.block-directory-compact-list__item-title{font-weight:500}.block-directory-compact-list__item-author{color:#757575;font-size:11px}.block-directory-downloadable-block-icon{border:1px solid #ddd;height:54px;min-width:54px;vertical-align:middle;width:54px}.block-directory-downloadable-block-list-item{display:grid;grid-template-columns:auto 1fr;height:auto;padding:12px;text-align:right;width:100%}.block-directory-downloadable-block-list-item:hover{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.block-directory-downloadable-block-list-item.is-busy{background:transparent}.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{opacity:1}.block-directory-downloadable-block-list-item__icon{align-self:flex-start;margin-left:16px;position:relative}.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{align-items:center;background:hsla(0,0%,100%,.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.block-directory-block-ratings{display:block;margin-top:4px}.block-directory-downloadable-block-list-item__details{color:#1e1e1e}.block-directory-downloadable-block-list-item__title{display:block;font-weight:600}.block-directory-downloadable-block-list-item__author{display:block;font-weight:400;margin-top:4px}.block-directory-downloadable-block-list-item__desc{display:block;margin-top:8px}.block-directory-downloadable-block-notice{color:#cc1818;margin:8px 0 0}.block-directory-downloadable-block-notice__content{margin-bottom:8px;padding-left:12px}.block-directory-downloadable-blocks-panel{padding:16px}.block-directory-downloadable-blocks-panel.has-blocks-loading{color:#757575;font-style:normal;margin:112px 0;padding:0;text-align:center}.block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{float:inherit}.block-directory-downloadable-blocks-panel__no-local{color:#757575;margin:48px 0;padding:0 64px;text-align:center}.block-directory-downloadable-blocks-panel__title{font-size:14px;margin:0 0 4px}.block-directory-downloadable-blocks-panel__description{margin-top:0}.block-directory-downloadable-blocks-panel button{margin-top:4px}.installed-blocks-pre-publish-panel__copy{margin-top:0}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-directory-block-ratings>span{display:flex}.block-directory-block-ratings svg{fill:#1e1e1e;margin-right:-4px}.block-directory-block-ratings .block-directory-block-ratings__star-empty{fill:#ccc}.block-directory-compact-list{list-style:none;margin:0}.block-directory-compact-list__item{align-items:center;display:flex;flex-direction:row;margin-bottom:16px}.block-directory-compact-list__item:last-child{margin-bottom:0}.block-directory-compact-list__item-details{margin-right:8px}.block-directory-compact-list__item-title{font-weight:500}.block-directory-compact-list__item-author{color:#757575;font-size:11px}.block-directory-downloadable-block-icon{border:1px solid #ddd;height:54px;min-width:54px;vertical-align:middle;width:54px}.block-directory-downloadable-block-list-item{display:grid;grid-template-columns:auto 1fr;height:auto;padding:12px;text-align:right;width:100%}.block-directory-downloadable-block-list-item:hover{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-directory-downloadable-block-list-item.is-busy{background:#0000}.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{opacity:1}.block-directory-downloadable-block-list-item__icon{align-self:flex-start;margin-left:16px;position:relative}.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{align-items:center;background:#ffffffbf;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.block-directory-block-ratings{display:block;margin-top:4px}.block-directory-downloadable-block-list-item__details{color:#1e1e1e}.block-directory-downloadable-block-list-item__title{display:block;font-weight:600}.block-directory-downloadable-block-list-item__author{display:block;font-weight:400;margin-top:4px}.block-directory-downloadable-block-list-item__desc{display:block;margin-top:8px}.block-directory-downloadable-block-notice{color:#cc1818;margin:8px 0 0}.block-directory-downloadable-block-notice__content{margin-bottom:8px;padding-left:12px}.block-directory-downloadable-blocks-panel{padding:16px}.block-directory-downloadable-blocks-panel.has-blocks-loading{color:#757575;font-style:normal;margin:112px 0;padding:0;text-align:center}.block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{float:inherit}.block-directory-downloadable-blocks-panel__no-local{color:#757575;margin:48px 0;padding:0 64px;text-align:center}.block-directory-downloadable-blocks-panel__title{font-size:14px;margin:0 0 4px}.block-directory-downloadable-blocks-panel__description{margin-top:0}.block-directory-downloadable-blocks-panel button{margin-top:4px}.installed-blocks-pre-publish-panel__copy{margin-top:0}
|
||||
+6
-5
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -72,15 +73,14 @@
|
||||
}
|
||||
.block-directory-downloadable-block-list-item:hover{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.block-directory-downloadable-block-list-item.is-busy{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
}
|
||||
.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
word-wrap:normal !important;
|
||||
border:0;
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path:inset(50%);
|
||||
clip-path:inset(50%);
|
||||
height:1px;
|
||||
@@ -89,6 +89,7 @@
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
word-wrap:normal !important;
|
||||
}
|
||||
.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{
|
||||
opacity:1;
|
||||
@@ -101,7 +102,7 @@
|
||||
}
|
||||
.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{
|
||||
align-items:center;
|
||||
background:hsla(0,0%,100%,.75);
|
||||
background:#ffffffbf;
|
||||
bottom:0;
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-directory-block-ratings>span{display:flex}.block-directory-block-ratings svg{fill:#1e1e1e;margin-left:-4px}.block-directory-block-ratings .block-directory-block-ratings__star-empty{fill:#ccc}.block-directory-compact-list{list-style:none;margin:0}.block-directory-compact-list__item{align-items:center;display:flex;flex-direction:row;margin-bottom:16px}.block-directory-compact-list__item:last-child{margin-bottom:0}.block-directory-compact-list__item-details{margin-left:8px}.block-directory-compact-list__item-title{font-weight:500}.block-directory-compact-list__item-author{color:#757575;font-size:11px}.block-directory-downloadable-block-icon{border:1px solid #ddd;height:54px;min-width:54px;vertical-align:middle;width:54px}.block-directory-downloadable-block-list-item{display:grid;grid-template-columns:auto 1fr;height:auto;padding:12px;text-align:left;width:100%}.block-directory-downloadable-block-list-item:hover{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.block-directory-downloadable-block-list-item.is-busy{background:transparent}.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{opacity:1}.block-directory-downloadable-block-list-item__icon{align-self:flex-start;margin-right:16px;position:relative}.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{align-items:center;background:hsla(0,0%,100%,.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.block-directory-block-ratings{display:block;margin-top:4px}.block-directory-downloadable-block-list-item__details{color:#1e1e1e}.block-directory-downloadable-block-list-item__title{display:block;font-weight:600}.block-directory-downloadable-block-list-item__author{display:block;font-weight:400;margin-top:4px}.block-directory-downloadable-block-list-item__desc{display:block;margin-top:8px}.block-directory-downloadable-block-notice{color:#cc1818;margin:8px 0 0}.block-directory-downloadable-block-notice__content{margin-bottom:8px;padding-right:12px}.block-directory-downloadable-blocks-panel{padding:16px}.block-directory-downloadable-blocks-panel.has-blocks-loading{color:#757575;font-style:normal;margin:112px 0;padding:0;text-align:center}.block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{float:inherit}.block-directory-downloadable-blocks-panel__no-local{color:#757575;margin:48px 0;padding:0 64px;text-align:center}.block-directory-downloadable-blocks-panel__title{font-size:14px;margin:0 0 4px}.block-directory-downloadable-blocks-panel__description{margin-top:0}.block-directory-downloadable-blocks-panel button{margin-top:4px}.installed-blocks-pre-publish-panel__copy{margin-top:0}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-directory-block-ratings>span{display:flex}.block-directory-block-ratings svg{fill:#1e1e1e;margin-left:-4px}.block-directory-block-ratings .block-directory-block-ratings__star-empty{fill:#ccc}.block-directory-compact-list{list-style:none;margin:0}.block-directory-compact-list__item{align-items:center;display:flex;flex-direction:row;margin-bottom:16px}.block-directory-compact-list__item:last-child{margin-bottom:0}.block-directory-compact-list__item-details{margin-left:8px}.block-directory-compact-list__item-title{font-weight:500}.block-directory-compact-list__item-author{color:#757575;font-size:11px}.block-directory-downloadable-block-icon{border:1px solid #ddd;height:54px;min-width:54px;vertical-align:middle;width:54px}.block-directory-downloadable-block-list-item{display:grid;grid-template-columns:auto 1fr;height:auto;padding:12px;text-align:left;width:100%}.block-directory-downloadable-block-list-item:hover{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-directory-downloadable-block-list-item.is-busy{background:#0000}.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{opacity:1}.block-directory-downloadable-block-list-item__icon{align-self:flex-start;margin-right:16px;position:relative}.block-directory-downloadable-block-list-item__icon .block-directory-downloadable-block-list-item__spinner{align-items:center;background:#ffffffbf;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.block-directory-block-ratings{display:block;margin-top:4px}.block-directory-downloadable-block-list-item__details{color:#1e1e1e}.block-directory-downloadable-block-list-item__title{display:block;font-weight:600}.block-directory-downloadable-block-list-item__author{display:block;font-weight:400;margin-top:4px}.block-directory-downloadable-block-list-item__desc{display:block;margin-top:8px}.block-directory-downloadable-block-notice{color:#cc1818;margin:8px 0 0}.block-directory-downloadable-block-notice__content{margin-bottom:8px;padding-right:12px}.block-directory-downloadable-blocks-panel{padding:16px}.block-directory-downloadable-blocks-panel.has-blocks-loading{color:#757575;font-style:normal;margin:112px 0;padding:0;text-align:center}.block-directory-downloadable-blocks-panel.has-blocks-loading .components-spinner{float:inherit}.block-directory-downloadable-blocks-panel__no-local{color:#757575;margin:48px 0;padding:0 64px;text-align:center}.block-directory-downloadable-blocks-panel__title{font-size:14px;margin:0 0 4px}.block-directory-downloadable-blocks-panel__description{margin-top:0}.block-directory-downloadable-blocks-panel button{margin-top:4px}.installed-blocks-pre-publish-panel__copy{margin-top:0}
|
||||
+53
-28
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -49,7 +50,7 @@
|
||||
}
|
||||
}
|
||||
:root .block-editor-block-list__layout::selection,:root .has-multi-selection .block-editor-block-list__layout::selection,_::-webkit-full-page-media,_:future{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.block-editor-block-list__layout{
|
||||
position:relative;
|
||||
@@ -58,7 +59,7 @@
|
||||
border-radius:2px;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) ::selection,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)::selection{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{
|
||||
animation:selection-overlay__fade-in-animation .1s ease-out;
|
||||
@@ -69,7 +70,7 @@
|
||||
content:"";
|
||||
left:0;
|
||||
opacity:.4;
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
@@ -85,23 +86,23 @@
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected).is-highlighted:after{
|
||||
box-shadow:none;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected{
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected{
|
||||
outline:none;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
border-radius:1px;
|
||||
bottom:1px;
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
content:"";
|
||||
left:1px;
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:1px;
|
||||
top:1px;
|
||||
z-index:1;
|
||||
}
|
||||
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after,.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after,.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff;
|
||||
}
|
||||
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected:after{
|
||||
@@ -159,10 +160,6 @@
|
||||
margin:0 0 12px;
|
||||
width:100%;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice{
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content{
|
||||
font-size:13px;
|
||||
}
|
||||
@@ -178,7 +175,7 @@
|
||||
pointer-events:all;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.has-warning:after{
|
||||
background-color:hsla(0,0%,100%,.4);
|
||||
background-color:#fff6;
|
||||
border-radius:2px;
|
||||
bottom:0;
|
||||
content:"";
|
||||
@@ -188,7 +185,7 @@
|
||||
top:0;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay:after{
|
||||
display:none;
|
||||
@@ -235,6 +232,35 @@
|
||||
top:1px;
|
||||
}
|
||||
|
||||
@keyframes block-editor-has-editable-outline__fade-out-animation{
|
||||
0%{
|
||||
border-color:rgba(var(--wp-admin-theme-color--rgb), 1);
|
||||
}
|
||||
to{
|
||||
border-color:rgba(var(--wp-admin-theme-color--rgb), 0);
|
||||
}
|
||||
}
|
||||
.is-root-container:not([inert]) .block-editor-block-list__block.has-editable-outline:after{
|
||||
animation:block-editor-has-editable-outline__fade-out-animation .3s ease-out;
|
||||
animation-delay:1s;
|
||||
animation-fill-mode:forwards;
|
||||
border:1px dotted rgba(var(--wp-admin-theme-color--rgb), 1);
|
||||
border-radius:2px;
|
||||
bottom:0;
|
||||
content:"";
|
||||
left:0;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.is-root-container:not([inert]) .block-editor-block-list__block.has-editable-outline:after{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
|
||||
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){
|
||||
opacity:.2;
|
||||
transition:opacity .1s linear;
|
||||
@@ -360,7 +386,7 @@
|
||||
cursor:default;
|
||||
}
|
||||
.block-editor-block-list__block.has-block-overlay:before{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
border:none;
|
||||
border-radius:2px;
|
||||
content:"";
|
||||
@@ -400,7 +426,7 @@
|
||||
pointer-events:none !important;
|
||||
}
|
||||
.block-editor-block-list__layout .is-dragging::selection{
|
||||
background:transparent !important;
|
||||
background:#0000 !important;
|
||||
}
|
||||
.block-editor-block-list__layout .is-dragging:after{
|
||||
content:none !important;
|
||||
@@ -503,8 +529,8 @@
|
||||
padding:12px;
|
||||
}
|
||||
.is-dark-theme .block-editor-button-block-appender{
|
||||
box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.65);
|
||||
color:hsla(0,0%,100%,.65);
|
||||
box-shadow:inset 0 0 0 1px #ffffffa6;
|
||||
color:#ffffffa6;
|
||||
}
|
||||
.block-editor-button-block-appender:hover{
|
||||
box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color);
|
||||
@@ -517,10 +543,10 @@
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child{
|
||||
pointer-events:none;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after{
|
||||
border:1px dashed;
|
||||
border-radius:2px;
|
||||
bottom:0;
|
||||
@@ -531,7 +557,7 @@
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after:before,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after:before{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after:before,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after:before,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before{
|
||||
background:currentColor;
|
||||
bottom:0;
|
||||
content:"";
|
||||
@@ -542,13 +568,13 @@
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter{
|
||||
visibility:hidden;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after{
|
||||
border:none;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter{
|
||||
visibility:visible;
|
||||
}
|
||||
.block-editor-block-list__block:not(.is-selected)>.block-editor-block-list__block>.block-list-appender:only-child:after{
|
||||
@@ -556,8 +582,8 @@
|
||||
}
|
||||
.block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{
|
||||
background-color:var(--wp-admin-theme-color);
|
||||
box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.65);
|
||||
color:hsla(0,0%,100%,.65);
|
||||
box-shadow:inset 0 0 0 1px #ffffffa6;
|
||||
color:#ffffffa6;
|
||||
transition:background-color .2s ease-in-out;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
@@ -572,14 +598,13 @@
|
||||
position:relative;
|
||||
}
|
||||
.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover{
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
.block-editor-default-block-appender .block-editor-default-block-appender__content{
|
||||
opacity:.62;
|
||||
}
|
||||
:where(body .is-layout-constrained) .block-editor-default-block-appender>:first-child:first-child{
|
||||
-webkit-margin-before:0;
|
||||
margin-block-start:0;
|
||||
margin-block-start:0;
|
||||
}
|
||||
.block-editor-default-block-appender .components-drop-zone__content-icon{
|
||||
display:none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
+53
-28
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -49,7 +50,7 @@
|
||||
}
|
||||
}
|
||||
:root .block-editor-block-list__layout::selection,:root .has-multi-selection .block-editor-block-list__layout::selection,_::-webkit-full-page-media,_:future{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.block-editor-block-list__layout{
|
||||
position:relative;
|
||||
@@ -58,7 +59,7 @@
|
||||
border-radius:2px;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) ::selection,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)::selection{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after{
|
||||
animation:selection-overlay__fade-in-animation .1s ease-out;
|
||||
@@ -69,7 +70,7 @@
|
||||
content:"";
|
||||
left:0;
|
||||
opacity:.4;
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
@@ -85,23 +86,23 @@
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected).is-highlighted:after{
|
||||
box-shadow:none;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected{
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected{
|
||||
outline:none;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
border-radius:1px;
|
||||
bottom:1px;
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
content:"";
|
||||
left:1px;
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:1px;
|
||||
top:1px;
|
||||
z-index:1;
|
||||
}
|
||||
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after,.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable=true]):focus:after,.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff;
|
||||
}
|
||||
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected:after{
|
||||
@@ -159,10 +160,6 @@
|
||||
margin:0 0 12px;
|
||||
width:100%;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice{
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content{
|
||||
font-size:13px;
|
||||
}
|
||||
@@ -178,7 +175,7 @@
|
||||
pointer-events:all;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.has-warning:after{
|
||||
background-color:hsla(0,0%,100%,.4);
|
||||
background-color:#fff6;
|
||||
border-radius:2px;
|
||||
bottom:0;
|
||||
content:"";
|
||||
@@ -188,7 +185,7 @@
|
||||
top:0;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay:after{
|
||||
display:none;
|
||||
@@ -235,6 +232,35 @@
|
||||
top:1px;
|
||||
}
|
||||
|
||||
@keyframes block-editor-has-editable-outline__fade-out-animation{
|
||||
0%{
|
||||
border-color:rgba(var(--wp-admin-theme-color--rgb), 1);
|
||||
}
|
||||
to{
|
||||
border-color:rgba(var(--wp-admin-theme-color--rgb), 0);
|
||||
}
|
||||
}
|
||||
.is-root-container:not([inert]) .block-editor-block-list__block.has-editable-outline:after{
|
||||
animation:block-editor-has-editable-outline__fade-out-animation .3s ease-out;
|
||||
animation-delay:1s;
|
||||
animation-fill-mode:forwards;
|
||||
border:1px dotted rgba(var(--wp-admin-theme-color--rgb), 1);
|
||||
border-radius:2px;
|
||||
bottom:0;
|
||||
content:"";
|
||||
left:0;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.is-root-container:not([inert]) .block-editor-block-list__block.has-editable-outline:after{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
|
||||
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){
|
||||
opacity:.2;
|
||||
transition:opacity .1s linear;
|
||||
@@ -360,7 +386,7 @@
|
||||
cursor:default;
|
||||
}
|
||||
.block-editor-block-list__block.has-block-overlay:before{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
border:none;
|
||||
border-radius:2px;
|
||||
content:"";
|
||||
@@ -400,7 +426,7 @@
|
||||
pointer-events:none !important;
|
||||
}
|
||||
.block-editor-block-list__layout .is-dragging::selection{
|
||||
background:transparent !important;
|
||||
background:#0000 !important;
|
||||
}
|
||||
.block-editor-block-list__layout .is-dragging:after{
|
||||
content:none !important;
|
||||
@@ -503,8 +529,8 @@
|
||||
padding:12px;
|
||||
}
|
||||
.is-dark-theme .block-editor-button-block-appender{
|
||||
box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.65);
|
||||
color:hsla(0,0%,100%,.65);
|
||||
box-shadow:inset 0 0 0 1px #ffffffa6;
|
||||
color:#ffffffa6;
|
||||
}
|
||||
.block-editor-button-block-appender:hover{
|
||||
box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color);
|
||||
@@ -517,10 +543,10 @@
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child{
|
||||
pointer-events:none;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after{
|
||||
border:1px dashed;
|
||||
border-radius:2px;
|
||||
bottom:0;
|
||||
@@ -531,7 +557,7 @@
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after:before,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child:after:before{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after:before,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after:before,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before{
|
||||
background:currentColor;
|
||||
bottom:0;
|
||||
content:"";
|
||||
@@ -542,13 +568,13 @@
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter{
|
||||
visibility:hidden;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after{
|
||||
border:none;
|
||||
}
|
||||
.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter{
|
||||
.block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,.is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter{
|
||||
visibility:visible;
|
||||
}
|
||||
.block-editor-block-list__block:not(.is-selected)>.block-editor-block-list__block>.block-list-appender:only-child:after{
|
||||
@@ -556,8 +582,8 @@
|
||||
}
|
||||
.block-list-appender:only-child.is-drag-over .block-editor-button-block-appender{
|
||||
background-color:var(--wp-admin-theme-color);
|
||||
box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.65);
|
||||
color:hsla(0,0%,100%,.65);
|
||||
box-shadow:inset 0 0 0 1px #ffffffa6;
|
||||
color:#ffffffa6;
|
||||
transition:background-color .2s ease-in-out;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
@@ -572,14 +598,13 @@
|
||||
position:relative;
|
||||
}
|
||||
.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover{
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
.block-editor-default-block-appender .block-editor-default-block-appender__content{
|
||||
opacity:.62;
|
||||
}
|
||||
:where(body .is-layout-constrained) .block-editor-default-block-appender>:first-child:first-child{
|
||||
-webkit-margin-before:0;
|
||||
margin-block-start:0;
|
||||
margin-block-start:0;
|
||||
}
|
||||
.block-editor-default-block-appender .components-drop-zone__content-icon{
|
||||
display:none;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -15,10 +16,10 @@
|
||||
}
|
||||
}
|
||||
body{
|
||||
--wp--style--block-gap:2em;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
font-size:18px;
|
||||
line-height:1.5;
|
||||
--wp--style--block-gap:2em;
|
||||
}
|
||||
|
||||
p{
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}body{--wp--style--block-gap:2em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;line-height:1.5}p{line-height:1.8}.editor-post-title__block{font-size:2.5em;font-weight:800;margin-bottom:1em;margin-top:2em}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;line-height:1.5;--wp--style--block-gap:2em}p{line-height:1.8}.editor-post-title__block{font-size:2.5em;font-weight:800;margin-bottom:1em;margin-top:2em}
|
||||
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -15,10 +16,10 @@
|
||||
}
|
||||
}
|
||||
body{
|
||||
--wp--style--block-gap:2em;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
font-size:18px;
|
||||
line-height:1.5;
|
||||
--wp--style--block-gap:2em;
|
||||
}
|
||||
|
||||
p{
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}body{--wp--style--block-gap:2em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;line-height:1.5}p{line-height:1.8}.editor-post-title__block{font-size:2.5em;font-weight:800;margin-bottom:1em;margin-top:2em}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;line-height:1.5;--wp--style--block-gap:2em}p{line-height:1.8}.editor-post-title__block{font-size:2.5em;font-weight:800;margin-bottom:1em;margin-top:2em}
|
||||
+541
-518
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+541
-518
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+4
-3
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -109,9 +110,8 @@
|
||||
}
|
||||
|
||||
.screen-reader-text{
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
word-wrap:normal !important;
|
||||
border:0;
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path:inset(50%);
|
||||
clip-path:inset(50%);
|
||||
height:1px;
|
||||
@@ -120,11 +120,12 @@
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
word-wrap:normal !important;
|
||||
}
|
||||
|
||||
.screen-reader-text:focus{
|
||||
clip:auto !important;
|
||||
background-color:#ddd;
|
||||
clip:auto !important;
|
||||
-webkit-clip-path:none;
|
||||
clip-path:none;
|
||||
color:#444;
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(-135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(-135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(-135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(-135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(-135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(-135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-left-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-right-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-left-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-right-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(-135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(-135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(-135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(-135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(-135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(-135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-left-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-right-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-left-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-right-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
|
||||
+4
-3
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -109,9 +110,8 @@
|
||||
}
|
||||
|
||||
.screen-reader-text{
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
word-wrap:normal !important;
|
||||
border:0;
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path:inset(50%);
|
||||
clip-path:inset(50%);
|
||||
height:1px;
|
||||
@@ -120,11 +120,12 @@
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
word-wrap:normal !important;
|
||||
}
|
||||
|
||||
.screen-reader-text:focus{
|
||||
clip:auto !important;
|
||||
background-color:#ddd;
|
||||
clip:auto !important;
|
||||
-webkit-clip-path:none;
|
||||
clip-path:none;
|
||||
color:#444;
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
|
||||
+114
-87
@@ -63,44 +63,13 @@ ul.wp-block-archives{
|
||||
}
|
||||
.wp-block-button:focus{
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
outline-offset:-2px;
|
||||
}
|
||||
.wp-block-button[data-rich-text-placeholder]:after{
|
||||
opacity:.8;
|
||||
}
|
||||
|
||||
.wp-block-button__inline-link{
|
||||
color:#757575;
|
||||
height:0;
|
||||
max-width:290px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.wp-block-button__inline-link-input__suggestions{
|
||||
max-width:290px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{
|
||||
max-width:260px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{
|
||||
max-width:290px;
|
||||
}
|
||||
}
|
||||
.is-selected .wp-block-button__inline-link{
|
||||
height:auto;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
.wp-button-label__width .components-button-group{
|
||||
display:block;
|
||||
}
|
||||
.wp-button-label__width .components-base-control__field{
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
div[data-type="core/button"]{
|
||||
display:table;
|
||||
}
|
||||
@@ -311,11 +280,11 @@ html :where(.wp-block-column){
|
||||
}
|
||||
|
||||
.wp-block-comment-author-avatar__placeholder{
|
||||
stroke:currentColor;
|
||||
stroke-dasharray:3;
|
||||
border:1px dashed;
|
||||
height:100%;
|
||||
width:100%;
|
||||
stroke:currentColor;
|
||||
stroke-dasharray:3;
|
||||
}
|
||||
|
||||
.wp-block[data-align=center]>.wp-block-comments-pagination{
|
||||
@@ -453,9 +422,13 @@ html :where(.wp-block-column){
|
||||
.wp-block-embed .components-placeholder__error{
|
||||
word-break:break-word;
|
||||
}
|
||||
.wp-block-embed .components-placeholder__learn-more{
|
||||
|
||||
.wp-block-embed__learn-more{
|
||||
margin-top:1em;
|
||||
}
|
||||
.wp-block-post-content .wp-block-embed__learn-more a{
|
||||
color:var(--wp-admin-theme-color);
|
||||
}
|
||||
|
||||
.block-library-embed__interactive-overlay{
|
||||
bottom:0;
|
||||
@@ -513,6 +486,56 @@ html :where(.wp-block-column){
|
||||
margin-right:.75em;
|
||||
}
|
||||
|
||||
.wp-block-form-input .is-input-hidden{
|
||||
background:repeating-linear-gradient(-45deg, #0000, #0000 5px, currentColor 0, currentColor 6px);
|
||||
border:1px dashed;
|
||||
box-sizing:border-box;
|
||||
font-size:.85em;
|
||||
opacity:.3;
|
||||
padding:.5em;
|
||||
}
|
||||
.wp-block-form-input .is-input-hidden input[type=text]{
|
||||
background:#0000;
|
||||
}
|
||||
.wp-block-form-input.is-selected .is-input-hidden{
|
||||
background:none;
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-form-input.is-selected .is-input-hidden input[type=text]{
|
||||
background:unset;
|
||||
}
|
||||
|
||||
.wp-block-form-submission-notification>*{
|
||||
background:repeating-linear-gradient(-45deg, #0000, #0000 5px, currentColor 0, currentColor 6px);
|
||||
border:1px dashed;
|
||||
box-sizing:border-box;
|
||||
opacity:.25;
|
||||
}
|
||||
.wp-block-form-submission-notification.is-selected>*,.wp-block-form-submission-notification:has(.is-selected)>*{
|
||||
background:none;
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-form-submission-notification.is-selected:after,.wp-block-form-submission-notification:has(.is-selected):after{
|
||||
display:none !important;
|
||||
}
|
||||
.wp-block-form-submission-notification:after{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
font-size:1.1em;
|
||||
height:100%;
|
||||
justify-content:center;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-form-submission-notification.form-notification-type-success:after{
|
||||
content:attr(data-message-success);
|
||||
}
|
||||
.wp-block-form-submission-notification.form-notification-type-error:after{
|
||||
content:attr(data-message-error);
|
||||
}
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce{
|
||||
height:auto;
|
||||
}
|
||||
@@ -591,7 +614,7 @@ html :where(.wp-block-column){
|
||||
width:96%;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce img::selection{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce div.mceTemp{
|
||||
-ms-user-select:element;
|
||||
@@ -611,14 +634,14 @@ html :where(.wp-block-column){
|
||||
padding-top:.5em;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview{
|
||||
border:1px solid transparent;
|
||||
border:1px solid #0000;
|
||||
clear:both;
|
||||
margin-bottom:16px;
|
||||
position:relative;
|
||||
width:99.99%;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
display:block;
|
||||
max-width:100%;
|
||||
}
|
||||
@@ -637,17 +660,17 @@ html :where(.wp-block-column){
|
||||
padding:10px;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error{
|
||||
word-wrap:break-word;
|
||||
border:1px solid #ddd;
|
||||
margin:0;
|
||||
padding:1em 0;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p{
|
||||
margin:0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error{
|
||||
border-color:transparent;
|
||||
border-color:#0000;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons{
|
||||
display:block;
|
||||
@@ -723,7 +746,7 @@ html :where(.wp-block-column){
|
||||
|
||||
div[data-type="core/freeform"]:before{
|
||||
border:1px solid #ddd;
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
transition:border-color .1s linear,box-shadow .1s linear;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
@@ -916,7 +939,7 @@ figure.wp-block-gallery .components-spinner{
|
||||
box-shadow:0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset;
|
||||
content:"";
|
||||
left:0;
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
@@ -955,7 +978,7 @@ figure.wp-block-gallery .components-spinner{
|
||||
}
|
||||
}
|
||||
.block-library-gallery-item__inline-menu:hover{
|
||||
box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);
|
||||
box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.columns-7 .block-library-gallery-item__inline-menu,.columns-8 .block-library-gallery-item__inline-menu{
|
||||
@@ -1114,7 +1137,7 @@ figure.wp-block-gallery .components-spinner{
|
||||
.block-library-html__edit .block-editor-plain-text:focus{
|
||||
border-color:var(--wp-admin-theme-color) !important;
|
||||
box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
|
||||
outline:2px solid transparent !important;
|
||||
outline:2px solid #0000 !important;
|
||||
}
|
||||
|
||||
.wp-block-image.wp-block-image.is-selected .components-placeholder{
|
||||
@@ -1131,9 +1154,12 @@ figure.wp-block-gallery .components-spinner{
|
||||
.wp-block-image.wp-block-image.is-selected .components-placeholder .components-placeholder__illustration{
|
||||
display:none;
|
||||
}
|
||||
.wp-block-image.wp-block-image.is-selected .components-placeholder:before{
|
||||
.wp-block-image.wp-block-image .block-bindings-media-placeholder-message,.wp-block-image.wp-block-image.is-selected .components-placeholder:before{
|
||||
opacity:0;
|
||||
}
|
||||
.wp-block-image.wp-block-image.is-selected .block-bindings-media-placeholder-message{
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-image.wp-block-image .components-button,.wp-block-image.wp-block-image .components-placeholder__instructions,.wp-block-image.wp-block-image .components-placeholder__label{
|
||||
transition:none;
|
||||
}
|
||||
@@ -1245,6 +1271,10 @@ figure.wp-block-image:not(.wp-block){
|
||||
width:36px;
|
||||
}
|
||||
|
||||
.wp-block-image__toolbar_content_textarea{
|
||||
width:250px;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts{
|
||||
padding-right:2.5em;
|
||||
}
|
||||
@@ -1428,7 +1458,7 @@ figure.wp-block-image:not(.wp-block){
|
||||
}
|
||||
.block-library-colors-selector .block-library-colors-selector__state-selection{
|
||||
border-radius:11px;
|
||||
box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);
|
||||
box-shadow:inset 0 0 0 1px #0003;
|
||||
height:22px;
|
||||
line-height:20px;
|
||||
margin-left:auto;
|
||||
@@ -1469,7 +1499,7 @@ figure.wp-block-image:not(.wp-block){
|
||||
}
|
||||
|
||||
.wp-block-navigation .wp-block .wp-block .block-editor-button-block-appender{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
color:#1e1e1e;
|
||||
}
|
||||
@keyframes loadingpulse{
|
||||
@@ -1503,7 +1533,7 @@ figure.wp-block-image:not(.wp-block){
|
||||
|
||||
.wp-block-navigation-placeholder__preview{
|
||||
align-items:center;
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
color:currentColor;
|
||||
display:flex;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
@@ -1593,8 +1623,8 @@ figure.wp-block-image:not(.wp-block){
|
||||
padding:0 0 0 6px;
|
||||
}
|
||||
.wp-block-navigation-placeholder__actions__indicator svg{
|
||||
fill:currentColor;
|
||||
margin-left:4px;
|
||||
fill:currentColor;
|
||||
}
|
||||
|
||||
.wp-block-navigation .components-placeholder.is-medium .components-placeholder__fieldset{
|
||||
@@ -1745,7 +1775,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.wp-block-navigation__overlay-menu-preview.open{
|
||||
background-color:#fff;
|
||||
box-shadow:inset 0 0 0 1px #e0e0e0;
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
|
||||
.wp-block-navigation-placeholder__actions hr+hr,.wp-block-navigation__toolbar-menu-selector.components-toolbar-group:empty{
|
||||
@@ -1785,7 +1815,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
|
||||
.wp-block-navigation__menu-inspector-controls{
|
||||
overflow-x:auto;
|
||||
scrollbar-color:transparent transparent;
|
||||
scrollbar-color:#0000 #0000;
|
||||
scrollbar-gutter:stable both-edges;
|
||||
scrollbar-width:thin;
|
||||
will-change:transform;
|
||||
@@ -1795,23 +1825,23 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
width:12px;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{
|
||||
background-clip:padding-box;
|
||||
background-color:transparent;
|
||||
border:3px solid transparent;
|
||||
background-color:initial;
|
||||
border:3px solid #0000;
|
||||
border-radius:8px;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls:focus-within::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:focus::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:hover::-webkit-scrollbar-thumb{
|
||||
background-color:#949494;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls:focus,.wp-block-navigation__menu-inspector-controls:focus-within,.wp-block-navigation__menu-inspector-controls:hover{
|
||||
scrollbar-color:#949494 transparent;
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
@media (hover:none){
|
||||
.wp-block-navigation__menu-inspector-controls{
|
||||
scrollbar-color:#949494 transparent;
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1859,7 +1889,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
}
|
||||
.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{
|
||||
--wp-underline-color:var(--wp-admin-theme-color);
|
||||
background-image:linear-gradient(-45deg, transparent 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, transparent 46%), linear-gradient(-135deg, transparent 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, transparent 80%);
|
||||
background-image:linear-gradient(-45deg, #0000 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, #0000 46%), linear-gradient(-135deg, #0000 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, #0000 80%);
|
||||
background-position:100% 100%;
|
||||
background-repeat:repeat-x;
|
||||
background-size:6px 3px;
|
||||
@@ -1918,7 +1948,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
top:-1px;
|
||||
}
|
||||
.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
content:"";
|
||||
display:block;
|
||||
height:100%;
|
||||
@@ -2000,10 +2030,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.wp-block-page-list .components-notice{
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
.wp-block-page-list__loading-indicator-container{
|
||||
padding:8px 12px;
|
||||
}
|
||||
@@ -2067,6 +2093,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
display:flex;
|
||||
height:auto;
|
||||
justify-content:center;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-search__components-button-group{
|
||||
margin-top:10px;
|
||||
@@ -2106,7 +2133,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.blocks-shortcode__textarea:focus{
|
||||
border-color:var(--wp-admin-theme-color) !important;
|
||||
box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
|
||||
outline:2px solid transparent !important;
|
||||
outline:2px solid #0000 !important;
|
||||
}
|
||||
|
||||
.wp-block-site-logo.aligncenter>div,.wp-block[data-align=center]>.wp-block-site-logo{
|
||||
@@ -2205,7 +2232,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.block-library-site-logo__inspector-media-replace-container img{
|
||||
aspect-ratio:1;
|
||||
border-radius:50% !important;
|
||||
box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);
|
||||
box-shadow:inset 0 0 0 1px #0003;
|
||||
min-width:20px;
|
||||
width:20px;
|
||||
}
|
||||
@@ -2345,10 +2372,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
}
|
||||
|
||||
.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{
|
||||
background:rgba(0,0,0,.1);
|
||||
background:#0000001a;
|
||||
}
|
||||
.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{
|
||||
background:hsla(0,0%,100%,.15);
|
||||
background:#ffffff26;
|
||||
}
|
||||
|
||||
.block-library-spacer__resize-container{
|
||||
@@ -2362,12 +2389,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
content:none;
|
||||
}
|
||||
.block-library-spacer__resize-container.resize-horizontal{
|
||||
height:100% !important;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.wp-block-table{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block[data-align=center]>.wp-block-table,.wp-block[data-align=left]>.wp-block-table,.wp-block[data-align=right]>.wp-block-table{
|
||||
height:auto;
|
||||
}
|
||||
@@ -2400,28 +2425,18 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
align-items:flex-start;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
}
|
||||
.blocks-table__placeholder-form.blocks-table__placeholder-form>*{
|
||||
margin-bottom:8px;
|
||||
gap:8px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.blocks-table__placeholder-form.blocks-table__placeholder-form{
|
||||
align-items:flex-end;
|
||||
flex-direction:row;
|
||||
}
|
||||
.blocks-table__placeholder-form.blocks-table__placeholder-form>*{
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.blocks-table__placeholder-input{
|
||||
margin-bottom:0;
|
||||
margin-left:8px;
|
||||
width:112px;
|
||||
}
|
||||
.blocks-table__placeholder-input input{
|
||||
height:36px;
|
||||
}
|
||||
|
||||
.block-editor-template-part__selection-modal{
|
||||
z-index:1000001;
|
||||
@@ -2555,9 +2570,9 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
}
|
||||
|
||||
.block-library-query__pattern-selection-content .block-editor-block-patterns-list{
|
||||
grid-gap:8px;
|
||||
display:grid;
|
||||
grid-template-columns:1fr 1fr 1fr;
|
||||
grid-gap:8px;
|
||||
}
|
||||
.block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
||||
margin-bottom:0;
|
||||
@@ -2702,6 +2717,13 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
min-width:48px;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-post-featured-image>a{
|
||||
cursor:default;
|
||||
}
|
||||
.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{
|
||||
opacity:1;
|
||||
pointer-events:auto;
|
||||
}
|
||||
|
||||
div[data-type="core/post-featured-image"] img{
|
||||
display:block;
|
||||
@@ -2715,6 +2737,11 @@ div[data-type="core/post-featured-image"] img{
|
||||
.wp-block-post-comments-form .block-editor-warning *{
|
||||
pointer-events:auto;
|
||||
}
|
||||
|
||||
.wp-block-post-content.wp-block-post-content{
|
||||
-webkit-user-select:none;
|
||||
user-select:none;
|
||||
}
|
||||
.wp-element-button{
|
||||
cursor:revert;
|
||||
}
|
||||
@@ -2755,26 +2782,26 @@ div[data-type="core/post-featured-image"] img{
|
||||
background:linear-gradient(-135deg, #020381, #2874fc);
|
||||
}
|
||||
|
||||
.editor-styles-wrapper{
|
||||
:where(.editor-styles-wrapper){
|
||||
--wp--preset--font-size--normal:16px;
|
||||
--wp--preset--font-size--huge:42px;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-regular-font-size{
|
||||
:where(.editor-styles-wrapper) .has-regular-font-size{
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-larger-font-size{
|
||||
:where(.editor-styles-wrapper) .has-larger-font-size{
|
||||
font-size:42px;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-normal-font-size{
|
||||
:where(.editor-styles-wrapper) .has-normal-font-size{
|
||||
font-size:var(--wp--preset--font-size--normal);
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-huge-font-size{
|
||||
:where(.editor-styles-wrapper) .has-huge-font-size{
|
||||
font-size:var(--wp--preset--font-size--huge);
|
||||
}
|
||||
.editor-styles-wrapper iframe:not([frameborder]){
|
||||
:where(.editor-styles-wrapper) iframe:not([frameborder]){
|
||||
border:0;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
+114
-87
@@ -63,44 +63,13 @@ ul.wp-block-archives{
|
||||
}
|
||||
.wp-block-button:focus{
|
||||
box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
outline-offset:-2px;
|
||||
}
|
||||
.wp-block-button[data-rich-text-placeholder]:after{
|
||||
opacity:.8;
|
||||
}
|
||||
|
||||
.wp-block-button__inline-link{
|
||||
color:#757575;
|
||||
height:0;
|
||||
max-width:290px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.wp-block-button__inline-link-input__suggestions{
|
||||
max-width:290px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{
|
||||
max-width:260px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{
|
||||
max-width:290px;
|
||||
}
|
||||
}
|
||||
.is-selected .wp-block-button__inline-link{
|
||||
height:auto;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
.wp-button-label__width .components-button-group{
|
||||
display:block;
|
||||
}
|
||||
.wp-button-label__width .components-base-control__field{
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
div[data-type="core/button"]{
|
||||
display:table;
|
||||
}
|
||||
@@ -311,11 +280,11 @@ html :where(.wp-block-column){
|
||||
}
|
||||
|
||||
.wp-block-comment-author-avatar__placeholder{
|
||||
stroke:currentColor;
|
||||
stroke-dasharray:3;
|
||||
border:1px dashed;
|
||||
height:100%;
|
||||
width:100%;
|
||||
stroke:currentColor;
|
||||
stroke-dasharray:3;
|
||||
}
|
||||
|
||||
.wp-block[data-align=center]>.wp-block-comments-pagination{
|
||||
@@ -451,9 +420,13 @@ html :where(.wp-block-column){
|
||||
.wp-block-embed .components-placeholder__error{
|
||||
word-break:break-word;
|
||||
}
|
||||
.wp-block-embed .components-placeholder__learn-more{
|
||||
|
||||
.wp-block-embed__learn-more{
|
||||
margin-top:1em;
|
||||
}
|
||||
.wp-block-post-content .wp-block-embed__learn-more a{
|
||||
color:var(--wp-admin-theme-color);
|
||||
}
|
||||
|
||||
.block-library-embed__interactive-overlay{
|
||||
bottom:0;
|
||||
@@ -511,6 +484,56 @@ html :where(.wp-block-column){
|
||||
margin-left:.75em;
|
||||
}
|
||||
|
||||
.wp-block-form-input .is-input-hidden{
|
||||
background:repeating-linear-gradient(45deg, #0000, #0000 5px, currentColor 0, currentColor 6px);
|
||||
border:1px dashed;
|
||||
box-sizing:border-box;
|
||||
font-size:.85em;
|
||||
opacity:.3;
|
||||
padding:.5em;
|
||||
}
|
||||
.wp-block-form-input .is-input-hidden input[type=text]{
|
||||
background:#0000;
|
||||
}
|
||||
.wp-block-form-input.is-selected .is-input-hidden{
|
||||
background:none;
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-form-input.is-selected .is-input-hidden input[type=text]{
|
||||
background:unset;
|
||||
}
|
||||
|
||||
.wp-block-form-submission-notification>*{
|
||||
background:repeating-linear-gradient(45deg, #0000, #0000 5px, currentColor 0, currentColor 6px);
|
||||
border:1px dashed;
|
||||
box-sizing:border-box;
|
||||
opacity:.25;
|
||||
}
|
||||
.wp-block-form-submission-notification.is-selected>*,.wp-block-form-submission-notification:has(.is-selected)>*{
|
||||
background:none;
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-form-submission-notification.is-selected:after,.wp-block-form-submission-notification:has(.is-selected):after{
|
||||
display:none !important;
|
||||
}
|
||||
.wp-block-form-submission-notification:after{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
font-size:1.1em;
|
||||
height:100%;
|
||||
justify-content:center;
|
||||
left:0;
|
||||
position:absolute;
|
||||
top:0;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-form-submission-notification.form-notification-type-success:after{
|
||||
content:attr(data-message-success);
|
||||
}
|
||||
.wp-block-form-submission-notification.form-notification-type-error:after{
|
||||
content:attr(data-message-error);
|
||||
}
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce{
|
||||
height:auto;
|
||||
}
|
||||
@@ -589,7 +612,7 @@ html :where(.wp-block-column){
|
||||
width:96%;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce img::selection{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce div.mceTemp{
|
||||
-ms-user-select:element;
|
||||
@@ -609,14 +632,14 @@ html :where(.wp-block-column){
|
||||
padding-top:.5em;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview{
|
||||
border:1px solid transparent;
|
||||
border:1px solid #0000;
|
||||
clear:both;
|
||||
margin-bottom:16px;
|
||||
position:relative;
|
||||
width:99.99%;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
display:block;
|
||||
max-width:100%;
|
||||
}
|
||||
@@ -635,17 +658,17 @@ html :where(.wp-block-column){
|
||||
padding:10px;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error{
|
||||
word-wrap:break-word;
|
||||
border:1px solid #ddd;
|
||||
margin:0;
|
||||
padding:1em 0;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p{
|
||||
margin:0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error{
|
||||
border-color:transparent;
|
||||
border-color:#0000;
|
||||
}
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons{
|
||||
display:block;
|
||||
@@ -721,7 +744,7 @@ html :where(.wp-block-column){
|
||||
|
||||
div[data-type="core/freeform"]:before{
|
||||
border:1px solid #ddd;
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
transition:border-color .1s linear,box-shadow .1s linear;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
@@ -914,7 +937,7 @@ figure.wp-block-gallery .components-spinner{
|
||||
box-shadow:0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset;
|
||||
content:"";
|
||||
left:0;
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
@@ -953,7 +976,7 @@ figure.wp-block-gallery .components-spinner{
|
||||
}
|
||||
}
|
||||
.block-library-gallery-item__inline-menu:hover{
|
||||
box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);
|
||||
box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.columns-7 .block-library-gallery-item__inline-menu,.columns-8 .block-library-gallery-item__inline-menu{
|
||||
@@ -1112,7 +1135,7 @@ figure.wp-block-gallery .components-spinner{
|
||||
.block-library-html__edit .block-editor-plain-text:focus{
|
||||
border-color:var(--wp-admin-theme-color) !important;
|
||||
box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
|
||||
outline:2px solid transparent !important;
|
||||
outline:2px solid #0000 !important;
|
||||
}
|
||||
|
||||
.wp-block-image.wp-block-image.is-selected .components-placeholder{
|
||||
@@ -1129,9 +1152,12 @@ figure.wp-block-gallery .components-spinner{
|
||||
.wp-block-image.wp-block-image.is-selected .components-placeholder .components-placeholder__illustration{
|
||||
display:none;
|
||||
}
|
||||
.wp-block-image.wp-block-image.is-selected .components-placeholder:before{
|
||||
.wp-block-image.wp-block-image .block-bindings-media-placeholder-message,.wp-block-image.wp-block-image.is-selected .components-placeholder:before{
|
||||
opacity:0;
|
||||
}
|
||||
.wp-block-image.wp-block-image.is-selected .block-bindings-media-placeholder-message{
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-image.wp-block-image .components-button,.wp-block-image.wp-block-image .components-placeholder__instructions,.wp-block-image.wp-block-image .components-placeholder__label{
|
||||
transition:none;
|
||||
}
|
||||
@@ -1243,6 +1269,10 @@ figure.wp-block-image:not(.wp-block){
|
||||
width:36px;
|
||||
}
|
||||
|
||||
.wp-block-image__toolbar_content_textarea{
|
||||
width:250px;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts{
|
||||
padding-left:2.5em;
|
||||
}
|
||||
@@ -1426,7 +1456,7 @@ figure.wp-block-image:not(.wp-block){
|
||||
}
|
||||
.block-library-colors-selector .block-library-colors-selector__state-selection{
|
||||
border-radius:11px;
|
||||
box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);
|
||||
box-shadow:inset 0 0 0 1px #0003;
|
||||
height:22px;
|
||||
line-height:20px;
|
||||
margin-left:auto;
|
||||
@@ -1467,7 +1497,7 @@ figure.wp-block-image:not(.wp-block){
|
||||
}
|
||||
|
||||
.wp-block-navigation .wp-block .wp-block .block-editor-button-block-appender{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
color:#1e1e1e;
|
||||
}
|
||||
@keyframes loadingpulse{
|
||||
@@ -1501,7 +1531,7 @@ figure.wp-block-image:not(.wp-block){
|
||||
|
||||
.wp-block-navigation-placeholder__preview{
|
||||
align-items:center;
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
color:currentColor;
|
||||
display:flex;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
@@ -1591,8 +1621,8 @@ figure.wp-block-image:not(.wp-block){
|
||||
padding:0 6px 0 0;
|
||||
}
|
||||
.wp-block-navigation-placeholder__actions__indicator svg{
|
||||
fill:currentColor;
|
||||
margin-right:4px;
|
||||
fill:currentColor;
|
||||
}
|
||||
|
||||
.wp-block-navigation .components-placeholder.is-medium .components-placeholder__fieldset{
|
||||
@@ -1743,7 +1773,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.wp-block-navigation__overlay-menu-preview.open{
|
||||
background-color:#fff;
|
||||
box-shadow:inset 0 0 0 1px #e0e0e0;
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
|
||||
.wp-block-navigation-placeholder__actions hr+hr,.wp-block-navigation__toolbar-menu-selector.components-toolbar-group:empty{
|
||||
@@ -1783,7 +1813,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
|
||||
.wp-block-navigation__menu-inspector-controls{
|
||||
overflow-x:auto;
|
||||
scrollbar-color:transparent transparent;
|
||||
scrollbar-color:#0000 #0000;
|
||||
scrollbar-gutter:stable both-edges;
|
||||
scrollbar-width:thin;
|
||||
will-change:transform;
|
||||
@@ -1793,23 +1823,23 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
width:12px;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{
|
||||
background-clip:padding-box;
|
||||
background-color:transparent;
|
||||
border:3px solid transparent;
|
||||
background-color:initial;
|
||||
border:3px solid #0000;
|
||||
border-radius:8px;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls:focus-within::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:focus::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:hover::-webkit-scrollbar-thumb{
|
||||
background-color:#949494;
|
||||
}
|
||||
.wp-block-navigation__menu-inspector-controls:focus,.wp-block-navigation__menu-inspector-controls:focus-within,.wp-block-navigation__menu-inspector-controls:hover{
|
||||
scrollbar-color:#949494 transparent;
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
@media (hover:none){
|
||||
.wp-block-navigation__menu-inspector-controls{
|
||||
scrollbar-color:#949494 transparent;
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1857,7 +1887,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
}
|
||||
.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{
|
||||
--wp-underline-color:var(--wp-admin-theme-color);
|
||||
background-image:linear-gradient(45deg, transparent 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, transparent 46%), linear-gradient(135deg, transparent 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, transparent 80%);
|
||||
background-image:linear-gradient(45deg, #0000 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, #0000 46%), linear-gradient(135deg, #0000 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, #0000 80%);
|
||||
background-position:0 100%;
|
||||
background-repeat:repeat-x;
|
||||
background-size:6px 3px;
|
||||
@@ -1916,7 +1946,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
top:-1px;
|
||||
}
|
||||
.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
content:"";
|
||||
display:block;
|
||||
height:100%;
|
||||
@@ -1998,10 +2028,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.wp-block-page-list .components-notice{
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
.wp-block-page-list__loading-indicator-container{
|
||||
padding:8px 12px;
|
||||
}
|
||||
@@ -2065,6 +2091,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
display:flex;
|
||||
height:auto;
|
||||
justify-content:center;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-search__components-button-group{
|
||||
margin-top:10px;
|
||||
@@ -2104,7 +2131,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.blocks-shortcode__textarea:focus{
|
||||
border-color:var(--wp-admin-theme-color) !important;
|
||||
box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
|
||||
outline:2px solid transparent !important;
|
||||
outline:2px solid #0000 !important;
|
||||
}
|
||||
|
||||
.wp-block-site-logo.aligncenter>div,.wp-block[data-align=center]>.wp-block-site-logo{
|
||||
@@ -2203,7 +2230,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.block-library-site-logo__inspector-media-replace-container img{
|
||||
aspect-ratio:1;
|
||||
border-radius:50% !important;
|
||||
box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);
|
||||
box-shadow:inset 0 0 0 1px #0003;
|
||||
min-width:20px;
|
||||
width:20px;
|
||||
}
|
||||
@@ -2343,10 +2370,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
}
|
||||
|
||||
.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{
|
||||
background:rgba(0,0,0,.1);
|
||||
background:#0000001a;
|
||||
}
|
||||
.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{
|
||||
background:hsla(0,0%,100%,.15);
|
||||
background:#ffffff26;
|
||||
}
|
||||
|
||||
.block-library-spacer__resize-container{
|
||||
@@ -2360,12 +2387,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
content:none;
|
||||
}
|
||||
.block-library-spacer__resize-container.resize-horizontal{
|
||||
height:100% !important;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.wp-block-table{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block[data-align=center]>.wp-block-table,.wp-block[data-align=left]>.wp-block-table,.wp-block[data-align=right]>.wp-block-table{
|
||||
height:auto;
|
||||
}
|
||||
@@ -2398,28 +2423,18 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
align-items:flex-start;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
}
|
||||
.blocks-table__placeholder-form.blocks-table__placeholder-form>*{
|
||||
margin-bottom:8px;
|
||||
gap:8px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.blocks-table__placeholder-form.blocks-table__placeholder-form{
|
||||
align-items:flex-end;
|
||||
flex-direction:row;
|
||||
}
|
||||
.blocks-table__placeholder-form.blocks-table__placeholder-form>*{
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.blocks-table__placeholder-input{
|
||||
margin-bottom:0;
|
||||
margin-right:8px;
|
||||
width:112px;
|
||||
}
|
||||
.blocks-table__placeholder-input input{
|
||||
height:36px;
|
||||
}
|
||||
|
||||
.block-editor-template-part__selection-modal{
|
||||
z-index:1000001;
|
||||
@@ -2553,9 +2568,9 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
}
|
||||
|
||||
.block-library-query__pattern-selection-content .block-editor-block-patterns-list{
|
||||
grid-gap:8px;
|
||||
display:grid;
|
||||
grid-template-columns:1fr 1fr 1fr;
|
||||
grid-gap:8px;
|
||||
}
|
||||
.block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
||||
margin-bottom:0;
|
||||
@@ -2698,6 +2713,13 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
min-width:48px;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-post-featured-image>a{
|
||||
cursor:default;
|
||||
}
|
||||
.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{
|
||||
opacity:1;
|
||||
pointer-events:auto;
|
||||
}
|
||||
|
||||
div[data-type="core/post-featured-image"] img{
|
||||
display:block;
|
||||
@@ -2711,6 +2733,11 @@ div[data-type="core/post-featured-image"] img{
|
||||
.wp-block-post-comments-form .block-editor-warning *{
|
||||
pointer-events:auto;
|
||||
}
|
||||
|
||||
.wp-block-post-content.wp-block-post-content{
|
||||
-webkit-user-select:none;
|
||||
user-select:none;
|
||||
}
|
||||
.wp-element-button{
|
||||
cursor:revert;
|
||||
}
|
||||
@@ -2751,26 +2778,26 @@ div[data-type="core/post-featured-image"] img{
|
||||
background:linear-gradient(135deg, #020381, #2874fc);
|
||||
}
|
||||
|
||||
.editor-styles-wrapper{
|
||||
:where(.editor-styles-wrapper){
|
||||
--wp--preset--font-size--normal:16px;
|
||||
--wp--preset--font-size--huge:42px;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-regular-font-size{
|
||||
:where(.editor-styles-wrapper) .has-regular-font-size{
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-larger-font-size{
|
||||
:where(.editor-styles-wrapper) .has-larger-font-size{
|
||||
font-size:42px;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-normal-font-size{
|
||||
:where(.editor-styles-wrapper) .has-normal-font-size{
|
||||
font-size:var(--wp--preset--font-size--normal);
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .has-huge-font-size{
|
||||
:where(.editor-styles-wrapper) .has-huge-font-size{
|
||||
font-size:var(--wp--preset--font-size--huge);
|
||||
}
|
||||
.editor-styles-wrapper iframe:not([frameborder]){
|
||||
:where(.editor-styles-wrapper) iframe:not([frameborder]){
|
||||
border:0;
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+207
-105
@@ -96,17 +96,17 @@
|
||||
border-radius:0 !important;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{
|
||||
.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{
|
||||
border:2px solid;
|
||||
padding:.667em 1.333em;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){
|
||||
.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){
|
||||
color:currentColor;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){
|
||||
background-color:transparent;
|
||||
.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){
|
||||
background-color:initial;
|
||||
background-image:none;
|
||||
}
|
||||
|
||||
@@ -491,7 +491,7 @@
|
||||
background-color:#000;
|
||||
}
|
||||
.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{
|
||||
background-color:inherit;
|
||||
@@ -828,6 +828,47 @@
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.wp-block-form-input__label{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
gap:.25em;
|
||||
margin-bottom:.5em;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-form-input__label.is-label-inline{
|
||||
align-items:center;
|
||||
flex-direction:row;
|
||||
gap:.5em;
|
||||
}
|
||||
.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{
|
||||
margin-bottom:.5em;
|
||||
}
|
||||
.wp-block-form-input__label:has(input[type=checkbox]){
|
||||
flex-direction:row-reverse;
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
|
||||
.wp-block-form-input__label-content{
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
|
||||
.wp-block-form-input__input{
|
||||
font-size:1em;
|
||||
margin-bottom:.5em;
|
||||
padding:0 .5em;
|
||||
}
|
||||
.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{
|
||||
border:1px solid;
|
||||
line-height:2;
|
||||
min-height:2em;
|
||||
}
|
||||
|
||||
textarea.wp-block-form-input__input{
|
||||
min-height:10em;
|
||||
}
|
||||
|
||||
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
@@ -861,7 +902,7 @@
|
||||
width:auto;
|
||||
}
|
||||
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
|
||||
background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
|
||||
background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
|
||||
bottom:0;
|
||||
box-sizing:border-box;
|
||||
color:#fff;
|
||||
@@ -964,7 +1005,7 @@ figure.wp-block-gallery.has-nested-images{
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
|
||||
background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
|
||||
background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
|
||||
bottom:0;
|
||||
box-sizing:border-box;
|
||||
color:#fff;
|
||||
@@ -975,8 +1016,36 @@ figure.wp-block-gallery.has-nested-images{
|
||||
padding:0 8px 8px;
|
||||
position:absolute;
|
||||
right:0;
|
||||
scrollbar-color:#0000 #0000;
|
||||
scrollbar-gutter:stable both-edges;
|
||||
scrollbar-width:thin;
|
||||
text-align:center;
|
||||
width:100%;
|
||||
will-change:transform;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{
|
||||
height:12px;
|
||||
width:12px;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{
|
||||
background-clip:padding-box;
|
||||
background-color:initial;
|
||||
border:3px solid #0000;
|
||||
border-radius:8px;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{
|
||||
background-color:#fffc;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{
|
||||
scrollbar-color:#fffc #0000;
|
||||
}
|
||||
@media (hover:none){
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
|
||||
scrollbar-color:#fffc #0000;
|
||||
}
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{
|
||||
display:inline;
|
||||
@@ -1179,7 +1248,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
align-items:center;
|
||||
-webkit-backdrop-filter:blur(16px) saturate(180%);
|
||||
backdrop-filter:blur(16px) saturate(180%);
|
||||
background-color:rgba(90,90,90,.25);
|
||||
background-color:#5a5a5a40;
|
||||
border:none;
|
||||
border-radius:4px;
|
||||
cursor:zoom-in;
|
||||
@@ -1197,7 +1266,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
z-index:100;
|
||||
}
|
||||
.wp-lightbox-container button:focus-visible{
|
||||
outline:3px auto rgba(90,90,90,.25);
|
||||
outline:3px auto #5a5a5a40;
|
||||
outline:3px auto -webkit-focus-ring-color;
|
||||
outline-offset:3px;
|
||||
}
|
||||
@@ -1209,7 +1278,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
opacity:1;
|
||||
}
|
||||
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){
|
||||
background-color:rgba(90,90,90,.25);
|
||||
background-color:#5a5a5a40;
|
||||
border:none;
|
||||
}
|
||||
|
||||
@@ -1222,7 +1291,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
right:0;
|
||||
top:0;
|
||||
visibility:hidden;
|
||||
width:100vw;
|
||||
width:100%;
|
||||
z-index:100000;
|
||||
}
|
||||
.wp-lightbox-overlay .close-button{
|
||||
@@ -1293,10 +1362,10 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
.wp-lightbox-overlay.active img{
|
||||
animation:turn-on-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active){
|
||||
.wp-lightbox-overlay.show-closing-animation:not(.active){
|
||||
animation:turn-off-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active) img{
|
||||
.wp-lightbox-overlay.show-closing-animation:not(.active) img{
|
||||
animation:turn-off-visibility .25s both;
|
||||
}
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
@@ -1314,16 +1383,16 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
.wp-lightbox-overlay.zoom.active .scrim{
|
||||
animation:turn-on-visibility .4s forwards;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{
|
||||
animation:lightbox-zoom-out .4s;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{
|
||||
animation:turn-off-visibility .4s forwards;
|
||||
}
|
||||
}
|
||||
@@ -1352,7 +1421,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
}
|
||||
@keyframes lightbox-zoom-in{
|
||||
0%{
|
||||
transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
transform:translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
}
|
||||
to{
|
||||
transform:translate(50%, -50%) scale(1);
|
||||
@@ -1367,7 +1436,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
visibility:visible;
|
||||
}
|
||||
to{
|
||||
transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
transform:translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
visibility:hidden;
|
||||
}
|
||||
}
|
||||
@@ -1589,14 +1658,14 @@ ol.has-background,ul.has-background{
|
||||
}
|
||||
|
||||
.wp-block-media-text.is-image-fill .wp-block-media-text__media img{
|
||||
clip:rect(0, 0, 0, 0);
|
||||
border:0;
|
||||
height:1px;
|
||||
margin:-1px;
|
||||
overflow:hidden;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
clip:rect(0, 0, 0, 0);
|
||||
border:0;
|
||||
}
|
||||
@media (max-width:600px){
|
||||
.wp-block-media-text.is-stacked-on-mobile{
|
||||
@@ -1612,12 +1681,12 @@ ol.has-background,ul.has-background{
|
||||
}
|
||||
}
|
||||
.wp-block-navigation{
|
||||
position:relative;
|
||||
--navigation-layout-justification-setting:flex-start;
|
||||
--navigation-layout-direction:row;
|
||||
--navigation-layout-wrap:wrap;
|
||||
--navigation-layout-justify:flex-start;
|
||||
--navigation-layout-align:center;
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-navigation ul{
|
||||
margin-bottom:0;
|
||||
@@ -1669,8 +1738,8 @@ ol.has-background,ul.has-background{
|
||||
width:.6em;
|
||||
}
|
||||
.wp-block-navigation .wp-block-navigation__submenu-icon svg{
|
||||
stroke:currentColor;
|
||||
display:inline-block;
|
||||
stroke:currentColor;
|
||||
height:inherit;
|
||||
margin-top:.075em;
|
||||
width:inherit;
|
||||
@@ -1736,7 +1805,7 @@ ol.has-background,ul.has-background{
|
||||
top:-1px;
|
||||
}
|
||||
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
content:"";
|
||||
display:block;
|
||||
height:100%;
|
||||
@@ -1751,23 +1820,7 @@ ol.has-background,ul.has-background{
|
||||
transform:rotate(90deg);
|
||||
}
|
||||
}
|
||||
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
|
||||
height:auto;
|
||||
min-width:200px;
|
||||
opacity:1;
|
||||
overflow:visible;
|
||||
visibility:visible;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
|
||||
height:auto;
|
||||
min-width:200px;
|
||||
opacity:1;
|
||||
overflow:visible;
|
||||
visibility:visible;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{
|
||||
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
|
||||
height:auto;
|
||||
min-width:200px;
|
||||
opacity:1;
|
||||
@@ -1796,7 +1849,7 @@ ol.has-background,ul.has-background{
|
||||
}
|
||||
|
||||
button.wp-block-navigation-item__content{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
border:none;
|
||||
color:currentColor;
|
||||
font-family:inherit;
|
||||
@@ -1814,11 +1867,16 @@ button.wp-block-navigation-item__content{
|
||||
|
||||
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{
|
||||
padding-left:.85em;
|
||||
padding-right:0;
|
||||
}
|
||||
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{
|
||||
margin-right:-.6em;
|
||||
pointer-events:none;
|
||||
}
|
||||
|
||||
.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){
|
||||
padding:0;
|
||||
}
|
||||
.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{
|
||||
gap:inherit;
|
||||
}
|
||||
@@ -1846,7 +1904,7 @@ button.wp-block-navigation-item__content{
|
||||
|
||||
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
|
||||
background-color:#fff;
|
||||
border:1px solid rgba(0,0,0,.15);
|
||||
border:1px solid #00000026;
|
||||
}
|
||||
|
||||
.wp-block-navigation.has-background .wp-block-navigation__submenu-container{
|
||||
@@ -1963,7 +2021,7 @@ button.wp-block-navigation-item__content{
|
||||
flex-direction:column;
|
||||
}
|
||||
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{
|
||||
background:transparent !important;
|
||||
background:#0000 !important;
|
||||
color:inherit !important;
|
||||
}
|
||||
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
|
||||
@@ -2000,7 +2058,7 @@ button.wp-block-navigation-item__content{
|
||||
}
|
||||
|
||||
.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
border:none;
|
||||
color:currentColor;
|
||||
cursor:pointer;
|
||||
@@ -2083,6 +2141,28 @@ html.has-modal-open{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.link-ui-tools{
|
||||
border-top:1px solid #f0f0f0;
|
||||
padding:8px;
|
||||
}
|
||||
|
||||
.link-ui-block-inserter{
|
||||
padding-top:8px;
|
||||
}
|
||||
|
||||
.link-ui-block-inserter__back{
|
||||
margin-right:8px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.components-popover-pointer-events-trap{
|
||||
background-color:initial;
|
||||
cursor:pointer;
|
||||
inset:0;
|
||||
position:fixed;
|
||||
z-index:1000000;
|
||||
}
|
||||
|
||||
.wp-block-navigation .wp-block-page-list{
|
||||
align-items:var(--navigation-layout-align, initial);
|
||||
background-color:inherit;
|
||||
@@ -2278,7 +2358,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
}
|
||||
|
||||
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
|
||||
opacity:0;
|
||||
@@ -2365,12 +2445,21 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
.wp-block-pullquote{
|
||||
box-sizing:border-box;
|
||||
overflow-wrap:break-word;
|
||||
padding:3em 0;
|
||||
padding:4em 0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-pullquote blockquote{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-pullquote p{
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote p:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
|
||||
max-width:420px;
|
||||
}
|
||||
@@ -2459,26 +2548,20 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
}
|
||||
}
|
||||
.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{
|
||||
-webkit-margin-start:2em;
|
||||
-webkit-margin-end:0;
|
||||
float:left;
|
||||
margin-inline-end:0;
|
||||
margin-inline-start:2em;
|
||||
margin-inline-end:0;
|
||||
margin-inline-start:2em;
|
||||
}
|
||||
|
||||
.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{
|
||||
-webkit-margin-start:0;
|
||||
-webkit-margin-end:2em;
|
||||
float:right;
|
||||
margin-inline-end:2em;
|
||||
margin-inline-start:0;
|
||||
margin-inline-end:2em;
|
||||
margin-inline-start:0;
|
||||
}
|
||||
|
||||
.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{
|
||||
-webkit-margin-start:auto;
|
||||
-webkit-margin-end:auto;
|
||||
margin-inline-end:auto;
|
||||
margin-inline-start:auto;
|
||||
margin-inline-end:auto;
|
||||
margin-inline-start:auto;
|
||||
}
|
||||
|
||||
.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{
|
||||
@@ -2489,12 +2572,10 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
margin-right:0;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{
|
||||
-webkit-margin-start:auto;
|
||||
margin-inline-start:auto;
|
||||
margin-inline-start:auto;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{
|
||||
-webkit-margin-end:auto;
|
||||
margin-inline-end:auto;
|
||||
margin-inline-end:auto;
|
||||
}
|
||||
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
|
||||
display:inline-block;
|
||||
@@ -2534,13 +2615,19 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
font-size:1.125em;
|
||||
text-align:left;
|
||||
}
|
||||
.wp-block-quote>cite{
|
||||
display:block;
|
||||
}
|
||||
|
||||
.wp-block-read-more{
|
||||
display:block;
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
|
||||
.wp-block-read-more:where(:not([style*=text-decoration])){
|
||||
text-decoration:none;
|
||||
}
|
||||
.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
@@ -2598,9 +2685,11 @@ ul.wp-block-rss.is-grid li{
|
||||
line-height:0;
|
||||
}
|
||||
.wp-block-search__button svg{
|
||||
fill:currentColor;
|
||||
height:1.25em;
|
||||
min-height:24px;
|
||||
min-width:24px;
|
||||
width:1.25em;
|
||||
fill:currentColor;
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
|
||||
@@ -2635,8 +2724,33 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__button{
|
||||
flex-shrink:0;
|
||||
margin-right:0;
|
||||
max-width:100%;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{
|
||||
max-width:calc(100% - 100px);
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
|
||||
min-width:0 !important;
|
||||
transition-property:width;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__input{
|
||||
flex-basis:100%;
|
||||
transition-duration:.3s;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
|
||||
overflow:hidden;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{
|
||||
border-left-width:0 !important;
|
||||
border-right-width:0 !important;
|
||||
flex-basis:0;
|
||||
flex-grow:0;
|
||||
margin:0;
|
||||
min-width:0 !important;
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
width:0 !important;
|
||||
}
|
||||
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
|
||||
border:1px solid #949494;
|
||||
@@ -2659,37 +2773,13 @@ ul.wp-block-rss.is-grid li{
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{
|
||||
min-width:0 !important;
|
||||
transition-property:width;
|
||||
}
|
||||
.wp-block-search__button-behavior-expand .wp-block-search__input{
|
||||
flex-basis:100%;
|
||||
transition-duration:.3s;
|
||||
}
|
||||
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
|
||||
overflow:hidden;
|
||||
}
|
||||
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{
|
||||
border-left-width:0 !important;
|
||||
border-right-width:0 !important;
|
||||
flex-basis:0;
|
||||
flex-grow:0;
|
||||
margin:0;
|
||||
min-width:0 !important;
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
width:0 !important;
|
||||
}
|
||||
|
||||
.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{
|
||||
.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
|
||||
float:left;
|
||||
}
|
||||
|
||||
.wp-block-separator{
|
||||
border:1px solid;
|
||||
border-left:none;
|
||||
border-right:none;
|
||||
border:none;
|
||||
border-top:2px solid;
|
||||
}
|
||||
.wp-block-separator.is-style-dots{
|
||||
background:none !important;
|
||||
@@ -2806,9 +2896,14 @@ ul.wp-block-rss.is-grid li{
|
||||
transform:scale(1.1);
|
||||
}
|
||||
|
||||
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{
|
||||
fill:currentColor;
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link{
|
||||
display:inline-block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
|
||||
color:currentColor;
|
||||
fill:currentColor;
|
||||
}
|
||||
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{
|
||||
@@ -2875,6 +2970,10 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#ea4434;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{
|
||||
background-color:#1d4fc4;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{
|
||||
background-color:#f00075;
|
||||
color:#fff;
|
||||
@@ -2900,7 +2999,7 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{
|
||||
background-color:#ff424d;
|
||||
background-color:#000;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{
|
||||
@@ -2920,9 +3019,9 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{
|
||||
stroke:#000;
|
||||
background-color:#fefc00;
|
||||
color:#fff;
|
||||
stroke:#000;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{
|
||||
background-color:#ff5600;
|
||||
@@ -3036,6 +3135,9 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-google{
|
||||
color:#ea4434;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{
|
||||
color:#1d4fc4;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{
|
||||
color:#f00075;
|
||||
}
|
||||
@@ -3055,7 +3157,7 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#f6405f;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{
|
||||
color:#ff424d;
|
||||
color:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{
|
||||
color:#e60122;
|
||||
@@ -3070,8 +3172,8 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#0478d7;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{
|
||||
stroke:#000;
|
||||
color:#fff;
|
||||
stroke:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{
|
||||
color:#ff5600;
|
||||
@@ -3209,7 +3311,7 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#fcf0ef;
|
||||
}
|
||||
.wp-block-table.is-style-stripes{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
border-bottom:1px solid #f0f0f0;
|
||||
border-collapse:inherit;
|
||||
border-spacing:0;
|
||||
@@ -3230,7 +3332,7 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#fcf0ef;
|
||||
}
|
||||
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
|
||||
border-color:transparent;
|
||||
border-color:#0000;
|
||||
}
|
||||
.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{
|
||||
border-color:inherit;
|
||||
@@ -3239,7 +3341,7 @@ ul.wp-block-rss.is-grid li{
|
||||
border-top-color:inherit;
|
||||
}
|
||||
.wp-block-table table[style*=border-top-color] tr:not(:first-child){
|
||||
border-top-color:currentColor;
|
||||
border-top-color:initial;
|
||||
}
|
||||
.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{
|
||||
border-left-color:inherit;
|
||||
@@ -3248,7 +3350,7 @@ ul.wp-block-rss.is-grid li{
|
||||
border-bottom-color:inherit;
|
||||
}
|
||||
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){
|
||||
border-bottom-color:currentColor;
|
||||
border-bottom-color:initial;
|
||||
}
|
||||
.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{
|
||||
border-right-color:inherit;
|
||||
@@ -3435,9 +3537,8 @@ a[data-fn].fn:after{
|
||||
}
|
||||
|
||||
.screen-reader-text{
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
word-wrap:normal !important;
|
||||
border:0;
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path:inset(50%);
|
||||
clip-path:inset(50%);
|
||||
height:1px;
|
||||
@@ -3446,11 +3547,12 @@ a[data-fn].fn:after{
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
word-wrap:normal !important;
|
||||
}
|
||||
|
||||
.screen-reader-text:focus{
|
||||
clip:auto !important;
|
||||
background-color:#ddd;
|
||||
clip:auto !important;
|
||||
-webkit-clip-path:none;
|
||||
clip-path:none;
|
||||
color:#444;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+207
-105
@@ -96,17 +96,17 @@
|
||||
border-radius:0 !important;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{
|
||||
.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{
|
||||
border:2px solid;
|
||||
padding:.667em 1.333em;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){
|
||||
.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){
|
||||
color:currentColor;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){
|
||||
background-color:transparent;
|
||||
.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){
|
||||
background-color:initial;
|
||||
background-image:none;
|
||||
}
|
||||
|
||||
@@ -491,7 +491,7 @@
|
||||
background-color:#000;
|
||||
}
|
||||
.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{
|
||||
background-color:inherit;
|
||||
@@ -828,6 +828,47 @@
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.wp-block-form-input__label{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
gap:.25em;
|
||||
margin-bottom:.5em;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-form-input__label.is-label-inline{
|
||||
align-items:center;
|
||||
flex-direction:row;
|
||||
gap:.5em;
|
||||
}
|
||||
.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{
|
||||
margin-bottom:.5em;
|
||||
}
|
||||
.wp-block-form-input__label:has(input[type=checkbox]){
|
||||
flex-direction:row-reverse;
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
|
||||
.wp-block-form-input__label-content{
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
|
||||
.wp-block-form-input__input{
|
||||
font-size:1em;
|
||||
margin-bottom:.5em;
|
||||
padding:0 .5em;
|
||||
}
|
||||
.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{
|
||||
border:1px solid;
|
||||
line-height:2;
|
||||
min-height:2em;
|
||||
}
|
||||
|
||||
textarea.wp-block-form-input__input{
|
||||
min-height:10em;
|
||||
}
|
||||
|
||||
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
@@ -861,7 +902,7 @@
|
||||
width:auto;
|
||||
}
|
||||
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
|
||||
background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
|
||||
background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
|
||||
bottom:0;
|
||||
box-sizing:border-box;
|
||||
color:#fff;
|
||||
@@ -964,7 +1005,7 @@ figure.wp-block-gallery.has-nested-images{
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
|
||||
background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
|
||||
background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
|
||||
bottom:0;
|
||||
box-sizing:border-box;
|
||||
color:#fff;
|
||||
@@ -975,8 +1016,36 @@ figure.wp-block-gallery.has-nested-images{
|
||||
overflow:auto;
|
||||
padding:0 8px 8px;
|
||||
position:absolute;
|
||||
scrollbar-color:#0000 #0000;
|
||||
scrollbar-gutter:stable both-edges;
|
||||
scrollbar-width:thin;
|
||||
text-align:center;
|
||||
width:100%;
|
||||
will-change:transform;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{
|
||||
height:12px;
|
||||
width:12px;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{
|
||||
background-clip:padding-box;
|
||||
background-color:initial;
|
||||
border:3px solid #0000;
|
||||
border-radius:8px;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{
|
||||
background-color:#fffc;
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{
|
||||
scrollbar-color:#fffc #0000;
|
||||
}
|
||||
@media (hover:none){
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
|
||||
scrollbar-color:#fffc #0000;
|
||||
}
|
||||
}
|
||||
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{
|
||||
display:inline;
|
||||
@@ -1179,7 +1248,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
align-items:center;
|
||||
-webkit-backdrop-filter:blur(16px) saturate(180%);
|
||||
backdrop-filter:blur(16px) saturate(180%);
|
||||
background-color:rgba(90,90,90,.25);
|
||||
background-color:#5a5a5a40;
|
||||
border:none;
|
||||
border-radius:4px;
|
||||
cursor:zoom-in;
|
||||
@@ -1197,7 +1266,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
z-index:100;
|
||||
}
|
||||
.wp-lightbox-container button:focus-visible{
|
||||
outline:3px auto rgba(90,90,90,.25);
|
||||
outline:3px auto #5a5a5a40;
|
||||
outline:3px auto -webkit-focus-ring-color;
|
||||
outline-offset:3px;
|
||||
}
|
||||
@@ -1209,7 +1278,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
opacity:1;
|
||||
}
|
||||
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){
|
||||
background-color:rgba(90,90,90,.25);
|
||||
background-color:#5a5a5a40;
|
||||
border:none;
|
||||
}
|
||||
|
||||
@@ -1222,7 +1291,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
position:fixed;
|
||||
top:0;
|
||||
visibility:hidden;
|
||||
width:100vw;
|
||||
width:100%;
|
||||
z-index:100000;
|
||||
}
|
||||
.wp-lightbox-overlay .close-button{
|
||||
@@ -1293,10 +1362,10 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
.wp-lightbox-overlay.active img{
|
||||
animation:turn-on-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active){
|
||||
.wp-lightbox-overlay.show-closing-animation:not(.active){
|
||||
animation:turn-off-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active) img{
|
||||
.wp-lightbox-overlay.show-closing-animation:not(.active) img{
|
||||
animation:turn-off-visibility .25s both;
|
||||
}
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
@@ -1314,16 +1383,16 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
.wp-lightbox-overlay.zoom.active .scrim{
|
||||
animation:turn-on-visibility .4s forwards;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{
|
||||
animation:lightbox-zoom-out .4s;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{
|
||||
animation:turn-off-visibility .4s forwards;
|
||||
}
|
||||
}
|
||||
@@ -1352,7 +1421,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
}
|
||||
@keyframes lightbox-zoom-in{
|
||||
0%{
|
||||
transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
}
|
||||
to{
|
||||
transform:translate(-50%, -50%) scale(1);
|
||||
@@ -1367,7 +1436,7 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
||||
visibility:visible;
|
||||
}
|
||||
to{
|
||||
transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
visibility:hidden;
|
||||
}
|
||||
}
|
||||
@@ -1589,14 +1658,14 @@ ol.has-background,ul.has-background{
|
||||
}
|
||||
|
||||
.wp-block-media-text.is-image-fill .wp-block-media-text__media img{
|
||||
clip:rect(0, 0, 0, 0);
|
||||
border:0;
|
||||
height:1px;
|
||||
margin:-1px;
|
||||
overflow:hidden;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
clip:rect(0, 0, 0, 0);
|
||||
border:0;
|
||||
}
|
||||
@media (max-width:600px){
|
||||
.wp-block-media-text.is-stacked-on-mobile{
|
||||
@@ -1612,12 +1681,12 @@ ol.has-background,ul.has-background{
|
||||
}
|
||||
}
|
||||
.wp-block-navigation{
|
||||
position:relative;
|
||||
--navigation-layout-justification-setting:flex-start;
|
||||
--navigation-layout-direction:row;
|
||||
--navigation-layout-wrap:wrap;
|
||||
--navigation-layout-justify:flex-start;
|
||||
--navigation-layout-align:center;
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-navigation ul{
|
||||
margin-bottom:0;
|
||||
@@ -1669,8 +1738,8 @@ ol.has-background,ul.has-background{
|
||||
width:.6em;
|
||||
}
|
||||
.wp-block-navigation .wp-block-navigation__submenu-icon svg{
|
||||
stroke:currentColor;
|
||||
display:inline-block;
|
||||
stroke:currentColor;
|
||||
height:inherit;
|
||||
margin-top:.075em;
|
||||
width:inherit;
|
||||
@@ -1736,7 +1805,7 @@ ol.has-background,ul.has-background{
|
||||
top:-1px;
|
||||
}
|
||||
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
content:"";
|
||||
display:block;
|
||||
height:100%;
|
||||
@@ -1751,23 +1820,7 @@ ol.has-background,ul.has-background{
|
||||
transform:rotate(-90deg);
|
||||
}
|
||||
}
|
||||
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
|
||||
height:auto;
|
||||
min-width:200px;
|
||||
opacity:1;
|
||||
overflow:visible;
|
||||
visibility:visible;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
|
||||
height:auto;
|
||||
min-width:200px;
|
||||
opacity:1;
|
||||
overflow:visible;
|
||||
visibility:visible;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{
|
||||
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
|
||||
height:auto;
|
||||
min-width:200px;
|
||||
opacity:1;
|
||||
@@ -1796,7 +1849,7 @@ ol.has-background,ul.has-background{
|
||||
}
|
||||
|
||||
button.wp-block-navigation-item__content{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
border:none;
|
||||
color:currentColor;
|
||||
font-family:inherit;
|
||||
@@ -1813,12 +1866,17 @@ button.wp-block-navigation-item__content{
|
||||
}
|
||||
|
||||
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{
|
||||
padding-left:0;
|
||||
padding-right:.85em;
|
||||
}
|
||||
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{
|
||||
margin-left:-.6em;
|
||||
pointer-events:none;
|
||||
}
|
||||
|
||||
.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){
|
||||
padding:0;
|
||||
}
|
||||
.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{
|
||||
gap:inherit;
|
||||
}
|
||||
@@ -1846,7 +1904,7 @@ button.wp-block-navigation-item__content{
|
||||
|
||||
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
|
||||
background-color:#fff;
|
||||
border:1px solid rgba(0,0,0,.15);
|
||||
border:1px solid #00000026;
|
||||
}
|
||||
|
||||
.wp-block-navigation.has-background .wp-block-navigation__submenu-container{
|
||||
@@ -1963,7 +2021,7 @@ button.wp-block-navigation-item__content{
|
||||
flex-direction:column;
|
||||
}
|
||||
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{
|
||||
background:transparent !important;
|
||||
background:#0000 !important;
|
||||
color:inherit !important;
|
||||
}
|
||||
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
|
||||
@@ -2000,7 +2058,7 @@ button.wp-block-navigation-item__content{
|
||||
}
|
||||
|
||||
.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
border:none;
|
||||
color:currentColor;
|
||||
cursor:pointer;
|
||||
@@ -2083,6 +2141,28 @@ html.has-modal-open{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.link-ui-tools{
|
||||
border-top:1px solid #f0f0f0;
|
||||
padding:8px;
|
||||
}
|
||||
|
||||
.link-ui-block-inserter{
|
||||
padding-top:8px;
|
||||
}
|
||||
|
||||
.link-ui-block-inserter__back{
|
||||
margin-left:8px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.components-popover-pointer-events-trap{
|
||||
background-color:initial;
|
||||
cursor:pointer;
|
||||
inset:0;
|
||||
position:fixed;
|
||||
z-index:1000000;
|
||||
}
|
||||
|
||||
.wp-block-navigation .wp-block-page-list{
|
||||
align-items:var(--navigation-layout-align, initial);
|
||||
background-color:inherit;
|
||||
@@ -2278,7 +2358,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
}
|
||||
|
||||
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
}
|
||||
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
|
||||
opacity:0;
|
||||
@@ -2365,12 +2445,21 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
.wp-block-pullquote{
|
||||
box-sizing:border-box;
|
||||
overflow-wrap:break-word;
|
||||
padding:3em 0;
|
||||
padding:4em 0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-pullquote blockquote{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-pullquote p{
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote p:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
|
||||
max-width:420px;
|
||||
}
|
||||
@@ -2459,26 +2548,20 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
}
|
||||
}
|
||||
.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{
|
||||
-webkit-margin-start:2em;
|
||||
-webkit-margin-end:0;
|
||||
float:right;
|
||||
margin-inline-end:0;
|
||||
margin-inline-start:2em;
|
||||
margin-inline-end:0;
|
||||
margin-inline-start:2em;
|
||||
}
|
||||
|
||||
.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{
|
||||
-webkit-margin-start:0;
|
||||
-webkit-margin-end:2em;
|
||||
float:left;
|
||||
margin-inline-end:2em;
|
||||
margin-inline-start:0;
|
||||
margin-inline-end:2em;
|
||||
margin-inline-start:0;
|
||||
}
|
||||
|
||||
.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{
|
||||
-webkit-margin-start:auto;
|
||||
-webkit-margin-end:auto;
|
||||
margin-inline-end:auto;
|
||||
margin-inline-start:auto;
|
||||
margin-inline-end:auto;
|
||||
margin-inline-start:auto;
|
||||
}
|
||||
|
||||
.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{
|
||||
@@ -2489,12 +2572,10 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
margin-right:0;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{
|
||||
-webkit-margin-start:auto;
|
||||
margin-inline-start:auto;
|
||||
margin-inline-start:auto;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{
|
||||
-webkit-margin-end:auto;
|
||||
margin-inline-end:auto;
|
||||
margin-inline-end:auto;
|
||||
}
|
||||
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
|
||||
display:inline-block;
|
||||
@@ -2534,13 +2615,19 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[
|
||||
font-size:1.125em;
|
||||
text-align:right;
|
||||
}
|
||||
.wp-block-quote>cite{
|
||||
display:block;
|
||||
}
|
||||
|
||||
.wp-block-read-more{
|
||||
display:block;
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
|
||||
.wp-block-read-more:where(:not([style*=text-decoration])){
|
||||
text-decoration:none;
|
||||
}
|
||||
.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
@@ -2598,9 +2685,11 @@ ul.wp-block-rss.is-grid li{
|
||||
line-height:0;
|
||||
}
|
||||
.wp-block-search__button svg{
|
||||
fill:currentColor;
|
||||
height:1.25em;
|
||||
min-height:24px;
|
||||
min-width:24px;
|
||||
width:1.25em;
|
||||
fill:currentColor;
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
|
||||
@@ -2635,8 +2724,33 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__button{
|
||||
flex-shrink:0;
|
||||
margin-left:0;
|
||||
max-width:100%;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{
|
||||
max-width:calc(100% - 100px);
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
|
||||
min-width:0 !important;
|
||||
transition-property:width;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__input{
|
||||
flex-basis:100%;
|
||||
transition-duration:.3s;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
|
||||
overflow:hidden;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{
|
||||
border-left-width:0 !important;
|
||||
border-right-width:0 !important;
|
||||
flex-basis:0;
|
||||
flex-grow:0;
|
||||
margin:0;
|
||||
min-width:0 !important;
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
width:0 !important;
|
||||
}
|
||||
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
|
||||
border:1px solid #949494;
|
||||
@@ -2659,37 +2773,13 @@ ul.wp-block-rss.is-grid li{
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{
|
||||
min-width:0 !important;
|
||||
transition-property:width;
|
||||
}
|
||||
.wp-block-search__button-behavior-expand .wp-block-search__input{
|
||||
flex-basis:100%;
|
||||
transition-duration:.3s;
|
||||
}
|
||||
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
|
||||
overflow:hidden;
|
||||
}
|
||||
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{
|
||||
border-left-width:0 !important;
|
||||
border-right-width:0 !important;
|
||||
flex-basis:0;
|
||||
flex-grow:0;
|
||||
margin:0;
|
||||
min-width:0 !important;
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
width:0 !important;
|
||||
}
|
||||
|
||||
.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{
|
||||
.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
|
||||
float:right;
|
||||
}
|
||||
|
||||
.wp-block-separator{
|
||||
border:1px solid;
|
||||
border-left:none;
|
||||
border-right:none;
|
||||
border:none;
|
||||
border-top:2px solid;
|
||||
}
|
||||
.wp-block-separator.is-style-dots{
|
||||
background:none !important;
|
||||
@@ -2806,9 +2896,14 @@ ul.wp-block-rss.is-grid li{
|
||||
transform:scale(1.1);
|
||||
}
|
||||
|
||||
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{
|
||||
fill:currentColor;
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link{
|
||||
display:inline-block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
|
||||
color:currentColor;
|
||||
fill:currentColor;
|
||||
}
|
||||
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{
|
||||
@@ -2875,6 +2970,10 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#ea4434;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{
|
||||
background-color:#1d4fc4;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{
|
||||
background-color:#f00075;
|
||||
color:#fff;
|
||||
@@ -2900,7 +2999,7 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{
|
||||
background-color:#ff424d;
|
||||
background-color:#000;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{
|
||||
@@ -2920,9 +3019,9 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{
|
||||
stroke:#000;
|
||||
background-color:#fefc00;
|
||||
color:#fff;
|
||||
stroke:#000;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{
|
||||
background-color:#ff5600;
|
||||
@@ -3036,6 +3135,9 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-google{
|
||||
color:#ea4434;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{
|
||||
color:#1d4fc4;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{
|
||||
color:#f00075;
|
||||
}
|
||||
@@ -3055,7 +3157,7 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#f6405f;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{
|
||||
color:#ff424d;
|
||||
color:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{
|
||||
color:#e60122;
|
||||
@@ -3070,8 +3172,8 @@ ul.wp-block-rss.is-grid li{
|
||||
color:#0478d7;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{
|
||||
stroke:#000;
|
||||
color:#fff;
|
||||
stroke:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{
|
||||
color:#ff5600;
|
||||
@@ -3209,7 +3311,7 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#fcf0ef;
|
||||
}
|
||||
.wp-block-table.is-style-stripes{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
border-bottom:1px solid #f0f0f0;
|
||||
border-collapse:inherit;
|
||||
border-spacing:0;
|
||||
@@ -3230,7 +3332,7 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#fcf0ef;
|
||||
}
|
||||
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
|
||||
border-color:transparent;
|
||||
border-color:#0000;
|
||||
}
|
||||
.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{
|
||||
border-color:inherit;
|
||||
@@ -3239,7 +3341,7 @@ ul.wp-block-rss.is-grid li{
|
||||
border-top-color:inherit;
|
||||
}
|
||||
.wp-block-table table[style*=border-top-color] tr:not(:first-child){
|
||||
border-top-color:currentColor;
|
||||
border-top-color:initial;
|
||||
}
|
||||
.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{
|
||||
border-right-color:inherit;
|
||||
@@ -3248,7 +3350,7 @@ ul.wp-block-rss.is-grid li{
|
||||
border-bottom-color:inherit;
|
||||
}
|
||||
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){
|
||||
border-bottom-color:currentColor;
|
||||
border-bottom-color:initial;
|
||||
}
|
||||
.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{
|
||||
border-left-color:inherit;
|
||||
@@ -3435,9 +3537,8 @@ a[data-fn].fn:after{
|
||||
}
|
||||
|
||||
.screen-reader-text{
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
word-wrap:normal !important;
|
||||
border:0;
|
||||
clip:rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path:inset(50%);
|
||||
clip-path:inset(50%);
|
||||
height:1px;
|
||||
@@ -3446,11 +3547,12 @@ a[data-fn].fn:after{
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
word-wrap:normal !important;
|
||||
}
|
||||
|
||||
.screen-reader-text:focus{
|
||||
clip:auto !important;
|
||||
background-color:#ddd;
|
||||
clip:auto !important;
|
||||
-webkit-clip-path:none;
|
||||
clip-path:none;
|
||||
color:#444;
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+6
-6
@@ -4,7 +4,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-audio figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-audio{
|
||||
@@ -24,7 +24,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-embed figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-embed{
|
||||
@@ -37,7 +37,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .blocks-gallery-caption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-image figcaption{
|
||||
@@ -46,7 +46,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-image figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-image{
|
||||
@@ -140,7 +140,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-table figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-video figcaption{
|
||||
@@ -149,7 +149,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-video figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-video{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-right:.25em solid;margin:0 0 1.75em;padding-right:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:.25em solid;border-right:none;padding-left:1em;padding-right:0}.wp-block-quote.has-text-align-center{border:none;padding-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
|
||||
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-right:.25em solid;margin:0 0 1.75em;padding-right:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:.25em solid;border-right:none;padding-left:1em;padding-right:0}.wp-block-quote.has-text-align-center{border:none;padding-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:#ffffffa6}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:#ffffffa6}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
|
||||
+6
-6
@@ -4,7 +4,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-audio figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-audio{
|
||||
@@ -24,7 +24,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-embed figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-embed{
|
||||
@@ -37,7 +37,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .blocks-gallery-caption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-image figcaption{
|
||||
@@ -46,7 +46,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-image figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-image{
|
||||
@@ -140,7 +140,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-table figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-video figcaption{
|
||||
@@ -149,7 +149,7 @@
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-video figcaption{
|
||||
color:hsla(0,0%,100%,.65);
|
||||
color:#ffffffa6;
|
||||
}
|
||||
|
||||
.wp-block-video{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
|
||||
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:#ffffffa6}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:#ffffffa6}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
|
||||
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.commands-command-menu{border-radius:4px;margin:auto;max-width:420px;position:relative;top:calc(15% + 60px);width:calc(100% - 32px)}@media (min-width:600px){.commands-command-menu{top:15%}}.commands-command-menu .components-modal__content{margin:0;padding:0}.commands-command-menu__overlay{align-items:start;display:block}.commands-command-menu__header{align-items:center;display:flex;padding-right:16px}.commands-command-menu__header .components-button{border:1px solid #949494;border-left:0;border-radius:0 2px 2px 0;height:56px;justify-content:center;width:56px}.commands-command-menu__header .components-button+[cmdk-input]{border-bottom-right-radius:0;border-top-right-radius:0}.commands-command-menu__container{will-change:transform}.commands-command-menu__container [cmdk-input]{border:none;border-radius:0;color:#1e1e1e;font-size:16px;line-height:28px;margin:0;outline:none;padding:16px 8px 16px 16px;width:100%}.commands-command-menu__container [cmdk-input]::placeholder{color:#757575}.commands-command-menu__container [cmdk-input]:focus{box-shadow:none;outline:none}.commands-command-menu__container [cmdk-item]{align-items:center;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;font-size:13px;min-height:40px}.commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{background:var(--wp-admin-theme-color);color:#fff}.commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{fill:#fff}.commands-command-menu__container [cmdk-item][aria-disabled=true]{color:#949494;cursor:not-allowed}.commands-command-menu__container [cmdk-item] svg{fill:#1e1e1e}.commands-command-menu__container [cmdk-item]>div{padding:8px 40px 8px 8px}.commands-command-menu__container [cmdk-item]>.has-icon{padding-right:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list]{max-height:368px;overflow:auto}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){padding:0 8px 8px}.commands-command-menu__container [cmdk-empty]{align-items:center;color:#1e1e1e;display:flex;justify-content:center;padding:8px 0 32px;white-space:pre-wrap}.commands-command-menu__container [cmdk-loading]{padding:16px}.commands-command-menu__container [cmdk-list-sizer]{position:relative}.commands-command-menu__item span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commands-command-menu__item mark{background:unset;color:inherit;font-weight:600}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.commands-command-menu{border-radius:4px;margin:auto;max-width:420px;position:relative;top:calc(15% + 60px);width:calc(100% - 32px)}@media (min-width:600px){.commands-command-menu{top:15%}}.commands-command-menu .components-modal__content{margin:0;padding:0}.commands-command-menu__overlay{align-items:start;display:block}.commands-command-menu__header{align-items:center;display:flex;padding-right:16px}.commands-command-menu__header .components-button{border:1px solid #949494;border-left:0;border-radius:0 2px 2px 0;height:56px;justify-content:center;width:56px}.commands-command-menu__header .components-button+[cmdk-input]{border-bottom-right-radius:0;border-top-right-radius:0}.commands-command-menu__container{will-change:transform}.commands-command-menu__container [cmdk-input]{border:none;border-radius:0;color:#1e1e1e;font-size:16px;line-height:28px;margin:0;outline:none;padding:16px 8px 16px 16px;width:100%}.commands-command-menu__container [cmdk-input]::placeholder{color:#757575}.commands-command-menu__container [cmdk-input]:focus{box-shadow:none;outline:none}.commands-command-menu__container [cmdk-item]{align-items:center;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;font-size:13px;min-height:40px}.commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{background:var(--wp-admin-theme-color);color:#fff}.commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{fill:#fff}.commands-command-menu__container [cmdk-item][aria-disabled=true]{color:#949494;cursor:not-allowed}.commands-command-menu__container [cmdk-item] svg{fill:#1e1e1e}.commands-command-menu__container [cmdk-item]>div{padding:8px 40px 8px 8px}.commands-command-menu__container [cmdk-item]>.has-icon{padding-right:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list]{max-height:368px;overflow:auto}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){padding:0 8px 8px}.commands-command-menu__container [cmdk-empty]{align-items:center;color:#1e1e1e;display:flex;justify-content:center;padding:8px 0 32px;white-space:pre-wrap}.commands-command-menu__container [cmdk-loading]{padding:16px}.commands-command-menu__container [cmdk-list-sizer]{position:relative}.commands-command-menu__item span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commands-command-menu__item mark{background:unset;color:inherit;font-weight:600}
|
||||
+1
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.commands-command-menu{border-radius:4px;margin:auto;max-width:420px;position:relative;top:calc(15% + 60px);width:calc(100% - 32px)}@media (min-width:600px){.commands-command-menu{top:15%}}.commands-command-menu .components-modal__content{margin:0;padding:0}.commands-command-menu__overlay{align-items:start;display:block}.commands-command-menu__header{align-items:center;display:flex;padding-left:16px}.commands-command-menu__header .components-button{border:1px solid #949494;border-radius:2px 0 0 2px;border-right:0;height:56px;justify-content:center;width:56px}.commands-command-menu__header .components-button+[cmdk-input]{border-bottom-left-radius:0;border-top-left-radius:0}.commands-command-menu__container{will-change:transform}.commands-command-menu__container [cmdk-input]{border:none;border-radius:0;color:#1e1e1e;font-size:16px;line-height:28px;margin:0;outline:none;padding:16px 16px 16px 8px;width:100%}.commands-command-menu__container [cmdk-input]::placeholder{color:#757575}.commands-command-menu__container [cmdk-input]:focus{box-shadow:none;outline:none}.commands-command-menu__container [cmdk-item]{align-items:center;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;font-size:13px;min-height:40px}.commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{background:var(--wp-admin-theme-color);color:#fff}.commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{fill:#fff}.commands-command-menu__container [cmdk-item][aria-disabled=true]{color:#949494;cursor:not-allowed}.commands-command-menu__container [cmdk-item] svg{fill:#1e1e1e}.commands-command-menu__container [cmdk-item]>div{padding:8px 8px 8px 40px}.commands-command-menu__container [cmdk-item]>.has-icon{padding-left:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list]{max-height:368px;overflow:auto}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){padding:0 8px 8px}.commands-command-menu__container [cmdk-empty]{align-items:center;color:#1e1e1e;display:flex;justify-content:center;padding:8px 0 32px;white-space:pre-wrap}.commands-command-menu__container [cmdk-loading]{padding:16px}.commands-command-menu__container [cmdk-list-sizer]{position:relative}.commands-command-menu__item span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commands-command-menu__item mark{background:unset;color:inherit;font-weight:600}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.commands-command-menu{border-radius:4px;margin:auto;max-width:420px;position:relative;top:calc(15% + 60px);width:calc(100% - 32px)}@media (min-width:600px){.commands-command-menu{top:15%}}.commands-command-menu .components-modal__content{margin:0;padding:0}.commands-command-menu__overlay{align-items:start;display:block}.commands-command-menu__header{align-items:center;display:flex;padding-left:16px}.commands-command-menu__header .components-button{border:1px solid #949494;border-radius:2px 0 0 2px;border-right:0;height:56px;justify-content:center;width:56px}.commands-command-menu__header .components-button+[cmdk-input]{border-bottom-left-radius:0;border-top-left-radius:0}.commands-command-menu__container{will-change:transform}.commands-command-menu__container [cmdk-input]{border:none;border-radius:0;color:#1e1e1e;font-size:16px;line-height:28px;margin:0;outline:none;padding:16px 16px 16px 8px;width:100%}.commands-command-menu__container [cmdk-input]::placeholder{color:#757575}.commands-command-menu__container [cmdk-input]:focus{box-shadow:none;outline:none}.commands-command-menu__container [cmdk-item]{align-items:center;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;font-size:13px;min-height:40px}.commands-command-menu__container [cmdk-item]:active,.commands-command-menu__container [cmdk-item][aria-selected=true]{background:var(--wp-admin-theme-color);color:#fff}.commands-command-menu__container [cmdk-item]:active svg,.commands-command-menu__container [cmdk-item][aria-selected=true] svg{fill:#fff}.commands-command-menu__container [cmdk-item][aria-disabled=true]{color:#949494;cursor:not-allowed}.commands-command-menu__container [cmdk-item] svg{fill:#1e1e1e}.commands-command-menu__container [cmdk-item]>div{padding:8px 8px 8px 40px}.commands-command-menu__container [cmdk-item]>.has-icon{padding-left:8px}.commands-command-menu__container [cmdk-root]>[cmdk-list]{max-height:368px;overflow:auto}.commands-command-menu__container [cmdk-root]>[cmdk-list] [cmdk-list-sizer]>[cmdk-group]>[cmdk-group-items]:not(:empty){padding:0 8px 8px}.commands-command-menu__container [cmdk-empty]{align-items:center;color:#1e1e1e;display:flex;justify-content:center;padding:8px 0 32px;white-space:pre-wrap}.commands-command-menu__container [cmdk-loading]{padding:16px}.commands-command-menu__container [cmdk-list-sizer]{position:relative}.commands-command-menu__item span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commands-command-menu__item mark{background:unset;color:inherit;font-weight:600}
|
||||
+233
-222
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+233
-222
File diff suppressed because it is too large
Load Diff
+2
-2
File diff suppressed because one or more lines are too long
+4
-31
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -41,7 +42,7 @@
|
||||
margin:-15px -12px 0;
|
||||
z-index:8;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
@media (min-width:600px){
|
||||
.customize-widgets-header{
|
||||
margin-bottom:44px;
|
||||
}
|
||||
@@ -155,17 +156,6 @@
|
||||
margin:0 .2rem 0 0;
|
||||
}
|
||||
|
||||
.block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-left:-12px;
|
||||
margin-right:-12px;
|
||||
overflow-y:auto;
|
||||
width:calc(100% + 24px) !important;
|
||||
z-index:7;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed>.block-editor-block-toolbar__group-collapse-fixed-toolbar{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.customize-control-sidebar_block_editor .block-editor-block-list__block-popover{
|
||||
position:fixed !important;
|
||||
z-index:7;
|
||||
@@ -220,26 +210,9 @@
|
||||
z-index:999999;
|
||||
}
|
||||
|
||||
.customize-control-sidebar_block_editor,.customize-widgets-layout__inspector,.customize-widgets-popover{
|
||||
.customize-control-sidebar_block_editor,.customize-widgets-layout__inspector{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before,.customize-widgets-popover *,.customize-widgets-popover :after,.customize-widgets-popover :before{
|
||||
.customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before{
|
||||
box-sizing:inherit;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed{
|
||||
border:none;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
border-radius:0;
|
||||
overflow-y:hidden;
|
||||
position:sticky;
|
||||
right:0;
|
||||
top:0;
|
||||
width:calc(100% + 24px);
|
||||
z-index:6;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar,.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar-group{
|
||||
border-left-color:#e0e0e0;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed.is-collapsed{
|
||||
margin-right:-12px;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
+4
-31
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -41,7 +42,7 @@
|
||||
margin:-15px -12px 0;
|
||||
z-index:8;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
@media (min-width:600px){
|
||||
.customize-widgets-header{
|
||||
margin-bottom:44px;
|
||||
}
|
||||
@@ -155,17 +156,6 @@
|
||||
margin:0 0 0 .2rem;
|
||||
}
|
||||
|
||||
.block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-left:-12px;
|
||||
margin-right:-12px;
|
||||
overflow-y:auto;
|
||||
width:calc(100% + 24px) !important;
|
||||
z-index:7;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed>.block-editor-block-toolbar__group-collapse-fixed-toolbar{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.customize-control-sidebar_block_editor .block-editor-block-list__block-popover{
|
||||
position:fixed !important;
|
||||
z-index:7;
|
||||
@@ -220,26 +210,9 @@
|
||||
z-index:999999;
|
||||
}
|
||||
|
||||
.customize-control-sidebar_block_editor,.customize-widgets-layout__inspector,.customize-widgets-popover{
|
||||
.customize-control-sidebar_block_editor,.customize-widgets-layout__inspector{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before,.customize-widgets-popover *,.customize-widgets-popover :after,.customize-widgets-popover :before{
|
||||
.customize-control-sidebar_block_editor *,.customize-control-sidebar_block_editor :after,.customize-control-sidebar_block_editor :before,.customize-widgets-layout__inspector *,.customize-widgets-layout__inspector :after,.customize-widgets-layout__inspector :before{
|
||||
box-sizing:inherit;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed{
|
||||
border:none;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
border-radius:0;
|
||||
left:0;
|
||||
overflow-y:hidden;
|
||||
position:sticky;
|
||||
top:0;
|
||||
width:calc(100% + 24px);
|
||||
z-index:6;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar,.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar-group{
|
||||
border-right-color:#e0e0e0;
|
||||
}
|
||||
.block-editor-block-contextual-toolbar.is-fixed.is-collapsed{
|
||||
margin-left:-12px;
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.editor-styles-wrapper .wp-block{margin-left:auto;margin-right:auto}html :where(.editor-styles-wrapper){padding:8px}html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{margin-left:-8px;margin-right:-8px}html :where(.wp-block){margin-bottom:28px;margin-top:28px;max-width:840px}html :where(.wp-block)[data-align=wide]{max-width:1100px}html :where(.wp-block)[data-align=full]{max-width:none}html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{height:0;width:100%}html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{content:none}html :where(.wp-block)[data-align=left]>*{float:left;margin-right:2em}html :where(.wp-block)[data-align=right]>*{float:right;margin-left:2em}html :where(.wp-block)[data-align=full],html :where(.wp-block)[data-align=wide]{clear:both}.wp-block-group>[data-align=full]{margin-left:auto;margin-right:auto}.wp-block-group.has-background>[data-align=full]{margin-right:-30px;width:calc(100% + 60px)}[data-align=full] .wp-block-group>.wp-block{padding-left:14px;padding-right:14px}@media (min-width:600px){[data-align=full] .wp-block-group>.wp-block{padding-left:0;padding-right:0}}[data-align=full] .wp-block-group>[data-align=full]{max-width:none;padding-left:0;padding-right:0;right:0;width:100%}[data-align=full] .wp-block-group.has-background>[data-align=full]{width:calc(100% + 60px)}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.editor-styles-wrapper .wp-block{margin-left:auto;margin-right:auto}html :where(.editor-styles-wrapper){padding:8px}html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{margin-left:-8px;margin-right:-8px}html :where(.wp-block){margin-bottom:28px;margin-top:28px;max-width:840px}html :where(.wp-block)[data-align=wide]{max-width:1100px}html :where(.wp-block)[data-align=full]{max-width:none}html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{height:0;width:100%}html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{content:none}html :where(.wp-block)[data-align=left]>*{float:left;margin-right:2em}html :where(.wp-block)[data-align=right]>*{float:right;margin-left:2em}html :where(.wp-block)[data-align=full],html :where(.wp-block)[data-align=wide]{clear:both}.wp-block-group>[data-align=full]{margin-left:auto;margin-right:auto}.wp-block-group.has-background>[data-align=full]{margin-right:-30px;width:calc(100% + 60px)}[data-align=full] .wp-block-group>.wp-block{padding-left:14px;padding-right:14px}@media (min-width:600px){[data-align=full] .wp-block-group>.wp-block{padding-left:0;padding-right:0}}[data-align=full] .wp-block-group>[data-align=full]{max-width:none;padding-left:0;padding-right:0;right:0;width:100%}[data-align=full] .wp-block-group.has-background>[data-align=full]{width:calc(100% + 60px)}
|
||||
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.editor-styles-wrapper .wp-block{margin-left:auto;margin-right:auto}html :where(.editor-styles-wrapper){padding:8px}html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{margin-left:-8px;margin-right:-8px}html :where(.wp-block){margin-bottom:28px;margin-top:28px;max-width:840px}html :where(.wp-block)[data-align=wide]{max-width:1100px}html :where(.wp-block)[data-align=full]{max-width:none}html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{height:0;width:100%}html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{content:none}html :where(.wp-block)[data-align=left]>*{
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.editor-styles-wrapper .wp-block{margin-left:auto;margin-right:auto}html :where(.editor-styles-wrapper){padding:8px}html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{margin-left:-8px;margin-right:-8px}html :where(.wp-block){margin-bottom:28px;margin-top:28px;max-width:840px}html :where(.wp-block)[data-align=wide]{max-width:1100px}html :where(.wp-block)[data-align=full]{max-width:none}html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{height:0;width:100%}html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{content:none}html :where(.wp-block)[data-align=left]>*{
|
||||
/*!rtl:begin:ignore*/float:left;margin-right:2em
|
||||
/*!rtl:end:ignore*/}html :where(.wp-block)[data-align=right]>*{
|
||||
/*!rtl:begin:ignore*/float:right;margin-left:2em
|
||||
|
||||
+116
-779
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+116
-779
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+1237
-802
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+1237
-802
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+51
-265
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -342,7 +343,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.interface-more-menu-dropdown__content .components-popover__content{
|
||||
min-width:280px;
|
||||
min-width:300px;
|
||||
}
|
||||
@media (min-width:480px){
|
||||
.interface-more-menu-dropdown__content .components-popover__content{
|
||||
@@ -359,8 +360,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
|
||||
.interface-pinned-items{
|
||||
display:flex;
|
||||
gap:4px;
|
||||
margin-left:-4px;
|
||||
gap:8px;
|
||||
}
|
||||
.interface-pinned-items .components-button{
|
||||
display:none;
|
||||
@@ -377,92 +377,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
.interface-pinned-items .components-button{
|
||||
display:flex;
|
||||
}
|
||||
.interface-preferences-modal{
|
||||
height:calc(100% - 120px);
|
||||
width:calc(100% - 32px);
|
||||
}
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.interface-preferences-modal{
|
||||
width:750px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.interface-preferences-modal{
|
||||
height:70%;
|
||||
}
|
||||
}
|
||||
@media (max-width:781px){
|
||||
.interface-preferences-modal .components-modal__content{
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
.interface-preferences__tabs .components-tab-panel__tabs{
|
||||
position:absolute;
|
||||
right:16px;
|
||||
top:84px;
|
||||
width:160px;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item{
|
||||
border-radius:2px;
|
||||
font-weight:400;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active{
|
||||
background:#f0f0f0;
|
||||
box-shadow:none;
|
||||
font-weight:500;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active:after{
|
||||
content:none;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled){
|
||||
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus-visible:before{
|
||||
content:none;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tab-content{
|
||||
margin-right:160px;
|
||||
padding-right:24px;
|
||||
}
|
||||
|
||||
@media (max-width:781px){
|
||||
.interface-preferences__provider{
|
||||
height:100%;
|
||||
}
|
||||
}
|
||||
.interface-preferences-modal__section{
|
||||
margin:0 0 2.5rem;
|
||||
}
|
||||
.interface-preferences-modal__section:last-child{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__section-legend{
|
||||
margin-bottom:8px;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__section-title{
|
||||
font-size:.9rem;
|
||||
font-weight:600;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__section-description{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
font-style:normal;
|
||||
margin:-8px 0 8px;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__option+.interface-preferences-modal__option{
|
||||
margin-top:16px;
|
||||
}
|
||||
.interface-preferences-modal__option .components-base-control__help{
|
||||
margin-right:48px;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.wp-block[data-type="core/widget-area"]{
|
||||
@@ -512,7 +426,7 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
|
||||
.edit-widgets-error-boundary{
|
||||
box-shadow:0 .7px 1px rgba(0,0,0,.15),0 2.7px 3.8px -.2px rgba(0,0,0,.15),0 5.5px 7.8px -.3px rgba(0,0,0,.15),-.1px 11.5px 16.4px -.5px rgba(0,0,0,.15);
|
||||
box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,-.1px 11.5px 16.4px -.5px #00000026;
|
||||
margin:60px auto auto;
|
||||
max-width:780px;
|
||||
padding:20px;
|
||||
@@ -531,11 +445,55 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
overflow:visible;
|
||||
}
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
height:60px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-contextual-toolbar{
|
||||
border-bottom:0;
|
||||
height:100%;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar{
|
||||
height:100%;
|
||||
padding-top:15px;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){
|
||||
height:32px;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .components-toolbar,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group{
|
||||
border-left:none;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar:after{
|
||||
background-color:#ddd;
|
||||
content:"";
|
||||
height:24px;
|
||||
margin-right:8px;
|
||||
margin-top:4px;
|
||||
width:1px;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .components-toolbar .components-toolbar-group.components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{
|
||||
display:none;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{
|
||||
height:32px;
|
||||
overflow:visible;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{
|
||||
position:relative;
|
||||
top:-10px;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-widgets-header__navigable-toolbar-wrapper{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-shrink:2;
|
||||
justify-content:center;
|
||||
overflow:hidden;
|
||||
padding-left:8px;
|
||||
padding-right:16px;
|
||||
}
|
||||
|
||||
@@ -558,7 +516,7 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
|
||||
.edit-widgets-header-toolbar{
|
||||
border:none;
|
||||
gap:8px;
|
||||
}
|
||||
.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon{
|
||||
height:36px;
|
||||
@@ -570,7 +528,7 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:focus:not(:disabled),.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:focus:not(:disabled){
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:before,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:before{
|
||||
display:none;
|
||||
@@ -651,90 +609,8 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs{
|
||||
border-top:0;
|
||||
justify-content:flex-start;
|
||||
margin-top:0;
|
||||
padding-left:4px;
|
||||
padding-right:0;
|
||||
}
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs ul{
|
||||
display:flex;
|
||||
}
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs li{
|
||||
margin:0;
|
||||
}
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs .components-button.has-icon{
|
||||
display:none;
|
||||
margin-right:auto;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs .components-button.has-icon{
|
||||
display:flex;
|
||||
}
|
||||
}
|
||||
|
||||
.components-button.edit-widgets-sidebar__panel-tab{
|
||||
background:transparent;
|
||||
border:none;
|
||||
border-radius:0;
|
||||
box-shadow:none;
|
||||
cursor:pointer;
|
||||
font-weight:500;
|
||||
height:48px;
|
||||
margin-right:0;
|
||||
padding:3px 16px;
|
||||
position:relative;
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:focus:not(:disabled){
|
||||
box-shadow:none;
|
||||
outline:none;
|
||||
position:relative;
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:after{
|
||||
background:var(--wp-admin-theme-color);
|
||||
border-radius:0;
|
||||
bottom:0;
|
||||
content:"";
|
||||
height:calc(var(--wp-admin-border-width-focus)*0);
|
||||
left:0;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
transition:all .1s linear;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.components-button.edit-widgets-sidebar__panel-tab:after{
|
||||
transition-delay:0s;
|
||||
transition-duration:0s;
|
||||
}
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab.is-active:after{
|
||||
height:calc(var(--wp-admin-border-width-focus)*1);
|
||||
outline:2px solid transparent;
|
||||
outline-offset:-1px;
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:before{
|
||||
border-radius:2px;
|
||||
bottom:12px;
|
||||
box-shadow:0 0 0 0 transparent;
|
||||
content:"";
|
||||
left:12px;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:12px;
|
||||
top:12px;
|
||||
transition:all .1s linear;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.components-button.edit-widgets-sidebar__panel-tab:before{
|
||||
transition-delay:0s;
|
||||
transition-duration:0s;
|
||||
}
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:focus-visible:before{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
}
|
||||
|
||||
.edit-widgets-widget-areas__top-container{
|
||||
display:flex;
|
||||
@@ -781,9 +657,8 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar{
|
||||
}
|
||||
|
||||
.edit-widgets-notices__dismissible .components-notice,.edit-widgets-notices__pinned .components-notice{
|
||||
border-bottom:1px solid rgba(0,0,0,.2);
|
||||
border-bottom:1px solid #0003;
|
||||
box-sizing:border-box;
|
||||
margin:0;
|
||||
min-height:60px;
|
||||
padding:0 12px;
|
||||
}
|
||||
@@ -816,12 +691,6 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar{
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:782px){
|
||||
.blocks-widgets-container .interface-interface-skeleton__header:not(:focus-within){
|
||||
z-index:19;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-widgets-welcome-guide{
|
||||
width:312px;
|
||||
}
|
||||
@@ -872,89 +741,6 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar{
|
||||
padding:6px;
|
||||
}
|
||||
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
right:0;
|
||||
}
|
||||
@media (min-width:783px){
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
right:160px;
|
||||
}
|
||||
}
|
||||
@media (min-width:783px){
|
||||
.auto-fold .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
right:36px;
|
||||
}
|
||||
}
|
||||
@media (min-width:961px){
|
||||
.auto-fold .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
right:160px;
|
||||
}
|
||||
}
|
||||
.folded .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
right:0;
|
||||
}
|
||||
@media (min-width:783px){
|
||||
.folded .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
right:36px;
|
||||
}
|
||||
}
|
||||
|
||||
body.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
right:0 !important;
|
||||
}
|
||||
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
display:block;
|
||||
position:sticky;
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:31;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
align-items:center;
|
||||
border-bottom:none;
|
||||
display:flex;
|
||||
height:60px;
|
||||
margin-right:180px;
|
||||
min-height:auto;
|
||||
position:fixed;
|
||||
top:32px;
|
||||
width:calc(100% - 180px);
|
||||
}
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed.is-collapsed,.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed:empty{
|
||||
width:auto;
|
||||
}
|
||||
.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-right:240px;
|
||||
top:0;
|
||||
}
|
||||
.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed.is-collapsed,.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed:empty{
|
||||
width:auto;
|
||||
}
|
||||
.show-icon-labels .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-right:80px;
|
||||
width:calc(100% - 140px);
|
||||
}
|
||||
.is-fullscreen-mode .show-icon-labels .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-right:144px;
|
||||
}
|
||||
.blocks-widgets-container .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-right:153.6px;
|
||||
}
|
||||
.blocks-widgets-container .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed.is-collapsed{
|
||||
margin-right:268.8px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed,.show-icon-labels .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
width:auto;
|
||||
}
|
||||
.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
width:calc(100% - 536px);
|
||||
}
|
||||
}
|
||||
|
||||
.edit-widgets-editor__list-view-panel{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+51
-265
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -342,7 +343,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
}
|
||||
|
||||
.interface-more-menu-dropdown__content .components-popover__content{
|
||||
min-width:280px;
|
||||
min-width:300px;
|
||||
}
|
||||
@media (min-width:480px){
|
||||
.interface-more-menu-dropdown__content .components-popover__content{
|
||||
@@ -359,8 +360,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
|
||||
.interface-pinned-items{
|
||||
display:flex;
|
||||
gap:4px;
|
||||
margin-right:-4px;
|
||||
gap:8px;
|
||||
}
|
||||
.interface-pinned-items .components-button{
|
||||
display:none;
|
||||
@@ -377,92 +377,6 @@ body.is-fullscreen-mode .interface-interface-skeleton{
|
||||
.interface-pinned-items .components-button{
|
||||
display:flex;
|
||||
}
|
||||
.interface-preferences-modal{
|
||||
height:calc(100% - 120px);
|
||||
width:calc(100% - 32px);
|
||||
}
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.interface-preferences-modal{
|
||||
width:750px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.interface-preferences-modal{
|
||||
height:70%;
|
||||
}
|
||||
}
|
||||
@media (max-width:781px){
|
||||
.interface-preferences-modal .components-modal__content{
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
.interface-preferences__tabs .components-tab-panel__tabs{
|
||||
left:16px;
|
||||
position:absolute;
|
||||
top:84px;
|
||||
width:160px;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item{
|
||||
border-radius:2px;
|
||||
font-weight:400;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active{
|
||||
background:#f0f0f0;
|
||||
box-shadow:none;
|
||||
font-weight:500;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active:after{
|
||||
content:none;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled){
|
||||
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus-visible:before{
|
||||
content:none;
|
||||
}
|
||||
.interface-preferences__tabs .components-tab-panel__tab-content{
|
||||
margin-left:160px;
|
||||
padding-left:24px;
|
||||
}
|
||||
|
||||
@media (max-width:781px){
|
||||
.interface-preferences__provider{
|
||||
height:100%;
|
||||
}
|
||||
}
|
||||
.interface-preferences-modal__section{
|
||||
margin:0 0 2.5rem;
|
||||
}
|
||||
.interface-preferences-modal__section:last-child{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__section-legend{
|
||||
margin-bottom:8px;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__section-title{
|
||||
font-size:.9rem;
|
||||
font-weight:600;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__section-description{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
font-style:normal;
|
||||
margin:-8px 0 8px;
|
||||
}
|
||||
|
||||
.interface-preferences-modal__option+.interface-preferences-modal__option{
|
||||
margin-top:16px;
|
||||
}
|
||||
.interface-preferences-modal__option .components-base-control__help{
|
||||
margin-left:48px;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.wp-block[data-type="core/widget-area"]{
|
||||
@@ -512,7 +426,7 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
|
||||
.edit-widgets-error-boundary{
|
||||
box-shadow:0 .7px 1px rgba(0,0,0,.15),0 2.7px 3.8px -.2px rgba(0,0,0,.15),0 5.5px 7.8px -.3px rgba(0,0,0,.15),.1px 11.5px 16.4px -.5px rgba(0,0,0,.15);
|
||||
box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,.1px 11.5px 16.4px -.5px #00000026;
|
||||
margin:60px auto auto;
|
||||
max-width:780px;
|
||||
padding:20px;
|
||||
@@ -531,12 +445,56 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
overflow:visible;
|
||||
}
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
height:60px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-contextual-toolbar{
|
||||
border-bottom:0;
|
||||
height:100%;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar{
|
||||
height:100%;
|
||||
padding-top:15px;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){
|
||||
height:32px;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .components-toolbar,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group{
|
||||
border-right:none;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar:after{
|
||||
background-color:#ddd;
|
||||
content:"";
|
||||
height:24px;
|
||||
margin-left:8px;
|
||||
margin-top:4px;
|
||||
width:1px;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .components-toolbar .components-toolbar-group.components-toolbar-group:after,.edit-widgets-header .selected-block-tools-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{
|
||||
display:none;
|
||||
}
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{
|
||||
height:32px;
|
||||
overflow:visible;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.edit-widgets-header .selected-block-tools-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{
|
||||
position:relative;
|
||||
top:-10px;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-widgets-header__navigable-toolbar-wrapper{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-shrink:2;
|
||||
justify-content:center;
|
||||
overflow:hidden;
|
||||
padding-left:16px;
|
||||
padding-right:8px;
|
||||
}
|
||||
|
||||
.edit-widgets-header__title{
|
||||
@@ -558,7 +516,7 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
|
||||
.edit-widgets-header-toolbar{
|
||||
border:none;
|
||||
gap:8px;
|
||||
}
|
||||
.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon{
|
||||
height:36px;
|
||||
@@ -570,7 +528,7 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:focus:not(:disabled),.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:focus:not(:disabled){
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
|
||||
outline:1px solid transparent;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon:before,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon:before{
|
||||
display:none;
|
||||
@@ -651,89 +609,7 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
||||
}
|
||||
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs{
|
||||
border-top:0;
|
||||
justify-content:flex-start;
|
||||
margin-top:0;
|
||||
padding-left:0;
|
||||
padding-right:4px;
|
||||
}
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs ul{
|
||||
display:flex;
|
||||
}
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs li{
|
||||
margin:0;
|
||||
}
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs .components-button.has-icon{
|
||||
display:none;
|
||||
margin-left:auto;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.components-panel__header.edit-widgets-sidebar__panel-tabs .components-button.has-icon{
|
||||
display:flex;
|
||||
}
|
||||
}
|
||||
|
||||
.components-button.edit-widgets-sidebar__panel-tab{
|
||||
background:transparent;
|
||||
border:none;
|
||||
border-radius:0;
|
||||
box-shadow:none;
|
||||
cursor:pointer;
|
||||
font-weight:500;
|
||||
height:48px;
|
||||
margin-left:0;
|
||||
padding:3px 16px;
|
||||
position:relative;
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:focus:not(:disabled){
|
||||
box-shadow:none;
|
||||
outline:none;
|
||||
position:relative;
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:after{
|
||||
background:var(--wp-admin-theme-color);
|
||||
border-radius:0;
|
||||
bottom:0;
|
||||
content:"";
|
||||
height:calc(var(--wp-admin-border-width-focus)*0);
|
||||
left:0;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
transition:all .1s linear;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.components-button.edit-widgets-sidebar__panel-tab:after{
|
||||
transition-delay:0s;
|
||||
transition-duration:0s;
|
||||
}
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab.is-active:after{
|
||||
height:calc(var(--wp-admin-border-width-focus)*1);
|
||||
outline:2px solid transparent;
|
||||
outline-offset:-1px;
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:before{
|
||||
border-radius:2px;
|
||||
bottom:12px;
|
||||
box-shadow:0 0 0 0 transparent;
|
||||
content:"";
|
||||
left:12px;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:12px;
|
||||
top:12px;
|
||||
transition:all .1s linear;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.components-button.edit-widgets-sidebar__panel-tab:before{
|
||||
transition-delay:0s;
|
||||
transition-duration:0s;
|
||||
}
|
||||
}
|
||||
.components-button.edit-widgets-sidebar__panel-tab:focus-visible:before{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
}
|
||||
|
||||
.edit-widgets-widget-areas__top-container{
|
||||
@@ -781,9 +657,8 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar{
|
||||
}
|
||||
|
||||
.edit-widgets-notices__dismissible .components-notice,.edit-widgets-notices__pinned .components-notice{
|
||||
border-bottom:1px solid rgba(0,0,0,.2);
|
||||
border-bottom:1px solid #0003;
|
||||
box-sizing:border-box;
|
||||
margin:0;
|
||||
min-height:60px;
|
||||
padding:0 12px;
|
||||
}
|
||||
@@ -816,12 +691,6 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar{
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:782px){
|
||||
.blocks-widgets-container .interface-interface-skeleton__header:not(:focus-within){
|
||||
z-index:19;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-widgets-welcome-guide{
|
||||
width:312px;
|
||||
}
|
||||
@@ -872,89 +741,6 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar{
|
||||
padding:6px;
|
||||
}
|
||||
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
left:0;
|
||||
}
|
||||
@media (min-width:783px){
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
left:160px;
|
||||
}
|
||||
}
|
||||
@media (min-width:783px){
|
||||
.auto-fold .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
left:36px;
|
||||
}
|
||||
}
|
||||
@media (min-width:961px){
|
||||
.auto-fold .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
left:160px;
|
||||
}
|
||||
}
|
||||
.folded .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
left:0;
|
||||
}
|
||||
@media (min-width:783px){
|
||||
.folded .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
left:36px;
|
||||
}
|
||||
}
|
||||
|
||||
body.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
left:0 !important;
|
||||
}
|
||||
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
display:block;
|
||||
position:sticky;
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:31;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
align-items:center;
|
||||
border-bottom:none;
|
||||
display:flex;
|
||||
height:60px;
|
||||
margin-left:180px;
|
||||
min-height:auto;
|
||||
position:fixed;
|
||||
top:32px;
|
||||
width:calc(100% - 180px);
|
||||
}
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed.is-collapsed,.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed:empty{
|
||||
width:auto;
|
||||
}
|
||||
.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-left:240px;
|
||||
top:0;
|
||||
}
|
||||
.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed.is-collapsed,.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed:empty{
|
||||
width:auto;
|
||||
}
|
||||
.show-icon-labels .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-left:80px;
|
||||
width:calc(100% - 140px);
|
||||
}
|
||||
.is-fullscreen-mode .show-icon-labels .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-left:144px;
|
||||
}
|
||||
.blocks-widgets-container .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
margin-left:153.6px;
|
||||
}
|
||||
.blocks-widgets-container .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed.is-collapsed{
|
||||
margin-left:268.8px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed,.show-icon-labels .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
width:auto;
|
||||
}
|
||||
.is-fullscreen-mode .edit-widgets-block-editor .block-editor-block-contextual-toolbar.is-fixed{
|
||||
width:calc(100% - 536px);
|
||||
}
|
||||
}
|
||||
|
||||
.edit-widgets-editor__list-view-panel{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+594
-43
@@ -9,6 +9,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -52,6 +53,208 @@
|
||||
color:var(--wp-admin-theme-color);
|
||||
}
|
||||
|
||||
.editor-block-manager__no-results{
|
||||
font-style:italic;
|
||||
padding:24px 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.editor-block-manager__search{
|
||||
margin:16px 0;
|
||||
}
|
||||
|
||||
.editor-block-manager__disabled-blocks-count{
|
||||
background-color:#fff;
|
||||
border:1px solid #ddd;
|
||||
border-width:1px 0;
|
||||
box-shadow:32px 0 0 0 #fff,-32px 0 0 0 #fff;
|
||||
padding:8px;
|
||||
position:sticky;
|
||||
text-align:center;
|
||||
top:-5px;
|
||||
z-index:2;
|
||||
}
|
||||
.editor-block-manager__disabled-blocks-count~.editor-block-manager__results .editor-block-manager__category-title{
|
||||
top:31px;
|
||||
}
|
||||
.editor-block-manager__disabled-blocks-count .is-link{
|
||||
margin-right:12px;
|
||||
}
|
||||
|
||||
.editor-block-manager__category{
|
||||
margin:0 0 24px;
|
||||
}
|
||||
|
||||
.editor-block-manager__category-title{
|
||||
background-color:#fff;
|
||||
padding:16px 0;
|
||||
position:sticky;
|
||||
top:-4px;
|
||||
z-index:1;
|
||||
}
|
||||
.editor-block-manager__category-title .components-checkbox-control__label{
|
||||
font-weight:600;
|
||||
}
|
||||
|
||||
.editor-block-manager__checklist{
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.editor-block-manager__category-title,.editor-block-manager__checklist-item{
|
||||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
|
||||
.editor-block-manager__checklist-item{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
margin-bottom:0;
|
||||
padding:8px 16px 8px 0;
|
||||
}
|
||||
.components-modal__content .editor-block-manager__checklist-item.components-checkbox-control__input-container{
|
||||
margin:0 8px;
|
||||
}
|
||||
.editor-block-manager__checklist-item .block-editor-block-icon{
|
||||
margin-left:10px;
|
||||
fill:#1e1e1e;
|
||||
}
|
||||
|
||||
.editor-block-manager__results{
|
||||
border-top:1px solid #ddd;
|
||||
}
|
||||
|
||||
.editor-block-manager__disabled-blocks-count+.editor-block-manager__results{
|
||||
border-top-width:0;
|
||||
}
|
||||
|
||||
.editor-document-bar{
|
||||
align-items:center;
|
||||
background:#f0f0f0;
|
||||
border-radius:4px;
|
||||
display:flex;
|
||||
height:32px;
|
||||
justify-content:space-between;
|
||||
min-width:0;
|
||||
width:min(100%, 450px);
|
||||
}
|
||||
.editor-document-bar:hover{
|
||||
background-color:#e0e0e0;
|
||||
}
|
||||
.editor-document-bar .components-button{
|
||||
border-radius:4px;
|
||||
}
|
||||
.editor-document-bar .components-button:hover{
|
||||
background:#e0e0e0;
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.editor-document-bar{
|
||||
width:min(100%, 450px);
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-bar__command{
|
||||
color:var(--wp-block-synced-color);
|
||||
flex-grow:1;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.editor-document-bar__title{
|
||||
color:#2f2f2f;
|
||||
flex-grow:1;
|
||||
overflow:hidden;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-document-bar__title{
|
||||
padding-right:32px;
|
||||
}
|
||||
}
|
||||
.editor-document-bar.is-global .editor-document-bar__title,.editor-document-bar__title:hover{
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
.editor-document-bar__title .block-editor-block-icon{
|
||||
flex-shrink:0;
|
||||
min-width:24px;
|
||||
}
|
||||
.editor-document-bar__title h1{
|
||||
color:currentColor;
|
||||
max-width:50%;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.editor-document-bar.is-animated.has-back-button .editor-document-bar__title{
|
||||
animation:editor-document-bar__slide-in-left .3s;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-bar.is-animated.has-back-button .editor-document-bar__title{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
.editor-document-bar.is-animated .editor-document-bar__title{
|
||||
animation:editor-document-bar__slide-in-right .3s;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-bar.is-animated .editor-document-bar__title{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-bar__shortcut{
|
||||
color:#2f2f2f;
|
||||
display:none;
|
||||
min-width:32px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-document-bar__shortcut{
|
||||
display:initial;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-bar__back.components-button.has-icon.has-text{
|
||||
color:#757575;
|
||||
flex-shrink:0;
|
||||
gap:0;
|
||||
min-width:36px;
|
||||
position:absolute;
|
||||
z-index:1;
|
||||
}
|
||||
.editor-document-bar__back.components-button.has-icon.has-text:hover{
|
||||
background-color:initial;
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
.editor-document-bar.is-animated .editor-document-bar__back.components-button.has-icon.has-text{
|
||||
animation:editor-document-bar__slide-in-left .3s;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-bar.is-animated .editor-document-bar__back.components-button.has-icon.has-text{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes editor-document-bar__slide-in-right{
|
||||
0%{
|
||||
opacity:0;
|
||||
transform:translateX(15%);
|
||||
}
|
||||
to{
|
||||
opacity:1;
|
||||
transform:translateX(0);
|
||||
}
|
||||
}
|
||||
@keyframes editor-document-bar__slide-in-left{
|
||||
0%{
|
||||
opacity:0;
|
||||
transform:translateX(-15%);
|
||||
}
|
||||
to{
|
||||
opacity:1;
|
||||
transform:translateX(0);
|
||||
}
|
||||
}
|
||||
.document-outline{
|
||||
margin:20px 0;
|
||||
}
|
||||
@@ -104,7 +307,7 @@
|
||||
}
|
||||
.document-outline__button:focus{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
|
||||
.document-outline__level{
|
||||
@@ -123,6 +326,103 @@
|
||||
padding:1px 0;
|
||||
}
|
||||
|
||||
.editor-document-outline.has-no-headings{
|
||||
color:#757575;
|
||||
text-align:center;
|
||||
}
|
||||
.editor-document-outline.has-no-headings>svg{
|
||||
margin-top:28px;
|
||||
}
|
||||
.editor-document-outline.has-no-headings>p{
|
||||
padding-left:32px;
|
||||
padding-right:32px;
|
||||
}
|
||||
|
||||
.editor-document-tools{
|
||||
align-items:center;
|
||||
display:inline-flex;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button{
|
||||
display:none;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-document-tools .editor-document-tools__left>.components-button{
|
||||
display:inline-flex;
|
||||
}
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{
|
||||
display:inline-flex;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
|
||||
transition:transform .2s cubic-bezier(.165, .84, .44, 1);
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
|
||||
transition-delay:0s;
|
||||
transition-duration:0s;
|
||||
}
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{
|
||||
transform:rotate(-45deg);
|
||||
}
|
||||
.editor-document-tools .block-editor-list-view{
|
||||
display:none;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-document-tools .block-editor-list-view{
|
||||
display:flex;
|
||||
}
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{
|
||||
height:32px;
|
||||
min-width:32px;
|
||||
padding:4px;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{
|
||||
background:#1e1e1e;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.editor-document-tools__left{
|
||||
align-items:center;
|
||||
display:inline-flex;
|
||||
gap:8px;
|
||||
margin-left:8px;
|
||||
padding-right:16px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-document-tools__left{
|
||||
padding-right:20px;
|
||||
}
|
||||
}
|
||||
@media (min-width:1280px){
|
||||
.editor-document-tools__left{
|
||||
padding-left:8px;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
|
||||
height:32px;
|
||||
min-width:32px;
|
||||
padding:0;
|
||||
width:32px;
|
||||
}
|
||||
.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
|
||||
height:32px;
|
||||
padding:0 8px;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.show-icon-labels .editor-document-tools__left>*+*{
|
||||
margin-right:8px;
|
||||
}
|
||||
|
||||
.components-editor-notices__dismissible,.components-editor-notices__pinned{
|
||||
color:#1e1e1e;
|
||||
left:0;
|
||||
@@ -131,9 +431,8 @@
|
||||
top:0;
|
||||
}
|
||||
.components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{
|
||||
border-bottom:1px solid rgba(0,0,0,.2);
|
||||
border-bottom:1px solid #0003;
|
||||
box-sizing:border-box;
|
||||
margin:0;
|
||||
min-height:60px;
|
||||
padding:0 12px;
|
||||
}
|
||||
@@ -153,14 +452,163 @@
|
||||
.entities-saved-states__text-prompt{
|
||||
padding:16px 16px 4px;
|
||||
}
|
||||
.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{
|
||||
display:block;
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
.entities-saved-states__description-heading{
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
.entities-saved-states__changes{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
list-style:disc;
|
||||
margin:8px 16px 0;
|
||||
}
|
||||
.entities-saved-states__changes li{
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
||||
.editor-error-boundary{
|
||||
box-shadow:0 .7px 1px rgba(0,0,0,.15),0 2.7px 3.8px -.2px rgba(0,0,0,.15),0 5.5px 7.8px -.3px rgba(0,0,0,.15),-.1px 11.5px 16.4px -.5px rgba(0,0,0,.15);
|
||||
box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,-.1px 11.5px 16.4px -.5px #00000026;
|
||||
margin:60px auto auto;
|
||||
max-width:780px;
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
.editor-inserter-sidebar{
|
||||
box-sizing:border-box;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
}
|
||||
.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{
|
||||
box-sizing:inherit;
|
||||
}
|
||||
|
||||
.editor-inserter-sidebar__header{
|
||||
display:flex;
|
||||
justify-content:flex-end;
|
||||
padding-left:8px;
|
||||
padding-top:8px;
|
||||
}
|
||||
|
||||
.editor-inserter-sidebar__content{
|
||||
height:calc(100% - 44px);
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-inserter-sidebar__content{
|
||||
height:100%;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-list-view-sidebar{
|
||||
width:350px;
|
||||
}
|
||||
}
|
||||
.editor-list-view-sidebar .edit-post-editor__document-overview-panel__header{
|
||||
border-bottom:1px solid #ddd;
|
||||
display:flex;
|
||||
}
|
||||
.editor-list-view-sidebar .editor-list-view-sidebar__close-button{
|
||||
align-self:center;
|
||||
background:#fff;
|
||||
margin-left:8px;
|
||||
order:1;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tablist{
|
||||
box-sizing:border-box;
|
||||
flex-grow:1;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tab{
|
||||
margin-bottom:-1px;
|
||||
width:50%;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tabpanel{
|
||||
height:calc(100% - 47px);
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
|
||||
height:100%;
|
||||
overflow:auto;
|
||||
padding:8px 6px;
|
||||
scrollbar-color:#0000 #0000;
|
||||
scrollbar-gutter:stable both-edges;
|
||||
scrollbar-gutter:auto;
|
||||
scrollbar-width:thin;
|
||||
will-change:transform;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{
|
||||
height:12px;
|
||||
width:12px;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{
|
||||
background-color:initial;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{
|
||||
background-clip:padding-box;
|
||||
background-color:initial;
|
||||
border:3px solid #0000;
|
||||
border-radius:8px;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{
|
||||
background-color:#949494;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
@media (hover:none){
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__list-view-container{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tab-panel{
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__outline{
|
||||
border-bottom:1px solid #ddd;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
gap:8px;
|
||||
padding:16px;
|
||||
}
|
||||
.editor-list-view-sidebar__outline>div>span:first-child{
|
||||
display:inline-block;
|
||||
width:90px;
|
||||
}
|
||||
.editor-list-view-sidebar__outline>div>span{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
line-height:1.4;
|
||||
}
|
||||
|
||||
.editor-post-author__panel{
|
||||
padding-top:8px;
|
||||
}
|
||||
|
||||
.editor-post-author__panel .editor-post-panel__row-control>div{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.editor-post-excerpt__textarea{
|
||||
margin-bottom:10px;
|
||||
width:100%;
|
||||
@@ -243,7 +691,7 @@
|
||||
.editor-post-featured-image__action{
|
||||
-webkit-backdrop-filter:blur(16px) saturate(180%);
|
||||
backdrop-filter:blur(16px) saturate(180%);
|
||||
background:hsla(0,0%,100%,.75);
|
||||
background:#ffffffbf;
|
||||
flex-grow:1;
|
||||
justify-content:center;
|
||||
}
|
||||
@@ -253,28 +701,28 @@
|
||||
}
|
||||
|
||||
.editor-post-last-revision__title{
|
||||
font-weight:600;
|
||||
font-weight:500;
|
||||
width:100%;
|
||||
}
|
||||
.editor-post-last-revision__title .dashicon{
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.components-button.editor-post-last-revision__title{
|
||||
.editor-post-last-revision__title.components-button.has-icon{
|
||||
height:100%;
|
||||
justify-content:space-between;
|
||||
}
|
||||
.components-button.editor-post-last-revision__title:active,.components-button.editor-post-last-revision__title:hover{
|
||||
.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{
|
||||
background:#f0f0f0;
|
||||
}
|
||||
.components-button.editor-post-last-revision__title:focus{
|
||||
.editor-post-last-revision__title.components-button.has-icon:focus{
|
||||
border-radius:0;
|
||||
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
.editor-post-locked-modal{
|
||||
max-width:480px;
|
||||
}
|
||||
.components-panel__body.is-opened.editor-post-last-revision__panel{
|
||||
height:48px;
|
||||
padding:0;
|
||||
}
|
||||
.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{
|
||||
padding:16px;
|
||||
}
|
||||
|
||||
.editor-post-locked-modal__buttons{
|
||||
@@ -287,6 +735,28 @@
|
||||
min-width:auto !important;
|
||||
}
|
||||
|
||||
.editor-post-panel__row{
|
||||
align-items:flex-start !important;
|
||||
justify-content:flex-start !important;
|
||||
min-height:40px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.editor-post-panel__row-label{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-shrink:0;
|
||||
min-height:40px;
|
||||
width:30%;
|
||||
}
|
||||
|
||||
.editor-post-panel__row-control{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-grow:1;
|
||||
min-height:40px;
|
||||
}
|
||||
|
||||
.editor-post-publish-button__button.has-changes-dot:before{
|
||||
background:currentcolor;
|
||||
border-radius:4px;
|
||||
@@ -440,7 +910,7 @@
|
||||
border-color:#ccc;
|
||||
height:36px;
|
||||
overflow:hidden;
|
||||
padding:16px;
|
||||
padding:12px;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
|
||||
@@ -476,13 +946,13 @@
|
||||
width:28px;
|
||||
}
|
||||
.editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
color:#757575;
|
||||
}
|
||||
.editor-post-saved-state svg{
|
||||
fill:currentColor;
|
||||
display:inline-block;
|
||||
flex:0 0 auto;
|
||||
fill:currentColor;
|
||||
margin-left:8px;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
@@ -500,20 +970,27 @@
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
.edit-post-sync-status{
|
||||
align-items:flex-start;
|
||||
justify-content:flex-start;
|
||||
position:relative;
|
||||
.editor-post-schedule__panel-dropdown{
|
||||
width:100%;
|
||||
}
|
||||
.edit-post-sync-status>span{
|
||||
display:block;
|
||||
flex-shrink:0;
|
||||
padding:6px 0;
|
||||
width:45%;
|
||||
word-break:break-word;
|
||||
|
||||
.editor-post-schedule__dialog .components-popover__content{
|
||||
min-width:320px;
|
||||
padding:16px;
|
||||
}
|
||||
.edit-post-sync-status>div{
|
||||
|
||||
.editor-post-schedule__dialog-toggle.components-button{
|
||||
display:block;
|
||||
height:auto;
|
||||
line-height:16px;
|
||||
max-width:100%;
|
||||
overflow:hidden;
|
||||
padding:10px 12px;
|
||||
text-align:right;
|
||||
white-space:unset;
|
||||
}
|
||||
|
||||
.editor-post-sync-status__value{
|
||||
padding:6px 12px 6px 0;
|
||||
}
|
||||
|
||||
@@ -553,6 +1030,50 @@
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.editor-post-template__swap-template-modal{
|
||||
z-index:1000001;
|
||||
}
|
||||
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
|
||||
column-count:2;
|
||||
column-gap:24px;
|
||||
padding-top:2px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
|
||||
column-count:3;
|
||||
}
|
||||
}
|
||||
@media (min-width:1280px){
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
|
||||
column-count:4;
|
||||
}
|
||||
}
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
||||
break-inside:avoid-column;
|
||||
}
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__item:not(:focus):not(:hover) .block-editor-block-preview__container{
|
||||
box-shadow:0 0 0 1px #ddd;
|
||||
}
|
||||
|
||||
.editor-post-template__dropdown .components-popover__content{
|
||||
min-width:240px;
|
||||
}
|
||||
.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{
|
||||
background:inherit;
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
@media (min-width:782px){
|
||||
.editor-post-template__create-form{
|
||||
width:320px;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-post-template__classic-theme-dropdown{
|
||||
padding:8px;
|
||||
}
|
||||
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor{
|
||||
border:1px solid #949494;
|
||||
border-radius:0;
|
||||
@@ -587,14 +1108,38 @@
|
||||
position:relative;
|
||||
}
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
opacity:1;
|
||||
}
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
|
||||
.edit-post-text-editor__body .editor-post-title.is-raw-text{
|
||||
margin-bottom:24px;
|
||||
margin-top:2px;
|
||||
max-width:none;
|
||||
}
|
||||
|
||||
.editor-post-url__panel-dropdown{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.components-button.editor-post-url__panel-toggle{
|
||||
display:block;
|
||||
max-width:100%;
|
||||
overflow:hidden;
|
||||
text-align:right;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.editor-post-url__panel-dialog .editor-post-url{
|
||||
margin:8px;
|
||||
min-width:248px;
|
||||
}
|
||||
|
||||
.editor-post-url__link-label{
|
||||
@@ -614,7 +1159,7 @@
|
||||
border:1px solid #1e1e1e;
|
||||
border-radius:2px;
|
||||
border-radius:50%;
|
||||
box-shadow:0 0 0 transparent;
|
||||
box-shadow:0 0 0 #0000;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
font-size:16px;
|
||||
height:24px;
|
||||
@@ -643,14 +1188,14 @@
|
||||
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-webkit-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-moz-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
opacity:1;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:-ms-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
|
||||
@@ -674,7 +1219,7 @@
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus{
|
||||
box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked{
|
||||
background:var(--wp-admin-theme-color);
|
||||
@@ -696,7 +1241,7 @@
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{
|
||||
border:1px solid #949494;
|
||||
border-radius:2px;
|
||||
box-shadow:0 0 0 transparent;
|
||||
box-shadow:0 0 0 #0000;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
font-size:16px;
|
||||
line-height:normal;
|
||||
@@ -720,17 +1265,17 @@
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:focus{
|
||||
border-color:var(--wp-admin-theme-color);
|
||||
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-webkit-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-moz-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
opacity:1;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:-ms-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
|
||||
.editor-post-trash.components-button{
|
||||
@@ -738,6 +1283,12 @@
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
.editor-preview-dropdown__button-external{
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.table-of-contents__popover.components-popover .components-popover__content{
|
||||
min-width:380px;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+594
-43
@@ -9,6 +9,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -52,6 +53,208 @@
|
||||
color:var(--wp-admin-theme-color);
|
||||
}
|
||||
|
||||
.editor-block-manager__no-results{
|
||||
font-style:italic;
|
||||
padding:24px 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.editor-block-manager__search{
|
||||
margin:16px 0;
|
||||
}
|
||||
|
||||
.editor-block-manager__disabled-blocks-count{
|
||||
background-color:#fff;
|
||||
border:1px solid #ddd;
|
||||
border-width:1px 0;
|
||||
box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff;
|
||||
padding:8px;
|
||||
position:sticky;
|
||||
text-align:center;
|
||||
top:-5px;
|
||||
z-index:2;
|
||||
}
|
||||
.editor-block-manager__disabled-blocks-count~.editor-block-manager__results .editor-block-manager__category-title{
|
||||
top:31px;
|
||||
}
|
||||
.editor-block-manager__disabled-blocks-count .is-link{
|
||||
margin-left:12px;
|
||||
}
|
||||
|
||||
.editor-block-manager__category{
|
||||
margin:0 0 24px;
|
||||
}
|
||||
|
||||
.editor-block-manager__category-title{
|
||||
background-color:#fff;
|
||||
padding:16px 0;
|
||||
position:sticky;
|
||||
top:-4px;
|
||||
z-index:1;
|
||||
}
|
||||
.editor-block-manager__category-title .components-checkbox-control__label{
|
||||
font-weight:600;
|
||||
}
|
||||
|
||||
.editor-block-manager__checklist{
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.editor-block-manager__category-title,.editor-block-manager__checklist-item{
|
||||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
|
||||
.editor-block-manager__checklist-item{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
margin-bottom:0;
|
||||
padding:8px 0 8px 16px;
|
||||
}
|
||||
.components-modal__content .editor-block-manager__checklist-item.components-checkbox-control__input-container{
|
||||
margin:0 8px;
|
||||
}
|
||||
.editor-block-manager__checklist-item .block-editor-block-icon{
|
||||
margin-right:10px;
|
||||
fill:#1e1e1e;
|
||||
}
|
||||
|
||||
.editor-block-manager__results{
|
||||
border-top:1px solid #ddd;
|
||||
}
|
||||
|
||||
.editor-block-manager__disabled-blocks-count+.editor-block-manager__results{
|
||||
border-top-width:0;
|
||||
}
|
||||
|
||||
.editor-document-bar{
|
||||
align-items:center;
|
||||
background:#f0f0f0;
|
||||
border-radius:4px;
|
||||
display:flex;
|
||||
height:32px;
|
||||
justify-content:space-between;
|
||||
min-width:0;
|
||||
width:min(100%, 450px);
|
||||
}
|
||||
.editor-document-bar:hover{
|
||||
background-color:#e0e0e0;
|
||||
}
|
||||
.editor-document-bar .components-button{
|
||||
border-radius:4px;
|
||||
}
|
||||
.editor-document-bar .components-button:hover{
|
||||
background:#e0e0e0;
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.editor-document-bar{
|
||||
width:min(100%, 450px);
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-bar__command{
|
||||
color:var(--wp-block-synced-color);
|
||||
flex-grow:1;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.editor-document-bar__title{
|
||||
color:#2f2f2f;
|
||||
flex-grow:1;
|
||||
overflow:hidden;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-document-bar__title{
|
||||
padding-left:32px;
|
||||
}
|
||||
}
|
||||
.editor-document-bar.is-global .editor-document-bar__title,.editor-document-bar__title:hover{
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
.editor-document-bar__title .block-editor-block-icon{
|
||||
flex-shrink:0;
|
||||
min-width:24px;
|
||||
}
|
||||
.editor-document-bar__title h1{
|
||||
color:currentColor;
|
||||
max-width:50%;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.editor-document-bar.is-animated.has-back-button .editor-document-bar__title{
|
||||
animation:editor-document-bar__slide-in-left .3s;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-bar.is-animated.has-back-button .editor-document-bar__title{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
.editor-document-bar.is-animated .editor-document-bar__title{
|
||||
animation:editor-document-bar__slide-in-right .3s;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-bar.is-animated .editor-document-bar__title{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-bar__shortcut{
|
||||
color:#2f2f2f;
|
||||
display:none;
|
||||
min-width:32px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-document-bar__shortcut{
|
||||
display:initial;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-bar__back.components-button.has-icon.has-text{
|
||||
color:#757575;
|
||||
flex-shrink:0;
|
||||
gap:0;
|
||||
min-width:36px;
|
||||
position:absolute;
|
||||
z-index:1;
|
||||
}
|
||||
.editor-document-bar__back.components-button.has-icon.has-text:hover{
|
||||
background-color:initial;
|
||||
color:var(--wp-block-synced-color);
|
||||
}
|
||||
.editor-document-bar.is-animated .editor-document-bar__back.components-button.has-icon.has-text{
|
||||
animation:editor-document-bar__slide-in-left .3s;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-bar.is-animated .editor-document-bar__back.components-button.has-icon.has-text{
|
||||
animation-delay:0s;
|
||||
animation-duration:1ms;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes editor-document-bar__slide-in-right{
|
||||
0%{
|
||||
opacity:0;
|
||||
transform:translateX(-15%);
|
||||
}
|
||||
to{
|
||||
opacity:1;
|
||||
transform:translateX(0);
|
||||
}
|
||||
}
|
||||
@keyframes editor-document-bar__slide-in-left{
|
||||
0%{
|
||||
opacity:0;
|
||||
transform:translateX(15%);
|
||||
}
|
||||
to{
|
||||
opacity:1;
|
||||
transform:translateX(0);
|
||||
}
|
||||
}
|
||||
.document-outline{
|
||||
margin:20px 0;
|
||||
}
|
||||
@@ -104,7 +307,7 @@
|
||||
}
|
||||
.document-outline__button:focus{
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
|
||||
.document-outline__level{
|
||||
@@ -123,6 +326,103 @@
|
||||
padding:1px 0;
|
||||
}
|
||||
|
||||
.editor-document-outline.has-no-headings{
|
||||
color:#757575;
|
||||
text-align:center;
|
||||
}
|
||||
.editor-document-outline.has-no-headings>svg{
|
||||
margin-top:28px;
|
||||
}
|
||||
.editor-document-outline.has-no-headings>p{
|
||||
padding-left:32px;
|
||||
padding-right:32px;
|
||||
}
|
||||
|
||||
.editor-document-tools{
|
||||
align-items:center;
|
||||
display:inline-flex;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button{
|
||||
display:none;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-document-tools .editor-document-tools__left>.components-button{
|
||||
display:inline-flex;
|
||||
}
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{
|
||||
display:inline-flex;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
|
||||
transition:transform .2s cubic-bezier(.165, .84, .44, 1);
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
|
||||
transition-delay:0s;
|
||||
transition-duration:0s;
|
||||
}
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{
|
||||
transform:rotate(45deg);
|
||||
}
|
||||
.editor-document-tools .block-editor-list-view{
|
||||
display:none;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-document-tools .block-editor-list-view{
|
||||
display:flex;
|
||||
}
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{
|
||||
height:32px;
|
||||
min-width:32px;
|
||||
padding:4px;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{
|
||||
background:#1e1e1e;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){
|
||||
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
|
||||
outline:1px solid #0000;
|
||||
}
|
||||
.editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.editor-document-tools__left{
|
||||
align-items:center;
|
||||
display:inline-flex;
|
||||
gap:8px;
|
||||
margin-right:8px;
|
||||
padding-left:16px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-document-tools__left{
|
||||
padding-left:20px;
|
||||
}
|
||||
}
|
||||
@media (min-width:1280px){
|
||||
.editor-document-tools__left{
|
||||
padding-right:8px;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
|
||||
height:32px;
|
||||
min-width:32px;
|
||||
padding:0;
|
||||
width:32px;
|
||||
}
|
||||
.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
|
||||
height:32px;
|
||||
padding:0 8px;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.show-icon-labels .editor-document-tools__left>*+*{
|
||||
margin-left:8px;
|
||||
}
|
||||
|
||||
.components-editor-notices__dismissible,.components-editor-notices__pinned{
|
||||
color:#1e1e1e;
|
||||
left:0;
|
||||
@@ -131,9 +431,8 @@
|
||||
top:0;
|
||||
}
|
||||
.components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{
|
||||
border-bottom:1px solid rgba(0,0,0,.2);
|
||||
border-bottom:1px solid #0003;
|
||||
box-sizing:border-box;
|
||||
margin:0;
|
||||
min-height:60px;
|
||||
padding:0 12px;
|
||||
}
|
||||
@@ -153,14 +452,163 @@
|
||||
.entities-saved-states__text-prompt{
|
||||
padding:16px 16px 4px;
|
||||
}
|
||||
.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{
|
||||
display:block;
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
.entities-saved-states__description-heading{
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
.entities-saved-states__changes{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
list-style:disc;
|
||||
margin:8px 16px 0;
|
||||
}
|
||||
.entities-saved-states__changes li{
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
||||
.editor-error-boundary{
|
||||
box-shadow:0 .7px 1px rgba(0,0,0,.15),0 2.7px 3.8px -.2px rgba(0,0,0,.15),0 5.5px 7.8px -.3px rgba(0,0,0,.15),.1px 11.5px 16.4px -.5px rgba(0,0,0,.15);
|
||||
box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,.1px 11.5px 16.4px -.5px #00000026;
|
||||
margin:60px auto auto;
|
||||
max-width:780px;
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
.editor-inserter-sidebar{
|
||||
box-sizing:border-box;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
}
|
||||
.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{
|
||||
box-sizing:inherit;
|
||||
}
|
||||
|
||||
.editor-inserter-sidebar__header{
|
||||
display:flex;
|
||||
justify-content:flex-end;
|
||||
padding-right:8px;
|
||||
padding-top:8px;
|
||||
}
|
||||
|
||||
.editor-inserter-sidebar__content{
|
||||
height:calc(100% - 44px);
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-inserter-sidebar__content{
|
||||
height:100%;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-list-view-sidebar{
|
||||
width:350px;
|
||||
}
|
||||
}
|
||||
.editor-list-view-sidebar .edit-post-editor__document-overview-panel__header{
|
||||
border-bottom:1px solid #ddd;
|
||||
display:flex;
|
||||
}
|
||||
.editor-list-view-sidebar .editor-list-view-sidebar__close-button{
|
||||
align-self:center;
|
||||
background:#fff;
|
||||
margin-right:8px;
|
||||
order:1;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tablist{
|
||||
box-sizing:border-box;
|
||||
flex-grow:1;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tab{
|
||||
margin-bottom:-1px;
|
||||
width:50%;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tabs-tabpanel{
|
||||
height:calc(100% - 47px);
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
|
||||
height:100%;
|
||||
overflow:auto;
|
||||
padding:8px 6px;
|
||||
scrollbar-color:#0000 #0000;
|
||||
scrollbar-gutter:stable both-edges;
|
||||
scrollbar-gutter:auto;
|
||||
scrollbar-width:thin;
|
||||
will-change:transform;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{
|
||||
height:12px;
|
||||
width:12px;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{
|
||||
background-color:initial;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{
|
||||
background-clip:padding-box;
|
||||
background-color:initial;
|
||||
border:3px solid #0000;
|
||||
border-radius:8px;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{
|
||||
background-color:#949494;
|
||||
}
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
@media (hover:none){
|
||||
.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
|
||||
scrollbar-color:#949494 #0000;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__list-view-container{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__tab-panel{
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.editor-list-view-sidebar__outline{
|
||||
border-bottom:1px solid #ddd;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
gap:8px;
|
||||
padding:16px;
|
||||
}
|
||||
.editor-list-view-sidebar__outline>div>span:first-child{
|
||||
display:inline-block;
|
||||
width:90px;
|
||||
}
|
||||
.editor-list-view-sidebar__outline>div>span{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
line-height:1.4;
|
||||
}
|
||||
|
||||
.editor-post-author__panel{
|
||||
padding-top:8px;
|
||||
}
|
||||
|
||||
.editor-post-author__panel .editor-post-panel__row-control>div{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.editor-post-excerpt__textarea{
|
||||
margin-bottom:10px;
|
||||
width:100%;
|
||||
@@ -243,7 +691,7 @@
|
||||
.editor-post-featured-image__action{
|
||||
-webkit-backdrop-filter:blur(16px) saturate(180%);
|
||||
backdrop-filter:blur(16px) saturate(180%);
|
||||
background:hsla(0,0%,100%,.75);
|
||||
background:#ffffffbf;
|
||||
flex-grow:1;
|
||||
justify-content:center;
|
||||
}
|
||||
@@ -253,28 +701,28 @@
|
||||
}
|
||||
|
||||
.editor-post-last-revision__title{
|
||||
font-weight:600;
|
||||
font-weight:500;
|
||||
width:100%;
|
||||
}
|
||||
.editor-post-last-revision__title .dashicon{
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.components-button.editor-post-last-revision__title{
|
||||
.editor-post-last-revision__title.components-button.has-icon{
|
||||
height:100%;
|
||||
justify-content:space-between;
|
||||
}
|
||||
.components-button.editor-post-last-revision__title:active,.components-button.editor-post-last-revision__title:hover{
|
||||
.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{
|
||||
background:#f0f0f0;
|
||||
}
|
||||
.components-button.editor-post-last-revision__title:focus{
|
||||
.editor-post-last-revision__title.components-button.has-icon:focus{
|
||||
border-radius:0;
|
||||
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
.editor-post-locked-modal{
|
||||
max-width:480px;
|
||||
}
|
||||
.components-panel__body.is-opened.editor-post-last-revision__panel{
|
||||
height:48px;
|
||||
padding:0;
|
||||
}
|
||||
.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{
|
||||
padding:16px;
|
||||
}
|
||||
|
||||
.editor-post-locked-modal__buttons{
|
||||
@@ -287,6 +735,28 @@
|
||||
min-width:auto !important;
|
||||
}
|
||||
|
||||
.editor-post-panel__row{
|
||||
align-items:flex-start !important;
|
||||
justify-content:flex-start !important;
|
||||
min-height:40px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.editor-post-panel__row-label{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-shrink:0;
|
||||
min-height:40px;
|
||||
width:30%;
|
||||
}
|
||||
|
||||
.editor-post-panel__row-control{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-grow:1;
|
||||
min-height:40px;
|
||||
}
|
||||
|
||||
.editor-post-publish-button__button.has-changes-dot:before{
|
||||
background:currentcolor;
|
||||
border-radius:4px;
|
||||
@@ -440,7 +910,7 @@
|
||||
border-color:#ccc;
|
||||
height:36px;
|
||||
overflow:hidden;
|
||||
padding:16px;
|
||||
padding:12px;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
|
||||
@@ -476,13 +946,13 @@
|
||||
width:28px;
|
||||
}
|
||||
.editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{
|
||||
background:transparent;
|
||||
background:#0000;
|
||||
color:#757575;
|
||||
}
|
||||
.editor-post-saved-state svg{
|
||||
fill:currentColor;
|
||||
display:inline-block;
|
||||
flex:0 0 auto;
|
||||
fill:currentColor;
|
||||
margin-right:8px;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
@@ -500,20 +970,27 @@
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
.edit-post-sync-status{
|
||||
align-items:flex-start;
|
||||
justify-content:flex-start;
|
||||
position:relative;
|
||||
.editor-post-schedule__panel-dropdown{
|
||||
width:100%;
|
||||
}
|
||||
.edit-post-sync-status>span{
|
||||
display:block;
|
||||
flex-shrink:0;
|
||||
padding:6px 0;
|
||||
width:45%;
|
||||
word-break:break-word;
|
||||
|
||||
.editor-post-schedule__dialog .components-popover__content{
|
||||
min-width:320px;
|
||||
padding:16px;
|
||||
}
|
||||
.edit-post-sync-status>div{
|
||||
|
||||
.editor-post-schedule__dialog-toggle.components-button{
|
||||
display:block;
|
||||
height:auto;
|
||||
line-height:16px;
|
||||
max-width:100%;
|
||||
overflow:hidden;
|
||||
padding:10px 12px;
|
||||
text-align:left;
|
||||
white-space:unset;
|
||||
}
|
||||
|
||||
.editor-post-sync-status__value{
|
||||
padding:6px 0 6px 12px;
|
||||
}
|
||||
|
||||
@@ -553,6 +1030,50 @@
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.editor-post-template__swap-template-modal{
|
||||
z-index:1000001;
|
||||
}
|
||||
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
|
||||
column-count:2;
|
||||
column-gap:24px;
|
||||
padding-top:2px;
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
|
||||
column-count:3;
|
||||
}
|
||||
}
|
||||
@media (min-width:1280px){
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
|
||||
column-count:4;
|
||||
}
|
||||
}
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
||||
break-inside:avoid-column;
|
||||
}
|
||||
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__item:not(:focus):not(:hover) .block-editor-block-preview__container{
|
||||
box-shadow:0 0 0 1px #ddd;
|
||||
}
|
||||
|
||||
.editor-post-template__dropdown .components-popover__content{
|
||||
min-width:240px;
|
||||
}
|
||||
.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{
|
||||
background:inherit;
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
@media (min-width:782px){
|
||||
.editor-post-template__create-form{
|
||||
width:320px;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-post-template__classic-theme-dropdown{
|
||||
padding:8px;
|
||||
}
|
||||
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor{
|
||||
border:1px solid #949494;
|
||||
border-radius:0;
|
||||
@@ -587,14 +1108,38 @@
|
||||
position:relative;
|
||||
}
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
opacity:1;
|
||||
}
|
||||
.edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
|
||||
.edit-post-text-editor__body .editor-post-title.is-raw-text{
|
||||
margin-bottom:24px;
|
||||
margin-top:2px;
|
||||
max-width:none;
|
||||
}
|
||||
|
||||
.editor-post-url__panel-dropdown{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.components-button.editor-post-url__panel-toggle{
|
||||
display:block;
|
||||
max-width:100%;
|
||||
overflow:hidden;
|
||||
text-align:left;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.editor-post-url__panel-dialog .editor-post-url{
|
||||
margin:8px;
|
||||
min-width:248px;
|
||||
}
|
||||
|
||||
.editor-post-url__link-label{
|
||||
@@ -614,7 +1159,7 @@
|
||||
border:1px solid #1e1e1e;
|
||||
border-radius:2px;
|
||||
border-radius:50%;
|
||||
box-shadow:0 0 0 transparent;
|
||||
box-shadow:0 0 0 #0000;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
font-size:16px;
|
||||
height:24px;
|
||||
@@ -643,14 +1188,14 @@
|
||||
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-webkit-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-moz-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
opacity:1;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:-ms-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
@media (min-width:600px){
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
|
||||
@@ -674,7 +1219,7 @@
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus{
|
||||
box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked{
|
||||
background:var(--wp-admin-theme-color);
|
||||
@@ -696,7 +1241,7 @@
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{
|
||||
border:1px solid #949494;
|
||||
border-radius:2px;
|
||||
box-shadow:0 0 0 transparent;
|
||||
box-shadow:0 0 0 #0000;
|
||||
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
|
||||
font-size:16px;
|
||||
line-height:normal;
|
||||
@@ -720,17 +1265,17 @@
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:focus{
|
||||
border-color:var(--wp-admin-theme-color);
|
||||
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
|
||||
outline:2px solid transparent;
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-webkit-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-moz-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
opacity:1;
|
||||
}
|
||||
.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:-ms-input-placeholder{
|
||||
color:rgba(30,30,30,.62);
|
||||
color:#1e1e1e9e;
|
||||
}
|
||||
|
||||
.editor-post-trash.components-button{
|
||||
@@ -738,6 +1283,12 @@
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
.editor-preview-dropdown__button-external{
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.table-of-contents__popover.components-popover .components-popover__content{
|
||||
min-width:380px;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-13
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -47,21 +48,9 @@
|
||||
color:#cc1818;
|
||||
}
|
||||
|
||||
.components-inline-color-popover .components-popover__content .components-tab-panel__tab-content{
|
||||
.format-library__inline-color-popover [role=tabpanel]{
|
||||
padding:16px;
|
||||
}
|
||||
.components-inline-color-popover .components-popover__content .components-color-palette{
|
||||
margin-top:.6rem;
|
||||
}
|
||||
.components-inline-color-popover .components-popover__content .components-base-control__title{
|
||||
color:#191e23;
|
||||
display:block;
|
||||
font-weight:600;
|
||||
margin-bottom:16px;
|
||||
}
|
||||
.components-inline-color-popover .components-popover__content .component-color-indicator{
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
|
||||
.block-editor-format-toolbar__language-popover .components-popover__content{
|
||||
padding:1rem;
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-format-toolbar__image-popover{z-index:159990}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-value{margin:7px;max-width:500px;min-width:150px}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-button{height:30px;margin-bottom:8px;margin-left:8px}.block-editor-format-toolbar__link-container-content{display:flex}.block-editor-format-toolbar__link-container-value{flex-grow:1;flex-shrink:1;margin:7px;max-width:500px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#cc1818}.components-inline-color-popover .components-popover__content .components-tab-panel__tab-content{padding:16px}.components-inline-color-popover .components-popover__content .components-color-palette{margin-top:.6rem}.components-inline-color-popover .components-popover__content .components-base-control__title{color:#191e23;display:block;font-weight:600;margin-bottom:16px}.components-inline-color-popover .components-popover__content .component-color-indicator{vertical-align:text-bottom}.block-editor-format-toolbar__language-popover .components-popover__content{padding:1rem;width:auto}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-format-toolbar__image-popover{z-index:159990}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-value{margin:7px;max-width:500px;min-width:150px}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-button{height:30px;margin-bottom:8px;margin-left:8px}.block-editor-format-toolbar__link-container-content{display:flex}.block-editor-format-toolbar__link-container-value{flex-grow:1;flex-shrink:1;margin:7px;max-width:500px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#cc1818}.format-library__inline-color-popover [role=tabpanel]{padding:16px}.block-editor-format-toolbar__language-popover .components-popover__content{padding:1rem;width:auto}
|
||||
+2
-13
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -47,21 +48,9 @@
|
||||
color:#cc1818;
|
||||
}
|
||||
|
||||
.components-inline-color-popover .components-popover__content .components-tab-panel__tab-content{
|
||||
.format-library__inline-color-popover [role=tabpanel]{
|
||||
padding:16px;
|
||||
}
|
||||
.components-inline-color-popover .components-popover__content .components-color-palette{
|
||||
margin-top:.6rem;
|
||||
}
|
||||
.components-inline-color-popover .components-popover__content .components-base-control__title{
|
||||
color:#191e23;
|
||||
display:block;
|
||||
font-weight:600;
|
||||
margin-bottom:16px;
|
||||
}
|
||||
.components-inline-color-popover .components-popover__content .component-color-indicator{
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
|
||||
.block-editor-format-toolbar__language-popover .components-popover__content{
|
||||
padding:1rem;
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-format-toolbar__image-popover{z-index:159990}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-value{margin:7px;max-width:500px;min-width:150px}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-button{height:30px;margin-bottom:8px;margin-right:8px}.block-editor-format-toolbar__link-container-content{display:flex}.block-editor-format-toolbar__link-container-value{flex-grow:1;flex-shrink:1;margin:7px;max-width:500px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#cc1818}.components-inline-color-popover .components-popover__content .components-tab-panel__tab-content{padding:16px}.components-inline-color-popover .components-popover__content .components-color-palette{margin-top:.6rem}.components-inline-color-popover .components-popover__content .components-base-control__title{color:#191e23;display:block;font-weight:600;margin-bottom:16px}.components-inline-color-popover .components-popover__content .component-color-indicator{vertical-align:text-bottom}.block-editor-format-toolbar__language-popover .components-popover__content{padding:1rem;width:auto}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-format-toolbar__image-popover{z-index:159990}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-value{margin:7px;max-width:500px;min-width:150px}.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-button{height:30px;margin-bottom:8px;margin-right:8px}.block-editor-format-toolbar__link-container-content{display:flex}.block-editor-format-toolbar__link-container-value{flex-grow:1;flex-shrink:1;margin:7px;max-width:500px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#cc1818}.format-library__inline-color-popover [role=tabpanel]{padding:16px}.block-editor-format-toolbar__language-popover .components-popover__content{padding:1rem;width:auto}
|
||||
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.list-reusable-blocks-import-dropdown__content .components-popover__content{padding:10px}.list-reusable-blocks-import-form__label{display:block;margin-bottom:10px}.list-reusable-blocks-import-form__button{float:left;margin-bottom:10px;margin-top:10px}.list-reusable-blocks-import-form .components-notice__content{margin:0}.list-reusable-blocks-import-form .components-notice.is-dismissible{margin:5px 0;padding-left:0}.list-reusable-blocks__container{align-items:center;display:inline-flex;position:relative;top:-3px}.list-reusable-blocks__container .components-button{height:26px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.list-reusable-blocks-import-dropdown__content .components-popover__content{padding:10px}.list-reusable-blocks-import-form__label{display:block;margin-bottom:10px}.list-reusable-blocks-import-form__button{float:left;margin-bottom:10px;margin-top:10px}.list-reusable-blocks-import-form .components-notice__content{margin:0}.list-reusable-blocks-import-form .components-notice.is-dismissible{margin:5px 0;padding-left:0}.list-reusable-blocks__container{align-items:center;display:inline-flex;position:relative;top:-3px}.list-reusable-blocks__container .components-button{height:26px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}
|
||||
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.list-reusable-blocks-import-dropdown__content .components-popover__content{padding:10px}.list-reusable-blocks-import-form__label{display:block;margin-bottom:10px}.list-reusable-blocks-import-form__button{float:right;margin-bottom:10px;margin-top:10px}.list-reusable-blocks-import-form .components-notice__content{margin:0}.list-reusable-blocks-import-form .components-notice.is-dismissible{margin:5px 0;padding-right:0}.list-reusable-blocks__container{align-items:center;display:inline-flex;position:relative;top:-3px}.list-reusable-blocks__container .components-button{height:26px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.list-reusable-blocks-import-dropdown__content .components-popover__content{padding:10px}.list-reusable-blocks-import-form__label{display:block;margin-bottom:10px}.list-reusable-blocks-import-form__button{float:right;margin-bottom:10px;margin-top:10px}.list-reusable-blocks-import-form .components-notice__content{margin:0}.list-reusable-blocks-import-form .components-notice.is-dismissible{margin:5px 0;padding-right:0}.list-reusable-blocks__container{align-items:center;display:inline-flex;position:relative;top:-3px}.list-reusable-blocks__container .components-button{height:26px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}
|
||||
+3
-2
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -23,7 +24,7 @@
|
||||
}
|
||||
.nux-dot-tip:before{
|
||||
animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
|
||||
background:rgba(0,115,156,.9);
|
||||
background:#00739ce6;
|
||||
height:24px;
|
||||
opacity:.9;
|
||||
right:-12px;
|
||||
@@ -40,7 +41,7 @@
|
||||
}
|
||||
@keyframes nux-pulse{
|
||||
to{
|
||||
background:rgba(0,115,156,0);
|
||||
background:#00739c00;
|
||||
transform:scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.nux-dot-tip:after,.nux-dot-tip:before{border-radius:100%;content:" ";pointer-events:none;position:absolute}.nux-dot-tip:before{animation:nux-pulse 1.6s cubic-bezier(.17,.67,.92,.62) infinite;background:rgba(0,115,156,.9);height:24px;opacity:.9;right:-12px;top:-12px;transform:scale(.3333333333);width:24px}.nux-dot-tip:after{background:#00739c;height:8px;right:-4px;top:-4px;width:8px}@keyframes nux-pulse{to{background:rgba(0,115,156,0);transform:scale(1)}}.nux-dot-tip .components-popover__content{padding:20px 18px;width:350px}@media (min-width:600px){.nux-dot-tip .components-popover__content{width:450px}}.nux-dot-tip .components-popover__content .nux-dot-tip__disable{left:0;position:absolute;top:0}.nux-dot-tip[data-y-axis=top]{margin-top:-4px}.nux-dot-tip[data-y-axis=bottom]{margin-top:4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left]{margin-right:-4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right]{margin-right:4px}.nux-dot-tip[data-y-axis=top] .components-popover__content{margin-bottom:20px}.nux-dot-tip[data-y-axis=bottom] .components-popover__content{margin-top:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{margin-left:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{margin-right:20px}.nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{z-index:1000001}@media (max-width:600px){.nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{align-self:end;left:5px;margin:20px 0 0;max-width:none!important;position:fixed;right:5px;width:auto}}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{margin-left:0}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{margin-right:0}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{margin-left:-12px}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{margin-right:-12px}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.nux-dot-tip:after,.nux-dot-tip:before{border-radius:100%;content:" ";pointer-events:none;position:absolute}.nux-dot-tip:before{animation:nux-pulse 1.6s cubic-bezier(.17,.67,.92,.62) infinite;background:#00739ce6;height:24px;opacity:.9;right:-12px;top:-12px;transform:scale(.3333333333);width:24px}.nux-dot-tip:after{background:#00739c;height:8px;right:-4px;top:-4px;width:8px}@keyframes nux-pulse{to{background:#00739c00;transform:scale(1)}}.nux-dot-tip .components-popover__content{padding:20px 18px;width:350px}@media (min-width:600px){.nux-dot-tip .components-popover__content{width:450px}}.nux-dot-tip .components-popover__content .nux-dot-tip__disable{left:0;position:absolute;top:0}.nux-dot-tip[data-y-axis=top]{margin-top:-4px}.nux-dot-tip[data-y-axis=bottom]{margin-top:4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left]{margin-right:-4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right]{margin-right:4px}.nux-dot-tip[data-y-axis=top] .components-popover__content{margin-bottom:20px}.nux-dot-tip[data-y-axis=bottom] .components-popover__content{margin-top:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{margin-left:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{margin-right:20px}.nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{z-index:1000001}@media (max-width:600px){.nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{align-self:end;left:5px;margin:20px 0 0;max-width:none!important;position:fixed;right:5px;width:auto}}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{margin-left:0}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{margin-right:0}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{margin-left:-12px}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{margin-right:-12px}
|
||||
+3
-2
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -23,7 +24,7 @@
|
||||
}
|
||||
.nux-dot-tip:before{
|
||||
animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
|
||||
background:rgba(0,115,156,.9);
|
||||
background:#00739ce6;
|
||||
height:24px;
|
||||
left:-12px;
|
||||
opacity:.9;
|
||||
@@ -40,7 +41,7 @@
|
||||
}
|
||||
@keyframes nux-pulse{
|
||||
to{
|
||||
background:rgba(0,115,156,0);
|
||||
background:#00739c00;
|
||||
transform:scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.nux-dot-tip:after,.nux-dot-tip:before{border-radius:100%;content:" ";pointer-events:none;position:absolute}.nux-dot-tip:before{animation:nux-pulse 1.6s cubic-bezier(.17,.67,.92,.62) infinite;background:rgba(0,115,156,.9);height:24px;left:-12px;opacity:.9;top:-12px;transform:scale(.3333333333);width:24px}.nux-dot-tip:after{background:#00739c;height:8px;left:-4px;top:-4px;width:8px}@keyframes nux-pulse{to{background:rgba(0,115,156,0);transform:scale(1)}}.nux-dot-tip .components-popover__content{padding:20px 18px;width:350px}@media (min-width:600px){.nux-dot-tip .components-popover__content{width:450px}}.nux-dot-tip .components-popover__content .nux-dot-tip__disable{position:absolute;right:0;top:0}.nux-dot-tip[data-y-axis=top]{margin-top:-4px}.nux-dot-tip[data-y-axis=bottom]{margin-top:4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left]{margin-left:-4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right]{margin-left:4px}.nux-dot-tip[data-y-axis=top] .components-popover__content{margin-bottom:20px}.nux-dot-tip[data-y-axis=bottom] .components-popover__content{margin-top:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{margin-right:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{margin-left:20px}.nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{z-index:1000001}@media (max-width:600px){.nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{align-self:end;left:5px;margin:20px 0 0;max-width:none!important;position:fixed;right:5px;width:auto}}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.nux-dot-tip:after,.nux-dot-tip:before{border-radius:100%;content:" ";pointer-events:none;position:absolute}.nux-dot-tip:before{animation:nux-pulse 1.6s cubic-bezier(.17,.67,.92,.62) infinite;background:#00739ce6;height:24px;left:-12px;opacity:.9;top:-12px;transform:scale(.3333333333);width:24px}.nux-dot-tip:after{background:#00739c;height:8px;left:-4px;top:-4px;width:8px}@keyframes nux-pulse{to{background:#00739c00;transform:scale(1)}}.nux-dot-tip .components-popover__content{padding:20px 18px;width:350px}@media (min-width:600px){.nux-dot-tip .components-popover__content{width:450px}}.nux-dot-tip .components-popover__content .nux-dot-tip__disable{position:absolute;right:0;top:0}.nux-dot-tip[data-y-axis=top]{margin-top:-4px}.nux-dot-tip[data-y-axis=bottom]{margin-top:4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left]{margin-left:-4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right]{margin-left:4px}.nux-dot-tip[data-y-axis=top] .components-popover__content{margin-bottom:20px}.nux-dot-tip[data-y-axis=bottom] .components-popover__content{margin-top:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{margin-right:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{margin-left:20px}.nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{z-index:1000001}@media (max-width:600px){.nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{align-self:end;left:5px;margin:20px 0 0;max-width:none!important;position:fixed;right:5px;width:auto}}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{
|
||||
/*!rtl:ignore*/margin-left:0}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{
|
||||
/*!rtl:ignore*/margin-right:0}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{
|
||||
/*!rtl:ignore*/margin-left:-12px}.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{
|
||||
|
||||
+4
-6
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -22,18 +23,16 @@
|
||||
width:350px;
|
||||
}
|
||||
.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{
|
||||
min-height:40px;
|
||||
position:relative;
|
||||
width:100%;
|
||||
}
|
||||
.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list{
|
||||
.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){
|
||||
background-color:#fff;
|
||||
border:1px solid var(--wp-admin-theme-color);
|
||||
border-bottom-left-radius:2px;
|
||||
border-bottom-right-radius:2px;
|
||||
border-top:none;
|
||||
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
|
||||
box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);
|
||||
box-sizing:border-box;
|
||||
max-height:96px;
|
||||
min-width:auto;
|
||||
position:absolute;
|
||||
right:-1px;
|
||||
@@ -43,7 +42,6 @@
|
||||
|
||||
.patterns-create-modal__name-input input[type=text]{
|
||||
margin:0;
|
||||
min-height:40px;
|
||||
}
|
||||
|
||||
.patterns-rename-pattern-category-modal__validation-message{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{min-height:40px;position:relative;width:100%}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:none;box-shadow:0 0 0 .5px var(--wp-admin-theme-color);box-sizing:border-box;min-width:auto;position:absolute;right:-1px;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0;min-height:40px}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{position:relative}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;max-height:96px;min-width:auto;position:absolute;right:-1px;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}
|
||||
+4
-6
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -22,19 +23,17 @@
|
||||
width:350px;
|
||||
}
|
||||
.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{
|
||||
min-height:40px;
|
||||
position:relative;
|
||||
width:100%;
|
||||
}
|
||||
.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list{
|
||||
.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){
|
||||
background-color:#fff;
|
||||
border:1px solid var(--wp-admin-theme-color);
|
||||
border-bottom-left-radius:2px;
|
||||
border-bottom-right-radius:2px;
|
||||
border-top:none;
|
||||
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
|
||||
box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);
|
||||
box-sizing:border-box;
|
||||
left:-1px;
|
||||
max-height:96px;
|
||||
min-width:auto;
|
||||
position:absolute;
|
||||
width:calc(100% + 2px);
|
||||
@@ -43,7 +42,6 @@
|
||||
|
||||
.patterns-create-modal__name-input input[type=text]{
|
||||
margin:0;
|
||||
min-height:40px;
|
||||
}
|
||||
|
||||
.patterns-rename-pattern-category-modal__validation-message{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{min-height:40px;position:relative;width:100%}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:none;box-shadow:0 0 0 .5px var(--wp-admin-theme-color);box-sizing:border-box;left:-1px;min-width:auto;position:absolute;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0;min-height:40px}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{position:relative}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;left:-1px;max-height:96px;min-width:auto;position:absolute;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}
|
||||
+112
@@ -0,0 +1,112 @@
|
||||
:root{
|
||||
--wp-admin-theme-color:#007cba;
|
||||
--wp-admin-theme-color--rgb:0, 124, 186;
|
||||
--wp-admin-theme-color-darker-10:#006ba1;
|
||||
--wp-admin-theme-color-darker-10--rgb:0, 107, 161;
|
||||
--wp-admin-theme-color-darker-20:#005a87;
|
||||
--wp-admin-theme-color-darker-20--rgb:0, 90, 135;
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
--wp-admin-border-width-focus:1.5px;
|
||||
}
|
||||
}
|
||||
|
||||
.preference-base-option+.preference-base-option{
|
||||
margin-top:16px;
|
||||
}
|
||||
.preference-base-option .components-base-control__help{
|
||||
margin-right:48px;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
.preferences-modal{
|
||||
height:calc(100% - 120px);
|
||||
width:calc(100% - 32px);
|
||||
}
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.preferences-modal{
|
||||
width:750px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.preferences-modal{
|
||||
height:70%;
|
||||
}
|
||||
}
|
||||
@media (max-width:781px){
|
||||
.preferences-modal .components-modal__content{
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
.preferences__tabs-tablist{
|
||||
position:absolute;
|
||||
right:16px;
|
||||
top:84px;
|
||||
width:160px;
|
||||
}
|
||||
|
||||
.preferences__tabs-tab{
|
||||
border-radius:2px;
|
||||
font-weight:400;
|
||||
}
|
||||
.preferences__tabs-tab[aria-selected=true]{
|
||||
background:#f0f0f0;
|
||||
box-shadow:none;
|
||||
font-weight:500;
|
||||
}
|
||||
.preferences__tabs-tab[aria-selected=true]:after{
|
||||
content:none;
|
||||
}
|
||||
.preferences__tabs-tab[role=tab]:focus:not(:disabled){
|
||||
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.preferences__tabs-tab:focus-visible:before{
|
||||
content:none;
|
||||
}
|
||||
|
||||
.preferences__tabs-tabpanel{
|
||||
margin-right:160px;
|
||||
padding-right:24px;
|
||||
}
|
||||
|
||||
@media (max-width:781px){
|
||||
.preferences__provider{
|
||||
height:100%;
|
||||
}
|
||||
}
|
||||
.preferences-modal__section{
|
||||
margin:0 0 2.5rem;
|
||||
}
|
||||
.preferences-modal__section:last-child{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.preferences-modal__section-legend{
|
||||
margin-bottom:8px;
|
||||
}
|
||||
|
||||
.preferences-modal__section-title{
|
||||
font-size:.9rem;
|
||||
font-weight:600;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.preferences-modal__section-description{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
font-style:normal;
|
||||
margin:-8px 0 8px;
|
||||
}
|
||||
|
||||
.preferences-modal__section:has(.preferences-modal__section-content:empty){
|
||||
display:none;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}.preference-base-option .components-base-control__help{margin-right:48px;margin-top:0}@media (min-width:600px){.preferences-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{position:absolute;right:16px;top:84px;width:160px}.preferences__tabs-tab{border-radius:2px;font-weight:400}.preferences__tabs-tab[aria-selected=true]{background:#f0f0f0;box-shadow:none;font-weight:500}.preferences__tabs-tab[aria-selected=true]:after{content:none}.preferences__tabs-tab[role=tab]:focus:not(:disabled){box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.preferences__tabs-tab:focus-visible:before{content:none}.preferences__tabs-tabpanel{margin-right:160px;padding-right:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{margin:0 0 2.5rem}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}
|
||||
+112
@@ -0,0 +1,112 @@
|
||||
:root{
|
||||
--wp-admin-theme-color:#007cba;
|
||||
--wp-admin-theme-color--rgb:0, 124, 186;
|
||||
--wp-admin-theme-color-darker-10:#006ba1;
|
||||
--wp-admin-theme-color-darker-10--rgb:0, 107, 161;
|
||||
--wp-admin-theme-color-darker-20:#005a87;
|
||||
--wp-admin-theme-color-darker-20--rgb:0, 90, 135;
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
--wp-admin-border-width-focus:1.5px;
|
||||
}
|
||||
}
|
||||
|
||||
.preference-base-option+.preference-base-option{
|
||||
margin-top:16px;
|
||||
}
|
||||
.preference-base-option .components-base-control__help{
|
||||
margin-left:48px;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
.preferences-modal{
|
||||
height:calc(100% - 120px);
|
||||
width:calc(100% - 32px);
|
||||
}
|
||||
}
|
||||
@media (min-width:782px){
|
||||
.preferences-modal{
|
||||
width:750px;
|
||||
}
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.preferences-modal{
|
||||
height:70%;
|
||||
}
|
||||
}
|
||||
@media (max-width:781px){
|
||||
.preferences-modal .components-modal__content{
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
.preferences__tabs-tablist{
|
||||
left:16px;
|
||||
position:absolute;
|
||||
top:84px;
|
||||
width:160px;
|
||||
}
|
||||
|
||||
.preferences__tabs-tab{
|
||||
border-radius:2px;
|
||||
font-weight:400;
|
||||
}
|
||||
.preferences__tabs-tab[aria-selected=true]{
|
||||
background:#f0f0f0;
|
||||
box-shadow:none;
|
||||
font-weight:500;
|
||||
}
|
||||
.preferences__tabs-tab[aria-selected=true]:after{
|
||||
content:none;
|
||||
}
|
||||
.preferences__tabs-tab[role=tab]:focus:not(:disabled){
|
||||
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
||||
outline:2px solid #0000;
|
||||
}
|
||||
.preferences__tabs-tab:focus-visible:before{
|
||||
content:none;
|
||||
}
|
||||
|
||||
.preferences__tabs-tabpanel{
|
||||
margin-left:160px;
|
||||
padding-left:24px;
|
||||
}
|
||||
|
||||
@media (max-width:781px){
|
||||
.preferences__provider{
|
||||
height:100%;
|
||||
}
|
||||
}
|
||||
.preferences-modal__section{
|
||||
margin:0 0 2.5rem;
|
||||
}
|
||||
.preferences-modal__section:last-child{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.preferences-modal__section-legend{
|
||||
margin-bottom:8px;
|
||||
}
|
||||
|
||||
.preferences-modal__section-title{
|
||||
font-size:.9rem;
|
||||
font-weight:600;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.preferences-modal__section-description{
|
||||
color:#757575;
|
||||
font-size:12px;
|
||||
font-style:normal;
|
||||
margin:-8px 0 8px;
|
||||
}
|
||||
|
||||
.preferences-modal__section:has(.preferences-modal__section-content:empty){
|
||||
display:none;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}.preference-base-option .components-base-control__help{margin-left:48px;margin-top:0}@media (min-width:600px){.preferences-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute;top:84px;width:160px}.preferences__tabs-tab{border-radius:2px;font-weight:400}.preferences__tabs-tab[aria-selected=true]{background:#f0f0f0;box-shadow:none;font-weight:500}.preferences__tabs-tab[aria-selected=true]:after{content:none}.preferences__tabs-tab[role=tab]:focus:not(:disabled){box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.preferences__tabs-tab:focus-visible:before{content:none}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{margin:0 0 2.5rem}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}
|
||||
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}
|
||||
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}
|
||||
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:#9747ff}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}
|
||||
+2
-1
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -52,7 +53,7 @@
|
||||
font-weight:400;
|
||||
}
|
||||
.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=date],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime-local],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=email],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=month],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=number],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=password],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=search],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=tel],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=text],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=time],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=url],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=week],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
border:1px solid #757575;
|
||||
border-radius:3px;
|
||||
box-shadow:none;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -8,6 +8,7 @@
|
||||
--wp-admin-border-width-focus:2px;
|
||||
--wp-block-synced-color:#7a00df;
|
||||
--wp-block-synced-color--rgb:122, 0, 223;
|
||||
--wp-bound-block-color:#9747ff;
|
||||
}
|
||||
@media (min-resolution:192dpi){
|
||||
:root{
|
||||
@@ -52,7 +53,7 @@
|
||||
font-weight:400;
|
||||
}
|
||||
.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=date],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime-local],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=datetime],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=email],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=month],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=number],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=password],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=search],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=tel],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=text],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=time],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=url],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside input[type=week],.wp-block-legacy-widget__edit-form .widget-inside.widget-inside select{
|
||||
background-color:transparent;
|
||||
background-color:initial;
|
||||
border:1px solid #757575;
|
||||
border-radius:3px;
|
||||
box-shadow:none;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -88,8 +88,9 @@
|
||||
|
||||
.mce-window-head .mce-close:focus .mce-i-remove,
|
||||
div.mce-tab:focus {
|
||||
box-shadow: 0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-window .mce-window-head .mce-dragh {
|
||||
@@ -114,7 +115,9 @@ div.mce-tab:focus {
|
||||
.mce-checkbox:focus i.mce-i-checkbox,
|
||||
#wp-link .query-results:focus {
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-window .mce-wp-help {
|
||||
@@ -410,10 +413,10 @@ div.mce-path {
|
||||
.qt-dfw:hover,
|
||||
.qt-dfw:focus {
|
||||
background: #f6f7f7;
|
||||
border-color: #50575e;
|
||||
color: #1d2327;
|
||||
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-active,
|
||||
@@ -421,7 +424,6 @@ div.mce-path {
|
||||
.qt-dfw.active {
|
||||
background: #f0f0f1;
|
||||
border-color: #50575e;
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.mce-btn.mce-active,
|
||||
@@ -533,12 +535,13 @@ div.mce-path {
|
||||
direction: rtl;
|
||||
background: #fff;
|
||||
border: 1px solid #dcdcde;
|
||||
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus {
|
||||
border-color: #c3c4c7;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-panel .mce-btn i.mce-caret {
|
||||
@@ -636,9 +639,9 @@ div.mce-menubar {
|
||||
|
||||
.mce-menubar .mce-menubtn:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
div.mce-menu .mce-menu-item-sep,
|
||||
@@ -1132,10 +1135,9 @@ i.mce-i-wp_code:before {
|
||||
}
|
||||
|
||||
.wp-switch-editor:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
color: #1d2327;
|
||||
}
|
||||
|
||||
@@ -1446,10 +1448,7 @@ i.mce-i-wp_code:before {
|
||||
}
|
||||
|
||||
#wp-link-close:focus {
|
||||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
@@ -1846,7 +1845,6 @@ html:lang(he-il) .rtl .quicktags-toolbar input {
|
||||
|
||||
/* HiDPI */
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon {
|
||||
background: none;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -87,8 +87,9 @@
|
||||
|
||||
.mce-window-head .mce-close:focus .mce-i-remove,
|
||||
div.mce-tab:focus {
|
||||
box-shadow: 0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-window .mce-window-head .mce-dragh {
|
||||
@@ -113,7 +114,9 @@ div.mce-tab:focus {
|
||||
.mce-checkbox:focus i.mce-i-checkbox,
|
||||
#wp-link .query-results:focus {
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-window .mce-wp-help {
|
||||
@@ -409,10 +412,10 @@ div.mce-path {
|
||||
.qt-dfw:hover,
|
||||
.qt-dfw:focus {
|
||||
background: #f6f7f7;
|
||||
border-color: #50575e;
|
||||
color: #1d2327;
|
||||
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-active,
|
||||
@@ -420,7 +423,6 @@ div.mce-path {
|
||||
.qt-dfw.active {
|
||||
background: #f0f0f1;
|
||||
border-color: #50575e;
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.mce-btn.mce-active,
|
||||
@@ -532,12 +534,13 @@ div.mce-path {
|
||||
direction: ltr;
|
||||
background: #fff;
|
||||
border: 1px solid #dcdcde;
|
||||
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus {
|
||||
border-color: #c3c4c7;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mce-panel .mce-btn i.mce-caret {
|
||||
@@ -635,9 +638,9 @@ div.mce-menubar {
|
||||
|
||||
.mce-menubar .mce-menubtn:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
div.mce-menu .mce-menu-item-sep,
|
||||
@@ -1131,10 +1134,9 @@ i.mce-i-wp_code:before {
|
||||
}
|
||||
|
||||
.wp-switch-editor:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
color: #1d2327;
|
||||
}
|
||||
|
||||
@@ -1445,10 +1447,7 @@ i.mce-i-wp_code:before {
|
||||
}
|
||||
|
||||
#wp-link-close:focus {
|
||||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
@@ -1845,7 +1844,6 @@ html:lang(he-il) .rtl .quicktags-toolbar input {
|
||||
|
||||
/* HiDPI */
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon {
|
||||
background: none;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user