/* SerKal – UI version sk25_b14 Änderung: Einheitliche SerKal-Dialoge für Löschbestätigung und ICS-Download ergänzt. */ KuDo /* SerKal-eigener Mitteilungs- und Bestätigungsdialog */ .skDialogOverlay { position: fixed; inset: 0; z-index: 12000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(15, 23, 42, .56); backdrop-filter: blur(3px); } .skDialogOverlay.sk-open { display: flex; } .skDialogBox { width: min(520px, calc(100vw - 48px)); overflow: hidden; border: 1px solid var(--border, #cbd5e1); border-radius: 18px; background: var(--panel, #ffffff); color: var(--text, #172033); box-shadow: 0 24px 70px rgba(15, 23, 42, .30); transform: translateY(8px) scale(.985); opacity: 0; transition: transform .16s ease, opacity .16s ease; } .skDialogOverlay.sk-open .skDialogBox { transform: translateY(0) scale(1); opacity: 1; } .skDialogHead { display: flex; align-items: center; gap: 12px; padding: 19px 22px 12px; } .skDialogIcon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 12px; background: rgba(14, 165, 233, .13); font-size: 21px; } .skDialogBox[data-kind="danger"] .skDialogIcon { background: rgba(220, 38, 38, .12); } .skDialogTitle { margin: 0; font-size: 18px; font-weight: 750; line-height: 1.25; } .skDialogText { padding: 2px 22px 20px 72px; white-space: pre-line; font-size: 14px; line-height: 1.55; color: var(--muted, #475569); } .skDialogActions { display: flex; justify-content: flex-end; gap: 10px; padding: 15px 22px 19px; border-top: 1px solid var(--border, #e2e8f0); background: rgba(148, 163, 184, .07); } .skDialogActions button { min-width: 118px; } .skDialogPrimary { font-weight: 700; } .skDialogDanger { background: #b91c1c !important; border-color: #b91c1c !important; color: #fff !important; } body[data-theme="dark"] .skDialogBox { background: #172033; color: #f8fafc; border-color: #334155; } body[data-theme="dark"] .skDialogText { color: #cbd5e1; } body[data-theme="dark"] .skDialogActions { border-color: #334155; background: rgba(15, 23, 42, .35); }
Build
SUCHE & EINTRAG
Pic
Noch keine Suche.
Bereit.
STAFFELDETAILS
Status
Auswahl aus Archiv oder Suche.
Zusammenfassung
Noch keine Auswahl.
Beschreibung
Eigene Notiz
ARCHIV
0
🌐
Alles gespeichert
📜 Log
Log wird geladen …
Markieren und Strg+C funktionieren direkt. Buttons wirken nur auf die sichtbare Anzeige.
SerKal Debug