From da52afa2ff452b8a41e57ea24d35dfb890909d32 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:00:11 +0100 Subject: [PATCH 01/15] test --- assets/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 846263b..9531d9d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -320,7 +320,9 @@ button{ border:2px solid var(--primary); } -input -{ - width:175px; +.form-container input { + border-radius: 50px; + background: none; + border: 2px solid var(--primary); + width: 175px; } \ No newline at end of file From dfefcd2f51bf186a61cc0f4efaedbfc864ad4e6e Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:01:02 +0100 Subject: [PATCH 02/15] testsadf --- assets/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 9531d9d..3dfd344 100644 --- a/assets/style.css +++ b/assets/style.css @@ -315,9 +315,10 @@ input } button{ - background-color: var(--third-bg); - color: var(--primary-text); - border:2px solid var(--primary); + border-radius: 50px; + background: none; + border: 2px solid var(--primary); + width: 175px; } .form-container input { From 36bde74d239c7a2f3038b9825994c372946bc63e Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:06:55 +0100 Subject: [PATCH 03/15] test --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 3dfd344..390cce6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -242,9 +242,9 @@ ul.navpage_list #statusMessageContainer{ position: fixed; - top: 20px; + top: 50px; right: 20px; - z-index: 10; + z-index: 510; display: flex; flex-direction: column; } From cb4f476c51b3ce69d6b420c3175419a4c29194ca Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:07:45 +0100 Subject: [PATCH 04/15] adf --- assets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 390cce6..5aef16a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -242,7 +242,7 @@ ul.navpage_list #statusMessageContainer{ position: fixed; - top: 50px; + top: 80px; right: 20px; z-index: 510; display: flex; @@ -316,7 +316,6 @@ input button{ border-radius: 50px; - background: none; border: 2px solid var(--primary); width: 175px; } From 206f2d9f3b6509f3501f4f0eb4d9c3fcb9790a20 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:27:55 +0100 Subject: [PATCH 05/15] asd --- assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style.css b/assets/style.css index 5aef16a..b6c972a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -317,6 +317,8 @@ input button{ border-radius: 50px; border: 2px solid var(--primary); + background: none; + color: var(--primary-text); width: 175px; } From 7455607455c29486abf5665938d14092b4c7cbcd Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:29:48 +0100 Subject: [PATCH 06/15] test --- assets/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index b6c972a..34eb0a7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -317,9 +317,15 @@ input button{ border-radius: 50px; border: 2px solid var(--primary); - background: none; + background: #38383800; color: var(--primary-text); width: 175px; + transition-duration: 0.3s; +} + +button:hover { + background: #383838; + transition-duration: 0.3s; } .form-container input { From a536b8dfb6f5c3b0743fac595aa58488dd0d718a Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:30:53 +0100 Subject: [PATCH 07/15] asdf --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 34eb0a7..ed91cd9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -317,14 +317,14 @@ input button{ border-radius: 50px; border: 2px solid var(--primary); - background: #38383800; + background: var(--third-bg); color: var(--primary-text); width: 175px; transition-duration: 0.3s; } button:hover { - background: #383838; + background: var(--primary); transition-duration: 0.3s; } From 279c152e39d615a451c4b6eb010e2e0c1dc0024c Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:39:55 +0100 Subject: [PATCH 08/15] pls fix --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index ed91cd9..acfc5e2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -196,6 +196,7 @@ ul.navpage_list { display:flex; flex-direction:row; + width: inherit; gap:3.25rem; } From 9134b8fe72be9157bcd386722fcc6a7983a4b7ee Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:41:20 +0100 Subject: [PATCH 09/15] asdf --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index acfc5e2..ecc299a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -192,7 +192,7 @@ ul.navpage_list max-height:0; transition-delay:.1s; } -#navsite_list +#navsite_list, .navsite_list { display:flex; flex-direction:row; @@ -231,7 +231,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; - width: 100%; + width: inherit; } nav { From 457bdfae7ba8d04668f6d85be537982b9fcb96ac Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:42:30 +0100 Subject: [PATCH 10/15] wre --- assets/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index ecc299a..84a0b4e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -196,7 +196,7 @@ ul.navpage_list { display:flex; flex-direction:row; - width: inherit; + width: 100%; gap:3.25rem; } @@ -218,10 +218,12 @@ ul.navpage_list display: none; position: fixed; flex-direction: column; + width: 100%; } #navsite_list li { text-align: center; + width: 100%; } #navsite_list.active { @@ -231,7 +233,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; - width: inherit; + width: 100%; } nav { From 2d40f079af04e048edc940da3206906bdd1fec79 Mon Sep 17 00:00:00 2001 From: bruno Date: Wed, 7 Feb 2024 10:47:02 +0100 Subject: [PATCH 11/15] add footer --- pages/news/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/news/index.html b/pages/news/index.html index 6cc117e..34116ae 100644 --- a/pages/news/index.html +++ b/pages/news/index.html @@ -3,5 +3,6 @@

Adlerka študentské news


+

Rohová časť stola v a A103 spáchala samovraždu po dotyku Richarda Mikloša!!!

From 06551b50f1f769e3bae216555fa2b2ca2a90fc33 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 10:47:52 +0100 Subject: [PATCH 12/15] ysdf --- assets/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 84a0b4e..f18b86f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -218,12 +218,10 @@ ul.navpage_list display: none; position: fixed; flex-direction: column; - width: 100%; } #navsite_list li { text-align: center; - width: 100%; } #navsite_list.active { @@ -233,7 +231,6 @@ 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; - width: 100%; } nav { From 64434aec992765e73cc9b12ccf2d75fb1860500c Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 10:50:52 +0100 Subject: [PATCH 13/15] asdf --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index f18b86f..094c9d5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -196,7 +196,7 @@ ul.navpage_list { display:flex; flex-direction:row; - width: 100%; + /*width: 100%;*/ gap:3.25rem; } From 811871f51808776ae8371f1962e46e67bcb3a52a Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 10:52:00 +0100 Subject: [PATCH 14/15] asdf --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 094c9d5..119ac78 100644 --- a/assets/style.css +++ b/assets/style.css @@ -196,7 +196,7 @@ ul.navpage_list { display:flex; flex-direction:row; - /*width: 100%;*/ + width: 100%; gap:3.25rem; } @@ -333,4 +333,5 @@ button:hover { background: none; border: 2px solid var(--primary); width: 175px; + color: var(--primary-text); } \ No newline at end of file From b5ca251d10f720f23f23bd062cbb73e2b79d09bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Wed, 7 Feb 2024 18:07:54 +0100 Subject: [PATCH 15/15] Make navsite_list only full with when mobile --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 119ac78..e7f6bed 100644 --- a/assets/style.css +++ b/assets/style.css @@ -192,11 +192,10 @@ ul.navpage_list max-height:0; transition-delay:.1s; } -#navsite_list, .navsite_list +#navsite_list { display:flex; flex-direction:row; - width: 100%; gap:3.25rem; } @@ -218,6 +217,7 @@ ul.navpage_list display: none; position: fixed; flex-direction: column; + width: 100%; } #navsite_list li {