[html]<div class="topicSummary">
<div class="topicWrapper">
<!-- Блок с картинкой -->
<div class="topicImage">
<!-- Ссылка на картинку -->
<img src="https://forumupload.ru/uploads/001b/5c/7f/289/701683.png">
<div class="topicH1">
<!-- Название эпизода -->
Праздник окончен
</div>
</div>
<!-- /Блок с картинкой -->
<div class="topicH2">
<a href="https://genshintales.ru/profile.php?id=289">Кави</a> • <a href="https://genshintales.ru/profile.php?id=194">Тигнари</a> • <a href="https://genshintales.ru/profile.php?id=247">аль-Хайтам</a> • <a href="https://genshintales.ru/profile.php?id=380">Коллеи</a> • <a href="https://genshintales.ru/profile.php?id=355">Нахида</a>
</div><div class="topicH3">
08.05.501 - Сумеру
</div>
</div>
<div class="topicDescription">С помощью Архонта, наставника и друзей Коллеи нашла выход из бесконечного цикла Сансары, но это только начало всех проблем. За неправомерным использованием Акаши стоят Мудрецы.
Зачем Академии потребовалось так много энергии из снов жителей Сумеру? Что замышляет Азар и его соратники? Всё это нужно выяснить и пресечь, потому что совершенно очевидно: Мудрецы действуют не только против Малой Властительницы Кусанали, но и против собственного народа.</div>
</div>
<style>
.topicSummary {
/**** ПЕРЕМЕННЫЕ ****/
--primary: #fff; /* цвет фона */
--title: #fff; /* цвет названия эпизода */
--titleSize: 18px; /* размер шрифта названия эпизода */
--imageHeight: 110px; /* высота картинки */
--imagePos: 80px; /* сдвиг картинки по вертикали */
--bgSrc: url(https://forumupload.ru/uploads/001b/5c/ … 701683.png);/* ссылка на фон внизу */
--text: #333; /* цвет текста */
--link: #333; /* цвет ссылок */
--linkHover: #602251; /* цвет ссылок при наведении */
/**** /ПЕРЕМЕННЫЕ ****/
width: 640px;
padding: 20px;
border: solid 1px var(--primary) !important;
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 #fff !important;
top: 10px;
bottom: 10px;
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 !important;
text-shadow: 1px 1px 2px rgba(0,0,0,.6);
font-size: var(--titleSize);
text-align: center;
padding: 4px;
}
.topicH2 {
font-size: 18px;
line-height: 1.2em;
text-align: center;
padding: 40px 0 12px;
border-bottom: solid 1px #000 !important;
font-family: 'Genshin', Arial, sans-serif !important;
}
.topicH2 a {
font-family: 'Genshin', Arial, sans-serif !important;
}
.topicH3 {
font-size: 10px;
text-align: center;
font-style: italic;
padding: 2px 0;
line-height: 12px;
}
.topicDescription {
padding: 0 60px 60px;
background-image: linear-gradient(var(--primary) 30%, transparent), var(--bgSrc);
background-size: cover;
background-position: 50% 100%;
text-align: justify;
font-size: 12px;
line-height: 1.2em;
white-space: pre-line;
}
@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]
Отредактировано Kaveh (2024-05-20 14:20:17)