cross {not} over
Сообщений 1 страница 2 из 2
Поделиться22021-11-03 14:36:06
[html]<div class="actMain">
<div class="actSub">
<actTitle><TitleMain>Halloween Party</TitleMain></actTitle>
<actDate>25.10 — 07.11</actDate>
<actText>✽ открываем двери и раскрываем объятия для <b>магов</b> и <b>нежити</b>
те, без которых невозможен ни один хэллоуин, могут рассчитывать
на 100 токенов, страшно красивую плашку и праздничный аватар</actText>
</div></div>
<style>
.actMain {
width: 634px;
height: auto;
margin: 10px;
display: block;
border-radius: 4px;
padding: 20px;
background: url(https://forumupload.ru/uploads/001b/4b/a6/27/486218.png) top left no-repeat fixed, url(https://forumstatic.ru/files/0013/a5/8d/98508.png) fixed, url(https://forumstatic.ru/files/0013/a5/8d/27865.png) fixed, url(https://forumstatic.ru/files/0013/a5/8d/21681.jpg) right top fixed;
box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 29%);
filter: invert(1) hue-rotate(
215deg);
}
.actSub {
padding: 23px 10px 10px 10px;
margin: auto;
border-width: 1px 1px 1px 1px;
border-color: #8d5c5c;
border-style: solid;
position: relative;
border-radius: 4px;
}
actTitle {
display: block;
font-family: 'OrelegaOne';
color: #622c2a;
font-size: 28px;
text-align: center;
text-transform: uppercase;
position: absolute;
top: -16px;
width: 100%;
height: 30px;
text-shadow: -1px 1px 0px #d0d0d0, 1px -1px #d0d0d0;
}
TitleMain {
padding: 0 30px;
background: url(https://forumupload.ru/uploads/001b/4b/a6/27/486218.png) top left no-repeat fixed, url(https://forumstatic.ru/files/0013/a5/8d/98508.png) fixed, url(https://forumstatic.ru/files/0013/a5/8d/27865.png) fixed, url(https://forumstatic.ru/files/0013/a5/8d/21681.jpg) right top fixed;
letter-spacing: 7px;
font-size: 34px;
}
actDate {
font-family: 'OrelegaOne';
font-size: 20px;
text-align: center;
display: block;
}
actText {
display: block;
white-space: pre-line;
text-align: center;
text-transform: lowercase;
font-size: 11px;
letter-spacing: 1px;
font-weight: bold;
text-shadow: 1px 1px 4px white;
}
</style>[/html]