diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-16 14:07:46 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-16 14:07:46 +0100 |
commit | 7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb (patch) | |
tree | c2b32e6bef7c06ad53c85e7ae9f9b45821b55692 /web/style/layout.css | |
parent | af4c1eca778e54e31ac35262a13f6f7aa75c6c7b (diff) | |
download | jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar.bz2 jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar.zst |
refactor some styling
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 9a2f4c2..5b19114 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -53,22 +53,6 @@ h1 { color: var(--font-highlight); } -nav { - user-select: none; - z-index: 90; - position: fixed; - top: 0px; - left: 0px; - padding: 1em; - width: calc(100vw - 2em); - height: 2em; - backdrop-filter: blur(6px); - background-color: var(--c-nav); - - display: flex; - align-items: center; -} - code { font-family: monospace !important; } @@ -77,41 +61,6 @@ code { color: grey; } -nav a { - border: 0px solid transparent; - border-radius: 5px; - padding: 0.5em; - text-decoration: none; - color: var(--font); - background-image: linear-gradient(transparent, transparent), - linear-gradient(var(--accent-light), var(--accent-light)); - background-size: 100% 2px, 0 2px; - background-position: 100% 100%, 0 100%; - background-repeat: no-repeat; - transition: background-size 0.15s linear; - cursor: pointer; -} -nav a:hover { - background-color: var(--c-nav-hover); - background-size: 0 2px, 100% 2px; -} - -nav h1 { - margin: 0px; - margin-left: 0.5em; - margin-right: 0.5em; - font-size: 1.5em; - display: inline; -} -nav .account { - margin-left: auto; -} -nav .account .username { - color: var(--accent-light); - font-weight: bold; - margin-right: 1em; -} - #main { display: block; margin-top: var(--bar-height); @@ -143,26 +92,6 @@ footer p { font-size: 0.8em; } -#admin::before { - content: "admin_panel_settings"; -} - -#settings::before { - content: "settings"; -} - -#logout::before { - content: "logout"; -} - -#login::before { - content: "login"; -} - -#back::before { - content: "arrow_back"; -} - *::before, .icon { font-family: "Material Icons"; |