From 71f67fa8fa2ed20a47b7d99733c7f1fd96c08816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 9 Mar 2025 21:24:50 +0100 Subject: [PATCH] poprawki --- static/css/custom.css | 36 +++++++++++++++---------------- templates/admin/edit_zbiorka.html | 2 +- templates/base.html | 18 ++++++++++++++++ templates/index.html | 6 +++--- templates/zbiorka.html | 25 ++++++++++++--------- 5 files changed, 54 insertions(+), 33 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 18cffc6..9e8a77d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,7 +1,7 @@ /* Import czcionki Roboto */ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); -/* Ustawienia globalne */ +/* Globalne */ body { font-family: 'Roboto', sans-serif; background-color: #121212; @@ -34,7 +34,7 @@ body { /* Karty */ .card { - background-color: #1c1c1c; + background-color: #444242; border: none; border-radius: 0.5rem; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); @@ -54,7 +54,7 @@ body { } .card-body { - background-color: #1e1e1e; + background-color: #444242; } /* Przyciski */ @@ -101,6 +101,12 @@ a:hover { background: linear-gradient(90deg, #ffc107, #ffeb3b); font-weight: bold; transition: width 0.3s ease; + animation: progressAnimation 1s ease-in-out forwards; +} + +@keyframes progressAnimation { + from { width: 0%; } + to { width: var(--progress-width); } } /* Alerty (flash messages) */ @@ -132,21 +138,11 @@ a:hover { } } -h1 { - font-size: 2rem; - margin-bottom: 1rem; -} -h2 { - font-size: 1.7rem; - margin-bottom: 0.8rem; -} +h1 { font-size: 2rem; margin-bottom: 1rem; } +h2 { font-size: 1.7rem; margin-bottom: 0.8rem; } +h3 { font-size: 0.9rem; margin-bottom: 0.6rem; } -h3 { - font-size: 0.9rem; - margin-bottom: 0.6rem; -} - -/* Style dla bloku "Wspomóż" */ +/* Wspomóż */ .card.wspomoz-card { border: 1px solid #ffc107 !important; border-radius: 0.2rem !important; @@ -155,5 +151,7 @@ h3 { .card.wspomoz-card .card-body, .card.wspomoz-card .card-title, .card.wspomoz-card .card-text { - color: #ffffff !important; -} + color: #ffffff !important; + font-weight: bold; + font-size: 1.25rem; +} \ No newline at end of file diff --git a/templates/admin/edit_zbiorka.html b/templates/admin/edit_zbiorka.html index 2b58a40..e2ac143 100644 --- a/templates/admin/edit_zbiorka.html +++ b/templates/admin/edit_zbiorka.html @@ -3,7 +3,7 @@ {% block content %}
-
+

Edytuj zbiórkę

diff --git a/templates/base.html b/templates/base.html index 61d9dbd..b222460 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,5 +36,23 @@ {% block content %}{% endblock %}
+ + diff --git a/templates/index.html b/templates/index.html index 2371a45..eec336c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} -{% block title %}Lista Zbiórek{% endblock %} +{% block title %}Aktywne zbiórki{% endblock %} {% block content %} -

Lista Zbiórek

+

Aktualnie aktywne zbiórki

{% for z in zbiorki %}
@@ -14,7 +14,7 @@ {{ progress|round(2) }}%
- Wejdź do zbiórki + Szczegóły
diff --git a/templates/zbiorka.html b/templates/zbiorka.html index e0e496a..a931663 100644 --- a/templates/zbiorka.html +++ b/templates/zbiorka.html @@ -4,32 +4,36 @@
-
-

{{ zbiorka.nazwa }}

+
+

{{ zbiorka.nazwa }}
-
Opis zbiórki
+
Opis:
{{ zbiorka.opis | markdown }}
{% set progress = (zbiorka.stan / zbiorka.cel * 100) if zbiorka.cel > 0 else 0 %} -
Postęp zbiórki
+
Postęp:
-
- {{ progress|round(2) }}% +
+ {{ progress|round(2) }}%
+
-
Wspomóż
+

Numer konta: {{ zbiorka.numer_konta }} @@ -39,6 +43,7 @@ {{ zbiorka.numer_telefonu_blik }}

{% if not zbiorka.ukryj_kwote %} +

Cel zbiórki: {{ zbiorka.cel }} PLN @@ -58,7 +63,7 @@ {% if current_user.is_authenticated and current_user.is_admin %} Dodaj wpłatę {% endif %} - Powrót do listy zbiórek + Powrót do listy