asdsd
All checks were successful
Deploy / deploy-staging (push) Successful in 8s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-07 02:01:49 +02:00
parent 590a5fd92c
commit 538175e52e
2 changed files with 9 additions and 6 deletions

View File

@@ -155,9 +155,9 @@ Phase 3 Fenster-Manager:
- `ERLEDIGT`: Fenster oeffnen und schliessen - `ERLEDIGT`: Fenster oeffnen und schliessen
- `ERLEDIGT`: Fenster fokussieren - `ERLEDIGT`: Fenster fokussieren
- `ERLEDIGT`: Fenster minimieren - `ERLEDIGT`: Fenster minimieren
- `TEILWEISE`: Fenster maximieren, noch nicht abgenommen - `ERLEDIGT`: Fenster maximieren
- `ERLEDIGT`: z-index-Verwaltung - `ERLEDIGT`: z-index-Verwaltung
- `OFFEN`: Position und Groesse merken - `TEILWEISE`: Position und Groesse merken, technisch vorbereitet aber noch nicht abgenommen
Phase 4 Inhaltssystem: Phase 4 Inhaltssystem:

View File

@@ -4,7 +4,8 @@
--shell-panel: rgba(15, 23, 42, 0.42); --shell-panel: rgba(15, 23, 42, 0.42);
--shell-border: rgba(255, 255, 255, 0.16); --shell-border: rgba(255, 255, 255, 0.16);
--card-bg: rgba(255, 255, 255, 0.14); --card-bg: rgba(255, 255, 255, 0.14);
--window-bg: rgba(248, 250, 252, 0.9); --window-bg: #f8fafc;
--window-header-bg: #eef2ff;
--window-text: #0f172a; --window-text: #0f172a;
--accent: #60a5fa; --accent: #60a5fa;
--taskbar-bg: rgba(15, 23, 42, 0.8); --taskbar-bg: rgba(15, 23, 42, 0.8);
@@ -26,13 +27,15 @@ body {
body[data-skin="apple"] { body[data-skin="apple"] {
--accent: #fb7185; --accent: #fb7185;
--taskbar-bg: rgba(45, 45, 45, 0.65); --taskbar-bg: rgba(45, 45, 45, 0.65);
--window-bg: rgba(255, 251, 235, 0.92); --window-bg: #fffbeb;
--window-header-bg: #fff1d6;
} }
body[data-skin="linux"] { body[data-skin="linux"] {
--accent: #f97316; --accent: #f97316;
--taskbar-bg: rgba(17, 24, 39, 0.86); --taskbar-bg: rgba(17, 24, 39, 0.86);
--window-bg: rgba(249, 250, 251, 0.94); --window-bg: #f9fafb;
--window-header-bg: #eceff3;
} }
.desktop-shell { .desktop-shell {
@@ -255,7 +258,7 @@ h1 {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 12px 16px; padding: 12px 16px;
background: rgba(255, 255, 255, 0.58); background: var(--window-header-bg);
border-bottom: 1px solid rgba(148, 163, 184, 0.28); border-bottom: 1px solid rgba(148, 163, 184, 0.28);
cursor: move; cursor: move;
} }