diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:56:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:56:49 +0000 |
commit | a415c29efee45520ae252d2aa28f1083a521cd7b (patch) | |
tree | f4ade4b6668ecc0765de7e1424f7c1427ad433ff /wp-includes/css/dist/edit-widgets/style-rtl.css | |
parent | Initial commit. (diff) | |
download | wordpress-a415c29efee45520ae252d2aa28f1083a521cd7b.tar.xz wordpress-a415c29efee45520ae252d2aa28f1083a521cd7b.zip |
Adding upstream version 6.4.3+dfsg1.upstream/6.4.3+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/css/dist/edit-widgets/style-rtl.css')
-rw-r--r-- | wp-includes/css/dist/edit-widgets/style-rtl.css | 1162 |
1 files changed, 1162 insertions, 0 deletions
diff --git a/wp-includes/css/dist/edit-widgets/style-rtl.css b/wp-includes/css/dist/edit-widgets/style-rtl.css new file mode 100644 index 0000000..efca586 --- /dev/null +++ b/wp-includes/css/dist/edit-widgets/style-rtl.css @@ -0,0 +1,1162 @@ +: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; + } +} + +.components-panel__header.interface-complementary-area-header__small{ + background:#fff; + padding-left:4px; +} +.components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title{ + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + width:100%; +} +@media (min-width:782px){ + .components-panel__header.interface-complementary-area-header__small{ + display:none; + } +} + +.interface-complementary-area-header{ + background:#fff; + padding-left:4px; +} +.interface-complementary-area-header .components-button.has-icon{ + display:none; + margin-right:auto; +} +.interface-complementary-area-header .components-button.has-icon~.components-button{ + margin-right:0; +} +@media (min-width:782px){ + .interface-complementary-area-header .components-button.has-icon{ + display:flex; + } + .components-panel__header+.interface-complementary-area-header{ + margin-top:0; + } +} + +.interface-complementary-area{ + background:#fff; + color:#1e1e1e; +} +@media (min-width:600px){ + .interface-complementary-area{ + -webkit-overflow-scrolling:touch; + } +} +@media (min-width:782px){ + .interface-complementary-area{ + width:280px; + } +} +.interface-complementary-area .components-panel{ + border:none; + position:relative; + z-index:0; +} +.interface-complementary-area .components-panel__header{ + position:sticky; + top:0; + z-index:1; +} +.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs{ + top:48px; +} +@media (min-width:782px){ + .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs{ + top:0; + } +} +.interface-complementary-area p:not(.components-base-control__help){ + margin-top:0; +} +.interface-complementary-area h2{ + color:#1e1e1e; + font-size:13px; + margin-bottom:1.5em; +} +.interface-complementary-area h3{ + color:#1e1e1e; + font-size:11px; + font-weight:500; + margin-bottom:1.5em; + text-transform:uppercase; +} +.interface-complementary-area hr{ + border-bottom:1px solid #f0f0f0; + border-top:none; + margin:1.5em 0; +} +.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{ + box-shadow:none; + margin-bottom:1.5em; +} +.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{ + margin-bottom:0; +} +.interface-complementary-area .block-editor-skip-to-selected-block:focus{ + bottom:10px; + left:10px; + right:auto; + top:auto; +} + +@media (min-width:782px){ + body.js.is-fullscreen-mode{ + height:calc(100% + 32px); + margin-top:-32px; + } + body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{ + display:none; + } + body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{ + margin-right:0; + } +} + +html.interface-interface-skeleton__html-container{ + position:fixed; + width:100%; +} +@media (min-width:782px){ + html.interface-interface-skeleton__html-container{ + position:static; + width:auto; + } +} + +.interface-interface-skeleton{ + bottom:0; + display:flex; + flex-direction:row; + height:auto; + left:0; + max-height:100%; + position:fixed; + top:46px; +} +@media (min-width:783px){ + .interface-interface-skeleton{ + top:32px; + } + .is-fullscreen-mode .interface-interface-skeleton{ + top:0; + } +} + +.interface-interface-skeleton__editor{ + display:flex; + flex:0 1 100%; + flex-direction:column; + overflow:hidden; +} + +.interface-interface-skeleton{ + right:0; +} +@media (min-width:783px){ + .interface-interface-skeleton{ + right:160px; + } +} +@media (min-width:783px){ + .auto-fold .interface-interface-skeleton{ + right:36px; + } +} +@media (min-width:961px){ + .auto-fold .interface-interface-skeleton{ + right:160px; + } +} +.folded .interface-interface-skeleton{ + right:0; +} +@media (min-width:783px){ + .folded .interface-interface-skeleton{ + right:36px; + } +} + +body.is-fullscreen-mode .interface-interface-skeleton{ + right:0 !important; +} + +.interface-interface-skeleton__body{ + display:flex; + flex-grow:1; + overflow:auto; + overscroll-behavior-y:none; +} +@media (min-width:782px){ + .has-footer .interface-interface-skeleton__body{ + padding-bottom:25px; + } +} + +.interface-interface-skeleton__content{ + display:flex; + flex-direction:column; + flex-grow:1; + overflow:auto; + z-index:20; +} +@media (min-width:782px){ + .interface-interface-skeleton__content{ + z-index:auto; + } +} + +.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ + background:#fff; + bottom:0; + color:#1e1e1e; + flex-shrink:0; + left:0; + position:absolute; + right:0; + top:0; + z-index:100000; +} +@media (min-width:782px){ + .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{ + position:relative !important; + width:auto; + } + .is-sidebar-opened .interface-interface-skeleton__secondary-sidebar,.is-sidebar-opened .interface-interface-skeleton__sidebar{ + z-index:90; + } +} + +.interface-interface-skeleton__sidebar{ + overflow:auto; +} +@media (min-width:782px){ + .interface-interface-skeleton__sidebar{ + border-right:1px solid #e0e0e0; + } + .interface-interface-skeleton__secondary-sidebar{ + border-left:1px solid #e0e0e0; + } +} + +.interface-interface-skeleton__header{ + border-bottom:1px solid #e0e0e0; + color:#1e1e1e; + flex-shrink:0; + height:auto; + z-index:30; +} + +.interface-interface-skeleton__footer{ + background-color:#fff; + border-top:1px solid #e0e0e0; + bottom:0; + color:#1e1e1e; + display:none; + flex-shrink:0; + height:auto; + position:absolute; + right:0; + width:100%; + z-index:90; +} +@media (min-width:782px){ + .interface-interface-skeleton__footer{ + display:flex; + } +} +.interface-interface-skeleton__footer .block-editor-block-breadcrumb{ + align-items:center; + background:#fff; + display:flex; + font-size:13px; + height:24px; + padding:0 18px; + z-index:30; +} + +.interface-interface-skeleton__actions{ + background:#fff; + bottom:auto; + color:#1e1e1e; + left:0; + position:fixed !important; + right:auto; + top:-9999em; + width:100vw; + z-index:100000; +} +@media (min-width:782px){ + .interface-interface-skeleton__actions{ + width:280px; + } +} +.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{ + bottom:0; + top:auto; +} +.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ + top:46px; +} +@media (min-width:782px){ + .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ + border-right:1px solid #ddd; + top:32px; + } + .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{ + top:0; + } +} + +.interface-more-menu-dropdown{ + margin-right:-4px; +} +.interface-more-menu-dropdown .components-button{ + padding:0 2px; + width:auto; +} +@media (min-width:600px){ + .interface-more-menu-dropdown{ + margin-right:0; + } + .interface-more-menu-dropdown .components-button{ + padding:0 4px; + } +} + +.interface-more-menu-dropdown__content .components-popover__content{ + min-width:280px; +} +@media (min-width:480px){ + .interface-more-menu-dropdown__content .components-popover__content{ + max-width:480px; + } +} +.interface-more-menu-dropdown__content .components-popover__content .components-dropdown-menu__menu{ + padding:0; +} + +.components-popover.interface-more-menu-dropdown__content{ + z-index:99998; +} + +.interface-pinned-items{ + display:flex; + gap:4px; + margin-left:-4px; +} +.interface-pinned-items .components-button{ + display:none; + margin:0; +} +.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:global-styles"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{ + display:flex; +} +.interface-pinned-items .components-button svg{ + max-height:24px; + max-width:24px; +} +@media (min-width:600px){ + .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"]{ + margin-left:auto; + margin-right:auto; + max-width:700px; +} +.wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title{ + background:#fff; + font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; + height:48px; + margin:0; + position:relative; + transform:translateZ(0); + z-index:1; +} +.wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title:hover{ + background:#fff; +} +.wp-block[data-type="core/widget-area"] .block-list-appender.wp-block{ + position:relative; + width:auto; +} +.wp-block[data-type="core/widget-area"] .editor-styles-wrapper .wp-block.wp-block.wp-block.wp-block.wp-block{ + max-width:100%; +} +.wp-block[data-type="core/widget-area"] .components-panel__body.is-opened{ + padding:0; +} + +.blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper{ + margin:0; + padding:0; +} +.blocks-widgets-container .wp-block-widget-area__inner-blocks.editor-styles-wrapper>.block-editor-block-list__layout{ + margin-top:-48px; + min-height:32px; + padding:72px 16px 16px; +} + +.wp-block-widget-area__highlight-drop-zone{ + outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color); +} + +body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title,body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .components-panel__body>.components-panel__body-title *{ + pointer-events:none; +} + +.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); + margin:60px auto auto; + max-width:780px; + padding:20px; +} + +.edit-widgets-header{ + align-items:center; + background:#fff; + display:flex; + height:60px; + justify-content:space-between; + overflow:auto; +} +@media (min-width:600px){ + .edit-widgets-header{ + overflow:visible; + } +} + +.edit-widgets-header__navigable-toolbar-wrapper{ + align-items:center; + display:flex; + justify-content:center; + padding-right:16px; +} + +.edit-widgets-header__title{ + font-size:20px; + margin:0 0 0 20px; + padding:0; +} + +.edit-widgets-header__actions{ + align-items:center; + display:flex; + gap:4px; + padding-left:16px; +} +@media (min-width:600px){ + .edit-widgets-header__actions{ + gap:8px; + } +} + +.edit-widgets-header-toolbar{ + border:none; +} +.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; + min-width:36px; + padding:6px; +} +.edit-widgets-header-toolbar>.components-button.has-icon.has-icon.has-icon.is-pressed,.edit-widgets-header-toolbar>.components-dropdown>.components-button.has-icon.has-icon.is-pressed{ + background:#1e1e1e; +} +.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; +} +.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; +} + +.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{ + padding-left:8px; + padding-right:8px; +} +@media (min-width:600px){ + .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle{ + padding-left:12px; + padding-right:12px; + } +} +.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle:after{ + content:none; +} +.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle svg{ + transition:transform .2s cubic-bezier(.165, .84, .44, 1); +} +@media (prefers-reduced-motion:reduce){ + .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle svg{ + transition-delay:0s; + transition-duration:0s; + } +} +.edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle.is-pressed svg{ + transform:rotate(-45deg); +} + +.edit-widgets-keyboard-shortcut-help-modal__section{ + margin:0 0 2rem; +} +.edit-widgets-keyboard-shortcut-help-modal__section-title{ + font-size:.9rem; + font-weight:600; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut{ + align-items:baseline; + border-top:1px solid #ddd; + display:flex; + margin-bottom:0; + padding:.6rem 0; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut:last-child{ + border-bottom:1px solid #ddd; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut:empty{ + display:none; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut-term{ + font-weight:600; + margin:0 1rem 0 0; + text-align:left; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut-description{ + flex:1; + flex-basis:auto; + margin:0; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ + background:none; + display:block; + margin:0; + padding:0; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination+.edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination{ + margin-top:10px; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut-key{ + border-radius:8%; + margin:0 .2rem; + padding:.25rem .5rem; +} +.edit-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child{ + margin:0 .2rem 0 0; +} + +.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; + padding:16px; +} +.edit-widgets-widget-areas__top-container .block-editor-block-icon{ + margin-left:16px; +} + +.edit-widgets-notices__snackbar{ + bottom:20px; + left:0; + padding-left:16px; + padding-right:16px; + position:fixed; + right:0; +} +@media (min-width:783px){ + .edit-widgets-notices__snackbar{ + right:160px; + } +} +@media (min-width:783px){ + .auto-fold .edit-widgets-notices__snackbar{ + right:36px; + } +} +@media (min-width:961px){ + .auto-fold .edit-widgets-notices__snackbar{ + right:160px; + } +} +.folded .edit-widgets-notices__snackbar{ + right:0; +} +@media (min-width:783px){ + .folded .edit-widgets-notices__snackbar{ + right:36px; + } +} + +body.is-fullscreen-mode .edit-widgets-notices__snackbar{ + right:0 !important; +} + +.edit-widgets-notices__dismissible .components-notice,.edit-widgets-notices__pinned .components-notice{ + border-bottom:1px solid rgba(0,0,0,.2); + box-sizing:border-box; + margin:0; + min-height:60px; + padding:0 12px; +} +.edit-widgets-notices__dismissible .components-notice .components-notice__dismiss,.edit-widgets-notices__pinned .components-notice .components-notice__dismiss{ + margin-top:12px; +} + +.edit-widgets-layout__inserter-panel{ + display:flex; + flex-direction:column; + height:100%; +} +.edit-widgets-layout__inserter-panel .block-editor-inserter__menu{ + overflow:hidden; +} + +.edit-widgets-layout__inserter-panel-header{ + display:flex; + justify-content:flex-end; + padding-left:8px; + padding-top:8px; +} + +.edit-widgets-layout__inserter-panel-content{ + height:calc(100% - 44px); +} +@media (min-width:782px){ + .edit-widgets-layout__inserter-panel-content{ + height:100%; + } +} + +@media (min-width:782px){ + .blocks-widgets-container .interface-interface-skeleton__header:not(:focus-within){ + z-index:19; + } +} + +.edit-widgets-welcome-guide{ + width:312px; +} +.edit-widgets-welcome-guide__image{ + background:#00a0d2; + margin:0 0 16px; +} +.edit-widgets-welcome-guide__image>img{ + display:block; + max-width:100%; + object-fit:cover; +} +.edit-widgets-welcome-guide__heading{ + font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; + font-size:24px; + line-height:1.4; + margin:16px 0; + padding:0 32px; +} +.edit-widgets-welcome-guide__text{ + font-size:13px; + line-height:1.4; + margin:0 0 24px; + padding:0 32px; +} +.edit-widgets-welcome-guide__inserter-icon{ + margin:0 4px; + vertical-align:text-top; +} + +.edit-widgets-block-editor{ + font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; + position:relative; +} +.edit-widgets-block-editor,.edit-widgets-block-editor .block-editor-writing-flow,.edit-widgets-block-editor>div:last-of-type{ + display:flex; + flex-direction:column; + flex-grow:1; +} +.edit-widgets-block-editor .edit-widgets-main-block-list{ + height:100%; +} +.edit-widgets-block-editor .components-button{ + font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; + font-size:13px; +} +.edit-widgets-block-editor .components-button.has-icon,.edit-widgets-block-editor .components-button.is-tertiary{ + 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; + height:100%; + min-width:350px; +} + +.edit-widgets-editor__list-view-panel-content{ + height:calc(100% - 44px); + overflow-y:auto; + padding:8px; +} + +.edit-widgets-editor__list-view-panel-header{ + align-items:center; + border-bottom:1px solid #ddd; + display:flex; + height:48px; + justify-content:space-between; + padding-left:4px; + padding-right:16px; +} + +body.js.appearance_page_gutenberg-widgets,body.js.widgets-php{ + background:#fff; +} +body.js.appearance_page_gutenberg-widgets #wpcontent,body.js.widgets-php #wpcontent{ + padding-right:0; +} +body.js.appearance_page_gutenberg-widgets #wpbody-content,body.js.widgets-php #wpbody-content{ + padding-bottom:0; +} +body.js.appearance_page_gutenberg-widgets #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.appearance_page_gutenberg-widgets #wpfooter,body.js.widgets-php #wpbody-content>div:not(.blocks-widgets-container):not(#screen-meta),body.js.widgets-php #wpfooter{ + display:none; +} +body.js.appearance_page_gutenberg-widgets .a11y-speak-region,body.js.widgets-php .a11y-speak-region{ + right:-1px; + top:-1px; +} +body.js.appearance_page_gutenberg-widgets ul#adminmenu a.wp-has-current-submenu:after,body.js.appearance_page_gutenberg-widgets ul#adminmenu>li.current>a.current:after,body.js.widgets-php ul#adminmenu a.wp-has-current-submenu:after,body.js.widgets-php ul#adminmenu>li.current>a.current:after{ + border-left-color:#fff; +} +body.js.appearance_page_gutenberg-widgets .media-frame select.attachment-filters:last-of-type,body.js.widgets-php .media-frame select.attachment-filters:last-of-type{ + max-width:100%; + width:auto; +} + +.blocks-widgets-container,.components-modal__frame{ + box-sizing:border-box; +} +.blocks-widgets-container *,.blocks-widgets-container :after,.blocks-widgets-container :before,.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{ + box-sizing:inherit; +} + +@media (min-width:600px){ + .blocks-widgets-container{ + bottom:0; + left:0; + min-height:calc(100vh - 46px); + position:absolute; + right:0; + top:0; + } +} +@media (min-width:782px){ + .blocks-widgets-container{ + min-height:calc(100vh - 32px); + } +} +.blocks-widgets-container .interface-interface-skeleton__content{ + background-color:#f0f0f0; +} + +.blocks-widgets-container .editor-styles-wrapper{ + margin:auto; + max-width:700px; +} + +.edit-widgets-sidebar .components-button.interface-complementary-area__pin-unpin-item{ + display:none; +} + +.js .widgets-php .notice{ + display:none !important; +} + +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; + } +}
\ No newline at end of file |