From 112f667f24a7c2f86f366ae69921ab3b406ffdcb Mon Sep 17 00:00:00 2001 From: m Date: Tue, 31 Mar 2026 11:25:58 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20orakil.de=20=E2=80=94=20ein=20Hinweistex?= =?UTF-8?q?t=20statt=20rotierende=20Prophecies,=20breiterer=20Antwortberei?= =?UTF-8?q?ch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sites/orakil.de/index.html | 57 ++++++++++---------------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/sites/orakil.de/index.html b/sites/orakil.de/index.html index 8b7c483..0c78339 100644 --- a/sites/orakil.de/index.html +++ b/sites/orakil.de/index.html @@ -190,41 +190,27 @@ white-space: nowrap; } - /* Prophecies */ - .prophecies { - margin-top: 80px; - min-height: 60px; - display: flex; - align-items: center; - justify-content: center; - animation: fadeIn 1.5s ease 1.8s forwards; - opacity: 0; - } - - .prophecy { + /* Hint text */ + .hint { + margin-top: 48px; font-family: 'Cinzel', serif; - font-size: clamp(0.85rem, 2vw, 1.05rem); - color: var(--gold-dim); + font-size: clamp(0.8rem, 2vw, 1rem); + color: var(--text-muted); font-style: italic; letter-spacing: 0.04em; line-height: 1.7; - max-width: 540px; text-align: center; - position: absolute; + animation: fadeIn 2s ease 1.8s forwards; opacity: 0; - transition: opacity 1.2s ease; - pointer-events: none; - } - - .prophecy.active { - opacity: 1; - pointer-events: auto; + transition: opacity 0.6s ease; } /* 8-ball answer */ .answer-container { - margin-top: 60px; + margin-top: 48px; min-height: 80px; + width: 100%; + max-width: 620px; display: flex; align-items: center; justify-content: center; @@ -239,7 +225,7 @@ font-style: italic; letter-spacing: 0.04em; line-height: 1.7; - max-width: 540px; + max-width: 620px; text-align: center; opacity: 0; transform: translateY(10px); @@ -340,12 +326,7 @@
— ORACVLVM —
-
-

Die Antwort war immer in dir. Die KI hat sie nur schneller gefunden.

-

Wer das Orakel fragt, muss die Antwort ertragen.

-

Das Orakel sieht alles. Auch deine Cookies.

-

Nicht jede Frage verdient einen Token.

-
+

Die Antwort war immer in dir. Die KI hat sie dir nur gezeigt.

@@ -356,14 +337,7 @@