[html]<div class="topicSummary">
<div class="topicWrapper">
<!-- Блок с картинкой -->
<div class="topicImage">
<!-- Ссылка на картинку -->
<img src="https://64.media.tumblr.com/0f0ffce45df0df6b4644f665a2da6c44/9586055585a994f0-0c/s640x960/f5e0645b2bb8c0e9fdbfd621375415995f6f4ad9.gif">
<div class="topicH1">
<!-- Название эпизода -->
Буря и то, что ей предшествовало
</div>
</div>
<!-- /Блок с картинкой -->
<div class="topicH2">
<a href="https://genshin.rusff.me/profile.php?id=4">Albedo</a> & <a href="https://genshin.rusff.me/profile.php?id=75">Kaeya Alberich</a>
</div><div class="topicH3">
30.01; Мондштадт --> остров Риф Маска
</div>
</div>
<div class="topicDescription">
В Мондштадте произошло сильное землетрясение, эпицентр которого - на острове Риф Маска. Ордо Фавониус поручают одному из капитанов отправиться на место происшествия и провести расследование на месте с целью выяснения причин землетрясения. Но в этот путь ему предстоит отправиться не самому, а вместе с увязавшимся с ним капитаном кавалерии. Вдвоем им предстоит разобраться в случившемся и столкнуться с еще одним крайне серьезным последствием - ведь беда, как известно, не приходит одна...
</div>
</div>
<style>
.topicSummary {
/**** ПЕРЕМЕННЫЕ ****/
--primary: #031d22; /* цвет фона */
--title: #ffffffb0; /* цвет названия эпизода */
--titleSize: 14px; /* размер шрифта названия эпизода */
--imageHeight: 120px; /* высота картинки */
--imagePos: 20px; /* сдвиг картинки по вертикали */
--bgSrc: url(https://forumupload.ru/uploads/001b/5c/7f/4/355564.jpg);/* ссылка на фон внизу */
--text: #c0d4e7; /* цвет текста */
--link: #6caccc; /* цвет ссылок */
--linkHover: #f2f1eb; /* цвет ссылок при наведении */
/**** /ПЕРЕМЕННЫЕ ****/
width: 630px;
padding: 10px;
border: solid 1px var(--primary);
color: var(--text);
}
.topicSummary,
.topicSummary * {
box-sizing: border-box;
}
.topicWrapper {
padding: 40px 60px 20px;
background: var(--primary);
}
.topicSummary a {
color: var(--link) !important;
font-size: 1em !important;
}
.topicSummary a:hover {
color: var(--linkHover) !important;
}
.topicImage {
position: relative;
width: 100%;
height: var(--imageHeight);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.topicImage:before {
content: '';
display: block;
position: absolute;
border: solid 1px #ffffff85;
top: 8px;
bottom: 6px;
left: 10px;
right: 10px;
z-index: 1;
}
.topicImage img {
width: 100%;
margin-top: var(--imagePos);
}
.topicH1 {
position: absolute;
bottom: 10px;
left: 10px;
right: 10px;
color: var(--title);
font-family: Genshin, Arial, sans-serif;
text-shadow: 1px 1px 2px rgba(0,0,0,.6);
font-size: var(--titleSize);
text-align: center;
padding: 4px;
}
.topicH2 {
font-size: 14px;
line-height: 1.2em;
text-align: center;
padding: 25px 0 12px;
font-family: Genshin, Arial, sans-serif;
}
.topicH3 {
font-size: 10px;
text-align: center;
font-style: italic;
padding: 2px 0;
line-height: 12px;
}
.topicDescription {
padding: 10px 60px 90px;
background-image: linear-gradient(var(--primary) 30%, transparent), var(--bgSrc);
background-size: cover;
background-position: 100% 50%;
text-align: justify;
font-size: 12px;
line-height: 1.2em;
}
@font-face {
font-family: "Genshin";
src: url("https://forumstatic.ru/files/0014/98/d3/50051.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
</style>[/html]