1920s. At the Dawn of Prohibition

Объявление

Форумная Таблица с Прокруткой
Картинка шапки

НЬЮ-ЙОРК РЕВУЩИХ 20Х

приглашает всех поклонников не слишком альтернативной истории с элементами криминального детектива. Джаз, немое кино, становление организованной преступности и борьба с ней.

Неон сверкает, исправно поступает конфискат, и все желающие прикоснуться к эпохе, проверить глубину Гудзона или вершить дела под дробный звук пулемёта в возрасте 18+ всё ещё могут это сделать. Присоединяйтесь!

По любым вопросам можно обращаться в гостевую книгу.

НАВИГАЦИЯ:

ПОСЛЕДНИЕ НОВОСТИ:

⦁ Наблюдаются проблемы с файловым хостингом (могут пропадать и появляться картинки в любой части форума (от дизайна до постов). Проблема будет решена на рабочей неделе.

⦁ Друзья, обращаем внимание, что после майских праздников состоится большая чистка неактивных профилей.

⦁ Просим обратить внимание на пункт 5.6. правил, внесены изменения.

⦁ Администрация приняла решение закрыть игровые темы для Гостей. Чтение форума разрешено лицам достигшим 18ти лет, и возможно от профиля "Reader", пароль "1111".

⦁ С возвращением, Джильда Калабрезе!

⦁ приветствуем новоприбывших: Эми Кэрролл, Винсент Коулман, Татьяна Дитковските и Джек Донован. Приятной игры, дамы и господа!

⦁ друзья, у нас новый дизайн!

⦁ обновился шаблон рекламы в честь открытия;

⦁ с 18 февраля 2025 игра возобновляет свою активность, принимаются новые игроки;

⦁ много изменений в правилах проекта, администрация рекомендует с ними ознакомиться;

⦁ говорим добро пожаловать обворожительной фройляйн Фабель и желаем ей приятной игры;

⦁ приветствуем настоящего ковбоя из Техаса Гарри Грейстоуна и очаровательную Мэри Воронцову. В нужных появилась заявка на брата Мэри, спешите успеть и занаять роль доблестного русского офицера, которому предстоит познать все тяготы эмиграции;

⦁ и снова в наших немногочисленных, но очень стройных рядах пополнение. Мистер Герш Бронштейн, добро пожаловать и приятной вам игры;

⦁ обновился шаблон рекламы на зимне-праздничный вариант;

⦁ приветствуем нашего новичка Ллойда Макбрайна, желаем ему вдохновения и захватывающей игры;

⦁ тестируем новый дизайн, просьба информировать администрацию о всех багах или некорректной работе скриптов и форума;

⦁ с 5 ноября 2018 года игра возобновляется.

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

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


Вы здесь » 1920s. At the Dawn of Prohibition » Перед игрой » Новости от Администрации


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

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

1

[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">
      Тема в которой будут освещаться все важные события форума. Не забывайте заглядывать сюда, так как информация может быть очень полезна.

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

[hideprofile]

0

21

[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]

[hideprofile]

[sign][/sign]

+3

22

[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]

[hideprofile]

[sign][/sign]

+2

23

[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]

[hideprofile]

[sign][/sign]

+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]

[sign][/sign]

+2

25

[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]

[hideprofile]

[sign][/sign]

+2

26

[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: 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]

[hideprofile]

[sign][/sign]

+1

27

[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: 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]

[hideprofile]

[hideprofile]

[sign][/sign]

+4

28

[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>Друзья, всем привет! Вы могли заметить, что на форуме начали пропадать картинки. Все хорошо. Без паники.</p><br>
      <p>На днях возникли проблемы с файловым доменом <a href="https://t.me/quadroboards/350">forumupload.ru</a>. Причина известна, но оперативно её решить не получилось.</p><br>
      <p>С наибольшей вероятностью она будет решена уже только на рабочей неделе.</p><br>
   
     

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

[hideprofile]

[sign][/sign]

+1

29

[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]

[hideprofile]

[sign][/sign]

0

30

[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]

[hideprofile]

[sign][/sign]

+1

31

[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: 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]
[hideprofile]

[sign][/sign]

+3

32

[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: 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]
[hideprofile]

[sign][/sign]

+2

33

[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: 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]
[hideprofile]

[sign][/sign]

+1


Вы здесь » 1920s. At the Dawn of Prohibition » Перед игрой » Новости от Администрации