Плавающие блоки в шапке

Америка 20х приглашает всех поклонников не слишком альтернативной истории с элементами криминального детектива. Мафия, политика, вечеринки, загадочные убийства.

ЖДЕМ В ИГРУ:



    1920. НА ЗАРЕ СУХОГО ЗАКОНА

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

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


    Вы здесь » 1920. НА ЗАРЕ СУХОГО ЗАКОНА » Перед игрой » Новости от Администрации


    Новости от Администрации

    Сообщений 1 страница 20 из 42

    1

    [html]<style>
      .forum-table-container {
        background-image: url(https://upforme.ru/uploads/001c/86/f6/2/140849.jpg);  /* Фон подложки */
        color: #2e2d2d;
        padding: 20px;
      text-align: center;
        border-radius: 10px;
        font-family: American Typewriter , sans-serif;
      }
      .forum-table-header {
        text-align: center;
        font-family: American Typewriter , serif;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
      }
      .forum-table-columns {
        display: flex;
    text-align: center;
        border-radius: 10px;
        gap: 15px;
      }
      .forum-table-column {
        flex: 1;
      text-align: center !important;
        background-color: #dcd2c8;
        color: #2e2d2d;
        border-radius: 10px;
        padding: 15px;
      }
      .forum-table-column h3 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        border-radius: 10px;
        text-transform: uppercase;
        margin-top: 0;
      }
      .forum-table-column hr {
        border: none;
    text-align: center;
        height: 0px;
        background-color: #2e2d2d;
        margin: 10px 0;
      }
      .forum-table-column ul {
        list-style-type: none;
        padding: 0;
    text-align: center;
        margin: 0;
      }
      .forum-table-column li {
        margin-bottom: 10px;
      text-align: center;
      }
      .forum-table-footer {
        background-color: #dddddd;
        color: #2e2d2d;
        border-radius: 10px;
        text-align: center;
        padding: 10px;
        margin-top: 20px;
        font-weight: bold;
      }
      .forum-table-footer .highlight {
        font-weight: bold;
      text-align: center;
      }

    </style>

    <div class="forum-table-container">
     
    <div class="forum-table-column">
          <h1>Последние новости тут</h1>
          <hr>
          <ul>
            <li>Тема в которой будут освещаться все важные события форума. Не забывайте заглядывать сюда, так как информация может быть очень полезна.</li>

          </ul>
        </div>

    </div>
    [/html]

    [hideprofile]

    0

    2

    [sign][/sign]

    [hideprofile][html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>Важно!</h5>
       
        <div class="shipro-description">
    Уважаемые игроки, у нас появилась кнопка "Топа", ее можно найти на главной странице в описании подфорума "Рекламы", а так же под формой ответа.<br><br>

    <center><img src="http://img.rpgtop.su/88x31x11x8.gif"></center><br>

    Большая просьба отметиться всем и каждому, и покормить монстра. Чтобы пройти модерацию нам надо набрать по меньшей мере десять голосов. Так что я буду безмерно признательна всем за помощь!
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +1

    3

    [sign][/sign]

    [hideprofile][html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>МАСКА ПРОФИЛЯ</h5>
       
        <div class="shipro-description">

    Итак, возникли вопросы касательно оформления НПС персонажей. Было решено отдельный профиль не заводить. Вместо этого у нас появилась такая функция, как "Маска профиля". Этот простой скрипт позволит вам с легкостью поменять не просто аватар и подпись, а практически весь профиль. Плюс ко всему, все ваши маски будут сохраняться в память скрипта, и вы сможете воспользоваться нужной просто нажав пару кнопок. <br><br>
    Далее приведена небольшая инструкция по использованию "маски".<br><br>

    1. Для начала откройте форму ответа в теме, где вы должны использовать маску (непосредственно в том самом посту, где хотите изменить внешний вид (персонажа). Найдите в функциях формы ответа "маску"<br><br>

    2. Откроется форма для заполнения, где будет необходимо указать ВСЕ пункты.<br><br>

    Ник - меняет имя;<br>
    Статус - меняет статус над аватаром;<br>
    Аватар - сюда ставим ссылку на аватар (!!!) в формате jpg, gif, png только ссылку (!!!) никаких больше кодов и лишних квадратных кавычек. Просто ссылка.<br>
    Подпись - меняем на то, что необходимо. Если нет - оставляем поле пустым.<br>
    Личное звание - меняет ЛС под аватаром.<br><br>

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +1

    4

    [sign][/sign]

    [hideprofile][html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>Произошла смена дизайна.</h5>
       
        <div class="shipro-description">
    Если у кого-то что-то не работает после смены или криво показывает - прошу ко мне в лс, будем разбираться.

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    0

    5

    [sign][/sign]

    [hideprofile][html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>НПС-персонажи</h5>
       
        <div class="shipro-description">
    Для нужд страждущих поиграть с НПС или от лица НПС временно (нет ничего более постоянного, нежели временное) создан профиль NPС, пользоваться им может любой желающий. Пароль очень прост - "1920".

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    0

    6

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>Обратите внимание!</h5>
       
        <div class="shipro-description">
    Тема "Выяснение отношений" была совмещена с темой "Поиск партнера для игры" с сохранением ранее отправленных сообщений.<br><br>
    Поиск партнера для игры, выяснение отношений - тема теперь называется <a href="https://1920.rusff.me/viewtopic.php?id=14#p24">"обсуждение сюжета"</a>.

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    0

    7

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
    <div class="shipro-image" style="background-image: url('https://24.media.tumblr.com/de9bc9750eda0e34f23ab97f4fd9b3ea/tumblr_n2379nUCQf1r0ngdoo6_500.gif');"></div> <!--  сюда ссылку на свою картинку -->
     
      <div class="shipro-info">
        <h5>Проект возобновляет свою активность!</h5>
       
        <div class="shipro-description">

    Точнее то, что осталось от активности. Рада видеть в строю тех ребят, которые не забыли про 1920 и заглядывали на форум даже когда он стоял одинокий и покинутый. Спасибо тем, кто занимался модераторской и администраторской деятельностью для поддержания существования проекта. Спасибо, что писали посты и создавали активность своим интересом к теме.

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    0

    8

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
    <div class="shipro-image" style="background-image: url('https://upforme.ru/uploads/000b/09/4f/24391/300342.gif');"></div> <!--  сюда ссылку на свою картинку -->
     
      <div class="shipro-info">
        <h5>1920 снова открывает свои двери!</h5><br>
       
        <div class="shipro-description">

    <center>Добрый день, дорогие друзья!<br>
    Ролевая игра вновь открывает свои двери для игроков и читателей.<br>
    Всех желающих вернуться - очень ждем. Всем новеньким - добро пожаловать.<br></center>

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    0

    9

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
    <div class="shipro-image" style="background-image: url('https://upforme.ru/uploads/0019/49/95/2/797585.jpg');"></div> <!--  сюда ссылку на свою картинку -->
     
      <div class="shipro-info">
        <h5>Дорогие участницы форума!</h5><br>
       
        <div class="shipro-description">

    Поздравляю вас с прекрасным весенним праздником – Международным женским днём 8 Марта! Пусть этот день принесёт вам море улыбок, тепла и вдохновения. Желаю, чтобы в вашей жизни всегда было место радости, гармонии и ярким моментам. Пусть ваши мечты сбываются, а каждый день приносит новые возможности и приятные сюрпризы.<br><br>

    Спасибо вам за вашу мудрость, доброту и активность на форуме. Вы делаете это место по-настоящему уютным и интересным!<br><br>

    С праздником, дорогие женщины! Будьте счастливы, любимы и окружены заботой! 🌸💐<br><br>

    С уважением, администрация 1920. At the Dawn of Prohibition<br><br>

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +1

    10

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">

      <div class="shipro-info">
        <h5>У нас появились награды!</h5><br>
       
        <div class="shipro-description">

    Дорогие друзья, обращаю Ваше внимание, что у нас восстановлен раздел с <a href="https://1920.rusff.me/viewtopic.php?id=255#p9304">наградами</a> за игровую активность. Раздел будет пополняться. Если у Вас есть интересные идеи для наград - буду рада предложениям в <a href="https://1920.rusff.me/viewtopic.php?id=15#p25">специальной теме</a>.

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +1

    11

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">

      <div class="shipro-info">
        <h5>Статистика актива за период с 19.02 по 19.03</h5><br>
       
        <div class="shipro-description">

    <center>Написано постов — 37<br>
    Открыто эпизодов — 5<br>
    Закрыто эпизодов — 0<br>
    Активных эпизодов — 5<br>
    ------------------------<br>
    Активист месяца — <a href="https://1920.rusff.me/profile.php?id=71">Tatiana Ditkovskite</a></a><br>
    ------------------------<br><br></center>

    <center>Дорогие друзья, приветствую!</center><br><br>
    Подвела итоги прошедшего месяца. Мы справились отлично! Игра развивается, посты публикуются, новые эпизоды появляются.<br>
    Желаю всем вдохновения на создание текстов и, конечно, чтобы в сутках магическим образом появилось пару дополнительных часов! 😊

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +1

    12

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
      <div class="shipro-info">
        <h5>Дорогие, игроки!</h5>
       
        <div class="shipro-description">
          Мы участвуем в конкурсе <b>"Ролевая месяца"</b> на <b>Photoshop: Renaissance.</b><br><br>
          <p>Если у Вас есть возможность <a href="#">проголосовать</a> за нас - буду очень благодарна.</p><br>
          <p>Спасибо  :love: </p><br><br>
         

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +1

    13

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
      <div class="shipro-image" style="background-image: url('https://upforme.ru/uploads/0019/49/95/2/326550.jpg');"></div> <!--  сюда ссылку на свою картинку -->
      <div class="shipro-info">
      <div class="shipro-info">
        <h5>Обновление в игровом разделе!</h5>
       
        <div class="shipro-description">
          Друзья, у нас важные новости: теперь в игре появились <b>категории по частям света</b>! Это значит, что вы можете отправлять своего персонажа в разные уголки мира — в зависимости от сюжета или просто по желанию.<br><br>
          <p>Основная ветка событий по-прежнему сосредоточена в <b>Нью-Йорке, США</b>, но теперь мы <b>тестируем глобальное расширение</b>. Если идея найдёт отклик у игроков, новые локации закрепят на постоянной основе.</p><br><br>
          <p>Будем рады видеть персонажей из других стран! Но помните: <b>один герой не может находиться в двух местах одновременно</b>.</p><br><br>
          <p>Изменения:</p>

    <p>— В шаблон анкеты и поиска персонажа добавлено поле "Место постоянного проживания".</p>
    <p>— Персонажи теперь могут уезжать в отпуск или даже переезжать в другую страну насовсем.</p><br><br>

    <p>Пробуйте, экспериментируйте, и пусть ваши истории станут ещё интереснее!</p><br><br>
    <center>🌍✨</center>

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +2

    14

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
      <div class="shipro-info">
        <h5>Дорогие, гости и игроки!</h5><br><br>
       
        <div class="shipro-description">
          Администрация приняла решение закрыть игровые темы для Гостей.<br><br>
          <p>Чтение форума разрешено лицам достигшим 18ти лет, и возможно от профиля "Reader", пароль "1111".</p><br>
          <p>Благодарим за понимание.</p><br><br>
         

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    0

    15

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
      <div class="shipro-info">
        <h5>Конкурс</h5>
       
        <div class="shipro-description">
          И еще немного новостей.<br><br>
          <p>Мы участвуем в конкурсе <b>"Ролевая месяца. Апрель"</b> на форуме <b>Маяк. Сообщество ролевиков и дизайнеров .</b><br><br>
          <p>Если у Вас есть возможность <a href="https://mayak.f-rpg.me/viewtopic.php?id=1318#p121906">проголосовать</a> за нас - буду очень благодарна.</p><br>
          <p>Спасибо большое :love: </p><br><br>
         

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    0

    16

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
      <div class="shipro-info">
        <h5>Важные вести, дамы и господа!</h5><br>
       
        <div class="shipro-description">
          В рядах администрации 1920 пополнение.<br><br>
          <p>Просим любить и жаловать - <a href="https://1920.rusff.me/profile.php?id=78">мистер Джордж Смайли</a>. Ответит на все вопросы по эпохе и проверит вашу анкету, а так же поможет вписать персонажа в канву повествования.<br><br>
          <p>Очень рады, добро пожаловать! </p><br>
         
         

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +4

    17

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
      <div class="shipro-info">
        <h5>Изменения в правилах проекта</h5><br>
       
        <div class="shipro-description">
          Друзья, добрый день! Просим обратить внимание на пункт 5.6. <a href="https://1920.rusff.me/viewtopic.php?id=9#p18">правил</a>. В 20-ом веке гомосексуализм жёстко порицался, а порой и подвергался суровому лечению в психиатрических клиниках, и если вы планируете эту линию - придëтся понимать, что персонаж будет крайне ограничен и ему придëтся скрываться.</p><br>
         <p> Администрация оставляет за собой право цензурировать эпизоды с подобным содержанием. Данные ограничения вводятся для защиты форума и самих игроков от возможных последствий со стороны закона. Благодарим за понимание. </p><br><br>
         

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +2

    18

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 900px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
    <div class="shipro-image" style="background-image: url('https://upforme.ru/uploads/0011/93/3d/1392/783886.png');"></div> <!--  сюда ссылку на свою картинку -->
     
      <div class="shipro-info">
        <h5>Добрый день, дорогие друзья!</h5><br>
       
        <div class="shipro-description">

    <center>
    Со светлым праздником! С Пасхой! Пусть этот день принесёт мир, радость и тепло в каждый дом. Поздравляем!<br></center>

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +2

    19

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 600px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 1500px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 10000px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>ГОРЯЧИЕ НОВОСТИ 21.04</h5>
       
        <div class="shipro-description">

    <br>
    На связи Джордж, дамы и господа, с большим дайджестом новостей за первый период возрождённой активности нашей горячей двадцаточки! <br>
    <br>И начну я, пожалуй, с наиболее болезненного для консерваторов факта - администрацией решено обновлять форум под современный формат для привлечения новых активных игроков. Вы уже, наверняка, заметили, что в профилях Рут и моём появились дополнительные поля с постами и баксами. Да, мы снова вводим <a href="https://1920.rusff.me/viewtopic.php?id=313#p14617">БАНК</a>, потому что люди любят деньги! (И не надо мне врать, что это не так, особенно если вы состоите в мафиозных кланах). Скорее считайте свои посты и неситесь кидать заявочки на пополнение средств, ведь только для вас и только сейчас действует акция, что старые игроки, вернувшиеся в игру (и начавшие её непосредственно, написав посты), могут получить заветные хрустящие зелёные бумажки за все свои посты, написанные за всё время на форуме, включая самые старые (но с тем условием, что эпизоды с ними завершены, а не скинуты в архив, как недоигранные). Уверяю вас, найдутся миллионеры!  <br>
    <br>- Что же делать с этими деньгами? - Спросите вы. У нас есть ответ и на это! Во-первых, сразу в банке вы можете найти возможность потратить деньги на инвестиции в будущее нашего проекта, а во-вторых, какая прекрасная дама не любит <a href="https://1920.rusff.me/viewtopic.php?id=314#p14618">ПОДАРКИ</a>? Да и давайте будем честными, джентльмены тоже их очень уважают. Проявляйте фантазию, радуйте соигроков вролено и невролено - как хотите, главное - платите. (Заказ на подарок делается в самой теме с ними - деньги мы с вас снимем автоматически, так что дублировать заявку в банке не нужно). <br>
    <br> Но вау, смотрите, кое что можно теперь урвать и бесплатно! Специально для горячих голов, любящих влипать в приключения и собирать за это приводы награды, мы вводим <a href="https://1920.rusff.me/viewtopic.php?id=315#p14619">ДОСТИЖЕНИЯ</a>, которые вы можете получить в качестве подарков в свой профиль, (пока что так - в дальнейшем, возможно, мы подумаем над личными страницами персонажей), если принесёте в соответствующую тему доказательство выполненного действия, к которому привязана ачивка. А те игроки, которым очень трудно придумывать сюжеты своих эпизодов, могут и вовсе почерпнуть идеи из списка. Напоминаем так же, что у вас есть возможность получить и другие <a href="https://1920.rusff.me/viewtopic.php?id=255#p9304">НАГРАДЫ</a>, если любите, чтобы было красиво и при этом проявляете активность на форуме. <br>
    <br>Ведите друзей и знакомых, ведь мы открыли тему <a href="https://1920.rusff.me/viewtopic.php?id=309#p14127">ХОЧУ К ВАМ</a>, где игрок, у которого есть какие-то задумки, но он пока не уверен, сработают ли они на нашем проекте, может описать свои идеи и оказаться под крылом бывалых игроков.<br>
    <br>Напоминаем, что всё ещё идёт <a href="https://mayak.f-rpg.me/viewtopic.php?id=1318#p121906">ГОЛОСОВАНИЕ ЗА РОЛЕВУЮ МЕСЯЦА</a> и у вас есть возможность отдать голос любимому проекту, (конечно же нашему), до 30-го числа. А если у вас есть какие-то свежие идеи по усовершенствованию форума, мы всегда ждём вас с <a href="https://1920.rusff.me/viewtopic.php?id=15">ВОПРОСАМИ И ПРЕДЛОЖЕНИЯМИ</a>!<br>
    <br> В развлекательной части проекта введены новые плюшки для постояльцев! Теперь ваши самые главные праздники жизни не останутся незамеченными! Скорее вносите <a href="https://1920.rusff.me/viewtopic.php?id=306">ВАШИ ДНИ РОЖДЕНИЯ</a> в список и получайте внимание и любовь от администрации и соигроков! А если у вас есть какие-то проблемы с персонажем или вы просто хотите посвятить в мелкие детали его личности всех форумчан, смело задавайте <a href="https://1920.rusff.me/viewtopic.php?id=304">100 ВОПРОСОВ ПЕРСОНАЖУ</a>, кропотливо адаптированные для вас из источника в ВК. А ещё, все мы знаем, как наши самокритичные соигроки любят, когда их творчество выделяют по-особенному. Нашли в посте что-то, что сильно зацепило за душу - несите в <a href="https://1920.rusff.me/viewtopic.php?id=302">ЦИТАТНИК</a>, ведь красивое нужно показывать! Нашли что-то в интернете, что очень припекает показать другим, а тому чуваку за соседним столиком в офисе такое не скинуть? <a href="https://1920.rusff.me/viewtopic.php?id=311">ДЕЛИТЕСЬ С НАМИ</a> - посмеёмся вместе!<br>
    <br>ТЕПЕРЬ НЕМНОГО О СЕРЬЁЗНОМ. Уважаемые игроки, вы должны понимать, что оживление форума и его подгонка под нужды современного или неконсервативного игрока, (да, представьте, среди старичков тоже есть те, кто шагает в ногу со временем), означает, что будет подниматься вопрос не только о введении разных модных кодов и плюшек, улучшающих как вид форума, так и его функционал, но и тема мёртвых душ. Заняты внешности, заняты роли, на которые могут претендовать игроки, которые намерены играть, а не висеть мёртвым грузом, заполняя слоты. По этому, просьба действующих игроков, у которых ещё остались контакты мертвецов, потыкать их палочкой на предмет возобновления игровой активности. Если же они не планируют возвращаться - будут приняты меры и их будут ждать уже новые роли и новые персонажи, если, конечно, они всё же рассчитывают ИГРАТЬ. <br>
    <br> Ну а сейчас, да простит меня Рут, если я что-то забыл - потом добавим, персональная рубрика от новостей с Джорджем - ХОРОШАЯ МУЗЫКА!<br><iframe frameborder="0" allow="clipboard-write" style="border:none;width:600px;height:100px;" width="600" height="100" src="https://music.yandex.ru/iframe/album/6050615/track/45049119">Слушайте <a href="https://music.yandex.ru/album/6050615/track/45049119">Who's Sorry Now</a> — <a href="https://music.yandex.ru/artist/1494">Benny Carter</a> на Яндекс Музыке</iframe>
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +4

    20

    [sign][/sign]

    [html]<style>
      .shipro-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 20px auto;
        max-width: 900px;
        background: #171b1c;  /* Цвет темный задника*/
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .shipro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      }

      .shipro-image {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        margin: 20px 20px;
        transition: transform 0.3s ease;
      }

      .shipro-card:hover .shipro-image {
        transform: scale(1.25);
      }

      .shipro-info {
        text-align: center;
        font-family: "american typewriter", sans-serif;
        padding: 20px;
      }

      .shipro-info h5 {
        font-size: 24px;
        margin: 5px;
        color: #b8b2a8; /* Заголовок*/
      }

      .shipro-info em {
        font-size: 14px;
        color: #6c6c6c; /* Цвет текста под заголовком*/
        margin-bottom: 10px;
        display: block;
      }

      .shipro-description {
        font-size: 14px;
        color: #949494; /* Главный текст */
        text-align: justify;
        line-height: 1.5;
        text-indent: 30px;
        max-height: 1000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

      .shipro-card:hover .shipro-description {
        max-height: 500px;
      }

      .shipro-description p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
      }

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>Конкурс!</h5>
       
        <div class="shipro-description">
    <div class="shipro-image" style="background-image: url('https://64.media.tumblr.com/6669fc5aba4d4a5c6e263bc4fe85abfe/296903d66ccb3d05-10/s400x600/7024b622148919a9991d2a5a55975f467c376718.gif');"></div> <!--  сюда ссылку на свою картинку --><br>
    <br>Мы открываем <a href="https://1920.rusff.me/viewtopic.php?id=316">Смайломанию</a>!<br>
    Предложи гифку в пак эмоций и получи деньги!

        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    [hideprofile]

    +1


    Вы здесь » 1920. НА ЗАРЕ СУХОГО ЗАКОНА » Перед игрой » Новости от Администрации