0.0.188
This commit is contained in:
@@ -1585,3 +1585,23 @@ body.n_scroll{
|
||||
object-fit: contain;
|
||||
object-position: top;
|
||||
}
|
||||
|
||||
|
||||
/*.main_block{*/
|
||||
/* color: #000000;*/
|
||||
/* font-size: 14px;*/
|
||||
/* font-weight: 600;*/
|
||||
/* width: 400px;*/
|
||||
/*}*/
|
||||
|
||||
/*.main_block_txt{*/
|
||||
/* max-width: 90%;*/
|
||||
/* text-wrap: normal;*/
|
||||
/* float: left;*/
|
||||
/*}*/
|
||||
|
||||
/*.arrow_dowm{*/
|
||||
/* display: block;*/
|
||||
/* height: 20px;*/
|
||||
/* float: right;*/
|
||||
/*}*/
|
||||
1
static/images/arrow_donw.svg
Normal file
1
static/images/arrow_donw.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>
|
||||
|
After Width: | Height: | Size: 399 B |
@@ -1 +1,2 @@
|
||||
style="width: 100%;padding: 3% 0;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"
|
||||
{#style="width: 100%;padding: 3% 0;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"#}
|
||||
style="width: 100%;padding: 60px 0;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %};"
|
||||
|
||||
2
templates/pages/p_documentation.html
Normal file
2
templates/pages/p_documentation.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
@@ -30,6 +30,24 @@
|
||||
|
||||
{% endblock %}
|
||||
</div>
|
||||
{# <div class="main_block">#}
|
||||
{# <div class="main_block_txt">Документация по плагину и еще какой-нибудь небольшой текст</div>#}
|
||||
{# <img class="arrow_dowm" src="{% static "images/arrow_donw.svg" %}">#}
|
||||
{# <div class="clear_both"></div>#}
|
||||
{# </div>#}
|
||||
{##}
|
||||
{##}
|
||||
{# <div class="main_block">#}
|
||||
{# <div class="main_block_txt">Документациasdasdasdjbashdvuasvduyasvduasvdя по плагину и еще какой-нибудь небольшой текст</div>#}
|
||||
{# <img class="arrow_dowm" src="{% static "images/arrow_donw.svg" %}">#}
|
||||
{# <div class="clear_both"></div>#}
|
||||
{# </div>#}
|
||||
{# <div class="main_block">#}
|
||||
{# <div class="main_block_txt">по плагину и еще какой-нибудь небольшой текст</div>#}
|
||||
{# <img class="arrow_dowm" src="{% static "images/arrow_donw.svg" %}">#}
|
||||
{# <div class="clear_both"></div>#}
|
||||
{# </div>#}
|
||||
|
||||
|
||||
|
||||
{% include 'blocks/b_faq.html' %}
|
||||
|
||||
Reference in New Issue
Block a user