diff options
Diffstat (limited to 'css/navigation.css')
-rw-r--r-- | css/navigation.css | 33 |
1 files changed, 33 insertions, 0 deletions
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 |