diff --git a/static/css/background_for_table_1.svg b/static/css/background_for_table_1.svg index 142dd75..46ad0e9 100644 --- a/static/css/background_for_table_1.svg +++ b/static/css/background_for_table_1.svg @@ -18,7 +18,7 @@ viewBox="0 0 15844.29 8960.78" - + diff --git a/static/css/background_for_table_3.svg b/static/css/background_for_table_3.svg new file mode 100644 index 0000000..307cf40 --- /dev/null +++ b/static/css/background_for_table_3.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/background_for_workout.svg b/static/css/background_for_workout.svg new file mode 100644 index 0000000..afd26b6 --- /dev/null +++ b/static/css/background_for_workout.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/firegame_css.css b/static/css/firegame_css.css index 5f65172..75c4ed1 100644 --- a/static/css/firegame_css.css +++ b/static/css/firegame_css.css @@ -19,7 +19,7 @@ h1{ } .cut-width{ - max-width: 1280px; + max-width: 1300px; width: 100%; margin: auto; height: 100%; @@ -96,6 +96,16 @@ h1{ border: 4px solid #6BFFFF; } +.level-border-3{ + border: 4px solid #FFB26B; +} + +.level-border-4{ + border: 4px solid ; + border-image-source: linear-gradient(79.19deg, #316AA6 1.88%, #B224B5 93.73%); + +} + .level-cont{ border-radius: 20px; background: rgba(255, 255, 255, 0.15); @@ -114,15 +124,32 @@ h1{ .level-background-1{ background-image: url("background_for_table_1.svg") ; + box-shadow: 12px 12px 20px 0px rgba(159, 47, 135, 0.4); + } .level-background-2{ background-image: url("background_for_table_2.svg") ; + box-shadow: 12px 12px 20px 0px rgba(117, 163, 112, 0.4); + +} + +.level-background-3{ + background-image: url("background_for_table_3.svg") ; + box-shadow: 12px 12px 20px 0px rgba(152, 77, 77, 0.4); + +} + +.level-background-4{ + background-image: url("background_for_workout.svg") ; + box-shadow: 12px 12px 20px 0px rgba(178, 39, 186, 0.4); + } -.container-background-level{ +.container-background-level{ + border-radius: 20px; height: 100%; width: 100%; } @@ -131,12 +158,14 @@ h1{ width: calc(100% - 36px); height: calc(100% - 43px); padding: 33px 18px 10px 18px; + text-align: start; + border-radius: 20px; } .container-content-level h2{ color: #FFFFFF; margin: 0; - height: 72%; + height: 80%; } .bottom-part_w{ @@ -183,3 +212,21 @@ h1{ color: #7FB47B; } +.color-button-level-card-3{ + color: #C16374; +} + +.color-button-level-card-3{ + color: rgba(171, 43, 186, 1); +} + + +/*footer*/ + +.footer{ + width: 100%; + padding-top: 24px; + min-height: 150px; + max-width: 1300px; + margin: auto; +} \ No newline at end of file diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html new file mode 100644 index 0000000..79e14ae --- /dev/null +++ b/templates/blocks/b_footer.html @@ -0,0 +1,4 @@ +{% load static %} + \ No newline at end of file diff --git a/templates/blocks/header.html b/templates/blocks/b_header.html similarity index 92% rename from templates/blocks/header.html rename to templates/blocks/b_header.html index fd6f0e6..97f04b7 100644 --- a/templates/blocks/header.html +++ b/templates/blocks/b_header.html @@ -3,7 +3,7 @@
- +
diff --git a/templates/pages/choose_table.html b/templates/pages/choose_table.html index e244451..b3cc729 100644 --- a/templates/pages/choose_table.html +++ b/templates/pages/choose_table.html @@ -5,5 +5,9 @@
{% include "widgets/w_level.html" %} {% include "widgets/w_level_2.html" %} + {% include "widgets/w_level_3.html" %} +
+
+ {% include "widgets/w_workout.html" %}
{% endblock %} \ No newline at end of file diff --git a/templates/tb_base.html b/templates/tb_base.html index 9fabc5b..e84eb46 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -6,14 +6,14 @@ FairPlay - - {% include "blocks/header.html" %} -
- {% block CONTENT %} - {% endblock %} -
-
- -
- + + {% include "blocks/b_header.html" %} +
+ {% block CONTENT %} + {% endblock %} +
+
+ {% include "blocks/b_footer.html" %} +
+ \ No newline at end of file diff --git a/templates/widgets/w_level_2.html b/templates/widgets/w_level_2.html index d31c192..c0dfb9c 100644 --- a/templates/widgets/w_level_2.html +++ b/templates/widgets/w_level_2.html @@ -9,8 +9,8 @@
-
Можно выиграть: +150%
-
Цена входа: 1$
+
Можно выиграть: +250%
+
Цена входа: 2$
diff --git a/templates/widgets/w_level_3.html b/templates/widgets/w_level_3.html new file mode 100644 index 0000000..bb126a9 --- /dev/null +++ b/templates/widgets/w_level_3.html @@ -0,0 +1,21 @@ +{% load static %} + +
+ +
+
+

+ УРОВЕНЬ 3
Тяжёлый +

+
+
+
Можно выиграть: +320%
+
Цена входа: 4$
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/templates/widgets/w_workout.html b/templates/widgets/w_workout.html new file mode 100644 index 0000000..5c86504 --- /dev/null +++ b/templates/widgets/w_workout.html @@ -0,0 +1,21 @@ +{% load static %} + +
+ +
+
+

+ УРОВЕНЬ 3
Тяжёлый +

+
+
+
Можно выиграть: +320%
+
Цена входа: 4$
+
+
+ +
+
+
+
+
\ No newline at end of file