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,148 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Brettspiel-News.de – Newsletter</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
||||
background: #f5f0eb;
|
||||
color: #2c2416;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 680px;
|
||||
margin: 0 auto;
|
||||
padding: 24px 16px;
|
||||
}
|
||||
.header {
|
||||
text-align: center;
|
||||
padding: 40px 20px 30px;
|
||||
background: linear-gradient(135deg, #8b1e1e 0%, #b53434 50%, #c0392b 100%);
|
||||
color: #fff;
|
||||
border-radius: 12px 12px 0 0;
|
||||
}
|
||||
.header .logo {
|
||||
font-size: 32px;
|
||||
font-weight: 800;
|
||||
letter-spacing: -0.02em;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.header .date {
|
||||
font-size: 14px;
|
||||
opacity: 0.85;
|
||||
}
|
||||
.hero {
|
||||
background: #fff;
|
||||
border-left: 5px solid #c0392b;
|
||||
padding: 24px 28px;
|
||||
margin: 0 0 28px;
|
||||
border-radius: 0 8px 8px 0;
|
||||
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
|
||||
}
|
||||
.hero h2 {
|
||||
margin: 0 0 8px;
|
||||
font-size: 22px;
|
||||
color: #8b1e1e;
|
||||
}
|
||||
.hero p {
|
||||
margin: 0;
|
||||
font-size: 15px;
|
||||
color: #555;
|
||||
}
|
||||
.hero .cta {
|
||||
display: inline-block;
|
||||
margin-top: 14px;
|
||||
padding: 10px 24px;
|
||||
background: #c0392b;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 6px;
|
||||
font-weight: 600;
|
||||
font-size: 15px;
|
||||
}
|
||||
.hero .cta:hover {
|
||||
background: #a93226;
|
||||
}
|
||||
.section {
|
||||
background: #fff;
|
||||
border-radius: 8px;
|
||||
padding: 28px;
|
||||
margin-bottom: 24px;
|
||||
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
|
||||
}
|
||||
.section h2 {
|
||||
margin: 0 0 18px;
|
||||
font-size: 20px;
|
||||
color: #8b1e1e;
|
||||
border-bottom: 2px solid #f0e0d0;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.item {
|
||||
margin-bottom: 18px;
|
||||
padding-bottom: 18px;
|
||||
border-bottom: 1px solid #f0e0d0;
|
||||
}
|
||||
.item:last-child {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.item .label {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
padding: 3px 10px;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.label-news { background: #e8f5e9; color: #2e7d32; }
|
||||
.label-test { background: #e3f2fd; color: #1565c0; }
|
||||
.label-podcast { background: #fce4ec; color: #c62828; }
|
||||
.label-video { background: #fff3e0; color: #e65100; }
|
||||
.item h3 {
|
||||
margin: 4px 0 4px;
|
||||
font-size: 17px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.item h3 a {
|
||||
color: #2c2416;
|
||||
text-decoration: none;
|
||||
}
|
||||
.item h3 a:hover {
|
||||
color: #c0392b;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.item .excerpt {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
margin: 4px 0 0;
|
||||
}
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 30px 20px;
|
||||
font-size: 13px;
|
||||
color: #999;
|
||||
border-top: 1px solid #e0d5c5;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.footer a {
|
||||
color: #8b1e1e;
|
||||
}
|
||||
.social-row {
|
||||
text-align: center;
|
||||
margin: 16px 0;
|
||||
}
|
||||
.social-row a {
|
||||
display: inline-block;
|
||||
margin: 0 6px;
|
||||
color: #8b1e1e;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user