<p class="guest-item"> David Gandy- <a href="https://1920.rusff.me/profile.php?id=80">Sean O'Reilly (англ.)</a></p>
Архив сообщений
Сообщений 161 страница 180 из 245
Поделиться1612025-04-29 17:14:21
Поделиться1622025-04-29 17:43:01
[url=https://https://1920.rusff.me/profile.php?id=80]Sean O'Reilly[/url] - помощник пекаря, ветеран войны.
Поделиться1632025-05-13 13:01:41
[hideprofile]
НУЛЕВАЯ АКТИВНОСТЬ
НЕТ АНКЕТЫ
ПСЖ
2018-й год:
Zakaria Azary Lerner
Henry Larbo
Vicky White
Francesca Loria
Walter Hall
Lucrezia Romano
Michelle Galliano
Peyton Escher2019-й год:
Vittorio Luciano
Lloyd McBrayne
Harry Graystone
Abe Shapira
Marie Vorontsova2020-й год:
Gersh Bronstein2023-й год:
Mario Montanelli2024-й год:
Dana Gold
Guy Murphy
Adelia Fabel
Audrey Rochester
Maggie Walsh
James Porter
Roxie Hart
Неактивные профили за 25-й год: (администрация напоминает, что под активностью имеется ввиду не только написание постов, но и участие жизни форума и даже мысли / флуд - это важная часть алгоритма жизнеспособности проекта). ПРЕДУПРЕЖДЕНИЯ ВЫНОСЯТСЯ:
Galen Cassidy (02-25)
Richard Ruoff (03-31)
Vincent Coleman (04-16)
Eugene Witla (04-16)
Arthur Schmidt (04-21)
Gilda C. Calabrese (04-21)
[sign][/sign]
Поделиться1642025-06-01 22:26:17
[html]<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet"><style>
#ship4 {display:flex; align-items: center; box-sizing:border-box; overflow:hidden; width:600px; height:250px; margin:auto auto auto 2em; padding: 20px 0; background: #1c1c1c;} /* shipovnik */
.shimg {order:2; background: 80% 20% no-repeat; background-size: cover; width:200px; height:250px; margin:-20px auto;}
.shimg::after {display: block; content: ""; background: transparent; width: 0; height: 0; margin-right: 200px; margin-top: -2px; border-left: 60px solid #1c1c1c; border-bottom: 254px solid transparent;}
.stx1 {order:1; width: 300px; box-sizing: border-box; text-align: center; line-height: 130%; font-size:11px; padding: 0 0 0 26px;}
/* НАЗВАНИЕ ЭПИЗОДА */
.stx1 > h5 {position: relative; margin-right: -30px; line-height: 100%; font-style:normal !important; font-weight:400;
font-size: 34px;
font-family: "Dancing Script", Times New Roman, serif;
color: #c9a066;
text-shadow: 0 0 3px #000, 0 0 20px #c9a066;
}
.stx2 {display: block; overflow: auto; max-height: 120px; text-align: justify; padding-right: 10px; text-shadow: 0 0 2px #000; color: #949494;}
.stx2::-webkit-scrollbar {width: 3px; height:3px; background-color: transparent;}
.stx2::-webkit-scrollbar-thumb {background: #232323;}
</style>
<div id="ship4">
<div class="shimg" style="background-image: url(https://upforme.ru/uploads/0019/49/95/2/61858.png);"></div>
<div class="stx1">
<h5>Добро пожаловать в РЕВУЩИЕ 20-Е!</h5>
<div class="stx2"><!-- ТЕКСТ -->
<br>
Люди полагают, что границами и рубежами можно создать нации. Чепуха - это делают только слова. Верования, декларации, конституции. Ложь, обещания, надежды, мифы и легенды. История. © "Пророки" Либба Брэй<br>
<br>Не забудь подписаться на полезные ссылки:<br>
<a href="https://1920.rusff.me/viewtopic.php?id=17#p27">Самые горячие новости</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=14#p24">Поиск игры и выяснение отношений</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=313#p14617">Банк</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=16#p26">Уход и отсутствие</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=15#p25">Вопросы и предложения (перенос эпизодов)</a><br>
<br>ПРИЯТНОЙ ИГРЫ!
<!-- КОНЕЦ ТЕКСТА --></div></div></div>[/html]
--------------------------------------------
КУПОНЫ
Поделиться1652025-06-01 22:26:45
[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>
<div class="shipro-description">
Для того, чтобы стать полноправным гражданином, вам необходимо заполнить в этой же теме представленные ниже коды в течении пяти дней.<br><br>
<p>Не забывайте вставлять в [code*][*/code] — звездочку (*) надо удалять.</p><br>
</div>
</div>
</div>
<!-- Можете поставить следом ещё одну такую же про другого персонажа -->
[/html]
ЛЗ:
Код:<div class="lz"><a class="name" href="ссылка на анкету"><b>Имя Фамилия (рус.)</b>, 00</a></a><p>профессия, чем занимается персонаж <a href="ссылка на профиль">важный человек (жена, муж, любовник, брат, сестра - хоть мама</a></p>—<br><i>сюда можно добавить короткую цитату (до 15ти слов)</i></div>ЗАНЯТЫЕ ВНЕШНОСТИ:
Код:<p class="guest-item">имя фамилия (англ.)- <a href="ССЫЛКА НА ПРОФИЛЬ">имя фамилия (англ.)</a></p>ПРОФЕССИЯ:
Код:[url=https://ССЫЛКА НА ПРОФИЛЬ]Name Surname (анг.)[/url] - род деятельности, должность.
Поделиться1662025-06-01 22:50:21
<div class="lz"><a class="name" href="https://1920.rusff.me/viewtopic.php?id=345#p22401"><b>Натали Фогельман</b>, 25 </a></a><p> певица —<br><i>Не гляди на ее запястья И с плечей ее льющийся шелк. Я искал в этой женщине счастья, А нечаянно гибель нашел.</i></div
>
<p class="guest-item"> Kaya Scodelario - <a href="https://1920.rusff.me/profile.php?id=82">Nataly Fogelman</a></p>
[url=https://1920.rusff.me/profile.php?id=82]Nataly Fogelman[/url] - звезда, певица.
Поделиться1672025-06-05 07:22:20
[html]<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet"><style>
#ship4 {display:flex; align-items: center; box-sizing:border-box; overflow:hidden; width:600px; height:250px; margin:auto auto auto 2em; padding: 20px 0; background: #1c1c1c;} /* shipovnik */
.shimg {order:2; background: 80% 20% no-repeat; background-size: cover; width:200px; height:250px; margin:-20px auto;}
.shimg::after {display: block; content: ""; background: transparent; width: 0; height: 0; margin-right: 200px; margin-top: -2px; border-left: 60px solid #1c1c1c; border-bottom: 254px solid transparent;}
.stx1 {order:1; width: 300px; box-sizing: border-box; text-align: center; line-height: 130%; font-size:11px; padding: 0 0 0 26px;}
/* НАЗВАНИЕ ЭПИЗОДА */
.stx1 > h5 {position: relative; margin-right: -30px; line-height: 100%; font-style:normal !important; font-weight:400;
font-size: 34px;
font-family: "Dancing Script", Times New Roman, serif;
color: #c9a066;
text-shadow: 0 0 3px #000, 0 0 20px #c9a066;
}
.stx2 {display: block; overflow: auto; max-height: 120px; text-align: justify; padding-right: 10px; text-shadow: 0 0 2px #000; color: #949494;}
.stx2::-webkit-scrollbar {width: 3px; height:3px; background-color: transparent;}
.stx2::-webkit-scrollbar-thumb {background: #232323;}
</style>
<div id="ship4">
<div class="shimg" style="background-image: url(https://upforme.ru/uploads/0019/49/95/2/61858.png);"></div>
<div class="stx1">
<h5>Добро пожаловать в РЕВУЩИЕ 20-Е!</h5>
<div class="stx2"><!-- ТЕКСТ -->
<br>
Люди полагают, что границами и рубежами можно создать нации. Чепуха - это делают только слова. Верования, декларации, конституции. Ложь, обещания, надежды, мифы и легенды. История. © "Пророки" Либба Брэй<br>
<br>Не забудь подписаться на полезные ссылки:<br>
<a href="https://1920.rusff.me/viewtopic.php?id=17#p27">Самые горячие новости</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=14#p24">Поиск игры и выяснение отношений</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=313#p14617">Банк</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=16#p26">Уход и отсутствие</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=15#p25">Вопросы и предложения (перенос эпизодов)</a><br>
<br>ПРИЯТНОЙ ИГРЫ!
<!-- КОНЕЦ ТЕКСТА --></div></div></div>[/html]
Поделиться1682025-06-05 07:22:38
[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>
<div class="shipro-description">
Для того, чтобы стать полноправным гражданином, вам необходимо заполнить в этой же теме представленные ниже коды в течении пяти дней.<br><br>
<p>Не забывайте вставлять в [code*][*/code] — звездочку (*) надо удалять.</p><br>
</div>
</div>
</div>
<!-- Можете поставить следом ещё одну такую же про другого персонажа -->
[/html]
ЛЗ:
Код:<div class="lz"><a class="name" href="ссылка на анкету"><b>Имя Фамилия (рус.)</b>, 00</a></a><p>профессия, чем занимается персонаж <a href="ссылка на профиль">важный человек (жена, муж, любовник, брат, сестра - хоть мама</a></p>—<br><i>сюда можно добавить короткую цитату (до 15ти слов)</i></div>ЗАНЯТЫЕ ВНЕШНОСТИ:
Код:<p class="guest-item">имя фамилия (англ.)- <a href="ССЫЛКА НА ПРОФИЛЬ">имя фамилия (англ.)</a></p>ПРОФЕССИЯ:
Код:[url=https://ССЫЛКА НА ПРОФИЛЬ]Name Surname (анг.)[/url] - род деятельности, должность.
Поделиться1692025-06-05 09:33:48
<div class="lz"><a class="name" href="https://1920.rusff.me/viewtopic.php?id=349#p22901"><b>София Коэн</b>, 20</a></a><p>пианистка</p>—<br><i>I've heard there was a secret chord.</i></div>
<p class="guest-item">Anya Taylor-Joy - <a href="https://1920.rusff.me/profile.php?section=view&id=83">Sophia Cohen</a></p>
[url=https://1920.rusff.me/profile.php?section=view&id=83]Sophia Cohen[/url] - пианистка
Поделиться1702025-07-12 10:30:27
[html]<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet"><style>
#ship4 {display:flex; align-items: center; box-sizing:border-box; overflow:hidden; width:600px; height:250px; margin:auto auto auto 2em; padding: 20px 0; background: #1c1c1c;} /* shipovnik */
.shimg {order:2; background: 80% 20% no-repeat; background-size: cover; width:200px; height:250px; margin:-20px auto;}
.shimg::after {display: block; content: ""; background: transparent; width: 0; height: 0; margin-right: 200px; margin-top: -2px; border-left: 60px solid #1c1c1c; border-bottom: 254px solid transparent;}
.stx1 {order:1; width: 300px; box-sizing: border-box; text-align: center; line-height: 130%; font-size:11px; padding: 0 0 0 26px;}
/* НАЗВАНИЕ ЭПИЗОДА */
.stx1 > h5 {position: relative; margin-right: -30px; line-height: 100%; font-style:normal !important; font-weight:400;
font-size: 34px;
font-family: "Dancing Script", Times New Roman, serif;
color: #c9a066;
text-shadow: 0 0 3px #000, 0 0 20px #c9a066;
}
.stx2 {display: block; overflow: auto; max-height: 120px; text-align: justify; padding-right: 10px; text-shadow: 0 0 2px #000; color: #949494;}
.stx2::-webkit-scrollbar {width: 3px; height:3px; background-color: transparent;}
.stx2::-webkit-scrollbar-thumb {background: #232323;}
</style>
<div id="ship4">
<div class="shimg" style="background-image: url(https://upforme.ru/uploads/0019/49/95/2/61858.png);"></div>
<div class="stx1">
<h5>Добро пожаловать в РЕВУЩИЕ 20-Е!</h5>
<div class="stx2"><!-- ТЕКСТ -->
<br>
Люди полагают, что границами и рубежами можно создать нации. Чепуха - это делают только слова. Верования, декларации, конституции. Ложь, обещания, надежды, мифы и легенды. История. © "Пророки" Либба Брэй<br>
<br>Не забудь подписаться на полезные ссылки:<br>
<a href="https://1920.rusff.me/viewtopic.php?id=17#p27">Самые горячие новости</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=14#p24">Поиск игры и выяснение отношений</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=313#p14617">Банк</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=16#p26">Уход и отсутствие</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=15#p25">Вопросы и предложения (перенос эпизодов)</a><br>
<br>ПРИЯТНОЙ ИГРЫ!
<!-- КОНЕЦ ТЕКСТА --></div></div></div>[/html]
Поделиться1712025-07-12 10:30:44
[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>
<div class="shipro-description">
Для того, чтобы стать полноправным гражданином, вам необходимо заполнить в этой же теме представленные ниже коды в течении пяти дней.<br><br>
<p>Не забывайте вставлять в [code*][*/code] — звездочку (*) надо удалять.</p><br>
</div>
</div>
</div>
<!-- Можете поставить следом ещё одну такую же про другого персонажа -->
[/html]
ЛЗ:
Код:<div class="lz"><a class="name" href="ссылка на анкету"><b>Имя Фамилия (рус.)</b>, 00</a></a><p>профессия, чем занимается персонаж <a href="ссылка на профиль">важный человек (жена, муж, любовник, брат, сестра - хоть мама</a></p>—<br><i>сюда можно добавить короткую цитату (до 15ти слов)</i></div>ЗАНЯТЫЕ ВНЕШНОСТИ:
Код:<p class="guest-item">имя фамилия (англ.)- <a href="ССЫЛКА НА ПРОФИЛЬ">имя фамилия (англ.)</a></p>ПРОФЕССИЯ:
Код:[url=https://ССЫЛКА НА ПРОФИЛЬ]Name Surname (анг.)[/url] - род деятельности, должность.
Поделиться1722025-07-12 10:46:07
<div class="lz"><a class="name" href="https://1920.rusff.me/viewtopic.php?id=366#p28830"><b>Астория Мелисса Гилберт</b>, 60</a></a><p>финансист, инвестор, меценат, филантроп, поддерживает и покровительствует суфражисткам</div>
<p class="guest-item">Deborah Grover - <a href="https://1920.rusff.me/profile.php?id=89">Astoria M. Gilbert</a></p>
[url=https://1920.rusff.me/profile.php?id=89]Astoria M. Gilbert[/url] - финансист, инвестор, меценат, филантроп
Поделиться1732025-07-13 10:00:00
[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>
<div class="shipro-description">
Для того, чтобы стать полноправным гражданином, вам необходимо заполнить в этой же теме представленные ниже коды в течении пяти дней.<br><br>
<p>Не забывайте вставлять в [code*][*/code] — звездочку (*) надо удалять.</p><br>
</div>
</div>
</div>
<!-- Можете поставить следом ещё одну такую же про другого персонажа -->
[/html]
ЛЗ:
Код:<div class="lz"><a class="name" href="ссылка на анкету"><b>Имя Фамилия (рус.)</b>, 00</a></a><p>профессия, чем занимается персонаж <a href="ссылка на профиль">важный человек (жена, муж, любовник, брат, сестра - хоть мама</a></p></div>ЗАНЯТЫЕ ВНЕШНОСТИ:
Код:<p class="guest-item">имя фамилия (англ.)- <a href="ССЫЛКА НА ПРОФИЛЬ">имя фамилия (англ.)</a></p>ПРОФЕССИЯ:
Код:[url=https://ССЫЛКА НА ПРОФИЛЬ]Name Surname (анг.)[/url] - род деятельности, должность.
Поделиться1742025-07-13 10:54:43
<div class="lz"><a class="name" href="https://1920.rusff.me/viewtopic.php?id=367"><b>Ванесса Крейн</b>, 27</a></a><p>Не работает, увлечена идеями суфражисток, участвует в благотворительной деятельности, замужем за <a href="https://1920.rusff.me/profile.php?id=91">Чарльзом Крейном</a></p></div>
<p class="guest-item">Vanessa Kirby - <a href="https://1920.rusff.me/profile.php?id=2">Vanessa Anna Crane</a></p>
[url=https://1920.rusff.me/profile.php?id=2]Vanessa A. Crane[/url] - Не работает, увлечена идеями суфражисток, участвует в благотворительной деятельности.
Поделиться1752025-07-13 11:27:59
[html]<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet"><style>
#ship4 {display:flex; align-items: center; box-sizing:border-box; overflow:hidden; width:600px; height:250px; margin:auto auto auto 2em; padding: 20px 0; background: #1c1c1c;} /* shipovnik */
.shimg {order:2; background: 80% 20% no-repeat; background-size: cover; width:200px; height:250px; margin:-20px auto;}
.shimg::after {display: block; content: ""; background: transparent; width: 0; height: 0; margin-right: 200px; margin-top: -2px; border-left: 60px solid #1c1c1c; border-bottom: 254px solid transparent;}
.stx1 {order:1; width: 300px; box-sizing: border-box; text-align: center; line-height: 130%; font-size:11px; padding: 0 0 0 26px;}
/* НАЗВАНИЕ ЭПИЗОДА */
.stx1 > h5 {position: relative; margin-right: -30px; line-height: 100%; font-style:normal !important; font-weight:400;
font-size: 34px;
font-family: "Dancing Script", Times New Roman, serif;
color: #c9a066;
text-shadow: 0 0 3px #000, 0 0 20px #c9a066;
}
.stx2 {display: block; overflow: auto; max-height: 120px; text-align: justify; padding-right: 10px; text-shadow: 0 0 2px #000; color: #949494;}
.stx2::-webkit-scrollbar {width: 3px; height:3px; background-color: transparent;}
.stx2::-webkit-scrollbar-thumb {background: #232323;}
</style>
<div id="ship4">
<div class="shimg" style="background-image: url(https://upforme.ru/uploads/0019/49/95/2/61858.png);"></div>
<div class="stx1">
<h5>Добро пожаловать в РЕВУЩИЕ 20-Е!</h5>
<div class="stx2"><!-- ТЕКСТ -->
<br>
Люди полагают, что границами и рубежами можно создать нации. Чепуха - это делают только слова. Верования, декларации, конституции. Ложь, обещания, надежды, мифы и легенды. История. © "Пророки" Либба Брэй<br>
<br>Не забудь подписаться на полезные ссылки:<br>
<a href="https://1920.rusff.me/viewtopic.php?id=17#p27">Самые горячие новости</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=14#p24">Поиск игры и выяснение отношений</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=313#p14617">Банк</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=16#p26">Уход и отсутствие</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=15#p25">Вопросы и предложения (перенос эпизодов)</a><br>
<br>ПРИЯТНОЙ ИГРЫ!
<!-- КОНЕЦ ТЕКСТА --></div></div></div>[/html]
Поделиться1762025-07-13 11:28: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>
<div class="shipro-description">
Для того, чтобы стать полноправным гражданином, вам необходимо заполнить в этой же теме представленные ниже коды в течении пяти дней.<br><br>
<p>Не забывайте вставлять в [code*][*/code] — звездочку (*) надо удалять.</p><br>
</div>
</div>
</div>
<!-- Можете поставить следом ещё одну такую же про другого персонажа -->
[/html]
ЛЗ:
Код:<div class="lz"><a class="name" href="ссылка на анкету"><b>Имя Фамилия (рус.)</b>, 00</a></a><p>профессия, чем занимается персонаж <a href="ссылка на профиль">важный человек (жена, муж, любовник, брат, сестра - хоть мама</a></p>—<br><i>сюда можно добавить короткую цитату (до 15ти слов)</i></div>ЗАНЯТЫЕ ВНЕШНОСТИ:
Код:<p class="guest-item">имя фамилия (англ.)- <a href="ССЫЛКА НА ПРОФИЛЬ">имя фамилия (англ.)</a></p>ПРОФЕССИЯ:
Код:[url=https://ССЫЛКА НА ПРОФИЛЬ]Name Surname (анг.)[/url] - род деятельности, должность.
Поделиться1772025-07-13 11:32:50
<div class="lz"><a class="name" href="https://1920.rusff.me/viewtopic.php?id=368#p29087"><b>Чарльз Мэттью Крейн</b>, 35</a></a><p>заведующий отделением хирургии в New York Hospital, <a href="https://1920.rusff.me/profile.php?id=90">женат на Ванессе Крейн</a></div>
<p class="guest-item">Ralph Fiennes- <a href="https://1920.rusff.me/profile.php?id=91">Charles M. Crane</a></p>
[url=https://1920.rusff.me/profile.php?id=91]Charles M. Crane[/url] - заведующий отделением хирургии в New York Hospital
Поделиться1782025-07-25 19:46:21
[html]<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet"><style>
#ship4 {display:flex; align-items: center; box-sizing:border-box; overflow:hidden; width:600px; height:250px; margin:auto auto auto 2em; padding: 20px 0; background: #1c1c1c;} /* shipovnik */
.shimg {order:2; background: 80% 20% no-repeat; background-size: cover; width:200px; height:250px; margin:-20px auto;}
.shimg::after {display: block; content: ""; background: transparent; width: 0; height: 0; margin-right: 200px; margin-top: -2px; border-left: 60px solid #1c1c1c; border-bottom: 254px solid transparent;}
.stx1 {order:1; width: 300px; box-sizing: border-box; text-align: center; line-height: 130%; font-size:11px; padding: 0 0 0 26px;}
/* НАЗВАНИЕ ЭПИЗОДА */
.stx1 > h5 {position: relative; margin-right: -30px; line-height: 100%; font-style:normal !important; font-weight:400;
font-size: 34px;
font-family: "Dancing Script", Times New Roman, serif;
color: #c9a066;
text-shadow: 0 0 3px #000, 0 0 20px #c9a066;
}
.stx2 {display: block; overflow: auto; max-height: 120px; text-align: justify; padding-right: 10px; text-shadow: 0 0 2px #000; color: #949494;}
.stx2::-webkit-scrollbar {width: 3px; height:3px; background-color: transparent;}
.stx2::-webkit-scrollbar-thumb {background: #232323;}
</style>
<div id="ship4">
<div class="shimg" style="background-image: url(https://upforme.ru/uploads/0019/49/95/2/61858.png);"></div>
<div class="stx1">
<h5>Добро пожаловать в РЕВУЩИЕ 20-Е!</h5>
<div class="stx2"><!-- ТЕКСТ -->
<br>
Люди полагают, что границами и рубежами можно создать нации. Чепуха - это делают только слова. Верования, декларации, конституции. Ложь, обещания, надежды, мифы и легенды. История. © "Пророки" Либба Брэй<br>
<br>Не забудь подписаться на полезные ссылки:<br>
<a href="https://1920.rusff.me/viewtopic.php?id=17#p27">Самые горячие новости</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=14#p24">Поиск игры и выяснение отношений</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=313#p14617">Банк</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=16#p26">Уход и отсутствие</a><br>
<a href="https://1920.rusff.me/viewtopic.php?id=15#p25">Вопросы и предложения (перенос эпизодов)</a><br>
<br>ПРИЯТНОЙ ИГРЫ!
<!-- КОНЕЦ ТЕКСТА --></div></div></div>[/html]
Поделиться1792025-07-25 19:46:43
[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>
<div class="shipro-description">
Для того, чтобы стать полноправным гражданином, вам необходимо заполнить в этой же теме представленные ниже коды в течении пяти дней.<br><br>
<p>Не забывайте вставлять в [code*][*/code] — звездочку (*) надо удалять.</p><br>
</div>
</div>
</div>
<!-- Можете поставить следом ещё одну такую же про другого персонажа -->
[/html]
ЛЗ:
Код:<div class="plashka"><a href="ССЫЛКА НА АНКЕТУ"><img src="https://upforme.ru/uploads/0019/49/95/2/895206.png" title="Имя Фамилия (рус.), 00 лет. Описание чем персонаж занят (профессия, то, что определяет персонажа)."></a></div>ЗАНЯТЫЕ ВНЕШНОСТИ:
Код:<p class="guest-item">имя фамилия (англ.)- <a href="ССЫЛКА НА ПРОФИЛЬ">имя фамилия (англ.)</a></p>ПРОФЕССИЯ:
Код:[url=https://ССЫЛКА НА ПРОФИЛЬ]Name Surname (анг.)[/url] - род деятельности, должность.ЛИЧНАЯ СТРАНИЦА:
Код:[mark]••••••••••••••••••••[/mark] [table layout=auto width=100%] [tr] [td colspan=4 bgcolor=#111111 width=100% hight=5px][align=center][font=Courier New][color=silver]ЦИТАТА, СТИХ, ИЛИ ДР.[/color][/font][/align][/td] [/tr] [tr] [td rowspan=8 width=1%][/td] [td width=50%][align=center] [b]ИМЯ ФАМИЛИЯ (РУС.)[/b] вторая фамилия (если была) в девичестве (для дам) ••••••••••••••••••••••••••••••• [b]Возраст:[/b] указать; [b]Занятость:[/b] указать; [b]Живет:[/b] указать; [b]Связи с криминалом:[/b] указать; [b]Семейное положение:[/b] указать со ссылкой на профиль пары (если есть на проекте); [/align][/td] [td width=48%][align=center][img]ссылка на фото или gif[/img][/align][/td] [td rowspan=8 width=1%][/td][/tr] [tr][td colspan=2 width=88%][align=center][b]ПОДАРКИ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center]ЗАПОЛНЯЕТ АДМИНИСТРАЦИЯ[/align] [/td][/tr] [tr][td colspan=2 width=88%][align=center][b]НАГРАДЫ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center][abbr="Добро пожаловать в город!"][img]https://upforme.ru/uploads/0019/49/95/2/422016.png[/img][/abbr][/align][/td][/tr] [tr][td colspan=2 width=88%][align=center][b]КУПОНЫ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center]ЗАПОЛНЯЕТ АДМИНИСТРАЦИЯ[/align][/td][/tr] [tr][td colspan=2 width=88%][align=center][b]ПЛАШКИ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center][img]https://upforme.ru/uploads/0019/49/95/2/895206.png[/img] [/align][/td][/tr] [/table]
Поделиться1802025-07-26 18:18:00
<div class="plashka"><a href="https://1920.rusff.me/viewtopic.php?id=391#p30107"><img src="https://upforme.ru/uploads/0019/49/95/2/895206.png" title="Бен «Багси» Сигел, 38 лет. Гангстер"></a></div>
<p class="guest-item">Jeffrey Dean Morgan- <a href="https://1920.rusff.me/profile.php?id=92">Ben Siegel</a></p>
[url=https://https://1920.rusff.me/profile.php?id=92]Ben Siegel[/url] - член семьи Дженовезе, капо
[mark]••••••••••••••••••••[/mark] [table layout=auto width=100%] [tr] [td colspan=4 bgcolor=#111111 width=100% hight=5px][align=center][font=Courier New][color=silver]«Everyone's a gangster until a gangster walks in the room»[/color][/font][/align][/td] [/tr] [tr] [td rowspan=8 width=1%][/td] [td width=50%][align=center] [b]БЕН «БАГСИ» СИГЕЛ[/b] ••••••••••••••••••••••••••••••• [b]Возраст:[/b] 38 лет; [b]Занятость:[/b] гангстер; [b]Живет:[/b] Нью-Йорк; [b]Связи с криминалом:[/b] капореджиме семьи Дженовезе; [b]Семейное положение:[/b] женат на Марии Сигел; [/align][/td] [td width=48%][align=center][img]https://i.ibb.co/Z1mJTYXw/VFB.png[/img][/align][/td] [td rowspan=8 width=1%][/td][/tr] [tr][td colspan=2 width=88%][align=center][b]ПОДАРКИ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center]ЗАПОЛНЯЕТ АДМИНИСТРАЦИЯ[/align] [/td][/tr] [tr][td colspan=2 width=88%][align=center][b]НАГРАДЫ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center][abbr="Добро пожаловать в город!"][img]https://upforme.ru/uploads/0019/49/95/2/422016.png[/img][/abbr][/align][/td][/tr] [tr][td colspan=2 width=88%][align=center][b]КУПОНЫ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center]ЗАПОЛНЯЕТ АДМИНИСТРАЦИЯ[/align][/td][/tr] [tr][td colspan=2 width=88%][align=center][b]ПЛАШКИ[/b] ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[/align] [align=center][img]https://upforme.ru/uploads/0019/49/95/2/895206.png[/img] [/align][/td][/tr] [/table]

























