NO FANDOM

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » NO FANDOM » Болталка » Флуд во имя Флуда


Флуд во имя Флуда

Сообщений 11 страница 20 из 135

11

[html]<div style="
  background:#3a3a3a;
  color:#ededed;
  padding:20px;
  border-radius:12px;
  max-width:820px;
  font-family:Verdana, Arial, sans-serif;
">

  <!-- Название -->
  <div style="font-size:26px;font-weight:700;margin-bottom:12px;">
    Стань моей тенью
  </div>

  <!-- Верхние плашки -->
  <div style="margin-bottom:18px;">
    <span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
    <span class="tag" style="background:#a9442e;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">NC-17</span>
    <span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">В процессе</span>
    <span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">👍 322</span>
  </div>

  <!-- Основной блок -->
  <div style="display:flex;gap:18px;">

    <!-- Левая колонка -->
    <div style="flex:1;font-size:14px;line-height:1.65;">

      <!-- Авторы с аватарками -->
      <div style="margin-bottom:10px; display:flex; align-items:center; gap:6px; flex-wrap:wrap;">
        <div style="display:flex; align-items:center; gap:6px;">
          <img src="https://cdn.polyspeak.ai/speakmaster/c5885fa9ca57bc53a9b880de8298e0e6.webp" alt="аватар1" style="width:28px;height:28px;border-radius:50%;object-fit:cover;">
          <span>Имя Автора 1</span>
        </div>
        <div style="display:flex; align-items:center; gap:6px;">
          <img src="https://cdn.polyspeak.ai/speakmaster/c5885fa9ca57bc53a9b880de8298e0e6.webp" alt="аватар2" style="width:28px;height:28px;border-radius:50%;object-fit:cover;">
          <span>Имя Автора 2</span>
        </div>
      </div>

      <!-- Пейринг -->
      <div style="margin-bottom:10px;">
        <strong>Пейринг:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Имя1 / Имя2</span>
      </div>

      <!-- Фэндом -->
      <div style="margin-bottom:10px;">
        <strong>Фэндом:</strong><br>
        Ориджиналы
      </div>

      <!-- Размер -->
      <div style="margin-bottom:14px;">
        <strong>Размер:</strong><br>
        планируется Макси, написано 195 страниц, 69 063 слова, 22 части
      </div>

      <!-- Жанры -->
      <div style="margin-bottom:12px;">
        <strong>Жанры:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Детектив</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Драма</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Приключения</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Психология</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Трагедия</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Фэнтези</span>
      </div>

      <!-- Предупреждения -->
      <div style="margin-bottom:12px;">
        <strong>Предупреждения:</strong><br>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Серая мораль</span>
      </div>

      <!-- Другие метки -->
      <div style="margin-bottom:14px;">
        <strong>Другие метки:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Боль</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Борьба за власть</span>
      </div>

    </div>

    <!-- Правая колонка: обложка -->
    <div style="width:200px;flex-shrink:0;">
      <div class="cover-wrapper" style="
        background:#2d2d2f;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 4px 12px rgba(0,0,0,0.4);
      ">
        <img
          src="https://upforme.ru/uploads/0013/ac/39/4/902669.jpg"
          alt="Обложка фанфика"
          style="width:100%;display:block;object-fit:cover;transition: transform 0.3s ease;">
      </div>
    </div>

  </div>
</div>

<!-- Дополнительный CSS -->
<style>
  /* При наведении на обложку */
  .cover-wrapper:hover img {
    transform: scale(1.05);
  }

  /* При наведении на плашки */
  .tag:hover {
    filter: brightness(0.8);
  }
</style>
[/html]

12

[html]<div style="
  background:#3a3a3a;
  color:#ededed;
  padding:20px;
  border-radius:12px;
  max-width:820px;
  font-family:Verdana, Arial, sans-serif;
