chore: vollständiger Workspace-Snapshot 03.07.2026
- publish_gatekeeper.py (neues Gatekeeper-System) - 4 Premium-Artikel: Veggie Match, Berlin 1960, Wild Tiled West, Scream Park - Alle kumulierten Artikel, Scripts, Medien und Caches
This commit is contained in:
@@ -4,234 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Kickstarter macht Kehrtwende: Die gescheiterte Erwachseneninhalte-Politik und was dahintersteckt – Brettspiel-News.de</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #fafaf8;
|
||||
--card-bg: #ffffff;
|
||||
--text: #1a1a1a;
|
||||
--text-light: #555;
|
||||
--accent: #b92b27;
|
||||
--accent-hover: #8b1e1b;
|
||||
--border: #e0e0e0;
|
||||
--box-bg: #f5f3ef;
|
||||
--quote-bar: #b92b27;
|
||||
--tag-bg: #f0ece4;
|
||||
--timeline-bg: #f9f7f3;
|
||||
--max-width: 780px;
|
||||
}
|
||||
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75;
|
||||
color: var(--text);
|
||||
background: var(--bg);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: var(--max-width);
|
||||
margin: 0 auto;
|
||||
padding: 2rem 1.5rem 4rem;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
.site-header {
|
||||
border-bottom: 3px solid var(--accent);
|
||||
padding-bottom: 0.75rem;
|
||||
margin-bottom: 2rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.site-header .logo {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
color: var(--text-light);
|
||||
}
|
||||
.site-header .logo span { color: var(--accent); }
|
||||
|
||||
/* Article header */
|
||||
.article-header { margin-bottom: 2.25rem; }
|
||||
.tag {
|
||||
display: inline-block;
|
||||
background: var(--tag-bg);
|
||||
color: var(--accent);
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.06em;
|
||||
text-transform: uppercase;
|
||||
padding: 0.25em 0.75em;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.article-header h1 {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 2.35rem;
|
||||
font-weight: 800;
|
||||
line-height: 1.2;
|
||||
letter-spacing: -0.02em;
|
||||
color: #111;
|
||||
margin-bottom: 0.5rem;
|
||||
text-wrap: balance;
|
||||
}
|
||||
.article-header .subtitle {
|
||||
font-size: 1.2rem;
|
||||
color: var(--text-light);
|
||||
margin-bottom: 1rem;
|
||||
font-style: italic;
|
||||
text-wrap: balance;
|
||||
}
|
||||
.meta {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 0.85rem;
|
||||
color: #888;
|
||||
display: flex;
|
||||
gap: 1.25rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.meta time { color: var(--text-light); font-weight: 600; }
|
||||
|
||||
/* Body */
|
||||
p { margin-bottom: 1.25rem; text-wrap: pretty; }
|
||||
a {
|
||||
color: var(--accent);
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 3px;
|
||||
}
|
||||
a:hover { color: var(--accent-hover); }
|
||||
|
||||
.lead {
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.55;
|
||||
font-weight: 400;
|
||||
color: #222;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 1.55rem;
|
||||
font-weight: 700;
|
||||
margin: 2.5rem 0 0.75rem;
|
||||
color: #111;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 700;
|
||||
margin: 2rem 0 0.5rem;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
/* Blockquote */
|
||||
blockquote {
|
||||
margin: 1.75rem 0;
|
||||
padding: 1.25rem 1.5rem;
|
||||
background: var(--box-bg);
|
||||
border-left: 4px solid var(--quote-bar);
|
||||
font-style: italic;
|
||||
border-radius: 0 6px 6px 0;
|
||||
}
|
||||
blockquote p { margin-bottom: 0.5rem; }
|
||||
blockquote p:last-child { margin-bottom: 0; }
|
||||
blockquote cite {
|
||||
display: block;
|
||||
margin-top: 0.5rem;
|
||||
font-style: normal;
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-light);
|
||||
}
|
||||
|
||||
/* Fact-box */
|
||||
.fact-box {
|
||||
background: var(--box-bg);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
padding: 1.5rem;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
.fact-box h3 {
|
||||
margin-top: 0;
|
||||
font-size: 1.1rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
/* Timeline */
|
||||
.timeline {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 1rem 0 0;
|
||||
}
|
||||
.timeline li {
|
||||
position: relative;
|
||||
padding-left: 1.75rem;
|
||||
padding-bottom: 1rem;
|
||||
border-left: 2px solid var(--border);
|
||||
}
|
||||
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
|
||||
.timeline li::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: -5.5px;
|
||||
top: 0.4em;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
border-radius: 50%;
|
||||
background: var(--accent);
|
||||
}
|
||||
.timeline li strong {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 0.95rem;
|
||||
display: block;
|
||||
margin-bottom: 0.15rem;
|
||||
}
|
||||
.timeline li span {
|
||||
font-size: 0.95rem;
|
||||
color: var(--text-light);
|
||||
}
|
||||
|
||||
/* Sources */
|
||||
.sources {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: var(--text-light);
|
||||
margin-top: 2.5rem;
|
||||
padding-top: 1.5rem;
|
||||
border-top: 2px solid var(--border);
|
||||
}
|
||||
.sources h3 {
|
||||
font-size: 0.95rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
margin-top: 0;
|
||||
color: var(--text-light);
|
||||
}
|
||||
.sources ul { list-style: none; padding: 0; }
|
||||
.sources li { margin-bottom: 0.4rem; }
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 600px) {
|
||||
.container { padding: 1rem 1rem 2.5rem; }
|
||||
.article-header h1 { font-size: 1.7rem; }
|
||||
.lead { font-size: 1.15rem; }
|
||||
body { font-size: 1.05rem; }
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user