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:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user