">

  <!-- Название -->
  <div style="font-size:26px;font-weight:700;margin-bottom:12px;">
    Стань моей тенью
  </div>

  <!-- Верхние плашки -->
  <div style="margin-bottom:18px;">
    <span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
    <span class="tag" style="background:#a9442e;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">NC-17</span>
    <span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">В процессе</span>
    <span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">👍 322</span>
  </div>

  <!-- Основной блок -->
  <div style="display:flex;gap:18px;">

    <!-- Левая колонка -->
    <div style="flex:1;font-size:14px;line-height:1.65;">

      <!-- Авторы с аватарками (каждый в отдельной плашке) -->
      <div style="margin-bottom:10px;">
        <strong>Авторы:</strong><br>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="ССЫЛКА_НА_АВАТАР1" alt="аватар1" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Крис Вельрайт
        </span>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="ССЫЛКА_НА_АВАТАР2" alt="аватар2" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Имя Автора 2
        </span>
      </div>

      <!-- Пейринг -->
      <div style="margin-bottom:10px;">
        <strong>Пейринг:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Имя1 / Имя2</span>
      </div>

      <!-- Фэндом -->
      <div style="margin-bottom:10px;">
        <strong>Фэндом:</strong><br>
        Ориджиналы
      </div>

      <!-- Размер -->
      <div style="margin-bottom:14px;">
        <strong>Размер:</strong><br>
        планируется Макси, написано 195 страниц, 69 063 слова, 22 части
      </div>

      <!-- Жанры -->
      <div style="margin-bottom:12px;">
        <strong>Жанры:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Детектив</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Драма</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Приключения</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Психология</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Трагедия</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Фэнтези</span>
      </div>

      <!-- Предупреждения -->
      <div style="margin-bottom:12px;">
        <strong>Предупреждения:</strong><br>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Серая мораль</span>
      </div>

      <!-- Другие метки -->
      <div style="margin-bottom:14px;">
        <strong>Другие метки:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Боль</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Борьба за власть</span>
      </div>

      <!-- Описание фанфика -->
      <div style="margin-top:20px; padding:12px; background:#2d2d2f; border-radius:8px; line-height:1.5;">
        <strong>Описание фанфика:</strong><br>
        Здесь будет текст описания фанфика. Можно писать краткое резюме сюжета, атмосферу и что ожидать читателю.
      </div>

    </div>

    <!-- Правая колонка: обложка -->
    <div style="width:220px;flex-shrink:0; display:flex; justify-content:center;">
      <div class="cover-wrapper" style="
        background:#2d2d2f;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 6px 16px rgba(0,0,0,0.4);
        width:100%;
        max-height:420px;
      ">
        <img
          src="https://upforme.ru/uploads/0013/ac/39/4/902669.jpg"
          alt="Обложка фанфика"
          style="width:100%; height:100%; display:block; object-fit:cover; transition: transform 0.3s ease;">
      </div>
    </div>

  </div>
</div>

<!-- Дополнительный CSS -->
<style>
  /* При наведении на обложку */
  .cover-wrapper:hover img {
    transform: scale(1.05);
  }

  /* При наведении на плашки */
  .tag:hover {
    filter: brightness(0.8);
  }
</style>
[/html]

13

[html]<div style="
  background:#3a3a3a;
  color:#ededed;
  padding:20px;
  border-radius:12px;
  max-width:820px;
  font-family:Verdana, Arial, sans-serif;
">

  <!-- Название -->
  <div style="font-size:26px;font-weight:700;margin-bottom:12px;">
    Стань моей тенью
  </div>

  <!-- Верхние плашки -->
  <div style="margin-bottom:18px;">
    <span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
    <span class="tag" style="background:#a9442e;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">NC-17</span>
    <span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">В процессе</span>
    <span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">👍 322</span>
  </div>

  <!-- Основной блок -->
  <div style="display:flex;gap:18px;">

    <!-- Левая колонка -->
    <div style="flex:1;font-size:14px;line-height:1.65;">

      <!-- Авторы с аватарками (каждый в отдельной плашке) -->
      <div style="margin-bottom:10px;">
        <strong>Авторы:</strong><br>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="ССЫЛКА_НА_АВАТАР1" alt="аватар1" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Крис Вельрайт
        </span>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="ССЫЛКА_НА_АВАТАР2" alt="аватар2" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Имя Автора 2
        </span>
      </div>

      <!-- Пейринг -->
      <div style="margin-bottom:10px;">
        <strong>Пейринг:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Имя1 / Имя2</span>
      </div>

      <!-- Фэндом -->
      <div style="margin-bottom:10px;">
        <strong>Фэндом:</strong><br>
        Ориджиналы
      </div>

      <!-- Размер -->
      <div style="margin-bottom:14px;">
        <strong>Размер:</strong><br>
        планируется Макси, написано 195 страниц, 69 063 слова, 22 части
      </div>

      <!-- Жанры -->
      <div style="margin-bottom:12px;">
        <strong>Жанры:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Детектив</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Драма</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Приключения</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Психология</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Трагедия</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Фэнтези</span>
      </div>

      <!-- Предупреждения -->
      <div style="margin-bottom:12px;">
        <strong>Предупреждения:</strong><br>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Серая мораль</span>
      </div>

      <!-- Другие метки -->
      <div style="margin-bottom:14px;">
        <strong>Другие метки:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Боль</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Борьба за власть</span>
      </div>

      <!-- Описание фанфика -->
      <div style="margin-top:20px; padding:12px; background:#2d2d2f; border-radius:8px; line-height:1.5;">
        <strong>Описание фанфика:</strong><br>
        Здесь будет текст описания фанфика. Можно писать краткое резюме сюжета, атмосферу и что ожидать читателю.
      </div>

    </div>

    <!-- Правая колонка: обложка -->
    <div style="width:220px;flex-shrink:0; display:flex; justify-content:center;">
      <div class="cover-wrapper" style="
        background:#2d2d2f;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 6px 16px rgba(0,0,0,0.4);
        width:100%;
        aspect-ratio:3/2;
      ">
        <img
          src="https://upforme.ru/uploads/0013/ac/39/4/902669.jpg"
          alt="Обложка фанфика"
          style="width:100%; height:100%; display:block; object-fit:cover; transition: transform 0.3s ease;">
      </div>
    </div>

  </div>
