first commit

This commit is contained in:
Roman Pyrih
2026-03-10 09:50:10 +01:00
commit 64c4a90405
7289 changed files with 2645777 additions and 0 deletions

View File

@@ -0,0 +1,144 @@
#adminmenu {
--editor-one-flyout-menu-bg: #2c3338;
--editor-one-flyout-menu-bg-level-4: #23282d;
--editor-one-flyout-menu-bg-hover: #2c3338;
--editor-one-flyout-menu-bg-hover-alt: #32373c;
--editor-one-flyout-menu-text: #c3c4c7;
--editor-one-flyout-menu-text-hover: #72aee6;
--editor-one-flyout-menu-border: #3c434a;
--editor-one-flyout-menu-scrollbar-thumb-hover: #50575e;
--editor-one-flyout-menu-spacing-xs: 5px;
--editor-one-flyout-menu-spacing-sm: 8px;
--editor-one-flyout-menu-spacing-md: 12px;
--editor-one-flyout-menu-spacing-lg: 15px;
--editor-one-flyout-menu-spacing-xl: 28px;
--editor-one-flyout-menu-arrow-right: 10px;
--editor-one-flyout-menu-arrow-size: 4px;
--editor-one-flyout-menu-arrow-opacity: 0.7;
--editor-one-flyout-menu-min-width: 180px;
--editor-one-flyout-menu-padding-y: 5px;
--editor-one-flyout-menu-padding-x: 12px;
--editor-one-flyout-menu-padding-x-large: 28px;
--editor-one-flyout-menu-padding-mobile: 15px;
--editor-one-flyout-menu-parent-padding: 2px;
--editor-one-flyout-menu-border-radius: 4px;
--editor-one-flyout-menu-border-radius-sm: 3px;
--editor-one-flyout-menu-border-width: 1px;
--editor-one-flyout-menu-font-size: 13px;
--editor-one-flyout-menu-line-height: 1.4;
--editor-one-flyout-menu-transition-duration: 0.15s;
--editor-one-flyout-menu-z-index: 9999;
--editor-one-flyout-menu-max-height: 80vh;
--editor-one-flyout-menu-scrollbar-width: 6px;
--editor-one-flyout-menu-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
--editor-one-flyout-menu-folded-left: 36px;
}
#adminmenu .elementor-has-flyout .elementor-submenu-flyout {
display: none;
}
@media screen and (min-width: 783px) {
#adminmenu .elementor-has-flyout {
position: relative;
}
#adminmenu .elementor-has-flyout.elementor-flyout-open > .elementor-submenu-flyout {
display: block;
}
#adminmenu .elementor-has-flyout > a {
display: flex;
align-items: center;
justify-content: space-between;
}
#adminmenu .elementor-has-flyout > a::after {
content: "";
display: inline-block;
width: 0;
height: 0;
margin-inline-start: var(--editor-one-flyout-menu-spacing-sm);
border-top: var(--editor-one-flyout-menu-arrow-size) solid transparent;
border-bottom: var(--editor-one-flyout-menu-arrow-size) solid transparent;
border-inline-start: var(--editor-one-flyout-menu-arrow-size) solid currentColor;
}
#adminmenu .elementor-submenu-flyout {
position: absolute;
inset-inline-start: 100%;
top: calc(var(--editor-one-flyout-menu-padding-y) * -1 - var(--editor-one-flyout-menu-parent-padding));
display: none;
min-width: var(--editor-one-flyout-menu-min-width);
margin: 0;
padding: var(--editor-one-flyout-menu-padding-y) 0;
list-style: none;
background: var(--editor-one-flyout-menu-bg);
box-shadow: var(--editor-one-flyout-menu-box-shadow);
z-index: var(--editor-one-flyout-menu-z-index);
border-radius: 0 var(--editor-one-flyout-menu-border-radius) var(--editor-one-flyout-menu-border-radius) 0;
}
.rtl #adminmenu .elementor-submenu-flyout {
border-radius: var(--editor-one-flyout-menu-border-radius) 0 0 var(--editor-one-flyout-menu-border-radius);
}
#adminmenu .elementor-submenu-flyout.elementor-level-3 {
min-width: var(--editor-one-flyout-menu-min-width);
max-height: var(--editor-one-flyout-menu-max-height);
overflow: visible;
}
#adminmenu .elementor-submenu-flyout.elementor-submenu-flyout-visible {
display: block;
}
#adminmenu .elementor-submenu-flyout li {
margin: 0;
padding: 0;
position: relative;
display: block !important;
}
#adminmenu .elementor-submenu-flyout li a {
display: block;
padding: var(--editor-one-flyout-menu-spacing-sm) var(--editor-one-flyout-menu-padding-x);
color: var(--editor-one-flyout-menu-text);
text-decoration: none;
font-size: var(--editor-one-flyout-menu-font-size);
line-height: var(--editor-one-flyout-menu-line-height);
white-space: nowrap;
transition: background-color var(--editor-one-flyout-menu-transition-duration) ease, color var(--editor-one-flyout-menu-transition-duration) ease;
}
#adminmenu .elementor-submenu-flyout li a:hover, #adminmenu .elementor-submenu-flyout li a:focus {
background: var(--editor-one-flyout-menu-bg-hover);
color: var(--editor-one-flyout-menu-text-hover);
}
#adminmenu .elementor-submenu-flyout li.elementor-flyout-divider, #adminmenu .elementor-submenu-flyout li.elementor-menu-separator {
border-top: var(--editor-one-flyout-menu-border-width) solid var(--editor-one-flyout-menu-border);
margin: var(--editor-one-flyout-menu-spacing-xs) 0;
padding: 0;
}
#adminmenu .elementor-submenu-flyout .elementor-has-flyout > a {
padding-inline-end: var(--editor-one-flyout-menu-padding-x-large);
}
#adminmenu .elementor-submenu-flyout .elementor-has-flyout > a::after {
position: absolute;
inset-inline-end: var(--editor-one-flyout-menu-arrow-right);
top: 50%;
transform: translateY(-50%);
margin-inline-start: 0;
}
#adminmenu .elementor-submenu-flyout .elementor-submenu-flyout {
inset-inline-start: 100%;
top: calc(var(--editor-one-flyout-menu-padding-y) * -1);
}
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar {
width: var(--editor-one-flyout-menu-scrollbar-width);
}
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar-track {
background: var(--editor-one-flyout-menu-bg);
}
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar-thumb {
background: var(--editor-one-flyout-menu-border);
border-radius: var(--editor-one-flyout-menu-border-radius-sm);
}
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar-thumb:hover {
background: var(--editor-one-flyout-menu-scrollbar-thumb-hover);
}
}
#menu-posts-elementor_library {
display: none !important;
}
/*# sourceMappingURL=admin-menu.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,79 @@
.e-has-sidebar-navigation {
--editor-one-sidebar-admin-top-bar-height: 50px;
--editor-one-wordpress-admin-bar-height: 32px;
--editor-one-sidebar-navigation-width: 240px;
--editor-one-sidebar-navigation-width-collapsed: 72px;
--editor-one-sidebar-left-offset: 160px;
--editor-one-sidebar-left-offset-collapsed: 36px;
--editor-one-sidebar-z-index: 99;
--editor-one-sidebar-bg: #fff;
--editor-one-sidebar-content-padding: 20px;
--editor-one-sidebar-transition: width 0.3s ease-in-out, padding-inline-start 0.3s ease-in-out, margin-inline-start 0.3s ease-in-out;
}
.e-has-sidebar-navigation.folded {
--editor-one-sidebar-left-offset: var(--editor-one-sidebar-left-offset-collapsed);
}
#editor-one-sidebar-navigation {
position: fixed;
top: calc(var(--editor-one-sidebar-admin-top-bar-height) + var(--editor-one-wordpress-admin-bar-height));
bottom: 0;
inset-inline-start: var(--editor-one-sidebar-left-offset);
inset-inline-end: auto;
z-index: var(--editor-one-sidebar-z-index);
background-color: var(--editor-one-sidebar-bg);
overflow: visible;
}
#editor-one-sidebar-navigation nav {
width: var(--editor-one-sidebar-navigation-width);
max-width: var(--editor-one-sidebar-navigation-width);
}
#editor-one-sidebar-navigation.e-sidebar-collapsed nav {
width: var(--editor-one-sidebar-navigation-width-collapsed);
}
.e-sidebar-transitioning #editor-one-sidebar-navigation > nav {
transition: var(--editor-one-sidebar-transition);
overflow: hidden;
}
.e-sidebar-transitioning #wpcontent,
.e-sidebar-transitioning #wpbody-content,
.e-sidebar-transitioning #wpfooter {
transition: var(--editor-one-sidebar-transition);
}
.e-has-sidebar-navigation #wpcontent {
padding-inline-start: var(--editor-one-sidebar-navigation-width);
}
.e-has-sidebar-navigation #wpfooter {
margin-inline-start: var(--editor-one-sidebar-navigation-width);
}
.e-has-sidebar-navigation #wpfooter #footer-left {
float: none;
text-align: center;
margin: 0 auto;
}
.e-has-sidebar-navigation.e-sidebar-is-collapsed #wpcontent {
padding-inline-start: var(--editor-one-sidebar-navigation-width-collapsed);
}
.e-has-sidebar-navigation.e-sidebar-is-collapsed #wpfooter {
margin-inline-start: var(--editor-one-sidebar-navigation-width-collapsed);
}
.e-has-sidebar-navigation #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu::after, .e-has-sidebar-navigation #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover > a::after {
display: none;
}
.e-has-sidebar-navigation #adminmenu li.wp-has-current-submenu, .e-has-sidebar-navigation #adminmenu li.wp-has-submenu:hover {
background: transparent;
}
.e-has-sidebar-navigation #adminmenu li.menu-top:hover, .e-has-sidebar-navigation #adminmenu li.opensub > a.menu-top,
.e-has-sidebar-navigation #adminmenu li > a.menu-top:focus {
background: transparent;
}
.e-has-sidebar-navigation #adminmenu li.elementor-has-flyout .elementor-submenu-flyout {
display: none;
}
.e-has-sidebar-navigation #adminmenu .wp-submenu-head {
display: none;
}
/*# sourceMappingURL=sidebar-navigation.css.map */

