This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,180 @@
.wrap.admin-menu-organizer {
margin: 10px 20px 0;
}
.admin-menu-organizer-main {
display: flex;
gap: 16px;
}
.module-description {
margin-top: 8px;
margin-bottom: 24px;
}
.admin-menu-sortables-wrapper {
width: 696px;
box-sizing: border-box;
margin-top: 16px;
padding: 32px 48px 32px;
background: #fff;
}
.admin-menu-actions {
position: relative;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.admin-menu-actions #amo-save-changes {
position: sticky;
margin-top: 16px;
top: 48px;
border-style: solid;
border-color: #fff;
border-width: 24px 40px;
}
.admin-menu-actions #amo-save-changes:focus {
box-shadow: none !important;
}
.asenha-saving-changes,
.asenha-changes-saved {
position: sticky;
}
.asenha-saving-changes {
top: 76px;
margin-top: 44px;
margin-left: -31px;
}
.asenha-changes-saved {
top: 74px;
margin-top: 42px;
margin-left: -33px;
}
.admin-menu-organizer ul.menu {
margin-top: 0;
padding-top: 0;
/* overflow: auto; */
}
.admin-menu-organizer .menu-item-bar {
display: flex;
align-items: center;
margin: 8px 0 0;
}
.admin-menu-organizer .menu-item-bar .menu-item-handle {
box-sizing: border-box;
display: flex;
align-items: center;
padding: 3px 15px 3px 7px;
max-width: 600px;
width: 600px;
min-height: 30px;
}
.admin-menu-organizer .title-wrapper {
display: flex;
align-items: center;
flex-wrap: nowrap;
gap: 4px;
}
.admin-menu-organizer .menu-item-handle .menu-item-checkbox {
display: inline-block;
}
.admin-menu-organizer .menu-item-handle .item-title {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
margin-right: 0;
line-height: 30px;
}
.rtl .admin-menu-organizer .menu-item-handle .item-title {
}
.admin-menu-organizer .menu-item-handle .item-title .menu-item-title a {
color: #666;
text-decoration: none;
margin-left: 6px;
}
.admin-menu-organizer .menu-item-handle .item-title .menu-item-title a:hover {
color: inherit;
}
.menu-item-title input[type="text"],
.item-title .title-wrapper input[type="text"] {
border: 1px solid #dcdcde;
margin-left: -5px;
padding: 0 8px 0 4px;
font-size: 13px;
min-height: 28px;
line-height: 28px;
}
.menu-item-title input[type="text"]:focus,
.item-title .title-wrapper input[type="text"]:focus {
border: 1px solid #999;
box-shadow: none;
outline: none;
}
.menu-item-checkbox-label span {
font-weight: normal;
}
#separator1 .menu-item-title,
#separator2 .menu-item-title,
#separator-last .menu-item-title,
#separator-woocommerce .menu-item-title,
li[id^="separator"] .menu-item-title {
font-weight: normal;
color: #999;
}
/* Scoped to AMO root list so other screens (e.g. ABCE) can style .sortable-placeholder independently. */
#custom-admin-menu .sortable-placeholder {
width: 600px !important;
max-width: 600px !important;
height: 46px;
min-height: 42px;
max-height: 42px;
background: #cdddd6;
border: 1px dashed #508871;
border-radius: 0 !important;
}
.form-table .asenha-subfields td:not(.datatable-td) label.menu-item-checkbox-label {
top: 0;
}
#custom-admin-menu .menu-item-depth-0 {
display: list-item !important;
margin-block-start: 0;
padding: 0;
position: relative;
}
#custom-admin-menu .parent-menu-item .dashicons-menu {
padding: 5px 8px;
cursor: move;
color: #ddd;
}
#custom-admin-menu .menu-item-bar .menu-item-handle:hover .dashicons-menu {
color: #1d2327;
}
.submenu-sortable li.menu-item {
position: relative;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,165 @@
/* Styling for Content Management >> Content Order pages */
.page-header {
display: flex;
align-items: baseline;
justify-content: space-between;
}
.page-header h2 {
font-size: 23px;
font-weight: 400;
margin: 0;
padding: 9px 0 4px;
line-height: 1.3;
}
#screen-meta-links {
display: none;
}
#toggles {
display: none;
}
#toggle-excerpt {
position: relative;
top: 2px;
}
#toggles input[type="checkbox"] {
margin-left: 8px;
}
#toggles label {
font-size: 14px;
}
#item-list {
margin-bottom: -20px;
}
#item-list.asenha-content-order li.list-item {
position: relative;
clear: both;
overflow: hidden;
margin-bottom: 0;
padding: 0;
background: none;
box-shadow: none;
}
.row.ui-sortable-handle {
background: #fff;
margin-top: 3px;
margin-bottom: 3px;
border: 1px solid #c3c4c7;
}
.row-content {
display: flex;
align-items: center;
position: relative;
padding: 11px 16px 9px;
font-size: 14px;
font-weight: 700;
cursor: move;
overflow: hidden;
}
.content-main {
display: flex;
align-items: center;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
}
.content-additional {
display: flex;
align-items: center;
height: 100%;
position: absolute;
top: 0;
right: 8px;
}
.row-content:hover {
background: #fff6e5;
}
.ui-sortable-placeholder {
border-radius: 0 !important;
background: #cdddd6 !important;
border: 1px dashed #508871 !important;
visibility: visible !important;
}
.row-content .dashicons.dashicons-menu {
position: relative;
top: -1px;
margin-right: 4px;
}
.row-content:hover .dashicons.dashicons-menu {
color: inherit;
}
a.item-title,
a.item-view-link {
text-decoration: none;
}
a.item-title:hover {
text-decoration: underline;
}
.item-status-hidden,
.wp-core-ui .button.item-view-link {
display: none;
}
.wp-core-ui .row-content:hover .button.item-view-link {
display: inherit;
display: flex;
}
.wp-core-ui .button.item-view-link {
font-weight: normal;
box-shadow: 0 0 8px 8px #fff6e5;
height: 30px;
max-height: 30px;
min-height: 30px;
line-height: 28px;
}
.has-child-label {
}
.content-main .fader {
position: absolute;
top: 1px;
right: 1px;
width: 48px;
height: 38px;
background: ;
background-image: linear-gradient(to right, rgba(255,255,255,0) , #ffffff);
}
.row-content:hover .content-main .fader {
background-image: linear-gradient(to right, rgba(255,246,229,0) , #fff6e5);
}
.updating-order-notice {
box-sizing: border-box;
position: absolute;
right: 8px;
z-index: 10;
height: 32px;
display: flex;
align-items: center;
background: #eee;
padding: 6px 12px 6px 8px;
border: 1px solid #c3c4c7;
}
.spinner-img {
width: 16px;
height: 16px;
margin: 2px 6px 2px 2px;
}
.updating-order-notice .dashicons.dashicons-saved {
color: green;
margin-right: 4px;
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
.asenha-content-duplication-status-info .components-button.is-secondary {
margin-top: 8px;
}
@@ -0,0 +1,27 @@
.jBox-Modal.admin-notices-modal .jBox-container {
height: 100vh;
border-radius: 0;
background: #f0f0f1;
}
.admin-notices-modal.jBox-closeButton-box .jBox-closeButton {
top: 0;
right: 0;
background: none;
}
.admin-notices-modal.jBox-closeButton-box .jBox-closeButton svg {
width: 16px;
height: 16px;
margin-top: 0;
margin-right: -2px;
}
.jBox-Modal.admin-notices-modal .jBox-content {
padding: 8px 28px 32px;
}
.asenha-admin-notices-drawer > div {
margin: 0 0 16px 0;
padding: 12px;
}
@@ -0,0 +1,74 @@
/* Adapted from https://plugins.trac.wordpress.org/browser/image-sizes-panel/tags/0.4/admin/css/admin.css */
#image_sizes .inside {
margin: 0px;
padding: 0px;
}
#image_sizes table {
border: none;
border-collapse: collapse;
width: 100%;
}
#image_sizes table th {
display: none;
}
#image_sizes table td {
border-bottom: 1px solid #eee;
padding: 6px 12px;
text-align: left;
vertical-align: top;
}
#image_sizes table .size .name {
font-weight: bold;
display: block;
max-width: 135px;
min-width: 1px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#image_sizes table .dim {
padding-left: 0px;
text-align: right;
white-space: nowrap;
}
#image_sizes table td.copy {
padding-right: 0px;
width: 20px;
}
#image_sizes table td .copy-url-button {
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
}
#image_sizes table td .copy-url-button:hover {
cursor: pointer;
}
#image_sizes table td .copy-url-button:hover svg g {
stroke: #135e96;
}
#image_sizes .image-size-row {
position: relative;
}
#image_sizes .image-size-row .url-copied {
position: absolute;
top: 4px;
left: 40px;
background: #fff;
border: 1px solid #ccc;
padding: 2px 8px;
border-radius: 3px;
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,30 @@
/* Content Admin >> Show IDs */
#asenha-id {
width: 50px;
}
/* Content Admin >> Show Featured Images */
#asenha-featured-image {
width: 110px;
}
.asenha-featured-image img {
width: 110px;
height: auto;
border: 1px solid #e5e5e5;
}
/* Content Management >> Enable SVG Upload */
table.media .column-title .media-icon img[src*='.svg'] {
width: 100%;
height: auto;
}
/* Show ID in Action Row */
.row-actions .asenha-list-table-item-id {
color: #50575e;
}
@@ -0,0 +1,14 @@
#content-order-button {
display: inline;
margin-left: 5px;
}
.filter-items #content-order-button {
display: inline-block;
vertical-align: middle;
}
#content-order-button a {
padding-left: 12px;
padding-right: 12px;
}
@@ -0,0 +1,95 @@
/* CSS styles here are for the maintenance page set through Utilities >> Maintenance Mode */
* {
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
body {
background-color: #ffffff;
background-attachment: fixed;
background-size: cover;
}
.page-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
/* background-image: linear-gradient(to bottom, #ffffff, #eeeeee, #dddddd, #cccccc, #bbbbbb); */
}
.page-overlay {
position: absolute;
display: block;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.message-box {
position: relative;
display: flex;
z-index: 1;
flex-direction: column;
align-items: center;
width: 50%;
font-family: "Arial", "Helvetica", sans-serif;
text-align: center;
}
.message-box h1 {
font-size: 3em;
font-weight: 500;
margin-top: 0;
margin-bottom: 0;
}
.message-box h1 p {
margin-top: 0;
margin-bottom: 0;
}
.message-box .description {
font-size: 1.25em;
line-height: 1.7;
}
@media screen and (max-width: 920px) {
.message-box {
width: 100%;
padding: 0 15%;
}
.message-box h1 {
font-size: 2em;
}
}
@media screen and (max-width: 480px) {
.message-box {
width: 100%;
padding: 0 40px;
}
.message-box h1 {
font-size: 1.5em;
}
.message-box .description {
font-size: 1em;
}
}
@@ -0,0 +1,14 @@
.media-modal-content .media-frame .media-toolbar select.attachment-filters {
padding-left: 8px;
padding-right: 8px;
}
.media-modal-content .media-frame .media-toolbar select#media-attachment-orderby.attachment-filters,
.media-modal-content .media-frame .media-toolbar select#media-attachment-order.attachment-filters {
display: none;
}
form.compat-item table.compat-attachment-fields tr td.field div.categorydiv div.tabs-panel {
margin-top: 4px !important;
margin-bottom: 8px;
}
@@ -0,0 +1,69 @@
/* Hide media replace compat field in media modals (grid replace is Pro; shown on upload.php below). */
.compat-field-asenha-media-replace {
display: none !important;
}
.wp-core-ui .button-secondary.asenha-media-replace-button {
margin-top: 8px;
}
.asenha-media-replace-notes {
margin-top: 8px;
}
.asenha-media-replace-notes p:last-child {
margin-bottom: 0;
}
.compat-item .compat-field-asenha-media-replace th.label {
display: none;
min-width: 0%;
width: 0%;
}
.compat-item .compat-field-asenha-media-replace .field {
float: left;
width: 99.8%;
}
.compat-field-asenha-media-replace .postbox {
margin-bottom: 0;
}
.compat-field-asenha-media-replace .postbox .inside {
margin-top: 8px;
margin-bottom: 0;
padding-bottom: 0;
}
.media-modal .compat-field-asenha-media-replace .postbox .inside {
padding-bottom: 12px;
}
#media-replace-div .postbox .inside {
padding-bottom: 0;
}
.compat-field-asenha-media-replace .postbox-header .hndle {
font-size: 1.125em;
line-height: 1;
padding-left: 12px;
padding-right: 12px;
}
.mime-type-warning {
font-size: 13px;
height: 32px;
line-height: 32px;
margin-top: 15px;
color: red;
font-weight: 700;
}
.media-frame-toolbar .media-toolbar-primary {
display: flex;
flex-direction: row;
align-items: center;
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
body {
font-size: 13px;
}
@@ -0,0 +1,152 @@
/* Admin Interface >> Hide Howdy */
#wp-admin-bar-my-account.no-avatar > .ab-item:before {
display: none;
}
/* Content Duplication */
.additional-actions {
display: flex;
flex-wrap: wrap;
padding: 6px 10px 8px;
clear: both;
}
.additional-actions #duplication:before,
.additional-actions #public-preview:before {
content: "\f186";
position: relative;
top: -1px;
font: normal 20px / 1 dashicons;
color: #8c8f94;
speak: never;
display: inline-block;
margin-left: -1px;
padding-right: 6px;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.additional-actions #public-preview:before {
content: "\f11f";
}
.asenha-public-preview-row {
align-items: center;
gap: 2px;
}
.additional-actions.asenha-public-preview-row {
padding: 6px 10px 4px;
}
.asenha-public-preview-row .asenha-public-preview-reset,
.asenha-public-preview-row .asenha-copy-preview-link-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 4px;
margin: 0;
min-height: 0;
line-height: 1;
vertical-align: middle;
text-decoration: none;
}
.asenha-public-preview-row .asenha-copy-preview-link-button {
margin-left: 4px;
}
.asenha-public-preview-row .asenha-public-preview-reset .dashicons {
font-size: 18px;
width: 18px;
height: 18px;
}
.asenha-public-preview-row .asenha-public-preview-icon-group {
display: inline-flex;
align-items: center;
gap: 0;
}
#misc-publishing-actions .asenha-public-preview-row .asenha-copy-preview-link-button {
color: var(--wp-admin-theme-color, #2271b1);
}
#misc-publishing-actions .asenha-public-preview-row .asenha-copy-preview-link-button:hover {
color: var(--wp-admin-theme-color-darker-10, #135e96);
}
#misc-publishing-actions .asenha-public-preview-row .asenha-copy-preview-link-button svg {
display: block;
width: 18px;
height: 18px;
}
#misc-publishing-actions .asenha-public-preview-expiry {
margin: 0;
padding: 0 10px 8px 35px;
font-size: 12px;
line-height: 1.4;
color: #646970;
clear: both;
}
/* Utilities >> Enable Login Logout */
.accordion-section #login-logout-links-checklist.categorychecklist {
margin: -13px 0 13px 0;
}
/* Content Management >> Enable External Permalink */
/* Custom Code >> Custom Body Class */
.external-permalink-input,
.custom-body-class-input {
padding: 8px 0 0;
}
.external-permalink-input-description,
.custom-body-class-input-description {
margin-top: 4px;
}
/* Utilities >> Multiple User Roles */
#adduser .form-field input[type="checkbox"], #createuser .form-field input[type="checkbox"] {
width: 1rem;
}
/* Utilities >> Display System Summary */
#dashboard_right_now .sub {
color: inherit !important;
background: none;
border-top: none;
margin-top: -8px;
padding: 0 12px 12px !important;
}
#dashboard_right_now .inside .sub > .system-summary {
margin-top: 8px;
padding: 8px 0 0 0 !important;
border-top: 1px solid #ddd;
}
/* General */
.asenha-warning-message {
font-weight: 500;
color: #d63638;
}
/* Utilities >> View Admin as Role */
#role-view-reset {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 999999;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@@ -0,0 +1,2 @@
/* Styles loaded on all block editor instances (post.php / post-new.php) */