feat: Externe Quellen mit klickbaren Links (neuer Tab) + Kiosk-Modus
- Label "Externe Quelle (Links)" -> "Externe Quellen" (de/en) - Quelle-URLs werden via linkify-Partial anklickbar, oeffnen in neuem Tab - Neuer Kiosk-Modus: ?kiosk=true macht externe Links unklickbar (bleibt fuer die Session aktiv, verlassen mit ?kiosk=false)
This commit is contained in:
@@ -694,6 +694,12 @@ a:hover { color: var(--op-blau-dunkel); }
|
||||
.op-theme-blau .op-bildnachweis { color: rgba(255,255,255,.7); }
|
||||
.op-theme-blau .op-bildnachweis a { color: var(--op-gelb); }
|
||||
.op-content-box .op-quelle-head { font-weight: 700; color: var(--op-blau); margin-top: 1.5rem; }
|
||||
.op-content-box .op-quelle-link { color: var(--op-blau); text-decoration: underline; word-break: break-word; }
|
||||
.op-theme-blau .op-content-box .op-quelle-link { color: var(--op-gelb); }
|
||||
|
||||
/* Kiosk-Modus (?kiosk=true): externe Links werden von kiosk.js entschärft und
|
||||
sollen wie normaler Fliesstext wirken – nicht anklickbar, keine Link-Optik. */
|
||||
.op-link-disabled { color: inherit; text-decoration: none; cursor: default; pointer-events: none; }
|
||||
|
||||
/* =========================================================================
|
||||
16. TOUCH-KIOSK & BARRIEREFREIHEIT
|
||||
|
||||
Reference in New Issue
Block a user