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,146 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cardboard Edison Award 2026: Iranische Designerin gewinnt mit persischem Dämonenjäger-Spiel – Brettspiel-News.de</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #faf9f6;
|
||||
--card: #ffffff;
|
||||
--text: #1a1a1a;
|
||||
--text-secondary: #555;
|
||||
--accent: #2c6e8f;
|
||||
--accent-hover: #1a5276;
|
||||
--border: #e0dcd5;
|
||||
--quote-bg: #f2f7fa;
|
||||
--tag-bg: #e8f4f8;
|
||||
--tag-text: #0d5c7a;
|
||||
--fact-bg: #f7f9fb;
|
||||
}
|
||||
* { margin:0; padding:0; box-sizing:border-box; }
|
||||
body {
|
||||
font-family: Georgia, 'Times New Roman', serif;
|
||||
background: var(--bg);
|
||||
color: var(--text);
|
||||
line-height: 1.8;
|
||||
font-size: 18px;
|
||||
}
|
||||
.container {
|
||||
max-width: 750px;
|
||||
margin: 0 auto;
|
||||
padding: 40px 20px 60px;
|
||||
}
|
||||
.header-meta {
|
||||
text-align: center;
|
||||
margin-bottom: 32px;
|
||||
color: var(--text-secondary);
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
.header-meta span { margin: 0 8px; }
|
||||
.tag {
|
||||
display: inline-block;
|
||||
background: var(--tag-bg);
|
||||
color: var(--tag-text);
|
||||
padding: 3px 12px;
|
||||
border-radius: 4px;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, sans-serif;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2.2em;
|
||||
line-height: 1.25;
|
||||
margin-bottom: 12px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
}
|
||||
.subtitle {
|
||||
text-align: center;
|
||||
font-size: 1.15em;
|
||||
color: var(--text-secondary);
|
||||
margin-bottom: 36px;
|
||||
font-style: italic;
|
||||
}
|
||||
.hero-divider {
|
||||
width: 60px;
|
||||
height: 4px;
|
||||
background: var(--accent);
|
||||
margin: 0 auto 36px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
p { margin-bottom: 1.2em; }
|
||||
a {
|
||||
color: var(--accent);
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 3px;
|
||||
}
|
||||
a:hover { color: var(--accent-hover); }
|
||||
blockquote {
|
||||
background: var(--quote-bg);
|
||||
border-left: 4px solid var(--accent);
|
||||
margin: 1.5em 0;
|
||||
padding: 18px 22px;
|
||||
font-style: italic;
|
||||
color: #3a3a3a;
|
||||
border-radius: 0 6px 6px 0;
|
||||
}
|
||||
blockquote .attr {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
font-style: normal;
|
||||
font-size: 0.85em;
|
||||
color: var(--text-secondary);
|
||||
font-family: -apple-system, sans-serif;
|
||||
}
|
||||
.fact-box {
|
||||
background: var(--fact-bg);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
padding: 20px 24px;
|
||||
margin: 1.8em 0;
|
||||
font-family: -apple-system, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
.fact-box h3 {
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
color: var(--accent);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.fact-box ul { list-style: none; padding: 0; }
|
||||
.fact-box li { padding: 5px 0; }
|
||||
.fact-box li::before { content: "▸ "; color: var(--accent); }
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
margin: 2em 0 0.6em;
|
||||
padding-bottom: 6px;
|
||||
border-bottom: 2px solid var(--border);
|
||||
}
|
||||
.source-line {
|
||||
margin-top: 40px;
|
||||
padding-top: 20px;
|
||||
border-top: 2px solid var(--border);
|
||||
font-family: -apple-system, sans-serif;
|
||||
font-size: 14px;
|
||||
color: var(--text-secondary);
|
||||
line-height: 1.8;
|
||||
}
|
||||
.source-line strong { color: var(--text); }
|
||||
.source-line h2 {
|
||||
border-bottom: none;
|
||||
font-size: 1.1em;
|
||||
margin: 0 0 8px;
|
||||
padding: 0;
|
||||
font-family: -apple-system, sans-serif;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
body { font-size: 16px; }
|
||||
h1 { font-size: 1.7em; }
|
||||
.container { padding: 16px 14px 40px; }
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user