ui: Dialog als Pill in die Provenance-Reihe, sticht durch Symbol+Akzent hervor

Dialog-Link in .provenance verschoben: → Dialog · Version · Verlauf · Zitieren
in einer Reihe, gleiche Pill-Form. Dialog (prov-dialog) hebt sich durch Pfeil
+ Akzentfarbe (Rahmen/Text, fett) ab, Hover füllt Akzent. Zähler-Script mit ins
Partial gezogen; alte .dialog-link-Klasse/-CSS entfernt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 01:52:45 +02:00
parent 22c9b9ff61
commit 0cc90ac295
3 changed files with 22 additions and 22 deletions
+9 -7
View File
@@ -554,19 +554,21 @@ a.byline-author:hover, a.journal-author:hover { color: var(--accent); }
/* ── Dialog ───────────────────────────────────────────────────────────────── */
/* Link am Ende des Beitrags (der Beitrag selbst bleibt sauber) */
.dialog-link {
/* Dialog-Pill in der Provenance-Reihe: gleiche Form wie die anderen, sticht
aber durch Pfeil-Symbol + Akzentfarbe (Rahmen/Text) hervor. */
.prov-dialog {
display: inline-block;
margin-top: var(--spacing-md);
font-family: var(--font-family-display);
font-weight: 500;
font-size: 0.82rem;
font-family: var(--font-family-mono);
font-size: var(--font-size-small);
font-weight: 600;
color: var(--accent);
text-decoration: none;
background: none;
border: 1px solid var(--accent);
border-radius: 999px;
padding: 0.28em 0.85em;
padding: 0.12em 0.7em;
}
.dialog-link:hover { background: var(--accent); color: #fff; }
.prov-dialog:hover { background: var(--accent); color: #fff; }
/* Eigene Dialog-Seite (/dialog/?thread=…) */
/* Füllt die normale Inhaltsspalte (kein eigenes max-width/Seiten-Padding → gleiche Breite wie andere Seiten) */