From 57c41c4cc27bde76ddbb348daeab189835211b5c Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:38:15 +0100 Subject: [PATCH 01/23] =?UTF-8?q?te=C5=A1st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/style.css b/assets/style.css index e7f6bed..56c366b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -141,6 +141,7 @@ ul.navpage_list position:fixed; transition:max-height .3s ease, border .325s ease; z-index:2; + width: inherit; } .back @@ -184,6 +185,7 @@ ul.navpage_list border:4px solid var(--primary-hover); display:flex!important; max-height:200px; + width: inherit; } .navsite_item:not(:hover) .navpage_list @@ -191,6 +193,7 @@ ul.navpage_list border:0 solid transparent; max-height:0; transition-delay:.1s; + width: inherit; } #navsite_list { From 519189d54da34a74b4c3417538d3afa2221cfd75 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:39:38 +0100 Subject: [PATCH 02/23] test --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 56c366b..85ce614 100644 --- a/assets/style.css +++ b/assets/style.css @@ -200,6 +200,7 @@ ul.navpage_list display:flex; flex-direction:row; gap:3.25rem; + text-align: center; } #toggle_button { @@ -221,10 +222,12 @@ ul.navpage_list position: fixed; flex-direction: column; width: 100%; + text-align: center; } #navsite_list li { text-align: center; + text-align: center; } #navsite_list.active { @@ -234,6 +237,7 @@ ul.navpage_list background-color:rgba(0,0,0,0.6); box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); top: 80px; + text-align: center; } nav { From 9bda0a2ed7d56e26642cc263c19ac64ffe819849 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:40:36 +0100 Subject: [PATCH 03/23] work --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 85ce614..75bb7bf 100644 --- a/assets/style.css +++ b/assets/style.css @@ -230,6 +230,10 @@ ul.navpage_list text-align: center; } + .navsite_item { + width: relative; + } + #navsite_list.active { display: flex; -moz-box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); From 449c1233ccfc10155bed753dbe5252b5d10370ba Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:42:18 +0100 Subject: [PATCH 04/23] Changed relative to inherit because my head was in my arse ig --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 75bb7bf..8cabc96 100644 --- a/assets/style.css +++ b/assets/style.css @@ -231,7 +231,7 @@ ul.navpage_list } .navsite_item { - width: relative; + width: inherit; } #navsite_list.active { From 03b0e2fafacc5dac29b821f48ec3d96b24ac4ef2 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:50:35 +0100 Subject: [PATCH 05/23] ert --- assets/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 8cabc96..688fb91 100644 --- a/assets/style.css +++ b/assets/style.css @@ -142,6 +142,7 @@ ul.navpage_list transition:max-height .3s ease, border .325s ease; z-index:2; width: inherit; + box-sizing: border-box; } .back @@ -186,6 +187,7 @@ ul.navpage_list display:flex!important; max-height:200px; width: inherit; + box-sizing: border-box; } .navsite_item:not(:hover) .navpage_list @@ -227,13 +229,16 @@ ul.navpage_list #navsite_list li { text-align: center; - text-align: center; } .navsite_item { width: inherit; } + .navpage_list { + display: flex !important; + } + #navsite_list.active { display: flex; -moz-box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); From a47abfcd142205eed3e7b2e316422f449035e38a Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:52:48 +0100 Subject: [PATCH 06/23] test --- assets/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index 688fb91..9a69d42 100644 --- a/assets/style.css +++ b/assets/style.css @@ -133,16 +133,12 @@ ul.navpage_list { gap:10px; background-color:var(--third-bg); - border:0 solid transparent; display:none; flex-direction:column; - max-height:0; overflow:hidden; position:fixed; transition:max-height .3s ease, border .325s ease; z-index:2; - width: inherit; - box-sizing: border-box; } .back From b4aa036c660eba47da9a5b85aa956ee5d47738ac Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:54:01 +0100 Subject: [PATCH 07/23] test --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 9a69d42..93c2208 100644 --- a/assets/style.css +++ b/assets/style.css @@ -216,7 +216,7 @@ ul.navpage_list display: flex; } #navsite_list { - display: none; + display: flex; position: fixed; flex-direction: column; width: 100%; From e40d0814e18377a7cdedbbe67ef45665758ed964 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:55:52 +0100 Subject: [PATCH 08/23] te --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 93c2208..100711e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -216,7 +216,7 @@ ul.navpage_list display: flex; } #navsite_list { - display: flex; + display: none; position: fixed; flex-direction: column; width: 100%; @@ -231,7 +231,7 @@ ul.navpage_list width: inherit; } - .navpage_list { + ul.navpage_list { display: flex !important; } From 6c23c423a8d8a63b1a3b7b896c02df9aa258449c Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:57:27 +0100 Subject: [PATCH 09/23] test --- assets/style.css | 366 +++++++++++++++++++++++------------------------ 1 file changed, 177 insertions(+), 189 deletions(-) diff --git a/assets/style.css b/assets/style.css index 100711e..10504fb 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,203 +1,183 @@ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); -.dashboard -{ - height:100%; - text-align:center; - width:100%; +.dashboard { + height: 100%; + text-align: center; + width: 100%; } -:root -{ - --error:#ff3700; - --primary:#2a9dd6; - --primary-bg:#1b1529; - --primary-hover:#2489bb; - --primary-text:#d2d6e5; - --secondary-bg:#1a1a1a; - --third-bg:#383838; +:root { + --error: #ff3700; + --primary: #2a9dd6; + --primary-bg: #1b1529; + --primary-hover: #2489bb; + --primary-text: #d2d6e5; + --secondary-bg: #1a1a1a; + --third-bg: #383838; } -body -{ - align-items:center; - background:linear-gradient(127deg,var(--secondary-bg), var(--primary-bg)) no-repeat fixed; - background-size:cover; - color:var(--primary-text); - display:flex; - flex-direction:column; - font-family:\'Poppins\', sans-serif; - height:100%; - margin:0; - min-height:100vh; - min-width:100vw; - padding:0; - width:100%; +body { + align-items: center; + background: linear-gradient(127deg, var(--secondary-bg), var(--primary-bg)) no-repeat fixed; + background-size: cover; + color: var(--primary-text); + display: flex; + flex-direction: column; + font-family: \'Poppins\', sans-serif; + height: 100%; + margin: 0; + min-height: 100vh; + min-width: 100vw; + padding: 0; + width: 100%; } -header h1 -{ - margin:0; - padding:0; +header h1 { + margin: 0; + padding: 0; } -header hr -{ - border-color:var(--primary); - opacity:0.5; - width:30%; +header hr { + border-color: var(--primary); + opacity: 0.5; + width: 30%; } -header ul li -{ - list-style:circle; - width:fit-content; +header ul li { + list-style: circle; + width: fit-content; } -header ul -{ - display:flex; - flex-direction:column; - gap:0; - text-align:left; - width:fit-content; +header ul { + display: flex; + flex-direction: column; + gap: 0; + text-align: left; + width: fit-content; } -header -{ - align-items:center; - text-align:center; - width:100%; +header { + align-items: center; + text-align: center; + width: 100%; } -li a -{ - color:var(--primary-text); - padding-bottom:.45rem; - position:relative; - text-decoration:none; - transition:all .3s ease; +li a { + color: var(--primary-text); + padding-bottom: .45rem; + position: relative; + text-decoration: none; + transition: all .3s ease; } -li a:hover::after -{ - margin:0 auto; - width:85%; +li a:hover::after { + margin: 0 auto; + width: 85%; } -li -{ - list-style:none; +li { + list-style: none; } -li.navpage_item -{ - padding-left:20px; - padding-right:20px; +li.navpage_item { + padding-left: 20px; + padding-right: 20px; } -nav -{ - display:flex; - flex-direction:row; - justify-content:space-between; +nav { + display: flex; + flex-direction: row; + justify-content: space-between; height: 55px; } -nav,footer -{ - -moz-box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); - -webkit-box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); - background-color:rgba(0,0,0,0.6); - box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); - padding:1.2rem 1rem; +nav, +footer { + -moz-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); + -webkit-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.6); + box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); + padding: 1.2rem 1rem; } -table.list-table > tbody,table.list-table > tbody > th,table.list-table > tbody > tr,table.list-table > tbody > tr > td -{ - border:2px solid var(--primary); - border-collapse:collapse; +table.list-table>tbody, +table.list-table>tbody>th, +table.list-table>tbody>tr, +table.list-table>tbody>tr>td { + border: 2px solid var(--primary); + border-collapse: collapse; } -ul -{ - display:flex; - flex-direction:row; - gap:2.5rem; - list-style:none; - padding-left:0; +ul { + display: flex; + flex-direction: row; + gap: 2.5rem; + list-style: none; + padding-left: 0; } -ul.navpage_list -{ - gap:10px; - background-color:var(--third-bg); - display:none; - flex-direction:column; - overflow:hidden; - position:fixed; - transition:max-height .3s ease, border .325s ease; - z-index:2; +ul.navpage_list { + gap: 10px; + background-color: var(--third-bg); + display: none; + flex-direction: column; + overflow: hidden; + position: fixed; + transition: max-height .3s ease, border .325s ease; + z-index: 2; } -.back -{ - background-color:#2a9dd6; - border-radius:15px; - color:var(--primary-text); - padding:.35rem .65rem; - text-decoration:none; - transition:all .3s ease; +.back { + background-color: #2a9dd6; + border-radius: 15px; + color: var(--primary-text); + padding: .35rem .65rem; + text-decoration: none; + transition: all .3s ease; } -.back:hover -{ - background-color:var(--primary-hover); - transition:all .3s ease; +.back:hover { + background-color: var(--primary-hover); + transition: all .3s ease; } -.feature-list -{ - display:block; - margin:auto; - width:fit-content; +.feature-list { + display: block; + margin: auto; + width: fit-content; } -.feature-list-ul ul -{ +.feature-list-ul ul { margin: 5px auto auto 20px; } -.navsite_item -{ - align-items:center; - justify-content:center; - text-align:center; - width:120px; +.navsite_item { + align-items: center; + justify-content: center; + text-align: center; + width: 120px; } -.navsite_item:hover .navpage_list -{ - border:4px solid var(--primary-hover); - display:flex!important; - max-height:200px; +.navsite_item:hover .navpage_list { + border: 4px solid var(--primary-hover); + display: flex !important; + max-height: 200px; width: inherit; box-sizing: border-box; } -.navsite_item:not(:hover) .navpage_list -{ - border:0 solid transparent; - max-height:0; - transition-delay:.1s; +.navsite_item:not(:hover) .navpage_list { + border: 0 solid transparent; + max-height: 0; + transition-delay: .1s; width: inherit; } -#navsite_list -{ - display:flex; - flex-direction:row; - gap:3.25rem; + +#navsite_list { + display: flex; + flex-direction: row; + gap: 3.25rem; text-align: center; } @@ -215,6 +195,7 @@ ul.navpage_list #toggle_button { display: flex; } + #navsite_list { display: none; position: fixed; @@ -232,15 +213,22 @@ ul.navpage_list } ul.navpage_list { - display: flex !important; + gap: 10px; + background-color: var(--third-bg); + display: flex; + flex-direction: column; + overflow: hidden; + position: fixed; + transition: max-height .3s ease, border .325s ease; + z-index: 2; } #navsite_list.active { display: flex; - -moz-box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); - -webkit-box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); - background-color:rgba(0,0,0,0.6); - box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); + -moz-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); + -webkit-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.6); + box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); top: 80px; text-align: center; } @@ -248,11 +236,11 @@ ul.navpage_list nav { flex-direction: column; align-items: center; - background-color: rgba(0,0,0,0.6); + background-color: rgba(0, 0, 0, 0.6); } } -#statusMessageContainer{ +#statusMessageContainer { position: fixed; top: 80px; right: 20px; @@ -262,9 +250,12 @@ ul.navpage_list } .status-message { - background-color: #dff0d8; /* Success background color */ - border: 1px solid #3c763d; /* Success border color */ - color: #3c763d; /* Success text color */ + background-color: #dff0d8; + /* Success background color */ + border: 1px solid #3c763d; + /* Success border color */ + color: #3c763d; + /* Success text color */ padding: 15px; margin-bottom: 10px; opacity: 1; @@ -272,61 +263,58 @@ ul.navpage_list } .status-message.failure { - background-color: #f2dede; /* Failure background color */ - border: 1px solid #a94442; /* Failure border color */ - color: #a94442; /* Failure text color */ + background-color: #f2dede; + /* Failure background color */ + border: 1px solid #a94442; + /* Failure border color */ + color: #a94442; + /* Failure text color */ } -.wrapper-40x .error -{ - color:var(--error); +.wrapper-40x .error { + color: var(--error); } -.wrapper-40x h1 -{ - font-size:10rem; - margin:0; +.wrapper-40x h1 { + font-size: 10rem; + margin: 0; } -.wrapper-40x h3 -{ - margin-bottom:2rem; +.wrapper-40x h3 { + margin-bottom: 2rem; } -.wrapper-40x -{ - text-align:center; +.wrapper-40x { + text-align: center; } -#navbar_container -{ - position:relative; - z-index:500; +#navbar_container { + position: relative; + z-index: 500; } -#navbar_container,#page_container,#footer_container -{ - width:100%; +#navbar_container, +#page_container, +#footer_container { + width: 100%; } -#page_container -{ - flex-grow:1; +#page_container { + flex-grow: 1; } -header a,.error-code -{ - color:var(--primary); +header a, +.error-code { + color: var(--primary); } -input -{ +input { background-color: var(--third-bg); - border:2px solid var(--primary); - border-radius:50px; + border: 2px solid var(--primary); + border-radius: 50px; } -button{ +button { border-radius: 50px; border: 2px solid var(--primary); background: var(--third-bg); From 12941dd2305b6bc375bb74841773f6bccef9b17d Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:58:31 +0100 Subject: [PATCH 10/23] wooooooork --- assets/style.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/assets/style.css b/assets/style.css index 10504fb..796186b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -213,14 +213,11 @@ ul.navpage_list { } ul.navpage_list { - gap: 10px; - background-color: var(--third-bg); - display: flex; - flex-direction: column; - overflow: hidden; - position: fixed; - transition: max-height .3s ease, border .325s ease; - z-index: 2; + border: 4px solid var(--primary-hover); + display: flex !important; + max-height: 200px; + width: inherit; + box-sizing: border-box; } #navsite_list.active { From d9567844d67e32d8b35dc1b9a470db2a423eebac Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:00:09 +0100 Subject: [PATCH 11/23] this is it --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 796186b..ea87af9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -219,6 +219,10 @@ ul.navpage_list { width: inherit; box-sizing: border-box; } + .navsite_item:not(:hover) .navpage_list { + transition-delay: .1s; + width: inherit; + } #navsite_list.active { display: flex; From 74b58c8139d1cc6a5205a65c5258b61088710ad7 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:00:59 +0100 Subject: [PATCH 12/23] test --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index ea87af9..a8dc208 100644 --- a/assets/style.css +++ b/assets/style.css @@ -213,9 +213,9 @@ ul.navpage_list { } ul.navpage_list { - border: 4px solid var(--primary-hover); + border: 4px solid var(--primary-hover) !important; display: flex !important; - max-height: 200px; + max-height: 200px !important; width: inherit; box-sizing: border-box; } From 1e1222526848aadd08839bbeb90a54a72139dbe0 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:01:54 +0100 Subject: [PATCH 13/23] test --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index a8dc208..7636429 100644 --- a/assets/style.css +++ b/assets/style.css @@ -124,7 +124,7 @@ ul.navpage_list { flex-direction: column; overflow: hidden; position: fixed; - transition: max-height .3s ease, border .325s ease; + transition: max-height .3s ease, border .325s ease !important; z-index: 2; } @@ -218,6 +218,7 @@ ul.navpage_list { max-height: 200px !important; width: inherit; box-sizing: border-box; + transition-delay: .1s; } .navsite_item:not(:hover) .navpage_list { transition-delay: .1s; From fcd635f21ee90959a2a4f63cc8ee5cad7d843683 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:03:02 +0100 Subject: [PATCH 14/23] test --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 7636429..e15a9cb 100644 --- a/assets/style.css +++ b/assets/style.css @@ -170,7 +170,7 @@ ul.navpage_list { .navsite_item:not(:hover) .navpage_list { border: 0 solid transparent; max-height: 0; - transition-delay: .1s; + transition: max-height .3s ease, border .325s ease !important; width: inherit; } From 00d03ae4e18e7d0585e6e4f243dc00dca58c4410 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:04:59 +0100 Subject: [PATCH 15/23] test --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index e15a9cb..cb36a2d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -160,7 +160,7 @@ ul.navpage_list { } .navsite_item:hover .navpage_list { - border: 4px solid var(--primary-hover); + border: 4px solid var(--primary-hover) !important; display: flex !important; max-height: 200px; width: inherit; From f83467e56461d66349190e63713827004038293b Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:06:07 +0100 Subject: [PATCH 16/23] transition work --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index cb36a2d..d884508 100644 --- a/assets/style.css +++ b/assets/style.css @@ -164,6 +164,7 @@ ul.navpage_list { display: flex !important; max-height: 200px; width: inherit; + transition: max-height .3s ease, border .325s ease !important; box-sizing: border-box; } From 6712b4a721c13aad7bdc016f3297fef394f3da42 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:06:54 +0100 Subject: [PATCH 17/23] WORK --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index d884508..3afb024 100644 --- a/assets/style.css +++ b/assets/style.css @@ -119,6 +119,7 @@ ul { ul.navpage_list { gap: 10px; + border: 4px solid var(--primary-hover) !important; background-color: var(--third-bg); display: none; flex-direction: column; From 2ab5806f906cdc71ef239310e15bb5e87eb8a888 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:08:44 +0100 Subject: [PATCH 18/23] test --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 3afb024..83afaab 100644 --- a/assets/style.css +++ b/assets/style.css @@ -61,6 +61,7 @@ header { align-items: center; text-align: center; width: 100%; + margin-top: 25px; } li a { From 9eddb45799c9a52d9972272a3a56b24d3ca2eb93 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:09:41 +0100 Subject: [PATCH 19/23] asf --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 83afaab..ca8b251 100644 --- a/assets/style.css +++ b/assets/style.css @@ -99,7 +99,8 @@ footer { -webkit-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.6); box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6); - padding: 1.2rem 1rem; + padding: 1.2rem; + text-align: center; } table.list-table>tbody, From e53190ae309df5db3466b6a928c7f44680256806 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:14:16 +0100 Subject: [PATCH 20/23] test --- assets/images/ye.jpg | Bin 0 -> 3486 bytes assets/style.css | 6 ++++++ templates/footer.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 assets/images/ye.jpg diff --git a/assets/images/ye.jpg b/assets/images/ye.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3fe8335eaec65fcfaa8b8dfc3ae1c5db1d0228e GIT binary patch literal 3486 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 body{ + background: url('/assets/images/ye.jpg'); + background-repeat: repeat; + background-size: 10%; } \ No newline at end of file diff --git a/templates/footer.html b/templates/footer.html index f4a3e6a..ab09b37 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,3 +1,3 @@

