Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -816,27 +816,31 @@ div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{
|
||||
display:block;
|
||||
}
|
||||
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{
|
||||
height:50vh !important;
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.block-editor-freeform-modal .components-modal__frame{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content:not(.is-full-screen){
|
||||
height:9999rem;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .components-modal__header+div{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .components-modal__header+div{
|
||||
height:100%;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-tinymce{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-tinymce{
|
||||
height:calc(100% - 52px);
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-container-body{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-container-body{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
min-width:50vw;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-edit-area{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
flex-grow:1;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-edit-area iframe{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{
|
||||
flex-grow:1;
|
||||
height:10px !important;
|
||||
}
|
||||
@@ -1847,15 +1851,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.wp-block-navigation-link__invalid-item{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.wp-block-navigation-link__missing_text-tooltip{
|
||||
height:1px;
|
||||
margin:-1px;
|
||||
overflow:hidden;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
}
|
||||
.wp-block-navigation-link__placeholder{
|
||||
background-image:none !important;
|
||||
box-shadow:none !important;
|
||||
@@ -2025,6 +2020,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"],.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"]{
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{
|
||||
display:inline;
|
||||
}
|
||||
@@ -2312,7 +2311,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
padding-left:8px;
|
||||
}
|
||||
|
||||
.wp-block[data-align=center]>.wp-block-social-links{
|
||||
.wp-block.wp-block-social-links.aligncenter,.wp-block[data-align=center]>.wp-block-social-links{
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
@@ -2595,6 +2594,16 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
margin-bottom:24px;
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
.wp-block-query__enhanced-pagination-modal{
|
||||
max-width:480px;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-query__enhanced-pagination-notice{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.wp-block[data-align=center]>.wp-block-query-pagination{
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
41
wp/wp-includes/css/dist/block-library/editor.css
vendored
41
wp/wp-includes/css/dist/block-library/editor.css
vendored
@@ -814,27 +814,31 @@ div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{
|
||||
display:block;
|
||||
}
|
||||
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{
|
||||
height:50vh !important;
|
||||
}
|
||||
@media (min-width:960px){
|
||||
.block-editor-freeform-modal .components-modal__frame{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content:not(.is-full-screen){
|
||||
height:9999rem;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .components-modal__header+div{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .components-modal__header+div{
|
||||
height:100%;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-tinymce{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-tinymce{
|
||||
height:calc(100% - 52px);
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-container-body{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-container-body{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
min-width:50vw;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-edit-area{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
flex-grow:1;
|
||||
}
|
||||
.block-editor-freeform-modal .components-modal__frame .mce-edit-area iframe{
|
||||
.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{
|
||||
flex-grow:1;
|
||||
height:10px !important;
|
||||
}
|
||||
@@ -1845,15 +1849,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
.wp-block-navigation-link__invalid-item{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.wp-block-navigation-link__missing_text-tooltip{
|
||||
height:1px;
|
||||
margin:-1px;
|
||||
overflow:hidden;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:1px;
|
||||
}
|
||||
.wp-block-navigation-link__placeholder{
|
||||
background-image:none !important;
|
||||
box-shadow:none !important;
|
||||
@@ -2023,6 +2018,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"],.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"]{
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{
|
||||
display:inline;
|
||||
}
|
||||
@@ -2310,7 +2309,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
padding-right:8px;
|
||||
}
|
||||
|
||||
.wp-block[data-align=center]>.wp-block-social-links{
|
||||
.wp-block.wp-block-social-links.aligncenter,.wp-block[data-align=center]>.wp-block-social-links{
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
@@ -2593,6 +2592,16 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
||||
margin-bottom:24px;
|
||||
}
|
||||
|
||||
@media (min-width:600px){
|
||||
.wp-block-query__enhanced-pagination-modal{
|
||||
max-width:480px;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-query__enhanced-pagination-notice{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.wp-block[data-align=center]>.wp-block-query-pagination{
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,57 +1,57 @@
|
||||
html :where(.editor-styles-wrapper){
|
||||
:where(.editor-styles-wrapper){
|
||||
background:#fff;
|
||||
color:initial;
|
||||
font-family:serif;
|
||||
font-size:medium;
|
||||
line-height:normal;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) .wp-align-wrapper{
|
||||
:where(.editor-styles-wrapper) .wp-align-wrapper{
|
||||
max-width:840px;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,html :where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{
|
||||
:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{
|
||||
max-width:none;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{
|
||||
:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{
|
||||
max-width:840px;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) a{
|
||||
:where(.editor-styles-wrapper) a{
|
||||
transition:none;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) code,html :where(.editor-styles-wrapper) kbd{
|
||||
:where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{
|
||||
background:inherit;
|
||||
font-family:monospace;
|
||||
font-size:inherit;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) p{
|
||||
:where(.editor-styles-wrapper) p{
|
||||
font-size:revert;
|
||||
line-height:revert;
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol,html :where(.editor-styles-wrapper) ul{
|
||||
:where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{
|
||||
box-sizing:border-box;
|
||||
list-style-type:revert;
|
||||
margin:revert;
|
||||
padding:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol ol,html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ol,html :where(.editor-styles-wrapper) ul ul{
|
||||
:where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol li,html :where(.editor-styles-wrapper) ul li{
|
||||
:where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ul{
|
||||
:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{
|
||||
list-style-type:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) h1,html :where(.editor-styles-wrapper) h2,html :where(.editor-styles-wrapper) h3,html :where(.editor-styles-wrapper) h4,html :where(.editor-styles-wrapper) h5,html :where(.editor-styles-wrapper) h6{
|
||||
:where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6{
|
||||
color:revert;
|
||||
font-size:revert;
|
||||
font-weight:revert;
|
||||
line-height:revert;
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) select{
|
||||
:where(.editor-styles-wrapper) select{
|
||||
-webkit-appearance:revert;
|
||||
background:revert;
|
||||
border:revert;
|
||||
@@ -72,7 +72,7 @@ html :where(.editor-styles-wrapper) select{
|
||||
transform:revert;
|
||||
vertical-align:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) select:disabled,html :where(.editor-styles-wrapper) select:focus{
|
||||
:where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{
|
||||
background-color:revert;
|
||||
background-image:revert;
|
||||
border-color:revert;
|
||||
|
||||
@@ -1 +1 @@
|
||||
html :where(.editor-styles-wrapper){background:#fff;color:initial;font-family:serif;font-size:medium;line-height:normal}html :where(.editor-styles-wrapper) .wp-align-wrapper{max-width:840px}html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,html :where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{max-width:none}html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{max-width:840px}html :where(.editor-styles-wrapper) a{transition:none}html :where(.editor-styles-wrapper) code,html :where(.editor-styles-wrapper) kbd{background:inherit;font-family:monospace;font-size:inherit;margin:0;padding:0}html :where(.editor-styles-wrapper) p{font-size:revert;line-height:revert;margin:revert}html :where(.editor-styles-wrapper) ol,html :where(.editor-styles-wrapper) ul{box-sizing:border-box;list-style-type:revert;margin:revert;padding:revert}html :where(.editor-styles-wrapper) ol ol,html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ol,html :where(.editor-styles-wrapper) ul ul{margin:revert}html :where(.editor-styles-wrapper) ol li,html :where(.editor-styles-wrapper) ul li{margin:revert}html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ul{list-style-type:revert}html :where(.editor-styles-wrapper) h1,html :where(.editor-styles-wrapper) h2,html :where(.editor-styles-wrapper) h3,html :where(.editor-styles-wrapper) h4,html :where(.editor-styles-wrapper) h5,html :where(.editor-styles-wrapper) h6{color:revert;font-size:revert;font-weight:revert;line-height:revert;margin:revert}html :where(.editor-styles-wrapper) select{-webkit-appearance:revert;background:revert;border:revert;border-radius:revert;box-shadow:revert;color:revert;cursor:revert;font-family:system-ui;font-size:revert;font-weight:revert;line-height:revert;margin:revert;max-width:revert;min-height:revert;outline:revert;padding:revert;text-shadow:revert;transform:revert;vertical-align:revert}html :where(.editor-styles-wrapper) select:disabled,html :where(.editor-styles-wrapper) select:focus{background-color:revert;background-image:revert;border-color:revert;box-shadow:revert;color:revert;cursor:revert;text-shadow:revert;transform:revert}
|
||||
:where(.editor-styles-wrapper){background:#fff;color:initial;font-family:serif;font-size:medium;line-height:normal}:where(.editor-styles-wrapper) .wp-align-wrapper{max-width:840px}:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{max-width:none}:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{max-width:840px}:where(.editor-styles-wrapper) a{transition:none}:where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{background:inherit;font-family:monospace;font-size:inherit;margin:0;padding:0}:where(.editor-styles-wrapper) p{font-size:revert;line-height:revert;margin:revert}:where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{box-sizing:border-box;list-style-type:revert;margin:revert;padding:revert}:where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{margin:revert}:where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{margin:revert}:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{list-style-type:revert}:where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6{color:revert;font-size:revert;font-weight:revert;line-height:revert;margin:revert}:where(.editor-styles-wrapper) select{-webkit-appearance:revert;background:revert;border:revert;border-radius:revert;box-shadow:revert;color:revert;cursor:revert;font-family:system-ui;font-size:revert;font-weight:revert;line-height:revert;margin:revert;max-width:revert;min-height:revert;outline:revert;padding:revert;text-shadow:revert;transform:revert;vertical-align:revert}:where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{background-color:revert;background-image:revert;border-color:revert;box-shadow:revert;color:revert;cursor:revert;text-shadow:revert;transform:revert}
|
||||
28
wp/wp-includes/css/dist/block-library/reset.css
vendored
28
wp/wp-includes/css/dist/block-library/reset.css
vendored
@@ -1,57 +1,57 @@
|
||||
html :where(.editor-styles-wrapper){
|
||||
:where(.editor-styles-wrapper){
|
||||
background:#fff;
|
||||
color:initial;
|
||||
font-family:serif;
|
||||
font-size:medium;
|
||||
line-height:normal;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) .wp-align-wrapper{
|
||||
:where(.editor-styles-wrapper) .wp-align-wrapper{
|
||||
max-width:840px;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,html :where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{
|
||||
:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{
|
||||
max-width:none;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{
|
||||
:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{
|
||||
max-width:840px;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) a{
|
||||
:where(.editor-styles-wrapper) a{
|
||||
transition:none;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) code,html :where(.editor-styles-wrapper) kbd{
|
||||
:where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{
|
||||
background:inherit;
|
||||
font-family:monospace;
|
||||
font-size:inherit;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) p{
|
||||
:where(.editor-styles-wrapper) p{
|
||||
font-size:revert;
|
||||
line-height:revert;
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol,html :where(.editor-styles-wrapper) ul{
|
||||
:where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{
|
||||
box-sizing:border-box;
|
||||
list-style-type:revert;
|
||||
margin:revert;
|
||||
padding:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol ol,html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ol,html :where(.editor-styles-wrapper) ul ul{
|
||||
:where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol li,html :where(.editor-styles-wrapper) ul li{
|
||||
:where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ul{
|
||||
:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{
|
||||
list-style-type:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) h1,html :where(.editor-styles-wrapper) h2,html :where(.editor-styles-wrapper) h3,html :where(.editor-styles-wrapper) h4,html :where(.editor-styles-wrapper) h5,html :where(.editor-styles-wrapper) h6{
|
||||
:where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6{
|
||||
color:revert;
|
||||
font-size:revert;
|
||||
font-weight:revert;
|
||||
line-height:revert;
|
||||
margin:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) select{
|
||||
:where(.editor-styles-wrapper) select{
|
||||
-webkit-appearance:revert;
|
||||
background:revert;
|
||||
border:revert;
|
||||
@@ -72,7 +72,7 @@ html :where(.editor-styles-wrapper) select{
|
||||
transform:revert;
|
||||
vertical-align:revert;
|
||||
}
|
||||
html :where(.editor-styles-wrapper) select:disabled,html :where(.editor-styles-wrapper) select:focus{
|
||||
:where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{
|
||||
background-color:revert;
|
||||
background-image:revert;
|
||||
border-color:revert;
|
||||
|
||||
@@ -1 +1 @@
|
||||
html :where(.editor-styles-wrapper){background:#fff;color:initial;font-family:serif;font-size:medium;line-height:normal}html :where(.editor-styles-wrapper) .wp-align-wrapper{max-width:840px}html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,html :where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{max-width:none}html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{max-width:840px}html :where(.editor-styles-wrapper) a{transition:none}html :where(.editor-styles-wrapper) code,html :where(.editor-styles-wrapper) kbd{background:inherit;font-family:monospace;font-size:inherit;margin:0;padding:0}html :where(.editor-styles-wrapper) p{font-size:revert;line-height:revert;margin:revert}html :where(.editor-styles-wrapper) ol,html :where(.editor-styles-wrapper) ul{box-sizing:border-box;list-style-type:revert;margin:revert;padding:revert}html :where(.editor-styles-wrapper) ol ol,html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ol,html :where(.editor-styles-wrapper) ul ul{margin:revert}html :where(.editor-styles-wrapper) ol li,html :where(.editor-styles-wrapper) ul li{margin:revert}html :where(.editor-styles-wrapper) ol ul,html :where(.editor-styles-wrapper) ul ul{list-style-type:revert}html :where(.editor-styles-wrapper) h1,html :where(.editor-styles-wrapper) h2,html :where(.editor-styles-wrapper) h3,html :where(.editor-styles-wrapper) h4,html :where(.editor-styles-wrapper) h5,html :where(.editor-styles-wrapper) h6{color:revert;font-size:revert;font-weight:revert;line-height:revert;margin:revert}html :where(.editor-styles-wrapper) select{-webkit-appearance:revert;background:revert;border:revert;border-radius:revert;box-shadow:revert;color:revert;cursor:revert;font-family:system-ui;font-size:revert;font-weight:revert;line-height:revert;margin:revert;max-width:revert;min-height:revert;outline:revert;padding:revert;text-shadow:revert;transform:revert;vertical-align:revert}html :where(.editor-styles-wrapper) select:disabled,html :where(.editor-styles-wrapper) select:focus{background-color:revert;background-image:revert;border-color:revert;box-shadow:revert;color:revert;cursor:revert;text-shadow:revert;transform:revert}
|
||||
:where(.editor-styles-wrapper){background:#fff;color:initial;font-family:serif;font-size:medium;line-height:normal}:where(.editor-styles-wrapper) .wp-align-wrapper{max-width:840px}:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{max-width:none}:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{max-width:840px}:where(.editor-styles-wrapper) a{transition:none}:where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{background:inherit;font-family:monospace;font-size:inherit;margin:0;padding:0}:where(.editor-styles-wrapper) p{font-size:revert;line-height:revert;margin:revert}:where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{box-sizing:border-box;list-style-type:revert;margin:revert;padding:revert}:where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{margin:revert}:where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{margin:revert}:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{list-style-type:revert}:where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6{color:revert;font-size:revert;font-weight:revert;line-height:revert;margin:revert}:where(.editor-styles-wrapper) select{-webkit-appearance:revert;background:revert;border:revert;border-radius:revert;box-shadow:revert;color:revert;cursor:revert;font-family:system-ui;font-size:revert;font-weight:revert;line-height:revert;margin:revert;max-width:revert;min-height:revert;outline:revert;padding:revert;text-shadow:revert;transform:revert;vertical-align:revert}:where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{background-color:revert;background-image:revert;border-color:revert;box-shadow:revert;color:revert;cursor:revert;text-shadow:revert;transform:revert}
|
||||
273
wp/wp-includes/css/dist/block-library/style-rtl.css
vendored
273
wp/wp-includes/css/dist/block-library/style-rtl.css
vendored
@@ -311,6 +311,9 @@
|
||||
.wp-block-column.is-vertically-aligned-bottom{
|
||||
align-self:flex-end;
|
||||
}
|
||||
.wp-block-column.is-vertically-aligned-stretch{
|
||||
align-self:stretch;
|
||||
}
|
||||
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
|
||||
width:100%;
|
||||
}
|
||||
@@ -630,6 +633,9 @@
|
||||
}
|
||||
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{
|
||||
margin:0;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{
|
||||
@@ -721,15 +727,6 @@
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.wp-block-details>:not(summary){
|
||||
margin-block-end:0;
|
||||
margin-block-start:var(--wp--style--block-gap);
|
||||
}
|
||||
|
||||
.wp-block-details>:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{
|
||||
max-width:360px;
|
||||
width:100%;
|
||||
@@ -795,6 +792,9 @@
|
||||
padding-top:200%;
|
||||
}
|
||||
|
||||
.wp-block-file{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.wp-block-file:not(.wp-element-button){
|
||||
font-size:.8em;
|
||||
}
|
||||
@@ -1066,6 +1066,9 @@ figure.wp-block-gallery.has-nested-images{
|
||||
h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{
|
||||
padding:1.25em 2.375em;
|
||||
}
|
||||
h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-image img{
|
||||
box-sizing:border-box;
|
||||
@@ -1161,25 +1164,58 @@ h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-b
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.wp-lightbox-container .img-container{
|
||||
.wp-lightbox-container{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
position:relative;
|
||||
}
|
||||
.wp-lightbox-container button{
|
||||
background:none;
|
||||
border:none;
|
||||
.wp-lightbox-container img{
|
||||
cursor:zoom-in;
|
||||
height:100%;
|
||||
}
|
||||
.wp-lightbox-container img:hover+button{
|
||||
opacity:1;
|
||||
}
|
||||
.wp-lightbox-container button{
|
||||
align-items:center;
|
||||
-webkit-backdrop-filter:blur(16px) saturate(180%);
|
||||
backdrop-filter:blur(16px) saturate(180%);
|
||||
background-color:rgba(90,90,90,.25);
|
||||
border:none;
|
||||
border-radius:4px;
|
||||
cursor:zoom-in;
|
||||
display:flex;
|
||||
height:20px;
|
||||
justify-content:center;
|
||||
left:16px;
|
||||
opacity:0;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:100%;
|
||||
text-align:center;
|
||||
top:16px;
|
||||
transition:opacity .2s ease;
|
||||
width:20px;
|
||||
z-index:100;
|
||||
}
|
||||
.wp-lightbox-container button:focus-visible{
|
||||
outline:5px auto #212121;
|
||||
outline:5px auto -webkit-focus-ring-color;
|
||||
outline-offset:5px;
|
||||
outline:3px auto rgba(90,90,90,.25);
|
||||
outline:3px auto -webkit-focus-ring-color;
|
||||
outline-offset:3px;
|
||||
}
|
||||
.wp-lightbox-container button:hover{
|
||||
cursor:pointer;
|
||||
opacity:1;
|
||||
}
|
||||
.wp-lightbox-container button:focus{
|
||||
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);
|
||||
border:none;
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay{
|
||||
box-sizing:border-box;
|
||||
cursor:zoom-out;
|
||||
height:100vh;
|
||||
overflow:hidden;
|
||||
position:fixed;
|
||||
@@ -1190,32 +1226,54 @@ h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-b
|
||||
z-index:100000;
|
||||
}
|
||||
.wp-lightbox-overlay .close-button{
|
||||
align-items:center;
|
||||
cursor:pointer;
|
||||
left:12.5px;
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
left:calc(env(safe-area-inset-left) + 16px);
|
||||
min-height:40px;
|
||||
min-width:40px;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
top:12.5px;
|
||||
top:calc(env(safe-area-inset-top) + 16px);
|
||||
z-index:5000000;
|
||||
}
|
||||
.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){
|
||||
background:none;
|
||||
border:none;
|
||||
}
|
||||
.wp-lightbox-overlay .lightbox-image-container{
|
||||
height:var(--wp--lightbox-container-height);
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
right:50%;
|
||||
top:50%;
|
||||
transform:translate(50%, -50%);
|
||||
transform-origin:top right;
|
||||
width:var(--wp--lightbox-container-width);
|
||||
z-index:9999999999;
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image{
|
||||
align-items:center;
|
||||
box-sizing:border-box;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
justify-content:center;
|
||||
position:absolute;
|
||||
margin:0;
|
||||
position:relative;
|
||||
transform-origin:100% 0;
|
||||
width:100%;
|
||||
z-index:3000000;
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image img{
|
||||
height:var(--wp--lightbox-image-height);
|
||||
min-height:var(--wp--lightbox-image-height);
|
||||
min-width:var(--wp--lightbox-image-width);
|
||||
width:var(--wp--lightbox-image-width);
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image figcaption{
|
||||
display:none;
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image img{
|
||||
max-height:100%;
|
||||
max-width:100%;
|
||||
width:auto;
|
||||
}
|
||||
.wp-lightbox-overlay button{
|
||||
background:none;
|
||||
border:none;
|
||||
@@ -1228,54 +1286,46 @@ h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-b
|
||||
width:100%;
|
||||
z-index:2000000;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.active{
|
||||
.wp-lightbox-overlay.active{
|
||||
animation:turn-on-visibility .25s both;
|
||||
visibility:visible;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.active img{
|
||||
animation:turn-on-visibility .3s both;
|
||||
.wp-lightbox-overlay.active img{
|
||||
animation:turn-on-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active){
|
||||
animation:turn-off-visibility .3s both;
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active){
|
||||
animation:turn-off-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img{
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active) img{
|
||||
animation:turn-off-visibility .25s both;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom img{
|
||||
height:var(--lightbox-image-max-height);
|
||||
position:absolute;
|
||||
transform-origin:top right;
|
||||
width:var(--lightbox-image-max-width);
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active{
|
||||
opacity:1;
|
||||
visibility:visible;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .wp-block-image img{
|
||||
animation:lightbox-zoom-in .4s forwards;
|
||||
}
|
||||
@media (prefers-reduced-motion){
|
||||
.wp-lightbox-overlay.zoom.active .wp-block-image img{
|
||||
animation:turn-on-visibility .4s both;
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
.wp-lightbox-overlay.zoom.active{
|
||||
animation:none;
|
||||
opacity:1;
|
||||
visibility:visible;
|
||||
}
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .scrim{
|
||||
animation:turn-on-visibility .4s forwards;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{
|
||||
animation:lightbox-zoom-out .4s forwards;
|
||||
}
|
||||
@media (prefers-reduced-motion){
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{
|
||||
animation:turn-off-visibility .4s both;
|
||||
.wp-lightbox-overlay.zoom.active .lightbox-image-container{
|
||||
animation:lightbox-zoom-in .4s;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .lightbox-image-container img{
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .scrim{
|
||||
animation:turn-on-visibility .4s forwards;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{
|
||||
animation:lightbox-zoom-out .4s;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{
|
||||
animation:turn-off-visibility .4s forwards;
|
||||
}
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{
|
||||
animation:turn-off-visibility .4s forwards;
|
||||
}
|
||||
|
||||
html.has-lightbox-open{
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
@keyframes turn-on-visibility{
|
||||
@@ -1302,30 +1352,23 @@ html.has-lightbox-open{
|
||||
}
|
||||
@keyframes lightbox-zoom-in{
|
||||
0%{
|
||||
right:var(--lightbox-initial-left-position);
|
||||
top:var(--lightbox-initial-top-position);
|
||||
transform:scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
|
||||
transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
}
|
||||
to{
|
||||
right:var(--lightbox-target-left-position);
|
||||
top:var(--lightbox-target-top-position);
|
||||
transform:scale(1);
|
||||
transform:translate(50%, -50%) scale(1);
|
||||
}
|
||||
}
|
||||
@keyframes lightbox-zoom-out{
|
||||
0%{
|
||||
right:var(--lightbox-target-left-position);
|
||||
top:var(--lightbox-target-top-position);
|
||||
transform:scale(1);
|
||||
transform:translate(50%, -50%) scale(1);
|
||||
visibility:visible;
|
||||
}
|
||||
99%{
|
||||
visibility:visible;
|
||||
}
|
||||
to{
|
||||
right:var(--lightbox-initial-left-position);
|
||||
top:var(--lightbox-initial-top-position);
|
||||
transform:scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
|
||||
transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
visibility:hidden;
|
||||
}
|
||||
}
|
||||
ol.wp-block-latest-comments{
|
||||
@@ -1804,6 +1847,13 @@ 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);
|
||||
}
|
||||
|
||||
.wp-block-navigation.has-background .wp-block-navigation__submenu-container{
|
||||
background-color:inherit;
|
||||
}
|
||||
|
||||
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
@@ -1842,7 +1892,7 @@ button.wp-block-navigation-item__content{
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.wp-block-navigation__responsive-container .wp-block-navigation-link a{
|
||||
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
|
||||
@@ -1863,7 +1913,7 @@ button.wp-block-navigation-item__content{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
overflow:auto;
|
||||
padding:var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-left, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-right, 2rem);
|
||||
padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem);
|
||||
z-index:100000;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
@@ -1912,7 +1962,7 @@ button.wp-block-navigation-item__content{
|
||||
display:flex;
|
||||
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-page-list{
|
||||
.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;
|
||||
color:inherit !important;
|
||||
}
|
||||
@@ -1938,6 +1988,9 @@ button.wp-block-navigation-item__content{
|
||||
|
||||
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
@@ -2025,7 +2078,6 @@ html.has-modal-open{
|
||||
|
||||
.wp-block-navigation .wp-block-navigation-item__label{
|
||||
overflow-wrap:break-word;
|
||||
word-break:normal;
|
||||
}
|
||||
.wp-block-navigation .wp-block-navigation-item__description{
|
||||
display:none;
|
||||
@@ -2086,6 +2138,10 @@ p.has-background{
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-post-author{
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
@@ -2257,6 +2313,9 @@ p.has-background{
|
||||
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-post-featured-image:where(.alignleft,.alignright){
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{
|
||||
display:inline-block;
|
||||
@@ -2272,6 +2331,9 @@ p.has-background{
|
||||
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){
|
||||
transform:scaleX(-1);;
|
||||
}
|
||||
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-post-terms{
|
||||
box-sizing:border-box;
|
||||
@@ -2292,10 +2354,11 @@ p.has-background{
|
||||
}
|
||||
|
||||
.wp-block-preformatted{
|
||||
box-sizing:border-box;
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
|
||||
.wp-block-preformatted.has-background{
|
||||
:where(.wp-block-preformatted.has-background){
|
||||
padding:1.25em 2.375em;
|
||||
}
|
||||
|
||||
@@ -2395,6 +2458,29 @@ p.has-background{
|
||||
grid-template-columns:1fr;
|
||||
}
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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{
|
||||
margin-bottom:.5em;
|
||||
margin-right:.5em;
|
||||
@@ -2403,10 +2489,12 @@ p.has-background{
|
||||
margin-right:0;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{
|
||||
margin-inline-start:auto;
|
||||
-webkit-margin-start:auto;
|
||||
margin-inline-start:auto;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{
|
||||
margin-inline-end:auto;
|
||||
-webkit-margin-end:auto;
|
||||
margin-inline-end:auto;
|
||||
}
|
||||
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
|
||||
display:inline-block;
|
||||
@@ -2545,7 +2633,9 @@ 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:calc(100% - 100px);
|
||||
}
|
||||
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
|
||||
@@ -2623,6 +2713,7 @@ ul.wp-block-rss.is-grid li{
|
||||
}
|
||||
.wp-block-site-logo a{
|
||||
display:inline-block;
|
||||
line-height:0;
|
||||
}
|
||||
.wp-block-site-logo.is-default-size img{
|
||||
height:auto;
|
||||
@@ -2845,7 +2936,7 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#2aabee;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
|
||||
background-color:#000;
|
||||
color:#fff;
|
||||
}
|
||||
@@ -2877,6 +2968,10 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#25d366;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{
|
||||
background-color:#000;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{
|
||||
background-color:#d32422;
|
||||
color:#fff;
|
||||
@@ -2987,7 +3082,7 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{
|
||||
color:#2aabee;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{
|
||||
color:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{
|
||||
@@ -3011,6 +3106,9 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{
|
||||
color:#3499cd;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-x{
|
||||
color:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{
|
||||
color:#d32422;
|
||||
}
|
||||
@@ -3208,6 +3306,7 @@ pre.wp-block-verse{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.wp-block-video video{
|
||||
vertical-align:middle;
|
||||
width:100%;
|
||||
}
|
||||
@supports (position:sticky){
|
||||
|
||||
File diff suppressed because one or more lines are too long
273
wp/wp-includes/css/dist/block-library/style.css
vendored
273
wp/wp-includes/css/dist/block-library/style.css
vendored
@@ -311,6 +311,9 @@
|
||||
.wp-block-column.is-vertically-aligned-bottom{
|
||||
align-self:flex-end;
|
||||
}
|
||||
.wp-block-column.is-vertically-aligned-stretch{
|
||||
align-self:stretch;
|
||||
}
|
||||
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
|
||||
width:100%;
|
||||
}
|
||||
@@ -630,6 +633,9 @@
|
||||
}
|
||||
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{
|
||||
margin:0;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{
|
||||
@@ -721,15 +727,6 @@
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.wp-block-details>:not(summary){
|
||||
margin-block-end:0;
|
||||
margin-block-start:var(--wp--style--block-gap);
|
||||
}
|
||||
|
||||
.wp-block-details>:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{
|
||||
max-width:360px;
|
||||
width:100%;
|
||||
@@ -795,6 +792,9 @@
|
||||
padding-top:200%;
|
||||
}
|
||||
|
||||
.wp-block-file{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.wp-block-file:not(.wp-element-button){
|
||||
font-size:.8em;
|
||||
}
|
||||
@@ -1066,6 +1066,9 @@ figure.wp-block-gallery.has-nested-images{
|
||||
h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{
|
||||
padding:1.25em 2.375em;
|
||||
}
|
||||
h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-image img{
|
||||
box-sizing:border-box;
|
||||
@@ -1161,25 +1164,58 @@ h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-b
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.wp-lightbox-container .img-container{
|
||||
.wp-lightbox-container{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
position:relative;
|
||||
}
|
||||
.wp-lightbox-container button{
|
||||
background:none;
|
||||
border:none;
|
||||
.wp-lightbox-container img{
|
||||
cursor:zoom-in;
|
||||
height:100%;
|
||||
}
|
||||
.wp-lightbox-container img:hover+button{
|
||||
opacity:1;
|
||||
}
|
||||
.wp-lightbox-container button{
|
||||
align-items:center;
|
||||
-webkit-backdrop-filter:blur(16px) saturate(180%);
|
||||
backdrop-filter:blur(16px) saturate(180%);
|
||||
background-color:rgba(90,90,90,.25);
|
||||
border:none;
|
||||
border-radius:4px;
|
||||
cursor:zoom-in;
|
||||
display:flex;
|
||||
height:20px;
|
||||
justify-content:center;
|
||||
opacity:0;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
width:100%;
|
||||
right:16px;
|
||||
text-align:center;
|
||||
top:16px;
|
||||
transition:opacity .2s ease;
|
||||
width:20px;
|
||||
z-index:100;
|
||||
}
|
||||
.wp-lightbox-container button:focus-visible{
|
||||
outline:5px auto #212121;
|
||||
outline:5px auto -webkit-focus-ring-color;
|
||||
outline-offset:5px;
|
||||
outline:3px auto rgba(90,90,90,.25);
|
||||
outline:3px auto -webkit-focus-ring-color;
|
||||
outline-offset:3px;
|
||||
}
|
||||
.wp-lightbox-container button:hover{
|
||||
cursor:pointer;
|
||||
opacity:1;
|
||||
}
|
||||
.wp-lightbox-container button:focus{
|
||||
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);
|
||||
border:none;
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay{
|
||||
box-sizing:border-box;
|
||||
cursor:zoom-out;
|
||||
height:100vh;
|
||||
left:0;
|
||||
overflow:hidden;
|
||||
@@ -1190,32 +1226,54 @@ h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-b
|
||||
z-index:100000;
|
||||
}
|
||||
.wp-lightbox-overlay .close-button{
|
||||
align-items:center;
|
||||
cursor:pointer;
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
min-height:40px;
|
||||
min-width:40px;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
right:12.5px;
|
||||
top:12.5px;
|
||||
right:calc(env(safe-area-inset-right) + 16px);
|
||||
top:calc(env(safe-area-inset-top) + 16px);
|
||||
z-index:5000000;
|
||||
}
|
||||
.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){
|
||||
background:none;
|
||||
border:none;
|
||||
}
|
||||
.wp-lightbox-overlay .lightbox-image-container{
|
||||
height:var(--wp--lightbox-container-height);
|
||||
left:50%;
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
top:50%;
|
||||
transform:translate(-50%, -50%);
|
||||
transform-origin:top left;
|
||||
width:var(--wp--lightbox-container-width);
|
||||
z-index:9999999999;
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image{
|
||||
align-items:center;
|
||||
box-sizing:border-box;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
height:100%;
|
||||
justify-content:center;
|
||||
position:absolute;
|
||||
margin:0;
|
||||
position:relative;
|
||||
transform-origin:0 0;
|
||||
width:100%;
|
||||
z-index:3000000;
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image img{
|
||||
height:var(--wp--lightbox-image-height);
|
||||
min-height:var(--wp--lightbox-image-height);
|
||||
min-width:var(--wp--lightbox-image-width);
|
||||
width:var(--wp--lightbox-image-width);
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image figcaption{
|
||||
display:none;
|
||||
}
|
||||
.wp-lightbox-overlay .wp-block-image img{
|
||||
max-height:100%;
|
||||
max-width:100%;
|
||||
width:auto;
|
||||
}
|
||||
.wp-lightbox-overlay button{
|
||||
background:none;
|
||||
border:none;
|
||||
@@ -1228,54 +1286,46 @@ h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-b
|
||||
width:100%;
|
||||
z-index:2000000;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.active{
|
||||
.wp-lightbox-overlay.active{
|
||||
animation:turn-on-visibility .25s both;
|
||||
visibility:visible;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.active img{
|
||||
animation:turn-on-visibility .3s both;
|
||||
.wp-lightbox-overlay.active img{
|
||||
animation:turn-on-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active){
|
||||
animation:turn-off-visibility .3s both;
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active){
|
||||
animation:turn-off-visibility .35s both;
|
||||
}
|
||||
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img{
|
||||
.wp-lightbox-overlay.hideanimationenabled:not(.active) img{
|
||||
animation:turn-off-visibility .25s both;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom img{
|
||||
height:var(--lightbox-image-max-height);
|
||||
position:absolute;
|
||||
transform-origin:top left;
|
||||
width:var(--lightbox-image-max-width);
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active{
|
||||
opacity:1;
|
||||
visibility:visible;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .wp-block-image img{
|
||||
animation:lightbox-zoom-in .4s forwards;
|
||||
}
|
||||
@media (prefers-reduced-motion){
|
||||
.wp-lightbox-overlay.zoom.active .wp-block-image img{
|
||||
animation:turn-on-visibility .4s both;
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
.wp-lightbox-overlay.zoom.active{
|
||||
animation:none;
|
||||
opacity:1;
|
||||
visibility:visible;
|
||||
}
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .scrim{
|
||||
animation:turn-on-visibility .4s forwards;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{
|
||||
animation:lightbox-zoom-out .4s forwards;
|
||||
}
|
||||
@media (prefers-reduced-motion){
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{
|
||||
animation:turn-off-visibility .4s both;
|
||||
.wp-lightbox-overlay.zoom.active .lightbox-image-container{
|
||||
animation:lightbox-zoom-in .4s;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .lightbox-image-container img{
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .scrim{
|
||||
animation:turn-on-visibility .4s forwards;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{
|
||||
animation:lightbox-zoom-out .4s;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{
|
||||
animation:none;
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{
|
||||
animation:turn-off-visibility .4s forwards;
|
||||
}
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{
|
||||
animation:turn-off-visibility .4s forwards;
|
||||
}
|
||||
|
||||
html.has-lightbox-open{
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
@keyframes turn-on-visibility{
|
||||
@@ -1302,30 +1352,23 @@ html.has-lightbox-open{
|
||||
}
|
||||
@keyframes lightbox-zoom-in{
|
||||
0%{
|
||||
left:var(--lightbox-initial-left-position);
|
||||
top:var(--lightbox-initial-top-position);
|
||||
transform:scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
|
||||
transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
}
|
||||
to{
|
||||
left:var(--lightbox-target-left-position);
|
||||
top:var(--lightbox-target-top-position);
|
||||
transform:scale(1);
|
||||
transform:translate(-50%, -50%) scale(1);
|
||||
}
|
||||
}
|
||||
@keyframes lightbox-zoom-out{
|
||||
0%{
|
||||
left:var(--lightbox-target-left-position);
|
||||
top:var(--lightbox-target-top-position);
|
||||
transform:scale(1);
|
||||
transform:translate(-50%, -50%) scale(1);
|
||||
visibility:visible;
|
||||
}
|
||||
99%{
|
||||
visibility:visible;
|
||||
}
|
||||
to{
|
||||
left:var(--lightbox-initial-left-position);
|
||||
top:var(--lightbox-initial-top-position);
|
||||
transform:scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
|
||||
transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
visibility:hidden;
|
||||
}
|
||||
}
|
||||
ol.wp-block-latest-comments{
|
||||
@@ -1804,6 +1847,13 @@ 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);
|
||||
}
|
||||
|
||||
.wp-block-navigation.has-background .wp-block-navigation__submenu-container{
|
||||
background-color:inherit;
|
||||
}
|
||||
|
||||
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
@@ -1842,7 +1892,7 @@ button.wp-block-navigation-item__content{
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.wp-block-navigation__responsive-container .wp-block-navigation-link a{
|
||||
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
|
||||
@@ -1863,7 +1913,7 @@ button.wp-block-navigation-item__content{
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
overflow:auto;
|
||||
padding:var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
|
||||
padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
|
||||
z-index:100000;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
@@ -1912,7 +1962,7 @@ button.wp-block-navigation-item__content{
|
||||
display:flex;
|
||||
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-page-list{
|
||||
.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;
|
||||
color:inherit !important;
|
||||
}
|
||||
@@ -1938,6 +1988,9 @@ button.wp-block-navigation-item__content{
|
||||
|
||||
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
@@ -2025,7 +2078,6 @@ html.has-modal-open{
|
||||
|
||||
.wp-block-navigation .wp-block-navigation-item__label{
|
||||
overflow-wrap:break-word;
|
||||
word-break:normal;
|
||||
}
|
||||
.wp-block-navigation .wp-block-navigation-item__description{
|
||||
display:none;
|
||||
@@ -2086,6 +2138,10 @@ p.has-background{
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-post-author{
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
@@ -2257,6 +2313,9 @@ p.has-background{
|
||||
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
|
||||
opacity:1;
|
||||
}
|
||||
.wp-block-post-featured-image:where(.alignleft,.alignright){
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{
|
||||
display:inline-block;
|
||||
@@ -2272,6 +2331,9 @@ p.has-background{
|
||||
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){
|
||||
transform:scaleX(1);
|
||||
}
|
||||
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{
|
||||
rotate:180deg;
|
||||
}
|
||||
|
||||
.wp-block-post-terms{
|
||||
box-sizing:border-box;
|
||||
@@ -2292,10 +2354,11 @@ p.has-background{
|
||||
}
|
||||
|
||||
.wp-block-preformatted{
|
||||
box-sizing:border-box;
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
|
||||
.wp-block-preformatted.has-background{
|
||||
:where(.wp-block-preformatted.has-background){
|
||||
padding:1.25em 2.375em;
|
||||
}
|
||||
|
||||
@@ -2395,6 +2458,29 @@ p.has-background{
|
||||
grid-template-columns:1fr;
|
||||
}
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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{
|
||||
margin-bottom:.5em;
|
||||
margin-right:.5em;
|
||||
@@ -2403,10 +2489,12 @@ p.has-background{
|
||||
margin-right:0;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{
|
||||
margin-inline-start:auto;
|
||||
-webkit-margin-start:auto;
|
||||
margin-inline-start:auto;
|
||||
}
|
||||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{
|
||||
margin-inline-end:auto;
|
||||
-webkit-margin-end:auto;
|
||||
margin-inline-end:auto;
|
||||
}
|
||||
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
|
||||
display:inline-block;
|
||||
@@ -2545,7 +2633,9 @@ 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:calc(100% - 100px);
|
||||
}
|
||||
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
|
||||
@@ -2623,6 +2713,7 @@ ul.wp-block-rss.is-grid li{
|
||||
}
|
||||
.wp-block-site-logo a{
|
||||
display:inline-block;
|
||||
line-height:0;
|
||||
}
|
||||
.wp-block-site-logo.is-default-size img{
|
||||
height:auto;
|
||||
@@ -2845,7 +2936,7 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#2aabee;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
|
||||
background-color:#000;
|
||||
color:#fff;
|
||||
}
|
||||
@@ -2877,6 +2968,10 @@ ul.wp-block-rss.is-grid li{
|
||||
background-color:#25d366;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{
|
||||
background-color:#000;
|
||||
color:#fff;
|
||||
}
|
||||
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{
|
||||
background-color:#d32422;
|
||||
color:#fff;
|
||||
@@ -2987,7 +3082,7 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{
|
||||
color:#2aabee;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{
|
||||
color:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{
|
||||
@@ -3011,6 +3106,9 @@ ul.wp-block-rss.is-grid li{
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{
|
||||
color:#3499cd;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-x{
|
||||
color:#000;
|
||||
}
|
||||
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{
|
||||
color:#d32422;
|
||||
}
|
||||
@@ -3208,6 +3306,7 @@ pre.wp-block-verse{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.wp-block-video video{
|
||||
vertical-align:middle;
|
||||
width:100%;
|
||||
}
|
||||
@supports (position:sticky){
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user