forked from mirzaev/ff
добавлена кошка бебряша
This commit is contained in:
mirzaev/site/rules/system
@@ -57,6 +57,37 @@ aside {
|
||||
z-index : 500;
|
||||
}
|
||||
|
||||
div#wrap {
|
||||
margin-left: 50vw;
|
||||
position: relative;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
div#wrap>img#masha {
|
||||
z-index: 1500;
|
||||
width: 333px;
|
||||
height: 394px;
|
||||
}
|
||||
|
||||
div#wrap>img#hand{
|
||||
z-index: 500;
|
||||
left: -30px;
|
||||
bottom: -10px;
|
||||
width: 70px;
|
||||
height: 88px;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
div#wrap>img#knife {
|
||||
z-index: 100500;
|
||||
left: calc(-112px + 70px - 40px);
|
||||
bottom: calc(-273px + 88px + 30px);
|
||||
width: 112px;
|
||||
height: 273px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
header {
|
||||
z-index : 5000;
|
||||
width: 800px;
|
||||
|
BIN
mirzaev/site/rules/system/public/images/photo_with_hand.png
Normal file
BIN
mirzaev/site/rules/system/public/images/photo_with_hand.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.5 KiB |
BIN
mirzaev/site/rules/system/public/images/photo_with_kitten.png
Normal file
BIN
mirzaev/site/rules/system/public/images/photo_with_kitten.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 86 KiB |
BIN
mirzaev/site/rules/system/public/images/photo_with_knife.png
Normal file
BIN
mirzaev/site/rules/system/public/images/photo_with_knife.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 21 KiB |
@@ -1,5 +1,5 @@
|
||||
{% block title %}
|
||||
<title>{% if head.title != empty %}{{head.title}}{% else %}Скачать вирусы бесплатно{% endif %}</title>
|
||||
<title>{% if head.title != empty %}{{head.title}}{% else %}Правила беседы{% endif %}</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block meta %}
|
||||
|
@@ -2,6 +2,11 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div id="wrap" >
|
||||
<img id="masha" src="/images/photo_with_kitten.png" alt="Кошка Маша">
|
||||
<img id="hand" src="/images/photo_with_hand.png" alt="я помню бебра большой">
|
||||
<img id="knife" src="/images/photo_with_knife.png" alt="почему адблок сучара банит мои картинки">
|
||||
</div>
|
||||
<header>
|
||||
<h1 class="unselectable">ПРАВИЛА БЕСЕДЫ</h1>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user