From 994e1030b16209ec259d42db1a52443b3e484533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20M=C4=9B=C5=A1=C5=A5an?= Date: Thu, 21 Mar 2024 10:20:50 +0100 Subject: [PATCH] test --- assets/style.css | 57 ------------------------------------------- templates/footer.html | 2 +- 2 files changed, 1 insertion(+), 58 deletions(-) diff --git a/assets/style.css b/assets/style.css index d784e47..b195f2d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -240,11 +240,6 @@ ul.navpage_list { @media (max-width: 1050px) { - div#articleslist { - width: 100vw !important; - left: 0 !important; - } - #toggle_button { display: flex; } @@ -381,60 +376,8 @@ button:hover { color: var(--primary-text); } -header.ye-span:hover + body{ - background: url('/assets/images/ye.jpg') repeat !important; - background-size: 10% !important; -} - - - - -#articlecreate { - position: fixed; - border: 5px solid var(--primary); - z-index: 5; - margin: auto; - padding: 40px; - background-color: var(--primary-bg); - border-radius: 50px; -} - -#articlecreate > * { - margin: 10px 0; -} - -#articlecreateopen { - display: none; -} - -#articlecreatecontainer{ - display: flex; - align-items: center; - justify-content: center; - position: fixed; - top: 0; - left: 0; - width: 100vw; - height: 100vh; - z-index: 4; - backdrop-filter: blur(2px); -} .hidden { display: none !important; -} - -div#articleslist > article > div.articleinfo > *{ - width: fit-content; -} - -/*noinspection CssUnusedSymbol*/ -div#articleslist > article > div.articleinfo{ - display: flex; - flex-direction: row; -} - -div#articleslist>article{ - border: 4px solid var(--primary); } \ No newline at end of file diff --git a/templates/footer.html b/templates/footer.html index b98413c..4920891 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1 +1 @@ -

Toto nie je oficiálna stránka Adlerky, jedná sa o neoficiálnu študentskú stránku

\ No newline at end of file +

StyleHub je super

\ No newline at end of file