123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167 |
- /**
- * Colors
- */
- /**
- * Breakpoints & Media Queries
- */
- /**
- * SCSS Variables.
- *
- * Please use variables from this sheet to ensure consistency across the UI.
- * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
- * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
- */
- /**
- * Colors
- */
- /**
- * Fonts & basic variables.
- */
- /**
- * Grid System.
- * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
- */
- /**
- * Dimensions.
- */
- /**
- * Shadows.
- */
- /**
- * Editor widths.
- */
- /**
- * Block & Editor UI.
- */
- /**
- * Block paddings.
- */
- /**
- * React Native specific.
- * These variables do not appear to be used anywhere else.
- */
- /**
- * Converts a hex value into the rgb equivalent.
- *
- * @param {string} hex - the hexadecimal value to convert
- * @return {string} comma separated rgb values
- */
- /**
- * Breakpoint mixins
- */
- /**
- * Long content fade mixin
- *
- * Creates a fading overlay to signify that the content is longer
- * than the space allows.
- */
- /**
- * Focus styles.
- */
- /**
- * Applies editor left position to the selector passed as argument
- */
- /**
- * Styles that are reused verbatim in a few places
- */
- /**
- * Allows users to opt-out of animations via OS-level preferences.
- */
- /**
- * Reset default styles for JavaScript UI based pages.
- * This is a WP-admin agnostic reset
- */
- /**
- * Reset the WP Admin page styles for Gutenberg-like pages.
- */
- :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;
- }
- @media (-webkit-min-device-pixel-ratio: 2), (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;
- }
- }
- @media (min-width: 782px) {
- .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 {
- font-size: 13px;
- color: #1e1e1e;
- margin-bottom: 1.5em;
- }
- .interface-complementary-area h3 {
- font-size: 11px;
- text-transform: uppercase;
- font-weight: 500;
- color: #1e1e1e;
- margin-bottom: 1.5em;
- }
- .interface-complementary-area hr {
- border-top: none;
- border-bottom: 1px solid #f0f0f0;
- margin: 1.5em 0;
- }
- .interface-complementary-area div.components-toolbar-group,
- .interface-complementary-area div.components-toolbar {
- 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 {
- top: auto;
- left: 10px;
- bottom: 10px;
- right: auto;
- }
- @media (min-width: 782px) {
- body.js.is-fullscreen-mode {
- margin-top: -32px;
- height: calc(100% + 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: initial;
- width: initial;
- }
- }
- .interface-interface-skeleton {
- display: flex;
- flex-direction: row;
- height: auto;
- max-height: 100%;
- position: fixed;
- top: 46px;
- right: 0;
- left: 0;
- bottom: 0;
- }
- @media (min-width: 783px) {
- .interface-interface-skeleton {
- top: 32px;
- }
- .is-fullscreen-mode .interface-interface-skeleton {
- top: 0;
- }
- }
- .interface-interface-skeleton__editor {
- display: flex;
- flex-direction: column;
- flex: 0 1 100%;
- overflow: hidden;
- }
- .interface-interface-skeleton {
- /* Set left position when auto-fold is not on the body element. */
- right: 0;
- }
- @media (min-width: 783px) {
- .interface-interface-skeleton {
- right: 160px;
- }
- }
- .auto-fold .interface-interface-skeleton {
- /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */
- }
- @media (min-width: 783px) {
- .auto-fold .interface-interface-skeleton {
- right: 36px;
- }
- }
- @media (min-width: 961px) {
- .auto-fold .interface-interface-skeleton {
- right: 160px;
- }
- }
- /* Sidebar manually collapsed. */
- .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 {
- flex-grow: 1;
- display: flex;
- overflow: auto;
- overscroll-behavior-y: none;
- }
- @media (min-width: 782px) {
- .has-footer .interface-interface-skeleton__body {
- padding-bottom: 25px;
- }
- }
- .interface-interface-skeleton__content {
- flex-grow: 1;
- display: flex;
- flex-direction: column;
- overflow: auto;
- z-index: 20;
- }
- .interface-interface-skeleton__secondary-sidebar,
- .interface-interface-skeleton__sidebar {
- display: block;
- flex-shrink: 0;
- position: absolute;
- z-index: 100000;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: #fff;
- color: #1e1e1e;
- }
- @media (min-width: 782px) {
- .interface-interface-skeleton__secondary-sidebar,
- .interface-interface-skeleton__sidebar {
- position: relative !important;
- z-index: 90;
- width: auto;
- }
- }
- .interface-interface-skeleton__sidebar {
- overflow: auto;
- }
- @media (min-width: 782px) {
- .interface-interface-skeleton__sidebar {
- border-right: 1px solid #e0e0e0;
- }
- }
- @media (min-width: 782px) {
- .interface-interface-skeleton__secondary-sidebar {
- border-left: 1px solid #e0e0e0;
- }
- }
- .interface-interface-skeleton__header {
- flex-shrink: 0;
- height: auto;
- border-bottom: 1px solid #e0e0e0;
- z-index: 30;
- color: #1e1e1e;
- }
- .interface-interface-skeleton__footer {
- height: auto;
- flex-shrink: 0;
- border-top: 1px solid #e0e0e0;
- color: #1e1e1e;
- position: absolute;
- bottom: 0;
- right: 0;
- width: 100%;
- background-color: #fff;
- z-index: 90;
- display: none;
- }
- @media (min-width: 782px) {
- .interface-interface-skeleton__footer {
- display: flex;
- }
- }
- .interface-interface-skeleton__footer .block-editor-block-breadcrumb {
- z-index: 30;
- display: flex;
- background: #fff;
- height: 24px;
- align-items: center;
- font-size: 13px;
- padding: 0 18px;
- }
- .interface-interface-skeleton__actions {
- z-index: 100000;
- position: fixed !important;
- top: -9999em;
- bottom: auto;
- right: auto;
- left: 0;
- width: 280px;
- color: #1e1e1e;
- }
- .interface-interface-skeleton__actions:focus {
- top: auto;
- bottom: 0;
- }
- .interface-more-menu-dropdown {
- margin-right: -4px;
- }
- .interface-more-menu-dropdown .components-button {
- width: auto;
- padding: 0 2px;
- }
- @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:not(:first-child) {
- display: none;
- }
- @media (min-width: 600px) {
- .interface-pinned-items .components-button:not(:first-child) {
- display: flex;
- }
- }
- .interface-pinned-items .components-button {
- margin: 0;
- }
- .interface-pinned-items .components-button svg {
- max-width: 24px;
- max-height: 24px;
- }
- @media (min-width: 600px) {
- .interface-preferences-modal {
- width: calc(100% - 32px);
- height: calc(100% - 120px);
- }
- }
- @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;
- top: 84px;
- right: 16px;
- 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:focus:not(:disabled) {
- box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
- }
- .interface-preferences__tabs .components-tab-panel__tab-content {
- padding-right: 24px;
- margin-right: 160px;
- }
- @media (max-width: 781px) {
- .interface-preferences__provider {
- height: 100%;
- }
- }
- .interface-preferences-modal__section {
- margin: 0 0 2.5rem 0;
- }
- .interface-preferences-modal__section:last-child {
- margin: 0;
- }
- .interface-preferences-modal__section-legend {
- margin-bottom: 8px;
- }
- .interface-preferences-modal__section-title {
- font-size: 0.9rem;
- font-weight: 600;
- margin-top: 0;
- }
- .interface-preferences-modal__section-description {
- margin: -8px 0 8px 0;
- font-size: 12px;
- font-style: normal;
- color: #757575;
- }
- .interface-preferences-modal__option + .interface-preferences-modal__option {
- margin-top: 16px;
- }
- .interface-preferences-modal__option .components-base-control__help {
- margin-top: 0;
- margin-right: 48px;
- }
- .wp-block[data-type="core/widget-area"] {
- max-width: 700px;
- margin-right: auto;
- margin-left: auto;
- }
- .wp-block[data-type="core/widget-area"] .components-panel__body > .components-panel__body-title {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
- margin: 0;
- height: 48px;
- position: relative;
- z-index: 1;
- background: #fff;
- transform: translateZ(0);
- }
- .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 {
- width: initial;
- position: relative;
- }
- .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;
- padding: 72px 16px 16px;
- min-height: 32px;
- }
- .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 {
- margin: auto;
- max-width: 780px;
- padding: 20px;
- margin-top: 60px;
- box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
- }
- .edit-widgets-header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 60px;
- padding: 0 16px;
- overflow: auto;
- }
- @media (min-width: 600px) {
- .edit-widgets-header {
- overflow: visible;
- }
- }
- .edit-widgets-header__navigable-toolbar-wrapper {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .edit-widgets-header__title {
- font-size: 20px;
- padding: 0;
- margin: 0 0 0 20px;
- }
- .edit-widgets-header__actions {
- display: flex;
- align-items: center;
- gap: 4px;
- }
- @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-right: 8px;
- padding-left: 8px;
- }
- @media (min-width: 600px) {
- .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle {
- padding-right: 12px;
- padding-left: 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 cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
- }
- @media (prefers-reduced-motion: reduce) {
- .edit-widgets-header-toolbar__inserter-toggle.edit-widgets-header-toolbar__inserter-toggle svg {
- transition-duration: 0s;
- transition-delay: 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 0;
- }
- .edit-widgets-keyboard-shortcut-help-modal__main-shortcuts .edit-widgets-keyboard-shortcut-help-modal__shortcut-list {
- margin-top: -25px;
- }
- .edit-widgets-keyboard-shortcut-help-modal__section-title {
- font-size: 0.9rem;
- font-weight: 600;
- }
- .edit-widgets-keyboard-shortcut-help-modal__shortcut {
- display: flex;
- align-items: baseline;
- padding: 0.6rem 0;
- border-top: 1px solid #ddd;
- margin-bottom: 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;
- margin: 0;
- flex-basis: auto;
- }
- .edit-widgets-keyboard-shortcut-help-modal__shortcut-key-combination {
- display: block;
- background: none;
- 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 {
- padding: 0.25rem 0.5rem;
- border-radius: 8%;
- margin: 0 0.2rem 0 0.2rem;
- }
- .edit-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child {
- margin: 0 0.2rem 0 0;
- }
- .components-panel__header.edit-widgets-sidebar__panel-tabs {
- justify-content: flex-start;
- padding-right: 0;
- padding-left: 4px;
- border-top: 0;
- margin-top: 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 {
- border-radius: 0;
- height: 49px;
- background: transparent;
- border: none;
- box-shadow: none;
- cursor: pointer;
- display: inline-block;
- padding: 3px 15px;
- margin-right: 0;
- font-weight: 400;
- color: #1e1e1e;
- }
- .components-button.edit-widgets-sidebar__panel-tab::after {
- content: attr(data-label);
- display: block;
- font-weight: 600;
- height: 0;
- overflow: hidden;
- speak: none;
- visibility: hidden;
- }
- .components-button.edit-widgets-sidebar__panel-tab.is-active {
- box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) transparent, inset 0 -1.5px 0 0 var(--wp-admin-theme-color);
- font-weight: 600;
- position: relative;
- }
- .components-button.edit-widgets-sidebar__panel-tab.is-active::before {
- content: "";
- position: absolute;
- top: 0;
- bottom: 1px;
- left: 0;
- right: 0;
- border-bottom: 1.5px solid transparent;
- }
- .components-button.edit-widgets-sidebar__panel-tab:focus {
- box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
- }
- .components-button.edit-widgets-sidebar__panel-tab.is-active:focus {
- box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 -1.5px 0 0 var(--wp-admin-theme-color);
- }
- .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 {
- position: fixed;
- left: 0;
- bottom: 20px;
- padding-right: 16px;
- padding-left: 16px;
- }
- .edit-widgets-notices__snackbar {
- /* Set left position when auto-fold is not on the body element. */
- right: 0;
- }
- @media (min-width: 783px) {
- .edit-widgets-notices__snackbar {
- right: 160px;
- }
- }
- .auto-fold .edit-widgets-notices__snackbar {
- /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */
- }
- @media (min-width: 783px) {
- .auto-fold .edit-widgets-notices__snackbar {
- right: 36px;
- }
- }
- @media (min-width: 961px) {
- .auto-fold .edit-widgets-notices__snackbar {
- right: 160px;
- }
- }
- /* Sidebar manually collapsed. */
- .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 {
- box-sizing: border-box;
- margin: 0;
- border-bottom: 1px solid rgba(0, 0, 0, 0.2);
- padding: 0 12px;
- min-height: 60px;
- }
- .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 {
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .edit-widgets-layout__inserter-panel .block-editor-inserter__menu {
- overflow: hidden;
- }
- .edit-widgets-layout__inserter-panel-header {
- padding-top: 8px;
- padding-left: 8px;
- display: flex;
- justify-content: flex-end;
- }
- .edit-widgets-layout__inserter-panel-content {
- height: calc(100% - 36px - 8px);
- }
- @media (min-width: 782px) {
- .edit-widgets-layout__inserter-panel-content {
- height: 100%;
- }
- }
- .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 16px 0;
- padding: 0 32px;
- }
- .edit-widgets-welcome-guide__text {
- font-size: 13px;
- line-height: 1.4;
- margin: 0 0 24px 0;
- padding: 0 32px;
- }
- .edit-widgets-welcome-guide__inserter-icon {
- margin: 0 4px;
- vertical-align: text-top;
- }
- .edit-widgets-block-editor {
- position: relative;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
- display: flex;
- flex-direction: column;
- flex-grow: 1;
- }
- .edit-widgets-block-editor > div:last-of-type,
- .edit-widgets-block-editor .block-editor-writing-flow,
- .edit-widgets-block-editor .block-editor-writing-flow > div {
- 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.is-tertiary, .edit-widgets-block-editor .components-button.has-icon {
- padding: 6px;
- }
- .edit-widgets-editor__list-view-panel {
- height: 100%;
- display: flex;
- flex-direction: column;
- min-width: 350px;
- }
- .edit-widgets-editor__list-view-panel-content {
- height: calc(100% - 36px - 8px);
- overflow-y: auto;
- padding: 8px;
- }
- .edit-widgets-editor__list-view-panel-header {
- align-items: center;
- border-bottom: 1px solid #ddd;
- display: flex;
- justify-content: space-between;
- height: 48px;
- padding-right: 16px;
- padding-left: 4px;
- }
- html.wp-toolbar {
- background: #fff;
- }
- body.appearance_page_gutenberg-widgets,
- body.widgets-php {
- background: #fff;
- /* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
- Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
- }
- body.appearance_page_gutenberg-widgets #wpcontent,
- body.widgets-php #wpcontent {
- padding-right: 0;
- }
- body.appearance_page_gutenberg-widgets #wpbody-content,
- body.widgets-php #wpbody-content {
- padding-bottom: 0;
- }
- body.appearance_page_gutenberg-widgets #wpbody-content > div:not(.blocks-widgets-container):not(#screen-meta),
- body.widgets-php #wpbody-content > div:not(.blocks-widgets-container):not(#screen-meta) {
- display: none;
- }
- body.appearance_page_gutenberg-widgets #wpfooter,
- body.widgets-php #wpfooter {
- display: none;
- }
- body.appearance_page_gutenberg-widgets .a11y-speak-region,
- body.widgets-php .a11y-speak-region {
- right: -1px;
- top: -1px;
- }
- body.appearance_page_gutenberg-widgets ul#adminmenu a.wp-has-current-submenu::after,
- body.appearance_page_gutenberg-widgets ul#adminmenu > li.current > a.current::after,
- body.widgets-php ul#adminmenu a.wp-has-current-submenu::after,
- body.widgets-php ul#adminmenu > li.current > a.current::after {
- border-left-color: #fff;
- }
- body.appearance_page_gutenberg-widgets .media-frame select.attachment-filters:last-of-type,
- body.widgets-php .media-frame select.attachment-filters:last-of-type {
- width: auto;
- max-width: 100%;
- }
- .blocks-widgets-container,
- .components-modal__frame {
- box-sizing: border-box;
- }
- .blocks-widgets-container *,
- .blocks-widgets-container *::before,
- .blocks-widgets-container *::after,
- .components-modal__frame *,
- .components-modal__frame *::before,
- .components-modal__frame *::after {
- box-sizing: inherit;
- }
- @media (min-width: 600px) {
- .blocks-widgets-container {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- min-height: calc(100vh - 46px);
- }
- }
- @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 {
- max-width: 700px;
- margin: auto;
- }
- .edit-widgets-sidebar .components-button.interface-complementary-area__pin-unpin-item {
- display: none;
- }
- .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 (-webkit-min-device-pixel-ratio: 2), (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 (-webkit-min-device-pixel-ratio: 2), (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 (-webkit-min-device-pixel-ratio: 2), (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 (-webkit-min-device-pixel-ratio: 2), (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 (-webkit-min-device-pixel-ratio: 2), (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 (-webkit-min-device-pixel-ratio: 2), (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 (-webkit-min-device-pixel-ratio: 2), (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 (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
- body.admin-color-sunrise {
- --wp-admin-border-width-focus: 1.5px;
- }
- }
|