update
This commit is contained in:
@@ -277,3 +277,49 @@ table.kennzahlen th { color: var(--dim); }
|
||||
.guide-text .kapitel-titel { margin-top: 20px; }
|
||||
.flash { max-width: 100%; padding: 18px; margin: 16px auto; }
|
||||
}
|
||||
|
||||
/* ── Lesemodus (Lern-Schritt 1) ─────────────────────────────────────────────── */
|
||||
.lesemodus {
|
||||
position: fixed; inset: 0; z-index: 1000; background: var(--bg);
|
||||
display: flex; flex-direction: column; color: var(--text);
|
||||
}
|
||||
.lm-kopf, .lm-fuss {
|
||||
display: flex; align-items: center; gap: 12px; padding: 10px 18px;
|
||||
border-bottom: 1px solid var(--rand); background: var(--panel); flex: 0 0 auto;
|
||||
}
|
||||
.lm-fuss { border-top: 1px solid var(--rand); border-bottom: none; justify-content: space-between; }
|
||||
.lm-fort { font-size: 13px; color: var(--dim); flex: 1; }
|
||||
.lm-x { margin-left: auto; background: none; border: none; font-size: 18px; cursor: pointer; color: var(--dim); }
|
||||
.lm-fuss button {
|
||||
padding: 8px 18px; border: 1px solid var(--rand); border-radius: 6px;
|
||||
background: var(--karte); color: var(--text); cursor: pointer; font-size: 14px;
|
||||
}
|
||||
.lm-fuss button:disabled { opacity: 0.4; cursor: default; }
|
||||
.lm-buehne { flex: 1; overflow-y: auto; } /* Block-Scroll: Padding am Ende bleibt erhalten */
|
||||
.lm-screen {
|
||||
width: 100%; max-width: 760px; margin: 0 auto; padding: 40px 24px 96px;
|
||||
font-family: 'Inter Variable', system-ui, sans-serif; /* Lesetypografie wie im Guide */
|
||||
font-size: 19px; line-height: 1.55; color: var(--lese-text, var(--text));
|
||||
}
|
||||
.lm-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--akzent); margin-bottom: 6px; }
|
||||
.lm-titel { margin: 0 0 18px; }
|
||||
.lm-intro { text-align: center; padding-top: 12vh; }
|
||||
.lm-kapnr { color: var(--dim); font-size: 14px; margin-bottom: 8px; }
|
||||
.lm-intro h1 { margin: 0 0 16px; }
|
||||
.lm-introtext { color: var(--text); font-size: 17px; line-height: 1.6; }
|
||||
.lm-stats { margin-top: 20px; color: var(--dim); font-size: 14px; }
|
||||
/* Abrufprüfung */
|
||||
.lm-abruf { display: flex; flex-direction: column; align-items: center; }
|
||||
.lm-karte {
|
||||
width: 100%; max-width: 560px; margin-top: 6vh; padding: 28px;
|
||||
background: var(--karte); border: 1px solid var(--rand); border-radius: 12px; text-align: center;
|
||||
}
|
||||
.lm-frage { font-size: 20px; margin-bottom: 18px; }
|
||||
.lm-antwort { font-size: 17px; color: var(--text); border-top: 1px solid var(--rand); padding-top: 16px; margin-bottom: 18px; }
|
||||
.lm-karte-akt { display: flex; gap: 12px; justify-content: center; margin-top: 10px; }
|
||||
.lm-karte-akt button { padding: 10px 22px; border-radius: 8px; border: 1px solid var(--rand); cursor: pointer; font-size: 15px; background: var(--panel); color: var(--text); }
|
||||
.lm-richtig { background: #2f7d32 !important; border-color: #2f7d32 !important; color: #fff !important; }
|
||||
.lm-falsch { background: #a23b3b !important; border-color: #a23b3b !important; color: #fff !important; }
|
||||
.lm-rest { margin-top: 16px; color: var(--dim); font-size: 13px; }
|
||||
.lm-bestanden { margin-top: 8vh; font-size: 18px; color: var(--akzent); text-align: center; }
|
||||
.lm-ende { text-align: center; padding-top: 14vh; }
|
||||
|
||||
Reference in New Issue
Block a user