</div>

<!-- Дополнительный CSS -->
<style>
  /* При наведении на обложку */
  .cover-wrapper:hover img {
    transform: scale(1.05);
  }

  /* При наведении на плашки */
  .tag:hover {
    filter: brightness(0.8);
  }
</style>
[/html]

14

[html]<div style="
  background:#3a3a3a;
  color:#ededed;
  padding:20px;
  border-radius:12px;
  max-width:820px;
  font-family:Verdana, Arial, sans-serif;
">

  <!-- Название -->
  <div style="font-size:26px;font-weight:700;margin-bottom:12px;">
    Стань моей тенью
  </div>

  <!-- Верхние плашки -->
  <div style="margin-bottom:18px;">
    <span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
    <span class="tag" style="background:#a9442e;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">NC-17</span>
    <span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">В процессе</span>
    <span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">👍 322</span>
  </div>

  <!-- Основной блок -->
  <div style="display:flex;gap:18px;">

    <!-- Левая колонка -->
    <div style="flex:1;font-size:14px;line-height:1.65;">

      <!-- Авторы с аватарками (каждый в отдельной плашке) -->
      <div style="margin-bottom:10px;">
        <strong>Авторы:</strong><br>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="ССЫЛКА_НА_АВАТАР1" alt="аватар1" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Крис Вельрайт
        </span>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="ССЫЛКА_НА_АВАТАР2" alt="аватар2" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Имя Автора 2
        </span>
      </div>

      <!-- Пейринг -->
      <div style="margin-bottom:10px;">
        <strong>Пейринг:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Имя1 / Имя2</span>
      </div>

      <!-- Фэндом -->
      <div style="margin-bottom:10px;">
        <strong>Фэндом:</strong><br>
        Ориджиналы
      </div>

      <!-- Размер -->
      <div style="margin-bottom:14px;">
        <strong>Размер:</strong><br>
        планируется Макси, написано 195 страниц, 69 063 слова, 22 части
      </div>

      <!-- Жанры -->
      <div style="margin-bottom:12px;">
        <strong>Жанры:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Детектив</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Драма</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Приключения</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Психология</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Трагедия</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Фэнтези</span>
      </div>

      <!-- Предупреждения -->
      <div style="margin-bottom:12px;">
        <strong>Предупреждения:</strong><br>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Серая мораль</span>
      </div>

      <!-- Другие метки -->
      <div style="margin-bottom:14px;">
        <strong>Другие метки:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Боль</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Борьба за власть</span>
      </div>

    </div>

    <!-- Правая колонка: обложка -->
    <div style="width:220px;flex-shrink:0; display:flex; justify-content:center;">
      <div class="cover-wrapper" style="
        background:#2d2d2f;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 6px 16px rgba(0,0,0,0.4);
        width:100%;
        aspect-ratio:3/2;
      ">
        <img
          src="https://upforme.ru/uploads/0013/ac/39/4/902669.jpg"
          alt="Обложка фанфика"
          style="width:100%; height:100%; display:block; object-fit:cover; transition: transform 0.3s ease;">
      </div>
    </div>

  </div>

  <!-- Описание фанфика под обе колонки -->
  <div style="margin-top:20px; padding:12px; background:#2d2d2f; border-radius:8px; line-height:1.5;">
    <strong>Описание фанфика:</strong><br>
    Здесь будет текст описания фанфика. Можно писать краткое резюме сюжета, атмосферу и что ожидать читателю.
  </div>

</div>

<!-- Дополнительный CSS -->
<style>
  /* При наведении на обложку */
  .cover-wrapper:hover img {
    transform: scale(1.05);
  }

  /* При наведении на плашки */
  .tag:hover {
    filter: brightness(0.8);
  }
</style>
[/html]

15

[html]<div style="
  background:#3a3a3a;
  color:#ededed;
  padding:20px;
  border-radius:12px;
  max-width:820px;
  font-family:Verdana, Arial, sans-serif;
">

  <!-- Название -->
  <div style="font-size:26px;font-weight:700;margin-bottom:12px;">
    Ненавижу тебя, но не от всей души
  </div>

  <!-- Верхние плашки -->
  <div style="margin-bottom:18px;">
    <span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
    <span class="tag" style="background:#901f25;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">NC-21</span>
    <span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">В процессе</span>
    <span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">👍 Скрыто</span>
  </div>

  <!-- Основной блок -->
  <div style="display:flex;gap:18px; align-items:flex-start;">

    <!-- Левая колонка -->
    <div style="flex:1;font-size:14px;line-height:1.65;">

      <!-- Авторы с аватарками -->
      <div style="margin-bottom:10px;">
        <strong>Авторы:</strong><br>
         <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="https://upforme.ru/uploads/001c/82/f2/62/231882.png" alt="аватар1" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Sean Bones
        </span>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="https://upforme.ru/uploads/001c/82/f2/62/529972.png" alt="аватар2" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Clyde Steel
        </span>
      </div>

      <!-- Пейринг -->
      <div style="margin-bottom:10px;">
        <strong>Пейринг:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Steel Boner</span>
      </div>

      <!-- Фэндом -->
      <div style="margin-bottom:10px;">
        <strong>Фэндом:</strong><br>
        Ориджиналы
      </div>

      <!-- Размер -->
      <div style="margin-bottom:14px;">
        <strong>Размер:</strong><br>
        планируется Макси, написано 42 страницы, 9 345 слов, 2 части
      </div>

      <!-- Жанры -->
      <div style="margin-bottom:12px;">
        <strong>Жанры:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Любовь/Ненависть</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Ангст</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Мистика</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Соулмейты</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Учебные заведения</span>

      </div>

      <!-- Предупреждения -->
      <div style="margin-bottom:12px;">
        <strong>Предупреждения:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Садизм</span>
