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

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

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

Разыскиваем
https://1920.rusff.me/viewtopic.php?id=24#p127 https://1920.rusff.me/viewtopic.php?id=24#p502 https://1920.rusff.me/viewtopic.php?id=24#p9220 https://1920.rusff.me/viewtopic.php?id=24#p9128 https://1920.rusff.me/viewtopic.php?id=24#p9353

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1920. At the Dawn of Prohibition

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

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


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


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

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

1

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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: 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]

0

2

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
    <h5>Важно!</h5>
   
    <div class="shipro-description">
Уважаемые игроки, у нас появилась кнопка "Топа", ее можно найти на главной странице в описании подфорума "Рекламы", а так же под формой ответа.<br><br>

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

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

+1

3

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
    <h5>МАСКА ПРОФИЛЯ</h5>
   
    <div class="shipro-description">

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

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

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

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

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

+1

4

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
    <h5>Произошла смена дизайна.</h5>
   
    <div class="shipro-description">
Если у кого-то что-то не работает после смены или криво показывает - прошу ко мне в лс, будем разбираться.

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

0

5

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
    <h5>НПС-персонажи</h5>
   
    <div class="shipro-description">
Для нужд страждущих поиграть с НПС или от лица НПС временно (нет ничего более постоянного, нежели временное) создан профиль NPС, пользоваться им может любой желающий. Пароль очень прост - "1920".

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

0

6

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
    <h5>Обратите внимание!</h5>
   
    <div class="shipro-description">
Тема "Выяснение отношений" была совмещена с темой "Поиск партнера для игры" с сохранением ранее отправленных сообщений.<br><br>
Поиск партнера для игры, выяснение отношений - тема теперь называется <a href="https://1920.rusff.me/viewtopic.php?id=14#p24">"обсуждение сюжета"</a>.

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

0

7

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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-image" style="background-image: url('https://24.media.tumblr.com/de9bc9750eda0e34f23ab97f4fd9b3ea/tumblr_n2379nUCQf1r0ngdoo6_500.gif');"></div> <!--  сюда ссылку на свою картинку -->
 
  <div class="shipro-info">
    <h5>Проект возобновляет свою активность!</h5>
   
    <div class="shipro-description">

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

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

0

8

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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-image" style="background-image: url('https://forumupload.ru/uploads/000b/09/4f/24391/300342.gif');"></div> <!--  сюда ссылку на свою картинку -->
 
  <div class="shipro-info">
    <h5>1920 снова открывает свои двери!</h5><br>
   
    <div class="shipro-description">

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

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

0

9

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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-image" style="background-image: url('https://forumupload.ru/uploads/0019/49/95/2/797585.jpg');"></div> <!--  сюда ссылку на свою картинку -->
 
  <div class="shipro-info">
    <h5>Дорогие участницы форума!</h5><br>
   
    <div class="shipro-description">

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

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

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

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

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

+1

10

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
    <h5>У нас появились награды!</h5><br>
   
    <div class="shipro-description">

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

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

+1

11

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
    <h5>Статистика актива за период с 19.02 по 19.03</h5><br>
   
    <div class="shipro-description">

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

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

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

+1

12

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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">
      Мы участвуем в конкурсе <b>"Ролевая месяца"</b> на <b>Photoshop: Renaissance.</b><br><br>
      <p>Если у Вас есть возможность <a href="#">проголосовать</a> за нас - буду очень благодарна.</p><br>
      <p>Спасибо  :love: </p><br><br>
     

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

+1

13

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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-image" style="background-image: url('https://forumupload.ru/uploads/0019/49/95/2/326550.jpg');"></div> <!--  сюда ссылку на свою картинку -->
  <div class="shipro-info">
  <div class="shipro-info">
    <h5>Обновление в игровом разделе!</h5>
   
    <div class="shipro-description">
      Друзья, у нас важные новости: теперь в игре появились <b>категории по частям света</b>! Это значит, что вы можете отправлять своего персонажа в разные уголки мира — в зависимости от сюжета или просто по желанию.<br><br>
      <p>Основная ветка событий по-прежнему сосредоточена в <b>Нью-Йорке, США</b>, но теперь мы <b>тестируем глобальное расширение</b>. Если идея найдёт отклик у игроков, новые локации закрепят на постоянной основе.</p><br><br>
      <p>Будем рады видеть персонажей из других стран! Но помните: <b>один герой не может находиться в двух местах одновременно</b>.</p><br><br>
      <p>Изменения:</p>

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

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

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

+2

14

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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><br><br>
   
    <div class="shipro-description">
      Администрация приняла решение закрыть игровые темы для Гостей.<br><br>
      <p>Чтение форума разрешено лицам достигшим 18ти лет, и возможно от профиля "Reader", пароль "1111".</p><br>
      <p>Благодарим за понимание.</p><br><br>
     

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

0

15

[html]<style>
  .shipro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    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: "Arial", 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><br>
      <p>Мы участвуем в конкурсе <b>"Ролевая месяца. Апрель"</b> на форуме <b>Маяк. Сообщество ролевиков и дизайнеров .</b><br><br>
      <p>Если у Вас есть возможность <a href="https://mayak.f-rpg.me/viewtopic.php?id=1318#p121906">проголосовать</a> за нас - буду очень благодарна.</p><br>
      <p>Спасибо большое :love: </p><br><br>
     

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

0


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