diff --git a/fabula-ultima-sheet.css b/fabula-ultima-sheet.css index f9445d3..2e558d3 100644 --- a/fabula-ultima-sheet.css +++ b/fabula-ultima-sheet.css @@ -964,6 +964,55 @@ input[type="number"] { font-weight: 600; } +/* ── URL BANNER ──────────────────────────────────── */ +.url-banner { + background: var(--surface2); + border-bottom: 1px solid var(--teal-dim); + padding: 10px 32px; + font-family: var(--font-body); + font-size: 0.9rem; + color: var(--text-dim); + display: flex; + align-items: center; + gap: 10px; +} + +.url-banner strong { + color: var(--text); +} + +.url-banner-icon { + color: var(--teal); + font-size: 0.85rem; + flex-shrink: 0; +} + +/* ── MANAGE PAGE ─────────────────────────────────── */ +.manage-grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20px; + max-width: 800px; +} + +.manage-desc { + font-size: 0.9rem; + color: var(--text-dim); + line-height: 1.6; + margin-bottom: 18px; +} + +.manage-btn-row { + display: flex; + gap: 10px; + flex-wrap: wrap; +} + +.btn-lg { + font-size: 0.6rem; + padding: 11px 22px; +} + /* ── LIGHT THEME ─────────────────────────────────── */ [data-theme="light"] { --bg: #f4efe4; diff --git a/fabula-ultima-sheet.html b/fabula-ultima-sheet.html index 69062b8..3a86b25 100644 --- a/fabula-ultima-sheet.html +++ b/fabula-ultima-sheet.html @@ -20,21 +20,20 @@ +
+ + @@ -430,6 +429,44 @@ + +Save your character sheet to your browser's local storage, or load a previously saved sheet.
+Export your character to a JSON file for backup or sharing, or import from a previously exported file.
+Encode your character's current state into a shareable link. Anyone who opens the link will see your character — auto-save is disabled for viewers.
+