View File

@@ -0,0 +1 @@
.e-has-sidebar-navigation{--editor-one-sidebar-admin-top-bar-height:50px;--editor-one-wordpress-admin-bar-height:32px;--editor-one-sidebar-navigation-width:240px;--editor-one-sidebar-navigation-width-collapsed:72px;--editor-one-sidebar-left-offset:160px;--editor-one-sidebar-left-offset-collapsed:36px;--editor-one-sidebar-z-index:99;--editor-one-sidebar-bg:#fff;--editor-one-sidebar-content-padding:20px;--editor-one-sidebar-transition:width 0.3s ease-in-out,padding-inline-start 0.3s ease-in-out,margin-inline-start 0.3s ease-in-out}.e-has-sidebar-navigation.folded{--editor-one-sidebar-left-offset:var(--editor-one-sidebar-left-offset-collapsed)}#editor-one-sidebar-navigation{background-color:var(--editor-one-sidebar-bg);bottom:0;inset-inline-end:auto;inset-inline-start:var(--editor-one-sidebar-left-offset);overflow:visible;position:fixed;top:calc(var(--editor-one-sidebar-admin-top-bar-height) + var(--editor-one-wordpress-admin-bar-height));z-index:var(--editor-one-sidebar-z-index)}#editor-one-sidebar-navigation nav{max-width:var(--editor-one-sidebar-navigation-width);width:var(--editor-one-sidebar-navigation-width)}#editor-one-sidebar-navigation.e-sidebar-collapsed nav{width:var(--editor-one-sidebar-navigation-width-collapsed)}.e-sidebar-transitioning #editor-one-sidebar-navigation>nav{overflow:hidden;transition:var(--editor-one-sidebar-transition)}.e-sidebar-transitioning #wpbody-content,.e-sidebar-transitioning #wpcontent,.e-sidebar-transitioning #wpfooter{transition:var(--editor-one-sidebar-transition)}.e-has-sidebar-navigation #wpcontent{padding-inline-start:var(--editor-one-sidebar-navigation-width)}.e-has-sidebar-navigation #wpfooter{margin-inline-start:var(--editor-one-sidebar-navigation-width)}.e-has-sidebar-navigation #wpfooter #footer-left{float:none;margin:0 auto;text-align:center}.e-has-sidebar-navigation.e-sidebar-is-collapsed #wpcontent{padding-inline-start:var(--editor-one-sidebar-navigation-width-collapsed)}.e-has-sidebar-navigation.e-sidebar-is-collapsed #wpfooter{margin-inline-start:var(--editor-one-sidebar-navigation-width-collapsed)}.e-has-sidebar-navigation #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu:after,.e-has-sidebar-navigation #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover>a:after{display:none}.e-has-sidebar-navigation #adminmenu li.menu-top:hover,.e-has-sidebar-navigation #adminmenu li.opensub>a.menu-top,.e-has-sidebar-navigation #adminmenu li.wp-has-current-submenu,.e-has-sidebar-navigation #adminmenu li.wp-has-submenu:hover,.e-has-sidebar-navigation #adminmenu li>a.menu-top:focus{background:transparent}.e-has-sidebar-navigation #adminmenu .wp-submenu-head,.e-has-sidebar-navigation #adminmenu li.elementor-has-flyout .elementor-submenu-flyout{display:none}

View File

@@ -0,0 +1,70 @@
:root {
--e-one-palette-text-primary: #ffffff;
--e-one-palette-text-secondary: #babfc5;
--e-one-palette-text-tertiary: #9da5ae;
--e-one-palette-text-disabled: #515962;
--e-one-palette-primary-light: #f3bafd;
--e-one-palette-primary-main: #f0abfc;
--e-one-palette-primary-dark: #eb8efb;
--e-one-palette-primary-contrast-text: #0c0d0e;
--e-one-palette-primary-contrastText: var(--e-one-palette-primary-contrast-text);
--e-one-palette-secondary-light: #babfc5;
--e-one-palette-secondary-main: #9da5ae;
--e-one-palette-secondary-dark: #818a96;
--e-one-palette-secondary-contrast-text: #0c0d0e;
--e-one-palette-secondary-contrastText: var(--e-one-palette-secondary-contrast-text);
--e-one-palette-error-light: #ef4444;
--e-one-palette-error-main: #dc2626;
--e-one-palette-error-dark: #b91c1c;
--e-one-palette-error-contrast-text: #ffffff;
--e-one-palette-error-contrastText: var(--e-one-palette-error-contrast-text);
--e-one-palette-warning-light: #fbbf24;
--e-one-palette-warning-main: #f59e0b;
--e-one-palette-warning-dark: #b15211;
--e-one-palette-warning-contrast-text: #000000;
--e-one-palette-warning-contrastText: var(--e-one-palette-warning-contrast-text);
--e-one-palette-info-light: #3b82f6;
--e-one-palette-info-main: #2563eb;
--e-one-palette-info-dark: #1d4ed8;
--e-one-palette-info-contrast-text: #ffffff;
--e-one-palette-info-contrastText: var(--e-one-palette-info-contrast-text);
--e-one-palette-success-light: #10b981;
--e-one-palette-success-main: #0a875a;
--e-one-palette-success-dark: #047857;
--e-one-palette-success-contrast-text: #ffffff;
--e-one-palette-success-contrastText: var(--e-one-palette-success-contrast-text);
--e-one-palette-global-light: #99f6e4;
--e-one-palette-global-main: #5eead4;
--e-one-palette-global-dark: #2adfcd;
--e-one-palette-global-contrast-text: #0c0d0e;
--e-one-palette-global-contrastText: var(--e-one-palette-global-contrast-text);
--e-one-palette-promotion-light: #b51243;
--e-one-palette-promotion-main: #93003f;
--e-one-palette-promotion-dark: #7e013b;
--e-one-palette-promotion-contrast-text: #ffffff;
--e-one-palette-promotion-contrastText: var(--e-one-palette-promotion-contrast-text);
--e-one-palette-decorative-light: #99f6e4;
--e-one-palette-decorative-main: #5eead4;
--e-one-palette-decorative-dark: #2adfcd;
--e-one-palette-decorative-contrast-text: #0c0d0e;
--e-one-palette-decorative-contrastText: var(--e-one-palette-decorative-contrast-text);
--e-one-palette-neutral-light: #ffffff;
--e-one-palette-neutral-main: #ffffff;
--e-one-palette-neutral-dark: #ffffff;
--e-one-palette-neutral-contrast-text: #ffffff;
--e-one-palette-neutral-contrastText: var(--e-one-palette-neutral-contrast-text);
--e-one-palette-action-active: #fff;
--e-one-palette-action-hover: rgba(255, 255, 255, 0.08);
--e-one-palette-action-selected: rgba(255, 255, 255, 0.16);
--e-one-palette-action-focus: rgba(255, 255, 255, 0.12);
--e-one-palette-action-disabled: rgba(255, 255, 255, 0.3);
--e-one-palette-action-disabled-background: rgba(255, 255, 255, 0.12);
--e-one-palette-action-disabledBackground: var(--e-one-palette-action-disabled-background);
--e-one-palette-divider: rgba(255, 255, 255, 0.12);
--e-one-palette-common-black: #000;
--e-one-palette-common-white: #fff;
--e-one-palette-background-default: #1f2124;
--e-one-palette-background-paper: #0c0d0e;
}
/*# sourceMappingURL=theme-dark.css.map */

View File

@@ -0,0 +1 @@
:root{--e-one-palette-text-primary:#fff;--e-one-palette-text-secondary:#babfc5;--e-one-palette-text-tertiary:#9da5ae;--e-one-palette-text-disabled:#515962;--e-one-palette-primary-light:#f3bafd;--e-one-palette-primary-main:#f0abfc;--e-one-palette-primary-dark:#eb8efb;--e-one-palette-primary-contrast-text:#0c0d0e;--e-one-palette-primary-contrastText:var(--e-one-palette-primary-contrast-text);--e-one-palette-secondary-light:#babfc5;--e-one-palette-secondary-main:#9da5ae;--e-one-palette-secondary-dark:#818a96;--e-one-palette-secondary-contrast-text:#0c0d0e;--e-one-palette-secondary-contrastText:var(--e-one-palette-secondary-contrast-text);--e-one-palette-error-light:#ef4444;--e-one-palette-error-main:#dc2626;--e-one-palette-error-dark:#b91c1c;--e-one-palette-error-contrast-text:#fff;--e-one-palette-error-contrastText:var(--e-one-palette-error-contrast-text);--e-one-palette-warning-light:#fbbf24;--e-one-palette-warning-main:#f59e0b;--e-one-palette-warning-dark:#b15211;--e-one-palette-warning-contrast-text:#000;--e-one-palette-warning-contrastText:var(--e-one-palette-warning-contrast-text);--e-one-palette-info-light:#3b82f6;--e-one-palette-info-main:#2563eb;--e-one-palette-info-dark:#1d4ed8;--e-one-palette-info-contrast-text:#fff;--e-one-palette-info-contrastText:var(--e-one-palette-info-contrast-text);--e-one-palette-success-light:#10b981;--e-one-palette-success-main:#0a875a;--e-one-palette-success-dark:#047857;--e-one-palette-success-contrast-text:#fff;--e-one-palette-success-contrastText:var(--e-one-palette-success-contrast-text);--e-one-palette-global-light:#99f6e4;--e-one-palette-global-main:#5eead4;--e-one-palette-global-dark:#2adfcd;--e-one-palette-global-contrast-text:#0c0d0e;--e-one-palette-global-contrastText:var(--e-one-palette-global-contrast-text);--e-one-palette-promotion-light:#b51243;--e-one-palette-promotion-main:#93003f;--e-one-palette-promotion-dark:#7e013b;--e-one-palette-promotion-contrast-text:#fff;--e-one-palette-promotion-contrastText:var(--e-one-palette-promotion-contrast-text);--e-one-palette-decorative-light:#99f6e4;--e-one-palette-decorative-main:#5eead4;--e-one-palette-decorative-dark:#2adfcd;--e-one-palette-decorative-contrast-text:#0c0d0e;--e-one-palette-decorative-contrastText:var(--e-one-palette-decorative-contrast-text);--e-one-palette-neutral-light:#fff;--e-one-palette-neutral-main:#fff;--e-one-palette-neutral-dark:#fff;--e-one-palette-neutral-contrast-text:#fff;--e-one-palette-neutral-contrastText:var(--e-one-palette-neutral-contrast-text);--e-one-palette-action-active:#fff;--e-one-palette-action-hover:hsla(0,0%,100%,.08);--e-one-palette-action-selected:hsla(0,0%,100%,.16);--e-one-palette-action-focus:hsla(0,0%,100%,.12);--e-one-palette-action-disabled:hsla(0,0%,100%,.3);--e-one-palette-action-disabled-background:hsla(0,0%,100%,.12);--e-one-palette-action-disabledBackground:var(--e-one-palette-action-disabled-background);--e-one-palette-divider:hsla(0,0%,100%,.12);--e-one-palette-common-black:#000;--e-one-palette-common-white:#fff;--e-one-palette-background-default:#1f2124;--e-one-palette-background-paper:#0c0d0e}

View File

@@ -0,0 +1,73 @@
:root {
--e-one-palette-text-primary: #0c0d0e;
--e-one-palette-text-secondary: #3f444b;
--e-one-palette-text-tertiary: #69727d;
--e-one-palette-text-disabled: #9da5ae;
--e-one-palette-text-tab: #51575D;
--e-one-palette-primary-light: #f3bafd;
--e-one-palette-primary-main: #f0abfc;
--e-one-palette-primary-dark: #eb8efb;
--e-one-palette-primary-contrast-text: #0c0d0e;
--e-one-palette-primary-contrastText: var(--e-one-palette-primary-contrast-text);
--e-one-palette-secondary-light: #69727d;
--e-one-palette-secondary-main: #515962;
--e-one-palette-secondary-dark: #3f444b;
--e-one-palette-secondary-contrast-text: #ffffff;
--e-one-palette-secondary-contrastText: var(--e-one-palette-secondary-contrast-text);
--e-one-palette-error-light: #ef4444;
--e-one-palette-error-main: #dc2626;
--e-one-palette-error-dark: #b91c1c;
--e-one-palette-error-contrast-text: #ffffff;
--e-one-palette-error-contrastText: var(--e-one-palette-error-contrast-text);
--e-one-palette-warning-light: #d97706;
--e-one-palette-warning-main: #bb5b1d;
--e-one-palette-warning-dark: #b15211;
--e-one-palette-warning-contrast-text: #ffffff;
--e-one-palette-warning-contrastText: var(--e-one-palette-warning-contrast-text);
--e-one-palette-info-light: #3b82f6;
--e-one-palette-info-main: #2563eb;
--e-one-palette-info-dark: #1d4ed8;
--e-one-palette-info-contrast-text: #ffffff;
--e-one-palette-info-contrastText: var(--e-one-palette-info-contrast-text);
--e-one-palette-success-light: #10b981;
--e-one-palette-success-main: #0a875a;
--e-one-palette-success-dark: #047857;
--e-one-palette-success-contrast-text: #ffffff;
--e-one-palette-success-contrastText: var(--e-one-palette-success-contrast-text);
--e-one-palette-global-light: #99f6e4;
--e-one-palette-global-main: #5eead4;
--e-one-palette-global-dark: #2adfcd;
--e-one-palette-global-contrast-text: #0c0d0e;
--e-one-palette-global-contrastText: var(--e-one-palette-global-contrast-text);
--e-one-palette-promotion-light: #b51243;
--e-one-palette-promotion-main: #93003f;
--e-one-palette-promotion-dark: #7e013b;
--e-one-palette-promotion-contrast-text: #ffffff;
--e-one-palette-promotion-contrastText: var(--e-one-palette-promotion-contrast-text);
--e-one-palette-decorative-light: #99f6e4;
--e-one-palette-decorative-main: #5eead4;
--e-one-palette-decorative-dark: #2adfcd;
--e-one-palette-decorative-contrast-text: #0c0d0e;
--e-one-palette-decorative-contrastText: var(--e-one-palette-decorative-contrast-text);
--e-one-palette-neutral-light: #ffffff;
--e-one-palette-neutral-main: #ffffff;
--e-one-palette-neutral-dark: #ffffff;
--e-one-palette-neutral-contrast-text: #ffffff;
--e-one-palette-neutral-contrastText: var(--e-one-palette-neutral-contrast-text);
--e-one-palette-action-active: rgba(0, 0, 0, 0.54);
--e-one-palette-action-hover: rgba(0, 0, 0, 0.04);
--e-one-palette-action-selected: rgba(0, 0, 0, 0.08);
--e-one-palette-action-focus: rgba(0, 0, 0, 0.12);
--e-one-palette-action-disabled: rgba(0, 0, 0, 0.26);
--e-one-palette-action-disabled-background: rgba(0, 0, 0, 0.12);
--e-one-palette-action-disabledBackground: var(--e-one-palette-action-disabled-background);
--e-one-palette-divider: rgba(0, 0, 0, 0.12);
--e-one-palette-common-black: #000;
--e-one-palette-common-white: #fff;
--e-one-palette-background-default: #ffffff;
--e-one-palette-background-paper: #ffffff;
--e-one-palette-checkbox-primary: #515962;
--e-one-palette-border: #A7AAAD;
}
/*# sourceMappingURL=theme-light.css.map */

View File

@@ -0,0 +1 @@
:root{--e-one-palette-text-primary:#0c0d0e;--e-one-palette-text-secondary:#3f444b;--e-one-palette-text-tertiary:#69727d;--e-one-palette-text-disabled:#9da5ae;--e-one-palette-text-tab:#51575d;--e-one-palette-primary-light:#f3bafd;--e-one-palette-primary-main:#f0abfc;--e-one-palette-primary-dark:#eb8efb;--e-one-palette-primary-contrast-text:#0c0d0e;--e-one-palette-primary-contrastText:var(--e-one-palette-primary-contrast-text);--e-one-palette-secondary-light:#69727d;--e-one-palette-secondary-main:#515962;--e-one-palette-secondary-dark:#3f444b;--e-one-palette-secondary-contrast-text:#fff;--e-one-palette-secondary-contrastText:var(--e-one-palette-secondary-contrast-text);--e-one-palette-error-light:#ef4444;--e-one-palette-error-main:#dc2626;--e-one-palette-error-dark:#b91c1c;--e-one-palette-error-contrast-text:#fff;--e-one-palette-error-contrastText:var(--e-one-palette-error-contrast-text);--e-one-palette-warning-light:#d97706;--e-one-palette-warning-main:#bb5b1d;--e-one-palette-warning-dark:#b15211;--e-one-palette-warning-contrast-text:#fff;--e-one-palette-warning-contrastText:var(--e-one-palette-warning-contrast-text);--e-one-palette-info-light:#3b82f6;--e-one-palette-info-main:#2563eb;--e-one-palette-info-dark:#1d4ed8;--e-one-palette-info-contrast-text:#fff;--e-one-palette-info-contrastText:var(--e-one-palette-info-contrast-text);--e-one-palette-success-light:#10b981;--e-one-palette-success-main:#0a875a;--e-one-palette-success-dark:#047857;--e-one-palette-success-contrast-text:#fff;--e-one-palette-success-contrastText:var(--e-one-palette-success-contrast-text);--e-one-palette-global-light:#99f6e4;--e-one-palette-global-main:#5eead4;--e-one-palette-global-dark:#2adfcd;--e-one-palette-global-contrast-text:#0c0d0e;--e-one-palette-global-contrastText:var(--e-one-palette-global-contrast-text);--e-one-palette-promotion-light:#b51243;--e-one-palette-promotion-main:#93003f;--e-one-palette-promotion-dark:#7e013b;--e-one-palette-promotion-contrast-text:#fff;--e-one-palette-promotion-contrastText:var(--e-one-palette-promotion-contrast-text);--e-one-palette-decorative-light:#99f6e4;--e-one-palette-decorative-main:#5eead4;--e-one-palette-decorative-dark:#2adfcd;--e-one-palette-decorative-contrast-text:#0c0d0e;--e-one-palette-decorative-contrastText:var(--e-one-palette-decorative-contrast-text);--e-one-palette-neutral-light:#fff;--e-one-palette-neutral-main:#fff;--e-one-palette-neutral-dark:#fff;--e-one-palette-neutral-contrast-text:#fff;--e-one-palette-neutral-contrastText:var(--e-one-palette-neutral-contrast-text);--e-one-palette-action-active:rgba(0,0,0,.54);--e-one-palette-action-hover:rgba(0,0,0,.04);--e-one-palette-action-selected:rgba(0,0,0,.08);--e-one-palette-action-focus:rgba(0,0,0,.12);--e-one-palette-action-disabled:rgba(0,0,0,.26);--e-one-palette-action-disabled-background:rgba(0,0,0,.12);--e-one-palette-action-disabledBackground:var(--e-one-palette-action-disabled-background);--e-one-palette-divider:rgba(0,0,0,.12);--e-one-palette-common-black:#000;--e-one-palette-common-white:#fff;--e-one-palette-background-default:#fff;--e-one-palette-background-paper:#fff;--e-one-palette-checkbox-primary:#515962;--e-one-palette-border:#a7aaad}

View File

@@ -0,0 +1,47 @@
.e-has-sidebar-navigation {
--editor-one-sidebar-admin-top-bar-height: 50px;
--editor-one-wordpress-admin-bar-height: 32px;
--editor-one-sidebar-navigation-width: 240px;
--editor-one-sidebar-navigation-width-collapsed: 72px;
--editor-one-sidebar-left-offset: 160px;
--editor-one-sidebar-left-offset-collapsed: 36px;
--editor-one-sidebar-z-index: 99;
--editor-one-sidebar-bg: #fff;
--editor-one-sidebar-content-padding: 20px;
--editor-one-sidebar-transition: width 0.3s ease-in-out, padding-inline-start 0.3s ease-in-out, margin-inline-start 0.3s ease-in-out;
}
.e-has-sidebar-navigation.folded {
--editor-one-sidebar-left-offset: var(--editor-one-sidebar-left-offset-collapsed);
}
#editor-one-top-bar > * {
inset-block-start: var(--editor-one-wordpress-admin-bar-height, 32px);
inset-inline-start: var(--editor-one-sidebar-left-offset, 160px);
inset-inline-end: 0;
width: calc(100% - var(--editor-one-sidebar-left-offset, 160px));
position: fixed;
}
@media screen and (max-width: 960px) {
#editor-one-top-bar > * {
inset-inline-start: var(--editor-one-wordpress-admin-bar-height, 32px);
width: calc(100% - var(--editor-one-wordpress-admin-bar-height, 32px));
}
}
@media screen and (max-width: 782px) {
#editor-one-top-bar {
--editor-one-sidebar-admin-top-bar-height: 46px;
}
#editor-one-top-bar > * {
inset-inline-start: 0;
inset-block-start: var(--editor-one-sidebar-admin-top-bar-height, 46px);
width: 100%;
}
}
@media screen and (max-width: 600px) {
body:has(#editor-one-top-bar) #wpadminbar {
position: fixed;
}
}
/*# sourceMappingURL=top-bar.css.map */