<span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Гуро</span>
<span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Зоофилия</span>
<span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Каннибализм</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Насилие</span>
<span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Некрофилия</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Нецензурная лексика</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Серая мораль</span>
<span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Смерть второстепенного персонажа</span>
      </div>

      <!-- Другие метки -->
      <div style="margin-bottom:14px;">
        <strong>Другие метки:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Боль</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Отрицание чувств</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Лишение конечности</span>
      </div>

    </div>

    <!-- Правая колонка: обложка -->
    <div style="width:220px;flex-shrink:0; display:flex; justify-content:center; align-items:flex-start;">
      <div class="cover-wrapper" style="
        background:#2d2d2f;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 6px 16px rgba(0,0,0,0.4);
        width:300px;
        height:450px; /* 3:2 соотношение */
      ">
        <img
          src="https://upforme.ru/uploads/001c/82/f2/62/625344.png"
          alt="Обложка фанфика"
          style="width:100%; height:100%; display:block; object-fit:cover; transition: transform 0.3s ease;">
      </div>
    </div>

  </div>

  <!-- Описание фанфика под обе колонки -->
  <div style="margin-top:20px; padding:12px; background:#2d2d2f; border-radius:8px; line-height:1.5; clear:both;">
    <strong>Описание фанфика:</strong><br>
    Здесь будет текст описания фанфика. Можно писать краткое резюме сюжета, атмосферу и что ожидать читателю.
  </div>

</div>

<style>
  .cover-wrapper:hover img {
    transform: scale(1.05);
  }

  .tag:hover {
    filter: brightness(0.8);
  }
</style>
<br>
<iframe frameborder="0" allow="clipboard-write" style="border:none;width:860px;height:88px;" width="100%" height="88" src="https://music.yandex.ru/iframe/album/6041384/track/772295">Слушайте <a href="https://music.yandex.ru/album/6041384/track/772295?utm_source=web&utm_medium=copy_link">Tear You Apart</a> — <a href="https://music.yandex.ru/artist/28128">She Wants Revenge</a> на Яндекс Музыке</iframe>
[/html]

16

[hideprofile][html]<div style="
  background:#3a3a3a;
  color:#ededed;
  padding:20px;
  border-radius:12px;
  max-width:820px;
  font-family:Verdana, Arial, sans-serif;
">

  <!-- Название -->
  <div style="font-size:26px;font-weight:700;margin-bottom:12px;color:#fff;">
    Ненавижу тебя, но не от всей души
  </div>

  <!-- Верхние плашки -->
  <div style="margin-bottom:18px;">
    <span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
    <span class="tag" style="background:#901f25;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">NC-21</span>
    <span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">В процессе</span>
    <span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">👍 Скрыто</span>
  </div>

  <!-- Основной блок -->
  <div style="display:flex;gap:18px; align-items:flex-start;">

    <!-- Левая колонка -->
    <div style="flex:1;font-size:14px;line-height:1.65;">

      <!-- Авторы с аватарками -->
      <div style="margin-bottom:10px;">
        <strong style="color:#fff;">Авторы:</strong><br>
         <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="https://upforme.ru/uploads/001c/82/f2/62/231882.png" alt="аватар1" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Sean Bones
        </span>
        <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px; margin:4px 4px 0 0;">
          <img src="https://upforme.ru/uploads/001c/82/f2/62/529972.png" alt="аватар2" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Clyde Steel
        </span>
      </div>

      <!-- Пейринг -->
      <div style="margin-bottom:10px;">
        <strong style="color:#fff;">Пейринг:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Steel Boner</span>
      </div>

      <!-- Фэндом -->
      <div style="margin-bottom:10px;">
        <strong style="color:#fff;">Фэндом:</strong><br>
        Ориджиналы
      </div>

      <!-- Размер -->
      <div style="margin-bottom:14px;">
        <strong style="color:#fff;">Размер:</strong><br>
        планируется Макси, написано 42 страницы, 9 345 слов, 2 части
      </div>

      <!-- Жанры -->
      <div style="margin-bottom:12px;">
        <strong style="color:#fff;">Жанры:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Любовь/Ненависть</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Ангст</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Мистика</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Соулмейты</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Учебные заведения</span>
      </div>

      <!-- Предупреждения -->
      <div style="margin-bottom:12px;">
        <strong style="color:#fff;">Предупреждения:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Садизм</span>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Гуро</span>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Зоофилия</span>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Каннибализм</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Насилие</span>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Некрофилия</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Нецензурная лексика</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin-top:4px;">Серая мораль</span>
        <span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Смерть второстепенного персонажа</span>
      </div>

      <!-- Другие метки -->
      <div style="margin-bottom:14px;">
        <strong style="color:#fff;">Другие метки:</strong><br>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Боль</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Отрицание чувств</span>
        <span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Лишение конечности</span>
      </div>

    </div>

    <!-- Правая колонка: обложка -->
    <div style="width:220px;flex-shrink:0; display:flex; justify-content:center; align-items:flex-start;">
      <div class="cover-wrapper" style="
        background:#2d2d2f;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 6px 16px rgba(0,0,0,0.4);
        width:300px;
        height:450px; /* размер */
      ">
        <img
          src="https://upforme.ru/uploads/001c/82/f2/62/625344.png"
          alt="Обложка фанфика"
          style="width:100%; height:100%; display:block; object-fit:cover; transition: transform 0.3s ease;">
      </div>
    </div>

  </div>

  <!-- Описание фанфика под обе колонки -->
  <div style="margin-top:20px; padding:12px; background:#2d2d2f; border-radius:8px; line-height:1.5; clear:both;">
    <strong style="color:#fff;">Описание фанфика:</strong><br>
    Здесь будет текст описания фанфика. Можно писать краткое резюме сюжета, атмосферу и что ожидать читателю.
  </div>

