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:
+1
-132
@@ -6,138 +6,7 @@
|
||||
<title>Second-Chance-Spiele: Welche Brettspiele eine zweite Chance verdienen</title>
|
||||
<meta name="description" content="Second-Chance-Spiele: Welche Brettspiele eine zweite Chance verdienen – brettspiel-news.de">
|
||||
<meta name="keywords" content="Brettspiel, News, brettspiel-news.de">
|
||||
<style>
|
||||
:root {
|
||||
--text: #1a1a2e;
|
||||
--bg: #fafaf7;
|
||||
--accent: #c44536;
|
||||
--muted: #666;
|
||||
--border: #e0dcd5;
|
||||
--card-bg: #fff;
|
||||
--quote-bg: #f5f3ef;
|
||||
--tag-bg: #f0ebe3;
|
||||
}
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
font-family: Georgia, 'Times New Roman', serif;
|
||||
line-height: 1.8;
|
||||
color: var(--text);
|
||||
background: var(--bg);
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 1.5rem;
|
||||
}
|
||||
header {
|
||||
text-align: center;
|
||||
margin-bottom: 2.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
border-bottom: 2px solid var(--border);
|
||||
}
|
||||
.kicker {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.12em;
|
||||
font-size: 0.75rem;
|
||||
color: var(--accent);
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 1.1rem;
|
||||
color: var(--muted);
|
||||
font-style: italic;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.meta {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
font-size: 0.8rem;
|
||||
color: var(--muted);
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.35rem;
|
||||
margin: 2rem 0 0.75rem;
|
||||
color: var(--accent);
|
||||
}
|
||||
p {
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
.community-box {
|
||||
background: var(--quote-bg);
|
||||
border-left: 3px solid var(--accent);
|
||||
padding: 1rem 1.2rem;
|
||||
margin: 1.5rem 0;
|
||||
border-radius: 0 6px 6px 0;
|
||||
}
|
||||
.community-box .voice {
|
||||
margin-bottom: 0.9rem;
|
||||
padding-bottom: 0.9rem;
|
||||
border-bottom: 1px dotted var(--border);
|
||||
}
|
||||
.community-box .voice:last-child {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.voice-text {
|
||||
font-style: italic;
|
||||
font-size: 0.95rem;
|
||||
color: #444;
|
||||
}
|
||||
.voice-author {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
font-size: 0.75rem;
|
||||
color: var(--muted);
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
.game-card {
|
||||
background: var(--card-bg);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
padding: 1.2rem 1.4rem;
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
.game-card h3 {
|
||||
font-size: 1.15rem;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
.game-card .game-sub {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
font-size: 0.78rem;
|
||||
color: var(--muted);
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
.tag {
|
||||
display: inline-block;
|
||||
background: var(--tag-bg);
|
||||
color: #555;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
font-size: 0.7rem;
|
||||
padding: 0.15rem 0.5rem;
|
||||
border-radius: 3px;
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
.highlight {
|
||||
background: linear-gradient(180deg, transparent 60%, rgba(196, 69, 54, 0.15) 60%);
|
||||
}
|
||||
footer {
|
||||
margin-top: 3rem;
|
||||
padding-top: 1.5rem;
|
||||
border-top: 1px solid var(--border);
|
||||
font-size: 0.8rem;
|
||||
color: var(--muted);
|
||||
text-align: center;
|
||||
}
|
||||
a {
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover { text-decoration: underline; }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user