From c5342d0eb56011b70c29e418446ef37f7d2faeac Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 4 Mar 2025 14:19:03 +0100 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 25 ++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 3cf46b2cce..c9912b4070 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -7225,7 +7225,8 @@ html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordm html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed > * { display: none !important; } -html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::before { +html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::before, +html:only-child > head + body div.bar_c38106 > div.title_c38106::before { content: "" !important; background: rgb(125,125,125) !important; -webkit-mask: url('data:image/svg+xml; utf8, ') center/contain no-repeat !important; @@ -7244,7 +7245,15 @@ html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordm transform: unset !important; animation: unset !important; } -html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::after { +html:only-child > head + body div.bar_c38106 > div.title_c38106::before { + width: 70px !important; + height: 36px !important; + display: inline !important; + position: fixed !important; + left: 10px !important; +} +html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::after, +html:only-child > head + body div.bar_c38106 > div.title_c38106::after { content: "" !important; background: rgb(125,125,125) !important; -webkit-mask: url('data:image/svg+xml; utf8, ') center/contain no-repeat !important; @@ -7262,9 +7271,17 @@ html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordm visibility: visible !important; transform: unset !important; animation: unset !important; - transition: opacity .15s ease !important; + transition: opacity 1s ease !important; } -html:only-child > head + body div.typeWindows__421ed.titleBar__421ed:hover > div.wordmark__421ed::after { +html:only-child > head + body div.bar_c38106 > div.title_c38106::after { + width: 280px !important; + height: 36px !important; + display: inline !important; + position: fixed !important; + left: 80px !important; +} +html:only-child > head + body div.typeWindows__421ed.titleBar__421ed:hover > div.wordmark__421ed::after, +html:only-child > head + body div.bar_c38106:hover > div.title_c38106::after { opacity: 1 !important; }