</div>

<style>
  .cover-wrapper:hover img {
    transform: scale(1.05);
  }

  .tag:hover {
    filter: brightness(0.8);
  }
</style>
<br>
<iframe frameborder="0" allow="clipboard-write" style="border:none;width:860px;height:88px;" width="100%" height="88" src="https://music.yandex.ru/iframe/album/6041384/track/772295">Слушайте <a href="https://music.yandex.ru/album/6041384/track/772295?utm_source=web&utm_medium=copy_link">Tear You Apart</a> — <a href="https://music.yandex.ru/artist/28128">She Wants Revenge</a> на Яндекс Музыке</iframe>
[/html]

17

[html]<div style="
  background:#3a3a3a;
  color:#ededed;
  padding:20px;
  border-radius:12px;
  max-width:860px;
  font-family:Verdana, Arial, sans-serif;
">

  <!-- Название -->
  <div style="font-size:26px;font-weight:700;margin-bottom:12px;color:#fff;">
    Tear You Apart
  </div>

  <!-- Верхние плашки -->
  <div style="margin-bottom:18px; display:flex; flex-wrap:wrap; gap:6px;">
    <span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
    <span class="tag" style="background:#901f25;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">NC-21</span>
    <span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;">В процессе</span>
    <span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">👍 Скрыто</span>
  </div>

  <!-- Основной блок -->
  <div style="display:flex; gap:18px; align-items:flex-start;">

    <!-- Левая колонка -->
    <div style="flex:1; font-size:14px; line-height:1.65;">

      <!-- Авторы -->
      <div style="margin-bottom:10px;">
        <strong style="color:#fff;">Авторы:</strong><br>
        <div style="display:flex; flex-wrap:wrap; gap:6px; margin-top:4px;">
          <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px;">
            <img src="https://upforme.ru/uploads/001c/82/f2/62/231882.png" alt="аватар1" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Sean Bones
          </span>
          <span class="tag" style="display:inline-flex; align-items:center; gap:6px; background:#4a4a4a; padding:4px 8px; border-radius:6px;">
            <img src="https://upforme.ru/uploads/001c/82/f2/62/529972.png" alt="аватар2" style="width:24px;height:24px;border-radius:50%;object-fit:cover;"> Clyde Steel
          </span>
        </div>
      </div>

      <!-- Пейринг -->
      <div style="margin-bottom:10px;">
        <strong style="color:#fff;">Пейринг:</strong><br>
        <div style="display:flex; flex-wrap:wrap; gap:6px; margin-top:4px;">
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Steel Boner</span>
        </div>
      </div>

      <!-- Фэндом -->
      <div style="margin-bottom:10px;">
        <strong style="color:#fff;">Фэндом:</strong><br>
        Ориджиналы
      </div>

      <!-- Размер -->
      <div style="margin-bottom:14px;">
        <strong style="color:#fff;">Размер:</strong><br>
        планируется Макси, написано 42 страницы, 9 345 слов, 2 части
      </div>

      <!-- Жанры -->
      <div style="margin-bottom:12px;">
        <strong style="color:#fff;">Жанры:</strong><br>
        <div style="display:flex; flex-wrap:wrap; gap:6px; margin-top:4px;">
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Любовь/Ненависть</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Ангст</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Мистика</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Соулмейты</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Учебные заведения</span>
        </div>
      </div>

      <!-- Предупреждения -->
      <div style="margin-bottom:12px;">
        <strong style="color:#fff;">Предупреждения:</strong><br>
        <div style="display:flex; flex-wrap:wrap; gap:6px; margin-top:4px;">
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Садизм</span>
          <span class="tag" style="background:#6a3b3b;padding:4px 8px;border-radius:6px;">Гуро</span>
          <span class="tag" style="background:#6a3b3b;padding:4px 8px;border-radius:6px;">Зоофилия</span>
          <span class="tag" style="background:#6a3b3b;padding:4px 8px;border-radius:6px;">Каннибализм</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Насилие</span>
          <span class="tag" style="background:#6a3b3b;padding:4px 8px;border-radius:6px;">Некрофилия</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Нецензурная лексика</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Серая мораль</span>
          <span class="tag" style="background:#6a3b3b;padding:4px 8px;border-radius:6px;">Смерть второстепенного персонажа</span>
        </div>
      </div>

      <!-- Другие метки -->
      <div style="margin-bottom:14px;">
        <strong style="color:#fff;">Другие метки:</strong><br>
        <div style="display:flex; flex-wrap:wrap; gap:6px; margin-top:4px;">
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Боль</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Отрицание чувств</span>
          <span class="tag" style="background:#4a4a4a;padding:4px 8px;border-radius:6px;">Лишение конечности</span>
        </div>
      </div>

    </div>

    <!-- Правая колонка: обложка -->
    <div style="width:220px;flex-shrink:0; display:flex; justify-content:center; align-items:flex-start;">
      <div class="cover-wrapper" style="
        background:#2d2d2f;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 6px 16px rgba(0,0,0,0.4);
        width:300px;
        height:450px;
      ">
        <img
          src="https://upforme.ru/uploads/001c/82/f2/62/625344.png"
          alt="Обложка фанфика"
          style="width:100%; height:100%; display:block; object-fit:cover; transition: transform 0.3s ease;">
      </div>
    </div>
  </div>
  <!-- Описание фанфика -->
  <div style="margin-top:20px; padding:12px; background:#2d2d2f; border-radius:8px; line-height:1.5; clear:both;">
    <strong style="color:#fff;">Описание фанфика:</strong><br>
   Я ненавижу тебя за то, что, стоит мне замахнуться на твой пульс, как мой собственный припадает к земле и затравленно щерится. Ненавижу за то, что в твоих глазах, сколько ни ищи, сколько ни раскапывай - не нахожу даже крупицы себя самого, даже слабый свой отголосок. Ненавижу за то, что твои руки, точно треклятые шулеры, всегда заранее знают, как выиграть мой стон, скрутить его в узел и выбросить. Ненавижу за то, что умеешь терпеть даже самую адскую боль и притом совсем не умеешь оставлять меня равнодушным. Ненавижу за то, что нам нужно прислуживать нашей магической связи, печься о ней неотступными няньками, кормить ее с ложечки хрупкими компромиссами, чтобы не взбунтовалась, не закапризничала, не отказала нам в силе и помощи. Ненавижу тебя, потому что меньшего ты не заслуживаешь.
  </div>

