index-main/assets/css/panel.css
2026-02-27 14:33:32 +01:00

68 lines
3.7 KiB
CSS

/* Executive - Regular */
@font-face {
font-family: "Executive";
src: url("../fonts/Executive-55Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Executive";
src: url("../fonts/Executive-56Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Executive";
src: url("../fonts/Executive-65Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Executive";
src: url("../fonts/Executive-66MediumIt.woff") format("woff");
font-weight: 500;
font-style: italic;
}
:root {
--font: "Executive", Arial, Helvetica, sans-serif;
--color-green: #00ff00;
}
body * {
font-family: var(--font);
}
.k-login-dialog::before {
content: "";
text-align: center;
height: 7rem;
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22200px%22%20viewBox%3D%220%200%20162%2029%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill%3A%20%23fff%22%3E%3Ctitle%3EIndex.ngo%3C%2Ftitle%3E%3Cg%20transform%3D%22matrix(1.04516%2C0%2C0%2C0.659091%2C57.4839%2C-6.59091)%22%3E%3Crect%20x%3D%22-55%22%20y%3D%2210%22%20width%3D%22155%22%20height%3D%2244%22%20style%3D%22fill%3Anone%3B%22%3E%3C%2Frect%3E%3CclipPath%20id%3D%22_clip1%22%3E%3Crect%20x%3D%22-55%22%20y%3D%2210%22%20width%3D%22155%22%20height%3D%2244%22%3E%3C%2Frect%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23_clip1)%22%3E%3Cg%20transform%3D%22matrix(0.95679%2C0%2C0%2C1.51724%2C-55%2C10)%22%3E%3Cpath%20d%3D%22M162%2C29L148.198%2C29L141.174%2C20.767L134.15%2C29L91.184%2C29L91.184%2C0.004L120.653%2C0.004L120.653%2C7.351L102.637%2C7.351L102.637%2C10.867L120.137%2C10.867L120.137%2C18.13L102.637%2C18.13L102.637%2C21.606L120.926%2C21.606L120.926%2C28.951L134.273%2C14.414L120.807%2C0L134.56%2C0L141.388%2C7.767L147.76%2C0L161.201%2C0L148.236%2C13.79L161.996%2C28.997L162%2C29ZM68.58%2C29L54.224%2C29L54.224%2C0.004L68.637%2C0.004C74.672%2C0.004%2078.31%2C0.004%2082.046%2C2.045C86.259%2C4.379%2088.674%2C8.889%2088.674%2C14.417C88.674%2C19.406%2086.862%2C23.405%2083.427%2C25.975C79.463%2C29%2075.345%2C29%2068.58%2C29ZM49.819%2C29L38.775%2C29L31.499%2C19.815C29.746%2C17.735%2028.088%2C15.545%2027.307%2C14.495C27.387%2C15.813%2027.524%2C17.238%2027.524%2C20.499L27.524%2C29L15.965%2C29L15.965%2C0.004L27.009%2C0.004L33.798%2C8.349C36.223%2C11.121%2037.709%2C12.993%2038.393%2C13.881C38.347%2C12.615%2038.26%2C9.911%2038.26%2C6.84L38.26%2C0.004L49.819%2C0.004L49.819%2C29ZM11.559%2C29L0%2C29L0%2C0.004L11.559%2C0.004L11.559%2C29ZM65.784%2C21.818L67.904%2C21.818C70.918%2C21.818%2073.067%2C21.818%2074.728%2C20.531C76.074%2C19.491%2076.845%2C17.308%2076.845%2C14.541C76.845%2C11.526%2076.084%2C9.541%2074.525%2C8.476C72.895%2C7.411%2071.461%2C7.224%2067.578%2C7.224L65.784%2C7.224L65.784%2C21.818Z%22%20style%3D%22fill-rule%3Anonzero%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
display: grid;
place-items: flex-end;
justify-content: center;
margin: 0 var(--dialog-padding);
}
.k-login-dialog .k-dialog-body {
padding-top: 0;
}
.k-button[data-theme^="green"]:not(.k-page-status-icon-option),
.k-button[data-theme^="positive"]:not(.k-page-status-icon-option) {
background-color: var(--color-green);
}
.k-button[data-theme^="green"] .k-icon:not([data-type="status-listed"]),
.k-button[data-theme^="positive"] .k-icon:not([data-type="status-listed"]) {
color: #000;
}
.k-icon[data-type="status-listed"] {
color: var(--color-green);
}