diff --git a/MainPage/Abdelaziz/kreuzwortratsel.html b/MainPage/Abdelaziz/kreuzwortratsel.html index 7cb31ca..c5558ba 100644 --- a/MainPage/Abdelaziz/kreuzwortratsel.html +++ b/MainPage/Abdelaziz/kreuzwortratsel.html @@ -53,27 +53,9 @@ .hinweise { max-width: 340px; flex: 1; max-height: 560px; overflow-y: auto; } .hw { font-size: 11px; font-weight: bold; border-bottom: 1px solid #000; margin: 8px 0 3px; text-transform: uppercase; } - .h { display: flex; gap: 4px; font-size: 11px; line-height: 1.5; cursor: pointer; padding: 1px 3px; } - .h:hover { background: #eef3fb; } - .h.aktiv { background: #c5ddf7; } - .h.erledigt { color: #aaa; text-decoration: line-through; } + .h { display: flex; gap: 4px; font-size: 11px; line-height: 1.5; padding: 1px 3px; } .hnum { min-width: 20px; flex-shrink: 0; font-weight: bold; color: #666; } - #toast { - position: fixed; top: 12px; left: 50%; - transform: translateX(-50%) translateY(-50px); - background: #222; color: #fff; - font-size: 11px; padding: 5px 14px; - opacity: 0; transition: transform .2s, opacity .2s; - pointer-events: none; z-index: 99; - } - #toast.show { transform: translateX(-50%) translateY(0); opacity: 1; } - - @keyframes fja { 0%, 60% { background: #27ae60 } 100% { background: #b8f0c8 } } - @keyframes fnein { 0%, 60% { background: #c0392b } 100% { background: #f0b8b8 } } - .fja { animation: fja .6s ease forwards; } - .fnein { animation: fnein .6s ease forwards; } - @@ -104,12 +86,10 @@
-
- diff --git a/MainPage/MainPage.html b/MainPage/MainPage.html index e20bf78..e070af6 100644 --- a/MainPage/MainPage.html +++ b/MainPage/MainPage.html @@ -25,7 +25,7 @@

Wörter lernen

-
+

CrossWord

Abdelaziz