</div>

<style>
  .cover-wrapper:hover img {
    transform: scale(1.05);
  }

  .tag:hover {
    filter: brightness(0.8);
  }
</style>

<br>
<iframe frameborder="0" allow="clipboard-write" style="border:none;width:900px;height:88px;" width="100%" height="88" src="https://music.yandex.ru/iframe/album/6041384/track/772295">Слушайте <a href="https://music.yandex.ru/album/6041384/track/772295?utm_source=web&utm_medium=copy_link">Tear You Apart</a> — <a href="https://music.yandex.ru/artist/28128">She Wants Revenge</a> на Яндекс Музыке</iframe>
[/html]

18

[html]

<div class="tarot-wrapper">

  <div class="tarot-card">
    <div class="tarot-inner">

      <!-- FRONT -->
      <div class="tarot-front">
        <div class="card-surface">
          <img src="https://upforme.ru/uploads/001c/82/f2/62/984567.png" alt="spell art">
          <div class="tarot-title">FIREBALL</div>
        </div>
      </div>

      <!-- BACK -->
      <div class="tarot-back">
        <div class="card-surface back-content">

          <div class="spell-name">Fireball</div>
          <div class="spell-sub">3-й уровень • Воплощение</div>

          <div class="spell-stats">
            <div><strong>Время:</strong> 1 действие</div>
            <div><strong>Дистанция:</strong> 150 футов</div>
            <div><strong>Компоненты:</strong> В, С, М</div>
            <div><strong>Длительность:</strong> Мгновенная</div>
          </div>

          <div class="spell-text">
            Яркая вспышка пламени взрывается в выбранной точке.
            Все существа в радиусе 20 футов совершают спасбросок Ловкости.
            При провале получают 8d6 урона огнём.
          </div>

        </div>
      </div>

    </div>
  </div>

</div>

<style>

/* Центрирование */
.tarot-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

