Fix download version 0.8.3 → 0.8.2
Korrigiert die fälschlich als 0.8.3 ausgewiesene Aktuell-Version auf 0.8.2 in Hero, Downloads, FAQ, Changelog und Auto-Updater-Endpoint. Changelog-Patch-Range entsprechend auf 0.8.0–0.8.1 angepasst. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,756 +0,0 @@
|
||||
/* ─────────────────────────────────────────────────────────────
|
||||
RAPPORT — Theme-Overrides für Hextra
|
||||
Warmes Sand/Tan auf hellem Grund (Architektur-Büro-Ästhetik)
|
||||
───────────────────────────────────────────────────────────── */
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
|
||||
|
||||
/* Krungthep — RAPPORT-Display-Font (Mac-System-Font lokal gebundelt) */
|
||||
@font-face {
|
||||
font-family: 'Krungthep';
|
||||
src: url('/fonts/Krungthep.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* — Primary-HSL: Tan #b07848 — */
|
||||
:root {
|
||||
--primary-hue: 26deg;
|
||||
--primary-saturation: 42%;
|
||||
--primary-lightness: 49%;
|
||||
|
||||
/* RAPPORT-Palette (Light) */
|
||||
--rapport-bg: #f7f5f2;
|
||||
--rapport-surface: #ffffff;
|
||||
--rapport-surface2: #fbf9f5;
|
||||
--rapport-dark: #1a1a18;
|
||||
--rapport-dark2: #2d2d28;
|
||||
--rapport-accent: #b07848;
|
||||
--rapport-accent-2: #9a673b;
|
||||
--rapport-accent-3: #7d5430;
|
||||
--rapport-text: #1a1a18;
|
||||
--rapport-text-2: #555550;
|
||||
--rapport-text-3: #888880;
|
||||
--rapport-text-4: #aaaaaa;
|
||||
--rapport-border: #e8e3dc;
|
||||
--rapport-border-2: #d8d2ca;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--primary-hue: 26deg;
|
||||
--primary-saturation: 42%;
|
||||
--primary-lightness: 56%;
|
||||
--color-dark: var(--rapport-dark);
|
||||
}
|
||||
|
||||
/* — Body & Backgrounds — */
|
||||
body {
|
||||
background: var(--rapport-bg);
|
||||
color: var(--rapport-text);
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
.dark body {
|
||||
background: #181614;
|
||||
color: #ece9e3;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: rgba(176, 120, 72, 0.25);
|
||||
color: var(--rapport-dark);
|
||||
}
|
||||
|
||||
.dark ::selection {
|
||||
background: rgba(176, 120, 72, 0.35);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* — Typografie — Headings serifig, Body monospaced — */
|
||||
.hextra-toc,
|
||||
.content,
|
||||
.prose {
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4,
|
||||
.hextra-home h1, .hextra-home h2, .hextra-home h3,
|
||||
.hx\:text-2xl, .hx\:text-3xl, .hx\:text-4xl, .hx\:text-5xl, .hx\:text-6xl {
|
||||
font-family: 'Playfair Display', Georgia, serif !important;
|
||||
font-weight: 700 !important;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
/* Navbar-Logo: RAPPORT in Krungthep/Archivo Black — nur navbar! */
|
||||
.hextra-navbar-title,
|
||||
nav .hextra-navbar-title,
|
||||
nav .hextra-max-navbar-width .hx\:font-bold {
|
||||
font-family: Krungthep, 'Archivo Black', sans-serif !important;
|
||||
letter-spacing: -0.02em !important;
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
|
||||
/* — Navbar mit hellem Hintergrund & dezenter Border — */
|
||||
.nav-container {
|
||||
background: rgba(247, 245, 242, 0.85) !important;
|
||||
backdrop-filter: blur(12px);
|
||||
-webkit-backdrop-filter: blur(12px);
|
||||
border-bottom: 1px solid var(--rapport-border) !important;
|
||||
}
|
||||
|
||||
.dark .nav-container {
|
||||
background: rgba(24, 22, 20, 0.85) !important;
|
||||
border-bottom: 1px solid #2d2926 !important;
|
||||
}
|
||||
|
||||
.nav-container-blur,
|
||||
.dark .nav-container-blur {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/* — Sidebar — */
|
||||
aside.sidebar-container,
|
||||
.sidebar-container {
|
||||
background: var(--rapport-bg) !important;
|
||||
border-right: 1px solid var(--rapport-border);
|
||||
}
|
||||
|
||||
.sidebar-container a {
|
||||
color: var(--rapport-text-2);
|
||||
}
|
||||
|
||||
.sidebar-container a:hover {
|
||||
color: var(--rapport-accent);
|
||||
background: var(--rapport-surface);
|
||||
}
|
||||
|
||||
.sidebar-active-item,
|
||||
.sidebar-container .sidebar-active-item {
|
||||
background: rgba(176, 120, 72, 0.10) !important;
|
||||
color: var(--rapport-accent) !important;
|
||||
border-color: rgba(176, 120, 72, 0.20) !important;
|
||||
}
|
||||
|
||||
.dark aside.sidebar-container,
|
||||
.dark .sidebar-container {
|
||||
background: #181614 !important;
|
||||
border-right: 1px solid #2d2926;
|
||||
}
|
||||
|
||||
|
||||
/* — Links — */
|
||||
a {
|
||||
transition: color 0.15s;
|
||||
}
|
||||
|
||||
.content a,
|
||||
.prose a {
|
||||
color: var(--rapport-accent);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.content a:hover,
|
||||
.prose a:hover {
|
||||
color: var(--rapport-accent-2);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Hextra-Card-Links (<cards>-Shortcode) sollen NIE unterstrichen werden */
|
||||
.hextra-card,
|
||||
.hextra-card:hover,
|
||||
.hextra-card:focus,
|
||||
.hextra-card:active,
|
||||
.hextra-card *,
|
||||
.hextra-card:hover * {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
/* Card-Hover-Effekt sauber: nur Border + leichte Schatten, kein Underline */
|
||||
a.hextra-card:hover,
|
||||
a.hextra-card:focus {
|
||||
outline: none;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
/* — RAPPORT Hero-Buttons — eigene Pills, nicht von Hextra abhängig — */
|
||||
.rapport-hero-actions {
|
||||
display: flex;
|
||||
gap: 18px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.rapport-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 9px;
|
||||
border-radius: 999px;
|
||||
padding: 14px 30px;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.07em;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Primary (Download) — Weiss mit Tiefe */
|
||||
.rapport-btn-primary {
|
||||
background: #ffffff;
|
||||
color: var(--rapport-text) !important;
|
||||
border: 1px solid var(--rapport-border);
|
||||
box-shadow:
|
||||
0 1px 0 rgba(255,255,255,0.9) inset,
|
||||
0 2px 4px rgba(0,0,0,0.04),
|
||||
0 8px 20px rgba(0,0,0,0.10),
|
||||
0 16px 40px rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
.rapport-btn-primary:hover {
|
||||
background: #ffffff;
|
||||
border-color: var(--rapport-border-2);
|
||||
color: var(--rapport-accent-2) !important;
|
||||
transform: translateY(-2px);
|
||||
box-shadow:
|
||||
0 1px 0 rgba(255,255,255,0.9) inset,
|
||||
0 4px 8px rgba(0,0,0,0.06),
|
||||
0 14px 28px rgba(0,0,0,0.12),
|
||||
0 24px 56px rgba(176,120,72,0.18);
|
||||
}
|
||||
|
||||
.rapport-btn-primary:active {
|
||||
transform: translateY(0);
|
||||
box-shadow:
|
||||
0 1px 0 rgba(255,255,255,0.9) inset,
|
||||
0 2px 4px rgba(0,0,0,0.06),
|
||||
0 4px 12px rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
/* Secondary (Quellcode) — Outline */
|
||||
.rapport-btn-secondary {
|
||||
background: transparent;
|
||||
color: var(--rapport-text-2) !important;
|
||||
border: 1.5px solid var(--rapport-border-2);
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.03);
|
||||
}
|
||||
|
||||
.rapport-btn-secondary:hover {
|
||||
background: rgba(255,255,255,0.5);
|
||||
border-color: var(--rapport-text-3);
|
||||
color: var(--rapport-text) !important;
|
||||
transform: translateY(-2px);
|
||||
box-shadow:
|
||||
0 6px 14px rgba(0,0,0,0.06),
|
||||
0 12px 28px rgba(0,0,0,0.04);
|
||||
}
|
||||
|
||||
.rapport-btn-secondary:active {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
/* Dark-Mode-Varianten */
|
||||
.dark .rapport-btn-primary {
|
||||
background: #2a2722;
|
||||
color: #ece9e3 !important;
|
||||
border-color: #3a3530;
|
||||
box-shadow:
|
||||
0 1px 0 rgba(255,255,255,0.04) inset,
|
||||
0 2px 4px rgba(0,0,0,0.30),
|
||||
0 10px 24px rgba(0,0,0,0.45);
|
||||
}
|
||||
|
||||
.dark .rapport-btn-primary:hover {
|
||||
background: #322e28;
|
||||
color: var(--rapport-accent) !important;
|
||||
box-shadow:
|
||||
0 1px 0 rgba(255,255,255,0.04) inset,
|
||||
0 4px 8px rgba(0,0,0,0.40),
|
||||
0 16px 32px rgba(0,0,0,0.50),
|
||||
0 24px 56px rgba(176,120,72,0.22);
|
||||
}
|
||||
|
||||
.dark .rapport-btn-secondary {
|
||||
border-color: #3a3530;
|
||||
color: #b8b2a8 !important;
|
||||
}
|
||||
|
||||
.dark .rapport-btn-secondary:hover {
|
||||
background: rgba(255,255,255,0.04);
|
||||
border-color: #6a6258;
|
||||
color: #ece9e3 !important;
|
||||
}
|
||||
|
||||
/* — Hero-Badge — */
|
||||
.hextra-badge {
|
||||
background: var(--rapport-surface) !important;
|
||||
border: 1px solid var(--rapport-border) !important;
|
||||
border-radius: 20px !important;
|
||||
padding: 5px 14px !important;
|
||||
font-size: 10px !important;
|
||||
letter-spacing: 0.12em !important;
|
||||
color: var(--rapport-text-4) !important;
|
||||
text-transform: uppercase !important;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif !important;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
/* — Feature-Cards — */
|
||||
.hextra-feature-card {
|
||||
background: var(--rapport-surface) !important;
|
||||
border: 1px solid var(--rapport-border) !important;
|
||||
border-radius: 14px !important;
|
||||
transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s !important;
|
||||
}
|
||||
|
||||
.hextra-feature-card:hover {
|
||||
border-color: var(--rapport-border-2) !important;
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09), 0 2px 8px rgba(0, 0, 0, 0.05) !important;
|
||||
}
|
||||
|
||||
.hextra-feature-card h3 {
|
||||
font-family: 'Playfair Display', serif !important;
|
||||
color: var(--rapport-text) !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.hextra-feature-card p {
|
||||
color: var(--rapport-text-2) !important;
|
||||
font-size: 12px !important;
|
||||
line-height: 1.8 !important;
|
||||
}
|
||||
|
||||
.dark .hextra-feature-card {
|
||||
background: #211e1a !important;
|
||||
border-color: #2d2926 !important;
|
||||
}
|
||||
|
||||
.dark .hextra-feature-card h3 {
|
||||
color: #ece9e3 !important;
|
||||
}
|
||||
|
||||
.dark .hextra-feature-card p {
|
||||
color: #b8b2a8 !important;
|
||||
}
|
||||
|
||||
/* — Generic Cards (Hextra <cards> shortcode) — */
|
||||
.hextra-card {
|
||||
background: var(--rapport-surface);
|
||||
border: 1px solid var(--rapport-border);
|
||||
border-radius: 12px;
|
||||
transition: border-color 0.2s, transform 0.2s;
|
||||
}
|
||||
|
||||
.hextra-card:hover {
|
||||
border-color: var(--rapport-accent-2);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
/* — Code-Blocks — */
|
||||
.hextra-code-block {
|
||||
background: #ffffff !important;
|
||||
border: 1px solid var(--rapport-border) !important;
|
||||
border-radius: 12px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.hextra-code-block pre,
|
||||
.hextra-code-block .highlight,
|
||||
.hextra-code-block .chroma {
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: var(--rapport-surface2);
|
||||
border: none;
|
||||
}
|
||||
|
||||
code, pre, pre code, kbd, samp, tt {
|
||||
font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, 'Liberation Mono', monospace !important;
|
||||
}
|
||||
|
||||
code {
|
||||
color: var(--rapport-accent-3) !important;
|
||||
background: rgba(176, 120, 72, 0.10) !important;
|
||||
padding: 2px 6px;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
pre code {
|
||||
color: var(--rapport-text) !important;
|
||||
background: transparent !important;
|
||||
padding: 0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.dark .hextra-code-block {
|
||||
background: #1f1c19 !important;
|
||||
border-color: #2d2926 !important;
|
||||
}
|
||||
|
||||
.dark .hextra-code-block pre,
|
||||
.dark .hextra-code-block .highlight,
|
||||
.dark .hextra-code-block .chroma {
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dark code {
|
||||
color: var(--rapport-accent) !important;
|
||||
background: rgba(176, 120, 72, 0.15) !important;
|
||||
}
|
||||
|
||||
.dark pre code {
|
||||
color: #ece9e3 !important;
|
||||
}
|
||||
|
||||
/* — Callouts — */
|
||||
.hextra-callout {
|
||||
background: var(--rapport-surface) !important;
|
||||
border-color: var(--rapport-border-2) !important;
|
||||
}
|
||||
|
||||
/* — Footer — */
|
||||
.hextra-footer,
|
||||
footer {
|
||||
background: var(--rapport-surface2);
|
||||
border-top: 1px solid var(--rapport-border);
|
||||
color: var(--rapport-text-3);
|
||||
}
|
||||
|
||||
.hextra-footer a {
|
||||
color: var(--rapport-text-2);
|
||||
}
|
||||
|
||||
.hextra-footer a:hover {
|
||||
color: var(--rapport-accent);
|
||||
}
|
||||
|
||||
.dark .hextra-footer,
|
||||
.dark footer {
|
||||
background: #15130f;
|
||||
border-top: 1px solid #2d2926;
|
||||
color: #888880;
|
||||
}
|
||||
|
||||
/* — TOC — */
|
||||
.hextra-toc a {
|
||||
color: var(--rapport-text-3);
|
||||
}
|
||||
|
||||
.hextra-toc a:hover,
|
||||
.hextra-toc .active {
|
||||
color: var(--rapport-accent) !important;
|
||||
}
|
||||
|
||||
/* Hextra-Sticky-Bottom-Fades (TOC "Nach oben" + Sidebar-Footer) — */
|
||||
/* der hardcoded weisse Fade passt nicht zum cremefarbenen RAPPORT-Bg */
|
||||
.hextra-toc div:has(> #backToTop),
|
||||
[data-toggle-animation] {
|
||||
background: var(--rapport-bg) !important;
|
||||
box-shadow: none !important;
|
||||
border-top-color: var(--rapport-border) !important;
|
||||
}
|
||||
|
||||
.dark .hextra-toc div:has(> #backToTop),
|
||||
.dark [data-toggle-animation] {
|
||||
background: #181614 !important;
|
||||
border-top-color: #2d2926 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* — Search — */
|
||||
.hextra-search-wrapper input {
|
||||
background: var(--rapport-surface) !important;
|
||||
border: 1px solid var(--rapport-border) !important;
|
||||
color: var(--rapport-text) !important;
|
||||
}
|
||||
|
||||
.hextra-search-wrapper input:focus {
|
||||
border-color: var(--rapport-accent-2) !important;
|
||||
}
|
||||
|
||||
/* — Tabellen — */
|
||||
table {
|
||||
border-color: var(--rapport-border) !important;
|
||||
}
|
||||
|
||||
thead {
|
||||
background: var(--rapport-surface) !important;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border-color: var(--rapport-border) !important;
|
||||
}
|
||||
|
||||
/* ─────────────────────────────────────────────────────────────
|
||||
RAPPORT-LOGO-KARTE (Hero) — Dark Card auf hellem Grund
|
||||
───────────────────────────────────────────────────────────── */
|
||||
.rapport-logo-card {
|
||||
background: var(--rapport-dark);
|
||||
border: 1px solid var(--rapport-dark2);
|
||||
border-radius: 999px;
|
||||
padding: 28px 64px 26px;
|
||||
display: inline-block;
|
||||
box-shadow: 6px 0 20px rgba(0, 0, 0, 0.18), 0 6px 16px rgba(0, 0, 0, 0.12);
|
||||
text-align: center;
|
||||
margin: 0 auto 32px;
|
||||
}
|
||||
|
||||
.rapport-logo-text {
|
||||
font-family: 'Krungthep', 'Archivo Black', sans-serif !important;
|
||||
font-size: 48px;
|
||||
letter-spacing: -0.02em;
|
||||
color: #f0ede8;
|
||||
line-height: 0.95;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.rapport-logo-sub {
|
||||
font-size: 9px;
|
||||
letter-spacing: 0.15em;
|
||||
color: #f0ede8;
|
||||
text-transform: uppercase;
|
||||
margin-top: 8px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* — Hero-Meta-Pillen — */
|
||||
.rapport-meta {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 32px;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
.rapport-meta-item {
|
||||
font-size: 10px;
|
||||
letter-spacing: 0.08em;
|
||||
color: var(--rapport-text-4);
|
||||
text-transform: uppercase;
|
||||
padding: 0 10px;
|
||||
border-right: 1px solid var(--rapport-border);
|
||||
}
|
||||
|
||||
.rapport-meta-item:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/* — Status-Badges (in Arbeit / Geplant / Stabil / Neu) — */
|
||||
/* Einheitlich: weisse Pill mit dunklem Text — wie Download-Button */
|
||||
.rapport-status,
|
||||
.rapport-status.active,
|
||||
.rapport-status.planned,
|
||||
.rapport-status.stable,
|
||||
.rapport-status.new {
|
||||
display: inline-block;
|
||||
font-size: 10px;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
padding: 5px 14px;
|
||||
border-radius: 999px;
|
||||
margin-bottom: 12px;
|
||||
font-weight: 600;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
|
||||
background: #ffffff;
|
||||
color: var(--rapport-text);
|
||||
border: 1px solid var(--rapport-border);
|
||||
box-shadow:
|
||||
0 1px 0 rgba(255,255,255,0.9) inset,
|
||||
0 1px 2px rgba(0,0,0,0.04),
|
||||
0 3px 8px rgba(0,0,0,0.06);
|
||||
}
|
||||
|
||||
.dark .rapport-status,
|
||||
.dark .rapport-status.active,
|
||||
.dark .rapport-status.planned,
|
||||
.dark .rapport-status.stable,
|
||||
.dark .rapport-status.new {
|
||||
background: #2a2722;
|
||||
color: #ece9e3;
|
||||
border-color: #3a3530;
|
||||
box-shadow:
|
||||
0 1px 0 rgba(255,255,255,0.04) inset,
|
||||
0 1px 2px rgba(0,0,0,0.30),
|
||||
0 4px 10px rgba(0,0,0,0.35);
|
||||
}
|
||||
|
||||
/* — Stack-Bar (am Footer) — */
|
||||
.rapport-stack-bar {
|
||||
padding: 20px 0;
|
||||
border-top: 1px solid var(--rapport-border);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 32px;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
.rapport-stack-label {
|
||||
font-size: 10px;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: var(--rapport-text-4);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.rapport-stack-items {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.rapport-stack-item {
|
||||
font-size: 10px;
|
||||
letter-spacing: 0.06em;
|
||||
color: var(--rapport-text-3);
|
||||
background: var(--rapport-surface);
|
||||
border: 1px solid var(--rapport-border);
|
||||
border-radius: 6px;
|
||||
padding: 4px 10px;
|
||||
}
|
||||
|
||||
/* — Reduce default content max-width slightly for monospace lines — */
|
||||
.content article {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* ─────────────────────────────────────────────────────────────
|
||||
HOME-HERO — zentriertes Layout wie auf der alten Website
|
||||
───────────────────────────────────────────────────────────── */
|
||||
|
||||
/* Inhalt der home Page zentrieren */
|
||||
.hextra-home {
|
||||
align-items: center !important;
|
||||
text-align: center;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Subtitle zentriert, schmaler max-width, Playfair Display */
|
||||
.hextra-home > p,
|
||||
.hextra-home .not-prose.hx\:text-xl {
|
||||
font-family: 'Playfair Display', serif !important;
|
||||
font-size: clamp(16px, 2.2vw, 24px) !important;
|
||||
font-weight: 400 !important;
|
||||
color: var(--rapport-text-3) !important;
|
||||
max-width: 560px !important;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
line-height: 1.55 !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Buttons immer in einer zentrierten Zeile */
|
||||
.hextra-home > div.hx\:flex,
|
||||
.hextra-home > .hx\:flex {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Hero-Button matches RAPPORT design (dark on cream) */
|
||||
.hextra-home .hextra-hero-button,
|
||||
a.hextra-hero-button {
|
||||
background: var(--rapport-dark);
|
||||
color: #f0ede8 !important;
|
||||
border-radius: 20px;
|
||||
padding: 13px 28px;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif !important;
|
||||
font-size: 11px !important;
|
||||
font-weight: 500 !important;
|
||||
letter-spacing: 0.07em !important;
|
||||
text-transform: uppercase !important;
|
||||
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.20);
|
||||
transition: all 0.18s;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 9px;
|
||||
}
|
||||
|
||||
/* Feature-Grid linksbündig (Text in Cards) */
|
||||
.hextra-home .hextra-feature-grid,
|
||||
.hextra-home .rapport-stack-bar {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hextra-home .hextra-feature-card * {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rapport-stack-bar {
|
||||
justify-content: flex-start;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Section-Heading & Eyebrow vor dem Feature-Grid zentrieren */
|
||||
.hextra-home h2,
|
||||
.hextra-home > div > h2 {
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* RAPPORT-Logo bleibt zentriert */
|
||||
.hextra-home .rapport-logo-card {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Hero-Badge zentrieren */
|
||||
.hextra-home .hextra-badge,
|
||||
.hextra-home > p:has(.hextra-badge) {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: inline-flex !important;
|
||||
}
|
||||
|
||||
/* Hero-Background-Glow — sanfter Tan-Halo */
|
||||
body:has(.hextra-home)::before {
|
||||
content: "";
|
||||
position: fixed;
|
||||
top: 5%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 720px;
|
||||
height: 720px;
|
||||
background: radial-gradient(circle, rgba(176, 120, 72, 0.08) 0%, transparent 60%);
|
||||
pointer-events: none;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.dark body:has(.hextra-home)::before {
|
||||
background: radial-gradient(circle, rgba(176, 120, 72, 0.12) 0%, transparent 60%);
|
||||
}
|
||||
|
||||
/* Navbar-Logo — RAPPORT-Schriftzug in Krungthep, etwas grösser */
|
||||
.hextra-navbar-title,
|
||||
nav a[href="/"] span,
|
||||
nav [class*="font-bold"] {
|
||||
font-family: 'Krungthep', 'Archivo Black', sans-serif !important;
|
||||
letter-spacing: -0.02em !important;
|
||||
font-weight: 400 !important;
|
||||
font-size: 23px !important;
|
||||
line-height: 1 !important;
|
||||
}
|
||||
|
||||
/* RAPPORT-Meta-Pillen zentriert */
|
||||
.rapport-meta {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
/* Hugo template to derive CSS variables from site and page parameters */
|
||||
|
||||
/* Do not remove the following comment. It is used by Hugo to render CSS variables.*/
|
||||
|
||||
:root {
|
||||
--hextra-max-page-width: 80rem;
|
||||
--hextra-max-content-width: 72rem;
|
||||
--hextra-max-navbar-width: 80rem;
|
||||
--hextra-max-footer-width: 80rem;
|
||||
}
|
||||
|
||||
.hextra-max-page-width {
|
||||
max-width: var(--hextra-max-page-width);
|
||||
}
|
||||
|
||||
.hextra-max-content-width {
|
||||
max-width: var(--hextra-max-content-width);
|
||||
}
|
||||
|
||||
.hextra-max-navbar-width {
|
||||
max-width: var(--hextra-max-navbar-width);
|
||||
}
|
||||
|
||||
.hextra-max-footer-width {
|
||||
max-width: var(--hextra-max-footer-width);
|
||||
}
|
||||
Reference in New Issue
Block a user