From 2cfa5f1fa443ffc2da80064faa606850a1ef33ac Mon Sep 17 00:00:00 2001 From: Kamil Date: Thu, 5 Jun 2025 10:27:11 +0200 Subject: [PATCH] poland-style changes --- .../FlaskWebProject/static/style.css | 28 +++++++++++++++++++ .../FlaskWebProject/templates/club.html | 1 + .../FlaskWebProject/templates/index.html | 4 +-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/FlaskWebProject/FlaskWebProject/static/style.css b/FlaskWebProject/FlaskWebProject/static/style.css index 69d7f50..74b41de 100644 --- a/FlaskWebProject/FlaskWebProject/static/style.css +++ b/FlaskWebProject/FlaskWebProject/static/style.css @@ -688,7 +688,35 @@ body.poland-mode .stat-box { body.poland-mode .stat-box h3 { color: white; } +body.poland-mode .club-stats h2{ + background: linear-gradient(to bottom, #ff0000,#231212); + border: 4px solid white; + color: white; +} +body.poland-mode .about-section { + background-color: var(--polska-section-color); + color: white; +} +body.poland-mode .about-section article h3 { + background-color: var(--polska-red-dark); + color: white; +} + +body.poland-mode .about-section article h4 { + background-color: #ffcaca; + color: black; + border-radius: 5px; +} +body.poland-mode .general-stats-section h2 { + background: var(--polska-section-color); +} +body.poland-mode .general-stats-section .grid article:nth-child(1){background-color: var(--polska-red-dark);} +body.poland-mode .general-stats-section .grid article:nth-child(2){background-color: var(--yellow-highlight);} +body.poland-mode .general-stats-section .grid article:nth-child(3){background-color: var(--barca-blue);} +body.poland-mode .about-section-image::after{ + background:var(--polska-red-dark); +} /* Przyciski i elementy */ diff --git a/FlaskWebProject/FlaskWebProject/templates/club.html b/FlaskWebProject/FlaskWebProject/templates/club.html index 915b230..b4826b4 100644 --- a/FlaskWebProject/FlaskWebProject/templates/club.html +++ b/FlaskWebProject/FlaskWebProject/templates/club.html @@ -13,6 +13,7 @@ + diff --git a/FlaskWebProject/FlaskWebProject/templates/index.html b/FlaskWebProject/FlaskWebProject/templates/index.html index 0ef03cf..eed7f29 100644 --- a/FlaskWebProject/FlaskWebProject/templates/index.html +++ b/FlaskWebProject/FlaskWebProject/templates/index.html @@ -33,7 +33,7 @@ Zobacz osiągnięcia - + {% endblock %}