/* Фиксированный размер */
.tarot-card {
  width: 500px;
  height: 700px;
  perspective: 1600px;
}

/* Вращающийся слой */
.tarot-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.9s ease;
  transform-style: preserve-3d;
}

/* Переворот */
.tarot-card:hover .tarot-inner {
  transform: rotateY(180deg);
}

/* Общие стороны */
.tarot-front,
.tarot-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Поверхность карты (тут скругление!) */
.card-surface {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 5px solid #c7a84f;
  box-sizing: border-box;
  overflow: hidden;
  background: #111;
  position: relative;
}

/* FRONT */
.tarot-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.tarot-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  text-align: center;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  color: #e8d8a8;
  font-family: serif;
  font-size: 20px;
  letter-spacing: 2px;
}

/* BACK */
.tarot-back {
  transform: rotateY(180deg);
}

.back-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #1a1a1d;
  color: #f2f2f2;
  font-family: Georgia, serif;
}

.spell-name {
  text-align: center;
  font-size: 22px;
  color: #e6c76a;
  margin-bottom: 4px;
}

.spell-sub {
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 18px;
}

.spell-stats {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 10px 0;
}

.spell-text {
  font-size: 15px;
  line-height: 1.7;
  overflow-y: auto;
  flex-grow: 1;
}

/* Скролл */
.spell-text::-webkit-scrollbar {
  width: 6px;
}
.spell-text::-webkit-scrollbar-thumb {
  background: rgba(199,168,79,0.5);
  border-radius: 4px;
}

</style>

[/html]

19

[html]

<div class="tarot-wrapper">

  <div class="tarot-card">
    <div class="tarot-inner">

      <!-- FRONT -->
      <div class="tarot-front">
        <div class="card-surface">
          <img src="https://upforme.ru/uploads/001c/82/f2/62/984567.png" alt="spell art">
          <div class="tarot-title">FIREBALL</div>
        </div>
      </div>

      <!-- BACK -->
      <div class="tarot-back">
        <div class="card-surface back-content">

          <div class="spell-name">Fireball</div>
          <div class="spell-sub">3-й уровень • Воплощение</div>

          <div class="spell-stats">
            <div><strong>Время:</strong> 1 действие</div>
            <div><strong>Дистанция:</strong> 150 футов</div>
            <div><strong>Компоненты:</strong> В, С, М</div>
            <div><strong>Длительность:</strong> Мгновенная</div>
          </div>

          <div class="spell-text">
            Яркая вспышка пламени взрывается в выбранной точке.
            Все существа в радиусе 20 футов совершают спасбросок Ловкости.
            При провале получают 8d6 урона огнём.
          </div>

        </div>
      </div>

    </div>
  </div>

</div>

<style>

/* Центрирование */
.tarot-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

/* Фиксированный размер */
.tarot-card {
  width: 500px;
  height: 700px;
  perspective: 1600px;
}

/* Вращающийся слой */
.tarot-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.9s ease;
  transform-style: preserve-3d;
}

/* Переворот */
.tarot-card:hover .tarot-inner {
  transform: rotateY(180deg);
}

/* Общие стороны */
.tarot-front,
.tarot-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Поверхность карты (тут скругление!) */
.card-surface {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 5px solid #c7a84f;
  box-sizing: border-box;
  overflow: hidden;
  background: #111;
  position: relative;
}

/* FRONT */
.tarot-front img {
  display: block;      /* убирает inline-отступ */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tarot-title {
  position: absolute;
  bottom: 0;

  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  padding: 18px 0;

  text-align: center;

  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  color: #e8d8a8;
  font-family: serif;
  font-size: 20px;
  letter-spacing: 2px;
}

/* BACK */
.tarot-back {
  transform: rotateY(180deg);
}

.back-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #1a1a1d;
  color: #f2f2f2;
  font-family: Georgia, serif;
}

.spell-name {
  text-align: center;
  font-size: 22px;
  color: #e6c76a;
  margin-bottom: 4px;
}

.spell-sub {
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 18px;
}

.spell-stats {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 10px 0;
}

.spell-text {
  font-size: 15px;
  line-height: 1.7;
  overflow-y: auto;
  flex-grow: 1;
}

/* Скролл */
.spell-text::-webkit-scrollbar {
  width: 6px;
}
.spell-text::-webkit-scrollbar-thumb {
  background: rgba(199,168,79,0.5);
  border-radius: 4px;
}

</style>

[/html]

20

[html]

<div class="tarot-wrapper">

  <div class="tarot-card">
    <div class="tarot-inner">

      <!-- FRONT -->
      <div class="tarot-front">
        <div class="card-surface">
          <img src="https://upforme.ru/uploads/001c/82/f2/62/581258.png" alt="spell art">
          <div class="tarot-title">EXODUS TO HELL</div>
        </div>
      </div>

      <!-- BACK -->
      <div class="tarot-back">
        <div class="card-surface back-content">

          <div class="spell-name">Exodus to Hell</div>
          <div class="spell-sub">Заклинание • 9-й уровень • Воплощение</div>

          <div class="spell-stats">
            <div><strong>Время:</strong> 1 минута концентрации</div>
            <div><strong>Дистанция:</strong> 1 километр</div>
            <div><strong>Компоненты:</strong> В, С, М</div>
            <div><strong>Длительность:</strong> Мгновенная</div>
          </div>
