//
правки
Сообщений 1 страница 2 из 2
Поделиться22025-03-20 01:54:58
/* ТЕЛО
здесь "margin: 190px" означает отступ на 190 пикселей от самого верха форума
-------------------------------------------------------------*/
#pun {
position: relative;
width: 1100px;
margin: 395px auto 240px auto;
background: repeat transparent url(https://forumstatic.ru/files/0019/41/eb/96972.png);
}
#pun:after {
position: absolute;
content: "";
width: 100%;
height: 242px;
bottom: -200px;
z-index: -1;
border-radius: 0 0 20px 20px;
background: url(https://forumstatic.ru/files/0019/41/eb/96972.png?v=1);
}
/* РАЗМЕЩЕНИЕ КОНТЕНТА ВНУТРИ ТЕЛА
-------------------------------------------------------------*/
.punbb {
height: auto;
width: 100%;
padding: 30px 30px 15px;
box-sizing: border-box;
position: relative;
}
#pun-index { -webkit-font-smoothing: antialiased; }
.multipage {
}
#pun-main {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 1;
}
/* ЗАДНИЙ ФОН
-------------------------------------------------------------*/
body {
background: url(https://i.imgur.com/K9i9cis.png?v=1) center 0 repeat-y fixed;
background-size: cover;
background-color: #332e2a;
}
/* ШАПКА
-------------------------------------------------------------*/
/* #pun-title {
width: 1100px;
height: 500px;
background: url(https://forumstatic.ru/files/0019/41/eb/96972.png);
position: absolute;
top: -499px;
left: 0px;
z-index: -1;
border-radius: 20px 20px 0px 0px;
} */
/* ФУТЕР
-------------------------------------------------------------*/
#pun-about .container {
height: 10px;
position: relative;
}
#pun-about {
margin-bottom: -90px;
}
/* реклама русфф в футере */
#pun-about .container .item1 {
position: absolute;
font-size: 8px;
text-align: center;
text-transform: uppercase;
width: auto;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}
#pun-about .container .item1 a {
font-size: 10px;
font-weight: 600!important;
}
#pun-about .container .item1 a:hover {
color: var(--hovlink);
}