System development, WIP

This commit is contained in:
2026-05-05 13:55:42 +02:00
commit c0223977d2
250 changed files with 10362 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
@font-display: "CastorTwoMGNE", "Palatino Linotype", serif;
@font-body: "LoraMGNE", "Book Antiqua", serif;
@page-bg-url: "../assets/ui/page_background.webp";
@bg-void: #13100f;
@bg-char: #1b1512;
@bg-panel: rgba(41, 30, 24, 0.88);
@bg-panel-soft: rgba(64, 47, 37, 0.66);
@bg-input: rgba(17, 12, 10, 0.72);
@parchment: #ccb292;
@bone: #ab8b68;
@dust: #7e664f;
@ash: #5f4d40;
@label-ink: #6e3d2a;
@label-soft: #81533b;
@iron: #52453c;
@copper: #8d5f3f;
@verdigris: #4f7d73;
@ember: #b7461f;
@ember-bright: #dd6b2d;
@blood: #7f1d17;
@gold-acid: #c49a45;
@shadow-heavy: 0 14px 30px rgba(0, 0, 0, 0.36);
@shadow-inset: inset 0 1px 0 rgba(255, 236, 203, 0.08), inset 0 0 0 1px rgba(255, 236, 203, 0.03);
@border-main: 1px solid fade(@bone, 34%);
@border-strong: 1px solid fade(@gold-acid, 45%);
@radius-sm: 6px;
@radius-md: 8px;
@radius-lg: 12px;