From 66a0f5ab50b6a41462646a38bee8779c9b270e4e Mon Sep 17 00:00:00 2001 From: Stepan Jakl Date: Fri, 21 Jun 2024 14:56:42 +0100 Subject: [PATCH] update various UI/UX --- index.html | 8 ++++---- styles/animation.css | 12 ++++++++++-- styles/style.css | 8 ++++---- styles/utility.css | 16 ++++++++++++++++ 4 files changed, 34 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index fdd6f4f..3136328 100644 --- a/index.html +++ b/index.html @@ -352,7 +352,7 @@ + class="z-4 flex align-items-center tooltip_wrapper"> - +
a:first-of-type { +/* #menu:target #menu_button_wrapper>a:first-of-type { z-index: -1; -} +} */ #menu_button_wrapper>a:nth-of-type(2) { z-index: -1; } -#menu:target #menu_button_wrapper>a:nth-of-type(2) { +/* #menu:target #menu_button_wrapper>a:nth-of-type(2) { z-index: 2; -} +} */ /* Intro - Right Column - Menu Dropdown */ diff --git a/styles/utility.css b/styles/utility.css index d11c12e..5164a36 100644 --- a/styles/utility.css +++ b/styles/utility.css @@ -387,6 +387,22 @@ body { z-index: 2; } +.z-3 { + z-index: 3; +} + +.z-4 { + z-index: 4; +} + +.z-5 { + z-index: 5; +} + +.z-10 { + z-index: 10; +} + /* Inset */