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

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

ЖДЕМ В ИГРУ:


псевдоистория / антуражка / эпизодическая система / 18+

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

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

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


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


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

    Сообщений 21 страница 40 из 49

    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

    21

    [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">
    Встречайте <a href="https://1920.rusff.me/viewtopic.php?id=322#p15578">Допрос с пристрастием</a>! Рассказывайте о себе и своих персонажах как можно подробнее и получайте деньги!

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

    +3

    22

    [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: 10000px;
      }

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

    </style>

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

    <br>
    На связи снова Джордж и серьёзные (и не очень) новости. <br>
    <br>Просим любить и жаловать, забирать в игру и заваливать постами потрясающе яркую, интригующую, таинственную леди  с умопомрачительным даром и великолепными талантами, госпожу медиума - <a href="https://1920.rusff.me/profile.php?id=79">Эллен Уолш</a>! /Аплодисменты/ Скорее записывайтесь на сеансы и выкладывайте свои доллары! <br>
    <br> Потратиться теперь можно и не только на общение с мёртвыми родственниками, но и заглянуть за <a href="https://1920.rusff.me/viewtopic.php?id=324">плашками</a>, чтобы сделать свой профиль ещё более красивым и ещё лучше визуально раскрыть своего персонажа!<br>
    <br> Завлекайте в ревущие 20-е друзей-игроков - у нас вкуснейшая <a href="https://1920.rusff.me/viewtopic.php?id=323">акция на представителей мафиозных семей и прочий интересный криминал</a>!<br>
    <br> А ТЕПЕРЬ, ПО ТРАДИЦИИ, О СЕРЬЁЗНОМ. Администрация очень хочет напомнить своим любимым игрокам, что уделить пару минуток в день для вне игровой активности на форуме - не так уж и сложно, а для проекта - чертовски важно. Ваша вне игровая активность делает форум живым и позволяет потенциальным новым игрокам не бояться того, что они придут в мёртвое царство, где всё настолько тоскливо, что люди просто вносят пост и уходят. Это не поможет вам обрести новых соигроков. Людям нужна и социальная среда, которая формируется на форумах именно за счёт вне игровой активности. Напоминаем так же, что большая чистка мёртвых профилей санкционирована и уже не за горами.<br><br><iframe frameborder="0" allow="clipboard-write" style="border:none;width:100%;height:100px;" width="100%" height="100" src="https://music.yandex.ru/iframe/track/101243368/21327617">Слушайте <a href='https://music.yandex.ru/album/21327617/track/101243368'>Manhattan</a> — <a href='https://music.yandex.ru/artist/1826'>Benny Goodman</a> на Яндекс Музыке</iframe>
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +2

    23

    [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-image" style="background-image: url('https://upforme.ru/uploads/0019/49/95/2/922660.png');"></div> <!--  сюда ссылку на свою картинку -->
     
      <div class="shipro-info">
        <h5>Дорогие друзья!</h5><br>
       
        <div class="shipro-description">

    <center>
    С Первым мая!

    Пусть этот день подарит вдохновение, светлые надежды и ощущение единства. Желаю вам крепкого здоровья, гармонии в душе, тепла в доме и радости в каждом дне. Пусть труд приносит удовлетворение, а весна — новые силы и яркие мечты. 🌸🕊️<br></center>

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

    +3

    24

    [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-image" style="background-image: url('https://upforme.ru/uploads/0019/49/95/2/407274.png');"></div> <!--  сюда ссылку на свою картинку -->
     
      <div class="shipro-info">
       
       
        <div class="shipro-description">

    <center>
    Друзья, рады представить Вам беспроигрышную <a href="https://1920.rusff.me/viewtopic.php?id=333#p17673">лотерею</a> в которой каждый может выиграть полезный приз. Торопитесь открыть самые "вкусные" билетики.<br></center>

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

    +2

    25

    [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: 900px;
      }

      .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/703009.jpg');"></div> <!--  сюда ссылку на свою картинку -->
     
      <div class="shipro-info">
        <h5><br>С 9 мая!</h5><br>
       
        <div class="shipro-description">

    День Победы — особая дата:<br>
    В ней и подвиг, и свет, и печаль.<br>
    Ветеранам — поклон, ведь когда-то<br>
    Сберегли нам цветущую даль.<br><br>

    Пожелать очень хочется мира<br>
    Для любой на планете страны,<br>
    Чтобы светлая сила хранила<br>
    Каждый дом от утрат и войны.<br>

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

    +2

    26

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 900px;
        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: 10000px;
      }

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

    </style>

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

    <br>
    На связи Джордж и смертельные новости! <br>
    <br><a href="https://1920.rusff.me/viewtopic.php?id=335">ЧИСТКА</a>, дамы и господа, ищите свои имена в списке и спасайте жизни свои и своих товарищей! А администрация ещё раз напоминает вам о том, насколько для нас и для жизни форума в целом, чтобы к нам приходили новые игроки не боясь мёртвой тишины, важен ваш актив! Хотя бы один комментарий, раз в день брошенный в игру, мысли или флуд уже будет иметь значение для "дыхания" проекта. Ваши приветы по утрам или даже цифра в бутылочке - это один удар сердца 1920-ого! <br>
    <br> Для вашего актива мы также ввели парочку классических форумных игр: <a href="https://1920.rusff.me/viewtopic.php?id=336#p19726">Дамы против джентльменов</a>, <a href="https://1920.rusff.me/viewtopic.php?id=337#p19727">Бутылочка</a> и <a href="https://1920.rusff.me/viewtopic.php?id=338#p19731">Ассоциации</a> <br>
    <br>ХОРОШИХ ВЫХОДНЫХ!
    <br><iframe frameborder="0" allow="clipboard-write" style="border:none;width:100%;height:100px;" width="100%" height="100" src="https://music.yandex.ru/iframe/track/1564847/157793">Слушайте <a href='https://music.yandex.ru/album/157793/track/1564847'>The ' A ' Train</a> — <a href='https://music.yandex.ru/artist/776'>Duke Ellington</a> на Яндекс Музыке</iframe>
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +1

    27

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 900px;
        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: 10000px;
      }

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

    </style>

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

    <br>
    На связи Джордж и музыкальные новости! <br>
    <br> Очаровательные, талантливые и очень творческие, потому что мы рады приветствовать в наших ревущих 20-ых сразу двух прекрасных див сцены: певчую птичку с особыми талантами - <a href="https://1920.rusff.me/profile.php?id=82">Натали</a> и таинственную подопечную пианистку не менее таинственной Мадам - <a href="https://1920.rusff.me/profile.php?id=83">Софию</a>. После массовой чистки наши ряды сильно поредели, но это значит лишь то, что освободилось очень много интересных вакансий и внешностей! Ну а если вам сложно придумать что-то своё, наша чудесная Рут создаёт совершенно потрясающие <a href="https://1920.rusff.me/viewtopic.php?id=323#p22195">акции</a>, за персонажей из которых вы можете получить особые плюшки!<br>
    <br>Так же напоминаем, что у нас действует <a href="https://1920.rusff.me/viewtopic.php?id=333#p17673">лотерея</a> за посты, а ежемесячный <a href="https://1920.rusff.me/viewtopic.php?id=322#p23040">ивент</a> пополнился новым вопросом! Не забывайте заглядывать в раздел игр и просто оставлять свои мысли или комментарии во флуде - так мы понимаем, что вы всё ещё с нами и любите нас, даже если реал не позволяет активно писать посты. Знаете заранее, что вас точно долго не будет? <a href="https://1920.rusff.me/viewtopic.php?id=16#p26">Возьмите лоу</a>. Не расстраивайте дядюшку Джорджа - носите посты в <a href="https://1920.rusff.me/viewtopic.php?id=313#p14617">банк</a>, чтобы дарить друг другу подарки.<br>
    <br><iframe frameborder="0" allow="clipboard-write" style="border:none;width:100%;height:100px;" width="100%" height="100" src="https://music.yandex.ru/iframe/track/8982808/940912">Слушайте <a href='https://music.yandex.ru/album/940912/track/8982808'>You're A Sweetheart</a> — <a href='https://music.yandex.ru/artist/3883'>Woody Herman</a> на Яндекс Музыке</iframe>
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +4

    28

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 900px;
        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: 200px;
        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>
    <p>Друзья, всем привет! Вы могли заметить, что на форуме начали пропадать картинки. Все хорошо. Без паники.</p><br>
          <p>На днях возникли проблемы с файловым доменом <a href="https://t.me/quadroboards/350">forumupload.ru</a>. Причина известна, но оперативно её решить не получилось.</p><br>
          <p>С наибольшей вероятностью она будет решена уже только на рабочей неделе.</p><br>
       
         

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

    +1

    29

    [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: 900px;
        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: 200px;
        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>
    <p>Друзья, всем привет! Начинаю переносить новый дизайн. Могут быть проблемы, прошу строго не судить и не переживать - все поправлю в ближайшие 1-2 дня. Форум на профилактику закрывать не буду.<br>
       
         

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

    0

    30

    [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: 900px;
        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: 200px;
        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>
    <p>Друзья, установлен новый дизайн. Находится в процессе обкатки. Если будете находить баги - пишите мне в лс или в тему вопросов-предложений. Буду фиксить по мере сил.<br>
       
         

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

    +1

    31

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 790px;
        max-height: 150px;
        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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

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

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>ГОРЯЧИЕ НОВОСТИ 13.07.2025</h5>
       
        <div class="shipro-description">
         <p>На связи Рут. Давненько мы не выходили с этой рубрикой. Но у нас есть о чем рассказать, в последнее время произошло немного изменений и дополнений.
         <p>Во-первых вы уже заметили, что дизайн нашего форума обновился. Да, пока что не все гладко и есть небольшие косяки по дизайну. Но я делала его сама и прошу сильно не ругаться. Все еще очень жду обратную связь по багам ну и вообще - нравится или нет :)
         <p>Так же был внедрен скрипт позволяющий быстро переключаться между профилями (актуально для тех игроков, у которых есть твинки).
    <div class="shipro-image" style="background-image: url('https://upforme.ru/uploads/0019/49/95/2/584598.jpg');"></div> <!--  сюда ссылку на свою картинку -->
          <p>Добавили новое развлечение - <a href="https://1920.rusff.me/viewtopic.php?id=362#p27928">пазлы</a>. Каждую неделю будет выкладываться новый пазл. За каждый собранный - выдаются ценные призы.
          <p>В теме <a href="https://1920.rusff.me/viewtopic.php?id=322#p27656">"Допрос с пристрастием"</a> появился новый вопрос. Спешите рассказать о персонажах, которых хотелось бы повторить и ещё нереализованных незакрытых гештальтах.
          <p>Еще много не открытых билетиков в <a href="https://1920.rusff.me/viewtopic.php?id=333#p17673">лотерее</a>. Призы ждут счастливчиков. Напомню, что лотерея беспроигрышная - 1 пост = 1 билет. Лотерея актуальна, пока есть не разгаданные билеты.
           <p>Рады приветствовать на форуме новичков: <a href="https://1920.rusff.me/profile.php?id=90">Ванесса</a>, <a href="https://1920.rusff.me/profile.php?id=89">Астория</a>, <a href="https://1920.rusff.me/profile.php?id=91">Чарльз</a>. Желаем океан интересных эпизодов и море вдохновения.
            <p>Так же появились <a href="https://1920.rusff.me/viewtopic.php?id=24#p28939">новые роли</a>, которые ждут своих героев. Если у вас есть знакомые, которые еще у нас не играют - приглашайте. 1920 всех очень ждет.
            <p>Пожалуй, это все, о чем хотелось сегодня с вами поделиться. Всем хорошего лета, ласкового солнца и хорошего настроения!
            <p>По традиции, заканчиваем музыкальной паузой.<br><br>
    <center><iframe frameborder="0" allow="clipboard-write" style="border:none;width:614px;height:88px;" width="614" height="80" src="https://music.yandex.ru/iframe/album/29634234/track/122478842">Слушайте <a href="https://music.yandex.ru/album/29634234/track/122478842">Succession</a> — <a href="https://music.yandex.ru/artist/155010">Dirk Brossé</a> на Яндекс Музыке</iframe></center>
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +3

    32

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 700px;
        max-height: 200px;
        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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

      .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">
          <p>Поблагодарим <a href="https://1920.rusff.me/profile.php?id=78">мистера Смайли</a> за участие в жизни форума в качестве администратора проекта. Увы, из-за большой загруженности в реале он принял решение сложить полномочия администратора до лучших времен.
          <p>Скажем спасибо Джорджу за неоценимый вклад! И удачи разобраться с реалом и вернуться в строй. Не смотря на это все еще ждем от него постов и интересной игры. 1920 очень нужен такой импозантный разведчик. 
    <center><div class="shipro-image" style="background-image: url('https://upload.wikimedia.org/wikipedia/it/b/b8/George_Smiley_3.png');"></div></center> <!--  сюда ссылку на свою картинку -->
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +3

    33

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 700px;
        max-height: 400px;
        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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

      .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">
          <p>В рядах администрации 1920 пополнение. Поприветствуем <a href="https://1920.rusff.me/profile.php?id=90">Ванессу</a>, которая предложила свою помощь проекту.
          <p>От лица 1920 большое спасибо :).
    <center><div class="shipro-image" style="background-image: url('https://i.pinimg.com/originals/49/23/4c/49234caf5dd1c832827f3faa3ba791ea.jpg');"></div></center> <!--  сюда ссылку на свою картинку -->
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +3

    34

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

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

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>ГОРЯЧИЕ НОВОСТИ 22.07.2025</h5>
       
        <div class="shipro-description">
          <p>Друзья, всем привет!
          <p>Как вы могли заметить на форуме много изменений и дополнений. Хочу подсветить, что изменилось за последнюю неделю.
          <p>У нас появился <a href="https://1920.rusff.me/viewtopic.php?id=374#p29807">сюжет</a>! Данный гость отсутствовал у нас года с 2018ого. Так что просим любить и жаловать. Замечания и пожелания по сюжету принимаются в любое время в ЛС или в специальной теме с предложениями.
          <p>Написан первый <a href="https://1920.rusff.me/viewtopic.php?id=375#p29808">квест</a> после перезапуска проекта. Решила, что городу не помешает немного шума от взрыва. Записывайтесь и давайте найдем виновных, если повезет.
          <p>Дана новая жизнь ветке с <a href="https://1920.rusff.me/viewtopic.php?id=377#p29832">Мафией</a>. У нас появилась специальная тема с информацией о бандах. Планируется пополнять её по мере того, как будут приходить профильные игроки.
          <p>Так же обновила и дополнила тему с акциями от администрации на <a href="https://1920.rusff.me/viewtopic.php?id=323#p29859">Криминал</a>. Зовите к нам друзей и соигроков, вдруг кому-нибудь приглянутся уже готовые наброски для роли. Вместе с акциями приятный бонус в качестве внушительного стартового капитала и купонов на подарки для друзей и игроков.
           <p>Вы могли заменить, что у нас изменился вид мини-профиля, а так же у всех на форуме поменялись аватары. Это не случайно. На данный момент исправляю недоделки - осталось потерпеть совсем немного и будет красиво и аккуратно. Обратите внимание, что размер аватара изменился. При изготовлении нового прошу учитывать, что аккуратно будет смотреться картинка размером 240 x 280px, можно использовать цветной аватар.
           <p>Так же теперь есть возможность кастомизировать свой профиль плашкой. Оформить заказ можно в специальной <a href="https://1920.rusff.me/viewtopic.php?id=324#p16142">теме</a>.
           <p>Это все новости к этому часу. Спасибо за внимание и хорошей игры! :) <br><br>
    <p><center><iframe frameborder="0" allow="clipboard-write" style="border:none;width:700px;height:88px;" width="700" height="88" src="https://music.yandex.ru/iframe/album/89810/track/804312">Слушайте <a href="https://music.yandex.ru/album/89810/track/804312">Mr. Pinstripe Suit</a> — <a href="https://music.yandex.ru/artist/82051">Big Bad Voodoo Daddy</a> на Яндекс Музыке</iframe></center>
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +5

    35

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

      .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">
          <p>Друзья, всем привет!
          <p>Прошу каждого заполнить личную страницу. Для этого необходимо пройти в <a href="https://1920.rusff.me/viewtopic.php?id=382#p29961">тему</a>. На заполнение дается 2 недели.
          <p>По истечению этого срока администрация оставляет за собой право оформить код по собственному желанию и усмотрению. В дальнейшем каждый новый игрок будет заполнятьять его во время приемки.
          <p>За заполнение личной страницы администрацией будет начислено 500$ - их можно потратить на создание персональной плашки.<br>

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

    +2

    36

    [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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

      .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">
          Всем привет! Теперь в начале каждого месяца будет сводиться табличка со статистикой за прошедший месяц. В июле 2025 года было написано 49 постов. Так держать! Ждем ваши игровые подвиги и увеличение статистики. На забывайте, что на форуме объявлен первый <a href="https://1920.rusff.me/viewtopic.php?id=375#p29808">квест</a>. Записывайтесь и давайте придумаем историю вместе.

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

    ИЮЛЬ 2025 года
    общее количество постов: 49

    Sophia Cohen - 10

    Nikolaus Rothstein - 8

    Ruth Goldman - 8

    Nataly Fogelman - 6

    Vanessa A. Crane - 3

    Tatiana Ditkovskite - 3

    Isaac Goldman - 2

    Ben Siegel - 2

    Charles M. Crane - 2

    Astoria M. Gilbert - 2

    George Smiley - 1

    Eugene Witla - 1

    Sean O`Reilly - 1

    John Whittaker - 0

    Thomas Harrigan - 0

    Hellen Walsh - 0

    Gilda C. Calabrese - 0

    Jack Donovan - 0

    Amy Carroll - 0

    +3

    37

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

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

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>БИНГО #1</h5>
       
        <div class="shipro-description">
    <p>Друзья, представляю вашему вниманию <a href="https://1920.rusff.me/viewtopic.php?id=404#p30518"><b>"Бинго на актив"</b></a>.
    <p>Задания не сложные. За каждое выполненное — предусмотрен свой приз. Так что спешите. Игра продлится две недели. Чем больше соберете ячеек, тем больше призов по итогу будет вам начислено.
    <p>Выполнять задания можно в любом порядке. Для того чтобы задания засчитали в конце срока отведенного на Бинго не обязательно выполнять все номера.
    <p>Итоги будут подведены 17.08!

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

    +2

    38

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 369px;
        max-height: 83px;
        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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

      .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">
          Друзья, маска профиля доступна по пустой кнопке в форме ответа. Все у кого не работала можно пробовать - если будут какие-то баги жду обратную связь. Спасибо.
    <center><div class="shipro-image" style="background-image: url('https://upforme.ru/uploads/0019/49/95/2/639098.jpg');"></div></center> <!--  сюда ссылку на свою картинку -->
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +4

    39

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

      .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">
          Друзья, всем привет! В связи с последними проблемами доступности платформы завела телеграм-канал для оперативных новостей. Буду рада, если все присоединятся: https://t.me/NY1920
    <p><b>Upd!</b> На форум возможно зайти, если поменять https на http. Принудительно я в админке поменяла, но если у вас все еще бьется https и вам удалось пробиться на форум - просто удалите букву "s".
        </div>
      </div>
    </div>
    <!--  Можете поставить следом ещё одну такую же про другого персонажа -->
    [/html]

    +2

    40

    [hideprofile][html]<style>
    .shipro-description p a {
        color: #b93e3e!important;
    }
      .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: 2000px;
        overflow: hidden;
        padding: 0 10px;
        transition: max-height 0.3s ease;
      }

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

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

    </style>

    <div class="shipro-card">
     
      <div class="shipro-info">
        <h5>БОЛЬШИЕ НОВОСТИ 12.08.2025</h5>
       
        <div class="shipro-description">
          <p>Друзья, всем привет!
          <p>Как вы могли заметить на форуме в очередной раз много изменений и дополнений. Хочу обратить ваше внимание на то, что изменилось за последнее время.
          <p>Обновился дизайн. Да, знаю, что за последнее время дизайн пережил много изменений, но это последняя итерация - честное пионерское. Так же к дизайну прилагается мобильная версия (которую можно включать и отключать по желанию, кнопка висит в футере - с мобилки видно). Данный скрипт решает много проблем которые были связаны с предыдущим дизайном. Еще много тем нуждается в корректировке. Скорректировала пока что гостевую и занятые внешности. Все остальное - медленно и по мере сил-возможностей. Принимаются отзывы и предложения, буду рада обратной связи.
          <p>Создан новый подфорум <a href="https://1920.rusff.me/viewforum.php?id=34">"квесты"</a>. В сюжете еще много мест и возможностей залететь со своими идеями и предложениями, очень <a href="https://1920.rusff.me/viewtopic.php?id=375">ждём</a>.
          <p>Пока Мадам Уолш немного пропала и мы со всех сил ждем её возвращения, можно попробовать себя в роли <a href="https://1920.rusff.me/viewtopic.php?id=416#p30969">предсказателя</a> (самому себе или другому игроку). Открывайте карты, читайте предсказания, используйте в игре или как утренний ритуал. Будем ждать совпадения или интересные наблюдения по поводу выпавших предсказаний.
          <p>Еще написала простенький скрипт на <a href="https://1920.rusff.me/viewtopic.php?id=414#p30932">Судоку</a>. Говорят, что очень полезно, для создания новых нейронных связей решать логические задачки.
          <p>Открыт новый флешмоб <a href="https://1920.rusff.me/viewtopic.php?id=396#p30847">"Пижама-пати"</a>. Спеши присоединиться и выиграть ценные призы. Флешмоб продлится до 17 августа - еще есть время залететь. Для создания подходящих аватаров можно пользоваться нейронкой.
           <p>Вы могли пропустить <a href="https://1920.rusff.me/viewtopic.php?id=404#p30518">Бинго</a> от 1920. Спешите так же выполнить все задания. За каждое - объявлен приз, по количеству выполненных заданий будет автоматическое начисление 17 августа.
           <p>В лотерее все еще есть билеты! Не стесняйтесь вытаскивать счастливые <a href="https://1920.rusff.me/viewtopic.php?id=333#p17673">номера</a>.
    <p>В <a href="https://1920.rusff.me/viewtopic.php?id=322#p29988">допросе</a> еще можно отметиться до замены вопроса. Кто не успел - самое время.
           <p>Это все новости к этому часу. Спасибо за внимание и хорошей игры! :) <br><br>

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

    +3


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