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,128 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tír na nÓg: Frosted Games startet Vorbestellung zur deutschen Ausgabe</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #1a1a2e;
|
||||
--card: #16213e;
|
||||
--accent: #e94560;
|
||||
--text: #eee;
|
||||
--muted: #aaa;
|
||||
--border: #2a2a4a;
|
||||
--link: #7ec8e3;
|
||||
}
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
background: var(--bg);
|
||||
color: var(--text);
|
||||
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
|
||||
line-height: 1.8;
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
article {
|
||||
max-width: 750px;
|
||||
margin: 0 auto;
|
||||
background: var(--card);
|
||||
border-radius: 12px;
|
||||
padding: 2.5rem 2rem;
|
||||
box-shadow: 0 4px 24px rgba(0,0,0,0.3);
|
||||
}
|
||||
.category {
|
||||
display: inline-block;
|
||||
background: var(--accent);
|
||||
color: #fff;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
padding: 3px 10px;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.9rem;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 0.8rem;
|
||||
color: #fff;
|
||||
}
|
||||
.meta {
|
||||
font-size: 0.85rem;
|
||||
color: var(--muted);
|
||||
margin-bottom: 2rem;
|
||||
border-bottom: 1px solid var(--border);
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.35rem;
|
||||
color: #fff;
|
||||
margin: 2rem 0 0.8rem;
|
||||
border-left: 3px solid var(--accent);
|
||||
padding-left: 12px;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
a {
|
||||
color: var(--link);
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted var(--link);
|
||||
}
|
||||
a:hover {
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
.infobox {
|
||||
background: #1a1a35;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
padding: 1.2rem 1.5rem;
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
.infobox h3 {
|
||||
font-size: 0.8rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
color: var(--muted);
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
.infobox dl {
|
||||
display: grid;
|
||||
grid-template-columns: 140px 1fr;
|
||||
gap: 0.4rem 1rem;
|
||||
}
|
||||
.infobox dt {
|
||||
color: var(--muted);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.infobox dd {
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
.vorbestellung {
|
||||
background: linear-gradient(135deg, #1a3a2a, #16213e);
|
||||
border: 1px solid #2a5a3a;
|
||||
border-radius: 8px;
|
||||
padding: 1.5rem;
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
.vorbestellung p {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.vorbestellung strong {
|
||||
color: #5ec576;
|
||||
}
|
||||
.quelle {
|
||||
font-size: 0.8rem;
|
||||
color: var(--muted);
|
||||
margin-top: 2.5rem;
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid var(--border);
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
article { padding: 1.5rem 1.2rem; }
|
||||
h1 { font-size: 1.5rem; }
|
||||
.infobox dl { grid-template-columns: 1fr; }
|
||||
.infobox dt { margin-top: 0.5rem; }
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user