-

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

+

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

\ No newline at end of file From 6dba60d4619c9927abf92e6927bb7ce292a2493e Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:17:18 +0100 Subject: [PATCH 21/23] my bad --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 9682742..aff6ad2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -342,7 +342,7 @@ button:hover { color: var(--primary-text); } -.ye-span:hover > body{ +.ye-span:hover + body{ background: url('/assets/images/ye.jpg'); background-repeat: repeat; background-size: 10%; From 53a20dca4a0626cebd471cb95fcfa2b127ee5749 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:19:17 +0100 Subject: [PATCH 22/23] why still no work --- assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index aff6ad2..c770cb5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -343,7 +343,7 @@ button:hover { } .ye-span:hover + body{ - background: url('/assets/images/ye.jpg'); - background-repeat: repeat; - background-size: 10%; + background: url('/assets/images/ye.jpg') !important; + background-repeat: repeat !important; + background-size: 10% !important; } \ No newline at end of file From 333393a4fa92b0dce8160259ccafecf8afa13cd7 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:21:59 +0100 Subject: [PATCH 23/23] WROK --- assets/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index c770cb5..f90e8f3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -342,7 +342,13 @@ button:hover { color: var(--primary-text); } -.ye-span:hover + body{ +header.ye-span:hover + body{ + background: url('/assets/images/ye.jpg') !important; + background-repeat: repeat !important; + background-size: 10% !important; +} + +body:has(.ye-span:hover) { background: url('/assets/images/ye.jpg') !important; background-repeat: repeat !important; background-size: 10% !important;