From 205876a9e5d6bed6322fbcdcc15edef88ce020da Mon Sep 17 00:00:00 2001 From: SBD Date: Thu, 7 Dec 2023 19:23:55 +0300 Subject: [PATCH] 0.0.70 --- static/aerbimCSS.css | 5 ++--- templates/blocks/b_3d_s_d.html | 13 ++++++------- templates/blocks/b_presentation_aerBim.html | 10 ++++++++++ 3 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 templates/blocks/b_presentation_aerBim.html diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 72b1845..0dd4034 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -553,9 +553,8 @@ body.n_scroll{ } .plugin_txt{ - margin-top: 8px; margin-bottom: 35px; - width: 60%; + width: 100%; } .plugin_description{ @@ -637,7 +636,7 @@ body.n_scroll{ .logo_3d_sec_designer{ - width: 300px; + height: 100%; position: absolute; bottom: 0; } diff --git a/templates/blocks/b_3d_s_d.html b/templates/blocks/b_3d_s_d.html index bf34427..fad5e30 100644 --- a/templates/blocks/b_3d_s_d.html +++ b/templates/blocks/b_3d_s_d.html @@ -1,15 +1,14 @@ {% load static %}
- {% if block.pre_title %} -
{{ block.pre_title }}
- {% endif %} - {% if block.name %} -
{{ block.name }}
- {% endif %}
- + {% if block.pre_title %} +
{{ block.pre_title }}
+ {% endif %} + {% if block.name %} +
{{ block.name }}
+ {% endif %} {% if block.description %}
{{ block.description|linebreaksbr }} diff --git a/templates/blocks/b_presentation_aerBim.html b/templates/blocks/b_presentation_aerBim.html new file mode 100644 index 0000000..e19d72a --- /dev/null +++ b/templates/blocks/b_presentation_aerBim.html @@ -0,0 +1,10 @@ +{% load static %} +
+
+
+ {% for section in sections %} + {% include "widgets/w_one_present_aerBim.html" %} + {% endfor %} +
+
+
\ No newline at end of file