diff options
author | Minteck <contact@minteck.org> | 2022-07-19 21:19:59 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-19 21:19:59 +0200 |
commit | 735d518ae6ecc6c8d0ecbbae4aa3c019151178fc (patch) | |
tree | 341ee0e7faa7b6f3367b9a4e129cbd148006158c /css/navigation.css | |
parent | 3d71c572ec9a0827071be1978731079e8f1e5dbf (diff) | |
download | argon-trunk.tar.gz argon-trunk.tar.bz2 argon-trunk.zip |
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 |