From fb31d691d6248f36851460f0c16eb43c7bb3005c Mon Sep 17 00:00:00 2001 From: Kato Date: Sat, 5 Sep 2026 21:12:34 +0000 Subject: [PATCH] =?UTF-8?q?Add=20spacer.png=20below=20Unsere=20Themen=20?= =?UTF-8?q?=E2=80=94=20hidden=20on=20login=20via=20data-loggedIn=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/styles.css | 14 ++++++++++++++ index.html | 1 + 2 files changed, 15 insertions(+) diff --git a/css/styles.css b/css/styles.css index 167549c..19756e3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -895,6 +895,20 @@ body[data-lang="en"] .hide-de { display: none !important; } line-height: 1.4; } +/* Locked image nach Unsere Themen — nur sichtbar wenn nicht eingeloggt */ +.about-locked-img { + display: block; + width: 100%; + max-width: 800px; + height: auto; + margin: 32px auto 0; + border-radius: 16px; + box-shadow: 0 4px 20px rgba(0,0,0,0.08); +} +[data-loggedIn="true"] .about-locked-img { + display: none; +} + /* ======================================== SEARCH ======================================== */ diff --git a/index.html b/index.html index 3c7c5d0..312523a 100644 --- a/index.html +++ b/index.html @@ -349,6 +349,7 @@

+