View File

@@ -0,0 +1 @@
.e-has-sidebar-navigation{--editor-one-sidebar-admin-top-bar-height:50px;--editor-one-wordpress-admin-bar-height:32px;--editor-one-sidebar-navigation-width:240px;--editor-one-sidebar-navigation-width-collapsed:72px;--editor-one-sidebar-left-offset:160px;--editor-one-sidebar-left-offset-collapsed:36px;--editor-one-sidebar-z-index:99;--editor-one-sidebar-bg:#fff;--editor-one-sidebar-content-padding:20px;--editor-one-sidebar-transition:width 0.3s ease-in-out,padding-inline-start 0.3s ease-in-out,margin-inline-start 0.3s ease-in-out}.e-has-sidebar-navigation.folded{--editor-one-sidebar-left-offset:var(--editor-one-sidebar-left-offset-collapsed)}#editor-one-top-bar>*{inset-block-start:var(--editor-one-wordpress-admin-bar-height,32px);inset-inline-end:0;inset-inline-start:var(--editor-one-sidebar-left-offset,160px);position:fixed;width:calc(100% - var(--editor-one-sidebar-left-offset, 160px))}@media screen and (max-width:960px){#editor-one-top-bar>*{inset-inline-start:var(--editor-one-wordpress-admin-bar-height,32px);width:calc(100% - var(--editor-one-wordpress-admin-bar-height, 32px))}}@media screen and (max-width:782px){#editor-one-top-bar{--editor-one-sidebar-admin-top-bar-height:46px}#editor-one-top-bar>*{inset-block-start:var(--editor-one-sidebar-admin-top-bar-height,46px);inset-inline-start:0;width:100%}}@media screen and (max-width:600px){body:has(#editor-one-top-bar) #wpadminbar{position:fixed}}

View File

@@ -0,0 +1,89 @@
:root {
--e-one-typography-display1-fontSize: 0rem;
--e-one-typography-display2-fontSize: 0rem;
--e-one-typography-display3-fontSize: 0rem;
--e-one-typography-display4-fontSize: 0rem;
--e-one-typography-display5-fontSize: 0rem;
--e-one-typography-display6-fontSize: 0rem;
--e-one-typography-button-textTransform: none;
--e-one-typography-button-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-button-fontWeight: 500;
--e-one-typography-button-fontSize: 0.875rem;
--e-one-typography-button-lineHeight: 1.75;
--e-one-typography-button-letterSpacing: 0.02857em;
--e-one-typography-h1-fontWeight: 700;
--e-one-typography-h1-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-h1-fontSize: 6rem;
--e-one-typography-h1-lineHeight: 1.167;
--e-one-typography-h1-letterSpacing: -0.01562em;
--e-one-typography-h2-fontWeight: 700;
--e-one-typography-h2-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-h2-fontSize: 3.75rem;
--e-one-typography-h2-lineHeight: 1.2;
--e-one-typography-h2-letterSpacing: -0.00833em;
--e-one-typography-h3-fontSize: 2.75rem;
--e-one-typography-h3-fontWeight: 700;
--e-one-typography-h3-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-h3-lineHeight: 1.167;
--e-one-typography-h3-letterSpacing: 0em;
--e-one-typography-h4-fontSize: 2rem;
--e-one-typography-h4-fontWeight: 700;
--e-one-typography-h4-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-h4-lineHeight: 1.235;
--e-one-typography-h4-letterSpacing: 0.00735em;
--e-one-typography-h5-fontWeight: 700;
--e-one-typography-h5-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-h5-fontSize: 1.5rem;
--e-one-typography-h5-lineHeight: 1.334;
--e-one-typography-h5-letterSpacing: 0em;
--e-one-typography-subtitle1-fontWeight: 500;
--e-one-typography-subtitle1-lineHeight: 1.3;
--e-one-typography-subtitle1-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-subtitle1-fontSize: 1rem;
--e-one-typography-subtitle1-letterSpacing: 0.00938em;
--e-one-typography-subtitle2-lineHeight: 1.3;
--e-one-typography-subtitle2-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-subtitle2-fontWeight: 500;
--e-one-typography-subtitle2-fontSize: 0.875rem;
--e-one-typography-subtitle2-letterSpacing: 0.00714em;
--e-one-typography-htmlFontSize: 16;
--e-one-typography-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-fontSize: 14;
--e-one-typography-fontWeightLight: 300;
--e-one-typography-fontWeightRegular: 400;
--e-one-typography-fontWeightMedium: 500;
--e-one-typography-fontWeightBold: 700;
--e-one-typography-h6-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-h6-fontWeight: 500;
--e-one-typography-h6-fontSize: 1.25rem;
--e-one-typography-h6-lineHeight: 1.6;
--e-one-typography-h6-letterSpacing: 0.0075em;
--e-one-typography-body1-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-body1-fontWeight: 400;
--e-one-typography-body1-fontSize: 1rem;
--e-one-typography-body1-lineHeight: 1.5;
--e-one-typography-body1-letterSpacing: 0.00938em;
--e-one-typography-body2-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-body2-fontWeight: 400;
--e-one-typography-body2-fontSize: 0.875rem;
--e-one-typography-body2-lineHeight: 1.43;
--e-one-typography-body2-letterSpacing: 0.01071em;
--e-one-typography-caption-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-caption-fontWeight: 400;
--e-one-typography-caption-fontSize: 0.75rem;
--e-one-typography-caption-lineHeight: 1.66;
--e-one-typography-caption-letterSpacing: 0.03333em;
--e-one-typography-overline-fontFamily: "Roboto", "Helvetica", "Arial", sans-serif;
--e-one-typography-overline-fontWeight: 400;
--e-one-typography-overline-fontSize: 0.75rem;
--e-one-typography-overline-lineHeight: 2.66;
--e-one-typography-overline-letterSpacing: 0.08333em;
--e-one-typography-overline-textTransform: uppercase;
--e-one-typography-inherit-fontFamily: inherit;
--e-one-typography-inherit-fontWeight: inherit;
--e-one-typography-inherit-fontSize: inherit;
--e-one-typography-inherit-lineHeight: inherit;
--e-one-typography-inherit-letterSpacing: inherit;
}
/*# sourceMappingURL=variables.css.map */

View File

@@ -0,0 +1 @@
:root{--e-one-typography-display1-fontSize:0rem;--e-one-typography-display2-fontSize:0rem;--e-one-typography-display3-fontSize:0rem;--e-one-typography-display4-fontSize:0rem;--e-one-typography-display5-fontSize:0rem;--e-one-typography-display6-fontSize:0rem;--e-one-typography-button-textTransform:none;--e-one-typography-button-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-button-fontWeight:500;--e-one-typography-button-fontSize:0.875rem;--e-one-typography-button-lineHeight:1.75;--e-one-typography-button-letterSpacing:0.02857em;--e-one-typography-h1-fontWeight:700;--e-one-typography-h1-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-h1-fontSize:6rem;--e-one-typography-h1-lineHeight:1.167;--e-one-typography-h1-letterSpacing:-0.01562em;--e-one-typography-h2-fontWeight:700;--e-one-typography-h2-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-h2-fontSize:3.75rem;--e-one-typography-h2-lineHeight:1.2;--e-one-typography-h2-letterSpacing:-0.00833em;--e-one-typography-h3-fontSize:2.75rem;--e-one-typography-h3-fontWeight:700;--e-one-typography-h3-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-h3-lineHeight:1.167;--e-one-typography-h3-letterSpacing:0em;--e-one-typography-h4-fontSize:2rem;--e-one-typography-h4-fontWeight:700;--e-one-typography-h4-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-h4-lineHeight:1.235;--e-one-typography-h4-letterSpacing:0.00735em;--e-one-typography-h5-fontWeight:700;--e-one-typography-h5-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-h5-fontSize:1.5rem;--e-one-typography-h5-lineHeight:1.334;--e-one-typography-h5-letterSpacing:0em;--e-one-typography-subtitle1-fontWeight:500;--e-one-typography-subtitle1-lineHeight:1.3;--e-one-typography-subtitle1-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-subtitle1-fontSize:1rem;--e-one-typography-subtitle1-letterSpacing:0.00938em;--e-one-typography-subtitle2-lineHeight:1.3;--e-one-typography-subtitle2-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-subtitle2-fontWeight:500;--e-one-typography-subtitle2-fontSize:0.875rem;--e-one-typography-subtitle2-letterSpacing:0.00714em;--e-one-typography-htmlFontSize:16;--e-one-typography-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-fontSize:14;--e-one-typography-fontWeightLight:300;--e-one-typography-fontWeightRegular:400;--e-one-typography-fontWeightMedium:500;--e-one-typography-fontWeightBold:700;--e-one-typography-h6-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-h6-fontWeight:500;--e-one-typography-h6-fontSize:1.25rem;--e-one-typography-h6-lineHeight:1.6;--e-one-typography-h6-letterSpacing:0.0075em;--e-one-typography-body1-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-body1-fontWeight:400;--e-one-typography-body1-fontSize:1rem;--e-one-typography-body1-lineHeight:1.5;--e-one-typography-body1-letterSpacing:0.00938em;--e-one-typography-body2-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-body2-fontWeight:400;--e-one-typography-body2-fontSize:0.875rem;--e-one-typography-body2-lineHeight:1.43;--e-one-typography-body2-letterSpacing:0.01071em;--e-one-typography-caption-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-caption-fontWeight:400;--e-one-typography-caption-fontSize:0.75rem;--e-one-typography-caption-lineHeight:1.66;--e-one-typography-caption-letterSpacing:0.03333em;--e-one-typography-overline-fontFamily:"Roboto","Helvetica","Arial",sans-serif;--e-one-typography-overline-fontWeight:400;--e-one-typography-overline-fontSize:0.75rem;--e-one-typography-overline-lineHeight:2.66;--e-one-typography-overline-letterSpacing:0.08333em;--e-one-typography-overline-textTransform:uppercase;--e-one-typography-inherit-fontFamily:inherit;--e-one-typography-inherit-fontWeight:inherit;--e-one-typography-inherit-fontSize:inherit;--e-one-typography-inherit-lineHeight:inherit;--e-one-typography-inherit-letterSpacing:inherit}