0.0.175 upd header
This commit is contained in:
@@ -1937,7 +1937,7 @@
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
height: 1px;
|
||||
background: black;
|
||||
background: #dad7d7;
|
||||
width: 100%;
|
||||
top: 65px;
|
||||
top: 60px;
|
||||
}
|
||||
@@ -220,6 +220,7 @@ header {
|
||||
position: sticky;
|
||||
z-index: 4;
|
||||
top: 0;
|
||||
background: #F8F8F8;
|
||||
}
|
||||
|
||||
|
||||
@@ -1847,9 +1848,9 @@ button#more_button{
|
||||
url(/static/img/png/Box4.png);
|
||||
background-position:
|
||||
bottom 83px left 110px,
|
||||
top 230px left 218px,
|
||||
top 154px left 205px,
|
||||
bottom 34px right 58px,
|
||||
top 209px right 210px;
|
||||
top 140px right 233px;
|
||||
background-repeat:
|
||||
no-repeat,
|
||||
no-repeat,
|
||||
@@ -1857,9 +1858,26 @@ button#more_button{
|
||||
no-repeat;
|
||||
|
||||
}
|
||||
/*.top_block_static img{*/
|
||||
/* position: absolute;*/
|
||||
/* }*/
|
||||
|
||||
.top_block_static_wrapper_main{
|
||||
background-image:
|
||||
url(/static/img/png/Box7.png),
|
||||
url(/static/img/png/Box6.png),
|
||||
url(/static/img/png/Box8.png),
|
||||
url(/static/img/png/Box4.png);
|
||||
background-position:
|
||||
bottom 23px left -7px,
|
||||
top 154px left 242px,
|
||||
top 0px right -10px,
|
||||
top 146px right 270px;
|
||||
background-repeat:
|
||||
no-repeat,
|
||||
no-repeat,
|
||||
no-repeat,
|
||||
no-repeat;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.top_block_static img:nth-child(4) {
|
||||
/* Положение нижнего левого изображения */
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="top_block_static_wrapper">
|
||||
<div class="top_block_static_wrapper_main">
|
||||
<div class="top_block_static">
|
||||
|
||||
<div class="title_static_wrapper">
|
||||
|
||||
Reference in New Issue
Block a user