From 735d518ae6ecc6c8d0ecbbae4aa3c019151178fc Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 19 Jul 2022 21:19:59 +0200 Subject: EOL and other stuff --- css/navigation.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'css/navigation.css') diff --git a/css/navigation.css b/css/navigation.css index 2be100e..3b9ac26 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -53,4 +53,37 @@ #navigation-about:active #navigation-about-icon { opacity: .5; +} + +#outofsupport { + white-space: nowrap; + position: fixed; + z-index: 99; + background: #cdb100; + font-size: 14px; + color: black; + left: 0; + right: 0; + text-align: center; + height: 24px; + display: flex; + align-items: center; + justify-content: center; + overflow: hidden; +} + +@media (max-width: 740px) { + #outofsupport { + font-size: 12px !important; + } +} + +@media (max-width: 637px) { + #oos-desktop { + display: none; + } +} + +#navigation-outer, #frame { + top: 24px; } \ No newline at end of file -- cgit