<div class="spell-bubble">
  <p>—  Представь, что мы обречены. Что смерть неизбежна. Что в таком случае предпочтешь - смиренно ждать своей участи? Или отправиться следом за мной в преисподнюю? <br>
— Отправлюсь следом. </p>
</div>
          <div class="spell-text">

            <p>
    Личная фатальная договоренность Клайда и Шона, их нерушимая клятва, в основе которой - решение уйти из жизни совместно, в один миг и на своих условиях. Будет использовано лишь в том случае, если смерть в битве с противником окажется неизбежной. Когда терять уже будет нечего.
  </p>

  <p>
    <strong>Условие активации:</strong> Когда смерть в битве становится неизбежной, оба участника концентрируют магическую энергию и произносят слово «Exodus». После чего Клайд не просто целует Шона, а, обратившись чернотой, начинает проникать в его тело через рот, полностью заполняя собой его внутренности.
  </p>

  <p>
    <strong>Эффект:</strong> Став физически единым целым, ведьмак и его фамильяр провоцируют мощный взрыв магической энергии, ставящий точку на жизни как их двоих, так и всех существ, оказавшихся в радиусе 1 км.
  </p>

  <p>
    <strong>Воздействие и последствия:</strong> Во время взрыва из эпицентра высвобождается плотная масса "черни", выстреливая во все стороны плотными щупами.  Каждый щуп движется с огромной скоростью и способен пробить собой как деревянные, так и кирпичные стены, и уж тем более органику. Помимо разрушительного кинетического воздействия, в первые секунды "чернь" крайне ядовита, что в конечном счете приводит к непоправимым разрушениям и  массовой гибели всего живого в радиусе действия заклинания. После гибели Шона и Клайда на их месте остается кратер, заполненный ядовитой черной субстанцией.
  </p>
          </div>

        </div>
      </div>

    </div>
  </div>

</div>

<style>

/* Центрирование */
.tarot-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

/* Фиксированный размер */
.tarot-card {
  width: 500px;
  height: 700px;
  perspective: 1600px;
}

/* Вращающийся слой */
.tarot-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.9s ease;
  transform-style: preserve-3d;
}

/* Переворот */
.tarot-card:hover .tarot-inner {
  transform: rotateY(180deg);
}

/* Общие стороны */
.tarot-front,
.tarot-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Поверхность карты (тут скругление!) */
.card-surface {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 5px solid #c7a84f;
  box-sizing: border-box;
  overflow: hidden;
  background: #111;
  position: relative;
}

/* FRONT */
.tarot-front img {
  display: block;      /* убирает inline-отступ */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tarot-title {
  position: absolute;
  bottom: 0;

  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  padding: 18px 0;

  text-align: center;

  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  color: #e8d8a8;
  font-family: serif;
  font-size: 20px;
  letter-spacing: 2px;
}

/* BACK */
.tarot-back {
  transform: rotateY(180deg);
}

.back-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #1a1a1d;
  color: #f2f2f2;
  font-family: Georgia, serif;
}

.spell-name {
  text-align: center;
  font-size: 22px;
  color: #e6c76a;
  margin-bottom: 4px;
}

.spell-sub {
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 18px;
}

.spell-stats {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 10px 0;
}

.spell-text {
  font-size: 15px;
  line-height: 1.7;
  overflow-y: auto;
  flex-grow: 1;
}

/* Скролл */
.spell-text::-webkit-scrollbar {
  width: 6px;
}
.spell-text::-webkit-scrollbar-thumb {
  background: rgba(199,168,79,0.5);
  border-radius: 4px;
}
.spell-bubble {
   margin: 8px 0 20px 0;
  padding-top: 18px;    /* верхний отступ внутри блока */
  padding-right: 20px;  /* правый отступ внутри блока */
  padding-bottom: 5px; /* нижний отступ внутри блока */
  padding-left: 20px;   /* левый отступ внутри блока */
  background: rgba(20, 16, 8, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.6);
  border-radius: 14px;
  box-shadow:
    0 0 12px rgba(212, 175, 55, 0.25),
    inset 0 0 8px rgba(212, 175, 55, 0.15);
  color: #f0e6c8;
  font-style: italic;
  font-size: 13px;
  position: relative;
}

/* тонкая декоративная линия сверху и снизу */
.spell-bubble::before,
.spell-bubble::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(212, 175, 55, 0.8),
    transparent
  );
}

.spell-bubble::before {
  top: -6px;
}

.spell-bubble::after {
  bottom: -6px;
}

</style>

[/html]

Быстрый ответ

Напишите ваше сообщение и нажмите «Отправить»



Вы здесь » NO FANDOM » Болталка » Флуд во имя Флуда