[html]<div class="topicSummary">
  <div class="topicWrapper">

    <!--    Блок с картинкой    -->
    <div class="topicImage">

      <!--    Ссылка на картинку    -->
      <img src="">

      <div class="topicH1">
        <!--    Название эпизода    -->
       
      </div>
    </div>
    <!--    /Блок с картинкой    -->

    <div class="topicH2">

        <a href="https://genshintales.ru/profile.php?id=284"><span style="font-family: Genshin;"><big>Яэ Мико</big></span></a> • <a href="https://genshintales.ru/profile.php?id=360"><span style="font-family: Genshin;"><big>Аратаки Итто</big></span></a>

    </div><div class="topicH3">

      01.09.499 - Инадзума, Ханамидзака

      <br>Литературный фестиваль издательского дома Яэ.

    </div>
  </div>
  <div class="topicDescription">

   

  </div>
</div>
<style>
.topicSummary {
  /**** ПЕРЕМЕННЫЕ ****/
  --primary: url(https://forumupload.ru/uploads/001b/5c/ … 355659.png);
  --title: #fff; /* цвет названия эпизода */
  --titleSize: 25px; /* размер шрифта названия эпизода */
  --imageHeight: 50px; /* высота картинки */
  --imagePos: 10px; /* сдвиг картинки по вертикали */
  --bgSrc: url(https://forumupload.ru/uploads/001b/5c/7f/207/72954.png);/* ссылка на фон внизу */
  --text: #333; /* цвет текста */
  --link: #800000; /* цвет ссылок */
  --linkHover: #DC143C; /* цвет ссылок при наведении */
  /**** /ПЕРЕМЕННЫЕ ****/
 
  width: 670px;
  padding: 20px;
  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 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: 18px;
  line-height: 1.2em;
  text-align: center;
  padding: 295px 0 12px;
  border-bottom: solid 1px #000;
  font-family: Genshin;
}
.topicH3 {
  font-size: 14px;
  text-align: center;
  font-family: "Lobster";
  padding: 2px 0;
  line-height: 14px;
}
.topicDescription {
  padding: 0 0px 0px;
  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]

Отредактировано Yae Miko (2023-11-02 20:01:18)