up down

Наступил новый Апокалипсис XXI века, разрушивший привычный мир. Но смогут ли выжившие победить вирус и смерть и создать новую мирную жизнь на осколках старой цивилизации, покажет время...

следят за хатой

18+

вещают легенды

Caitlin Fox: надо раскрутить Итана ещё на 3 сообщения а потом любоваться и офигевать, а чего так много. флудер что ли

пишут посты

флудят и вайбуют

в розыске

пост мечты

Мой взгляд, доселе прикованный к лицу собеседника, медленно, почти неохотно соскальзывает в сторону, уносясь в блёклый акварельный мазок за оконным стеклом, где краски городских пейзажей смазывались в одно бесконечное пятно. Беседа коснулась темы, с которой я не могла согласиться, и тишина стала моим единственным союзником в этом молчаливом несогласии. Чужая душа, конечно, потёмки, но мне, не первый год вращающейся в мире организованной преступности, было непостижимо: отчего же второй за последнее время член синдиката, занимающий в иерархии ту же ступень, что и я, столь недвусмысленно даёт понять, что имеет виды на использование моих Воспитанников? И собирается делать это теми методами, какие сочтёт нужными, не особенно считаясь с теми задачами, что я выполняла в Доме Очага по поручению Дона.ЧИТАТЬ ДАЛЬШЕ

эпизод мечты

торчат в сюжет: саймон - 30.03 // феликс - 30.03. // аларик-25.03

The raven

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

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


Вы здесь » The raven » needed » Их разыскивает полиция (или нужные персонажи)


Их разыскивает полиция (или нужные персонажи)

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

1

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">name, surname, age</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="#" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>face name</b></div>
<div class="char-race">race</div>
    <div class="char-occupation">деятельность, зона</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>ТЕКСТ ЗАЯВКИ</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Код:
[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">name, surname, age</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="#" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>face name</b></div>
	<div class="char-race">race</div>
    <div class="char-occupation">деятельность, зона</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>ТЕКСТ ЗАЯВКИ</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none; 
}

</style>
[/html]

+2

2

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Sara Bronte, 22-27</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/69c1b237db7ef4888e58e32985c7ad59/tumblr_inline_nl8wn9NijG1rifr4k.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Willa Holland</b></div>
<div class="char-race">человек</div>
    <div class="char-occupation">любая деятельность, epano</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Наша семья охотников берёт своё начало ещё в 15 веке и связана с именем Римуса Бронте — того самого, который первым написал бестиарий, содержащий в себе не только названия и подробные описания магических существ, населявших город, но и способы их истребления. Там были собраны далеко не все представители магического мира, зато для имеющихся указаны все их слабые места. Как заветный артефакт, книга передавалась из поколения в поколение, пока не дошла до нынешнего владельца — меня. Я, в свою очередь, основываясь на уже имеющейся информации и своём современном опыте, создал новый бестиарий, в который теперь входят все известные на данный момент магические существа, включая уникальные и редкие расы.
Вместе с другими людьми мы создали вирус, от которого теперь страдают сверхъестественные существа.<br><br>
♦ ВСЁ, ЧТО ТЕБЕ ВАЖНО ЗНАТЬ
Поворот истории может быть абсолютно любым. Ты можешь как поддерживать семейное дело, так и быть против него, не желая нести вред живым существам (или, например, будучи в отношениях с одним из них). У меня есть общая история семьи, в анкете нет упоминаний сестры (я тогда не планировал хд), поэтому биография Сары (имя можно изменить) практически как чистый лист.
Если нужно пожевать стекла а мы любители этого дела, то вполне можно сыграть противостояние двух наследников Римуса. Если стекла хочется поменьше, то будем идти бок о бок. В общем — открыт к обсуждениям и предложениям)</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-04 12:30:31

+3

3

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Evan Lightwood, 22</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/a38af620e8f43b6ac5b69b07946dc0a1/3805427d51b1f376-87/s400x600/1405ffaff5aea1ebde1560ae8e19ef04bc0750ad.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Dylan Sprouse</b></div>
<div class="char-race">райдзю</div>
    <div class="char-occupation">военный/бывший военный/сообщник мафии, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>После школы Эван заявил, что хочет связать свою жизнь с армией. И каково было его удивление, когда Джагг пошел служить вместе с ним. Он не знал какие мотивы двигали братом, который в открытую смеялся над его желанием защищать свою страну на полях сражений. Возможно, Джаг просто пытался поддержать своего близнеца.
И вот они снова оказались заняты одним делом. Два солдата-новобранца, шагающих по жизни в одном направлении, но к абсолютно разным целям.
Как бы они не соперничали, но Эван всегда знал, что Джагг его самый близкий человек, который всегда прикроет спину. И тем сильнее был для него удар, когда брат решил уйти из армии, а вместе с тем и пропасть со всех радаров.
Эван впервые остался один без своего близнеца, который буквально растворился в воздухе, сменив номер телефона и уехав в неизвестном направлении.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-04 12:44:50

+3

4

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Olivia Grimes, 28</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/d3f103908e1219f358a93cbc34439f20/tumblr_mul7617wXq1rdwk62o5_r1_250.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Barbara Palvin</b></div>
<div class="char-race">оборотень</div>
    <div class="char-occupation">деятельность любая, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Кайл — это типичный пример того, кто с рождения стремился к власти и уникальности.
Он родился обычным оборотнем в обычной, ничем не примечательной стае. Первенцы в любой семье оборотней всегда значили для родителей гораздо больше, чем младшие дети, и Кайлу не повезло оказаться последним. Старшую сестру воспитывали, как защитницу семьи, поэтому Кайлу постоянно казалось, что ей уделяют намного больше внимания, а он на самом деле никому не нужен.
Когда Кайлу исполнилось 18, он покинул общий дом и никак с семьёй не контактировал, но, может, его дорога и дорога его сестры всё же смогли пересечься...</p> <br><br>
♦ ВСЁ, ЧТО ТЕБЕ ВАЖНО ЗНАТЬ
Я бы хотел больше враждебных отношений, которые впоследствии могут прийти к чему-то если не семейному, то более нейтральному. Может, именно сестра сможет убедить меня перестать охотиться за властью.
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-04 15:51:18

+2

5

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Malia, 25+</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/9f4523816432fa26b60f1827865226cf/tumblr_inline_nyd7okbakm1rifr4k_500.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>shelley hennig</b></div>
<div class="char-race">оборотень (альфа-одиночка)</div>
    <div class="char-occupation">безработная, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Малия до сих пор не может понять, что пошло не так. Кому ее семья могла настолько стать поперек горла. Родители не посвящали младших членов стаи в дела, поэтому понять что-то было весьма сложно. Да, быть сверхъестественным существом, значит быть всегда под ударом, но, чтобы настолько. Случившееся можно назвать лишь одним словом – резня.
В феврале 2023 года Кайл услышал, как стая оборотней, которая его приютила, что-то не поделила с другой малочисленной стаей. Граймс включился в обсуждения и буквально раздул из мухи слона настолько, что стаи решили помериться силой. Зачем ему это было нужно? А кто не хочет быть альфой, когда есть возможность убить альфу другой стаи?
Других Кайл не трогал. Он выждал момент, когда сможет воткнуть нож в спину альфы в буквальном смысле. Кинжал, отлитый из серебра, смертельный, стоит ему соприкоснуться с сердцем.
Только Граймс не учёл одного: перед тем, как уходить, надо было проверить, настигла ли смерть альфу вместе с его перебитой стаей. Смерть настигла его, но настигла от руки дочери — Малии, которая и впитала в себя силу альфы. После этого эмоции захлестнули ее, она приняла облик волка.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-04 15:59:13

+2

6

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Dan Jones, 30-35</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/c32e238222d0c53baf493088cd77a0e5/tumblr_oojl2ySMWu1w8hqjvo5_400.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>dan stevens</b></div>
<div class="char-race">цербер</div>
    <div class="char-occupation">помощник шерифа, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Так и хочется начать заявку со слов: "Хочешь работать недалеко от дома со свободным графиком? В нашу команду требуются...". Но в связи с карантинными мерами из свободного графика у нас разве что плавающие выходные, потому что рук не хватает, в Чамили постоянно беспорядки и убийства, шериф закопан в бумагах, и без помощников ему не обойтись. Один из них в распоряжении уже имеется — это Джесси, но даже на маленький город этого мало. В полиции одни стажёры, которых некому обучать, да парочка церберов. В общем, как будем держать осаду — без понятия. О зарплате договоримся. У нас действительно мало полицейских, хотя, на мой взгляд, это одна из важнейших структур в условиях карантина. Работа и игры найдутся, главное — оптимизм и энергия хд</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-04 16:01:03

+2

7

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">
Chase, 25+</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/06e929d13adbb0581cd8a27f628b66e4/c11356fa4c46de35-04/s400x600/14ae4085ff31720683287de976710539eae2eb9d.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Hero Fiennes Tiffin</b></div>
<div class="char-race">раса любая</div>
    <div class="char-occupation">коп, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Мы знакомы с самого детства, но уже тогда поняли, что полные противоположности: мне всегда хотелось сделать что-нибудь против правил, ты старался меня осадить. Несмотря на то, что мы до сих пор дружим, ты не знаешь о том, чем я на самом деле занимаюсь, зато время от времени видишь меня в полицейском участке за какое-нибудь мелкое хулиганство. Возможно, когда-нибудь я даже спалюсь, как наёмник, но ты никогда не узнаешь, на кого я работаю. Да, скорее всего, я тебя разочарую, ведь кто бы мог подумать, что друг может стать убийцей. А может, ты всё ещё будешь верить в хорошее и не поймёшь, что скрывает в себе моя настоящая деятельность.</p> <br> <br>
♦ ВСЁ, ЧТО ТЕБЕ ВАЖНО ЗНАТЬ
Вообще я хотел бы отношений а-ля Эл и Лайт если смотрел тетрадь смерти хд, ну, или вместе впутаться в какое-нибудь приключение. Если выберешь не полицию, то можно подумать насчёт того, чтобы тебе тоже стать наёмником. В общем, всё будет зависеть от того, что ты выберешь и с какими идеями придёшь)
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-04 15:53:57

+1

8

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Isabelle Parker, 28-32</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/574a52f91d8f9e88f185446aa080087b/tumblr_inline_o3ftew3zIO1qlt39u_250.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Emeraude Toubia</b></div>
<div class="char-race">оборотень</div>
    <div class="char-occupation">эскорт, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Пускай Изи (пока буду называть так) и Лекс неродные брат и сестра, по тому, какие взаимоотношения у них выстроились, так не скажешь. Лекс всегда был для Изи опорой, старшим братом, защитником, на которого можно положиться. Их семьи всегда поддерживают друга, особенно в те времена, когда Лексу пришлось взять на себя роль альфы. Он может рассказать Изи всё, зная, что та никогда его не осудит.  Можно рассмотреть несколько вариантов событий: либо так же остаться типичными братом и сестрой, либо Изабель может не понравиться стая под руководством Лекса, и начнётся конфликт. Или узнать о том, что Лекс начал встречаться с девушкой на 16 лет младше, и попытаться вправить ему мозги, тоже начав конфликт.
Пишу от 1-го и 3-го лица, во всём остальном приспосабливаюсь. Как видно, заявка вдохновлена "Сумеречными охотниками", поэтому хотелось видеть сестру с похожим характером, но готов рассмотреть любой вариант.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-04 15:57:38

+1

9

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Jason Grimes, 48+</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://media.tenor.com/-iI27XqRzkwAAAAM/hugh-jackman-alright.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Hugh Jackman</b></div>
<div class="char-race">оборотень</div>
    <div class="char-occupation">бизнесмен, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>История практически чиста и имеет пространство для множество манёвров. У вас есть двое детей: старшая дочь Оливия и младший сын Кайл. <br>
Отец возлагал на дочь большие надежды и, вероятнее всего, готовил её к передачи управления компанией. Но поблажек никаких не делал и Лив начинала с самых низов: технолог, ведущий специалист, руководитель проекта и далее по карьерной лестнице — постепенно, шаг за шагом, спустя немалое количество времени, крови, пота и слёз, Граймс заслуженно становится заместителем директора. То есть заместителем своего отца. <br>
Первенцы в любой семье оборотней всегда значили для родителей гораздо больше, чем младшие дети, и Кайлу не повезло оказаться последним. Старшую сестру воспитывали, как защитницу семьи. <br>
Хотелось бы видеть, может, и не самого активного игрока, но того, кто действительно готов быть отцом уже взрослых и состоявшихся детей, один из которых, впрочем, является убийцей.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-05 21:10:51

0

10

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Derek Taylor</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://i.ibb.co/qYLwXpsS/1618d2597006e6da9ca0d66fb68a5dd6-1.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>JAY CORTNEY</b></div>
<div class="char-race">цербер</div>
    <div class="char-occupation">бармен, epano</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Ты — тот, про кого принято говорить "тёмная лошадка", потому что никто из нас не знает, какой ты на самом деле, даже несмотря на то, что мы с тобой друзья. Ну как, друзья, ты просто единственный, кто может вовремя отвесить мне люлей и не отхватить за это в ответ. Единственный, кто может найти на меня управу. Я бы соврал, если бы сказал, что дело далеко не в том, что ты цербер, но не только в этом. Для меня ты имеешь авторитет, как и для большинства посетителей клуба. Закрываешь глаза на многое, что я творю, если это не переходит твои собственные границы или не мешает делам клуба и Эды в частности. <br>
Я не любитель расписывать заявку, я за то, чтобы оставить пространство для творчества, так что я тебе оставляю его целиком и полностью. Я активный игрок, Итан, которого ты спас, когда я покушался на его кровь, тоже. Так что, как минимум, уже два игрока, который связаны с этой историей, а учитывая, что в epano проживает довольно много других личностей, а ты — бармен популярнейшего клуба, спрос будет большой. Ждём тебя!</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-05 21:14:42

0

11

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Hailey Frey, 35</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/ffc2ca81aee634cd4961f9163fbb13c3/tumblr_inline_oi4348OgSq1t80jpm_400.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Brie Larson</b></div>
<div class="char-race">вампир</div>
    <div class="char-occupation">messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Хейли и Курт познакомились, когда последний учился в академии фбр и ещё даже не был агентом. Тогда всё казалось интересным и романтичным, как в кино, где твой любимый — тайный агент цру, который по ночам спит с тобой в постели, а днями бегает за преступниками какой-нибудь скрытой личностью. И даже первые задания приносили больше восторга, чем ссор. Но всё изменилось, когда в семье появился ребёнок. Хейли захотелось пусть и не тихой семейной жизни, но уверенности в том, что её муж будет возвращаться домой без пулевых или ножевых ранений. Будет возвращаться домой в принципе, потому что некоторые задания требовали от него присутствия постоянно, и Курт мог не появляться дома около недели. Начались ссоры, скандалы, просьбы.

Сын рос, и терпение Хейли закончилось, когда Курта заново сожгли в его же машине. Нет, её не пугала жизнь с цербером, несмотря на то что сама она была человеком, но нервы сдали ещё раньше, а теперь осознание, что если бы не вселившийся в тело мужа дух, то он бы погиб, не дало Хейли жить рядом с мужчиной. Она больше не доверяла ему и тем более не доверяла жизнь их маленького сына. Собрав вещи и перешагнув порог, в сердцах женщина пообещала больше никогда не возвращаться.

Но...

Всегда бывает но. Несколько дней назад на неё напали. Став вампиром, которому постоянно хочется чужой крови, и испугавшись за жизнь собственного ребёнка, Хейли решила обратиться за помощью к бывшему мужу.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-05 21:17:27

0

12

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Ian Frey, 10-12</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://i.pinimg.com/originals/87/d6/2a/87d62a6d4a8387be029cd32a29bd86b2.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Walker Scobell</b></div>
<div class="char-race">человек</div>
    <div class="char-occupation">школьник, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Не то чтобы тут можно много, о чём рассказать. Мама и папа в неофициальном разводе, потому что папа когда-то слишком много внимания уделял работе и не смог сохранить семью. Несколько дней назад мама Коди, Хейли, стала вампиром, что и побудило её попросить помощи у твоего отца, то есть меня. Как во всём этом водовороте ужиться маленькому мальчику? Хороший вопрос, на который было бы интересно ответить. Впоследствии никто не запрещает стать укушенным оборотнем, например, или пойти в ряды охотников. Но изначально хотелось бы видеть всё-таки человека, так как родители Йена были людьми.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-05 21:19:57

0

13

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Tyler Brock, 18-20</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/c6768065cb90779392fbad13c0228358/020be2c4f4343719-cd/s250x400/c7ec3880f34cc5e31a60c5cd0b3395997c1a94e6.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Louis Partridge (допустима смена)</b></div>
<div class="char-race">человек</div>
    <div class="char-occupation">epano</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Родился Тай в Калифорнии в семье Дианы и Роберта, чью любовь мог почувствовать уже с самого рождения. Но семейная идиллия быстро превратилась в какой-то хаос, который Тай помнил лишь отрывками, ведь был совсем мал для того, чтобы осознать происходящее. Тем не менее, обстановка быстро поменялась, и вместо привычного дома мальчика ждал совсем другой – в Броунвене. Хотя он иногда виделся с родным отцом, всё же тёплые сыновьи чувства испытывал к отчиму: он с ним рос, мужчина о нём заботился, и не было ни одной причины перестать считать его настоящим папой, в отличие от Роберта, который мелькал в его жизни, а не был рядом. И всё же, когда парню стукнуло 12, начался переходный возраст, в который произошёл резкий пересмотр ценностей. Как итог – признание того, что у него есть родной отец, а мужчина, который живёт с матерью, — всего лишь отчим, вынужденный о нём заботиться. Ближе к 14 юноша уже смог открыто проявить это признание, встречи с отцом стали чаще и невынужденными, как было раньше, особенно когда тот переехал в город, поближе к сыну.
Время шло, Тайлер готовился к поступлению в колледж, но пришлось устроиться на дистанционную форму обучения из-за вспышки неизвестного вируса, охватившего город. <br>
Тай – это тот, про кого можно с лёгкостью сказать, что он душа компании. Открытый, искренний, добрый, что иногда оборачивается против него, но никогда не заставляет поступать иначе. Но при этом не пытается показать, что он дурак, ведь он совсем не такой.
Привычки, факты и увлечения (необязательны):
— обожает спорт <br>
— любит астрономию, хотя ни черта в ней не понимает (просто это романтично);<br>
— утро начинает с пробежки в парке;<br>
— в детстве состоял в скаутском движении;<br>
— любит всякие фильмы и сериалы о паранормальном, поэтому вечно к нему тянется (когда-нибудь ему оторвут за это его любопытный нос) <br>
Несколько месяцев Диана, сестра Кейна, скрывала, что они вернулись в Броунвен, но когда ситуация стала обостряться, а родной отец Тайлера погиб, конечно, обратилась за помощью к брату. Лонг был обижен на сестру за то, что она не навестила его даже во время похорон родителей, но не смог отказать в просьбе помочь приглядеть за сыном.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-05 21:22:54

0

14

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Axel Sierro, 26/120</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://upforme.ru/uploads/001c/00/4d/178/412513.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Dacre Montgomery</b></div>
<div class="char-race">вампир</div>
    <div class="char-occupation">деятельность любая, epano</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Аксель Сиерро родился в 1875 году в небольшом городке на северо-востоке Европы. С ранних лет он проявлял живой интерес к искусству и науке, мечтая стать выдающимся художником. В свои 26 лет Аксель уже имел репутацию талантливого мастера, создавая картины, которые сочетали в себе реализм и элементы символизма. Однако его жизнь кардинально изменилась в 1901 году, когда он столкнулся с темной стороной своего мира.

Это было время, когда промышленная революция охватила Европу, и в воздухе витали духи перемен. Аксель, полон амбиций, часто посетовал на свою непризнанность. Именно в этот период он встретил Даррена. Их знакомство началось с обсуждения искусства, но вскоре Даррен стал рассказывать Акселю о вечной жизни и свободе, которую дарует тьма. Эти идеи завладели разумом молодого художника, и он, преисполненный надеждой на бессмертие и признание, согласился стать вампиром.

Аксель Сиерро — это не просто вампир, а символ борьбы с самим собой и стремления к самовыражению. Его гордость и верность своим идеалам делают его уникальным существом в мире, где тьма и свет переплетаются, создавая неповторимую картину жизни. В его глазах горит огонь, который никогда не угаснет, пока он будет стремиться к своему искусству и поиску истинной свободы.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-09 16:43:04

0

15

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Sharon Bourn, 30/43</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://upforme.ru/uploads/001c/00/4d/178/597913.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Elizabeth Olsen</b></div>
<div class="char-race">вампир</div>
    <div class="char-occupation">деятельность любая, epano</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>В 2011 году, в возрасте 30 лет, Шэрон стала жертвой таинственного нападения. В одну из темных ночей, возвращаясь домой после вечеринки, она столкнулась с неизвестным существом, которое, как она позже узнала, оказалось вампиром. Это событие стало началом её новой жизни. Она была обращена в вампира, и с этого момента все, что она знала о мире, изменилось навсегда.

Первые дни после обращения были для Шэрон настоящим кошмаром. Она боролась с неутолимой жаждой крови и не знала, как контролировать свои новые инстинкты. Именно в этот момент на её пути появился Даррен — опытный вампир, который стал её наставником. Он помог ей разобраться в своих новых силах и научил контролировать жажду, что стало для Шэрон настоящим спасением. Даррен показал ей, как сосредоточиться на своих чувствах и не поддаваться первобытным инстинктам.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-09 16:44:06

0

16

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Joey Carter, 32/112</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://upforme.ru/uploads/001c/00/4d/178/788813.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Casey Deidrick</b></div>
<div class="char-race">вампир</div>
    <div class="char-occupation">деятельность любая, epano</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Его юность прошла в будоражащей атмосфере 1920-х, времени джаза и свободы. Однако с началом Второй мировой войны его жизнь кардинально изменилась. В 1942 году, полным решимости защитить свою страну, Джоуи отправляется на фронт.

На войне Джоуи столкнулся с ужасами, которые навсегда изменили его восприятие жизни. Его друг, Даррен, с которым они познакомились в армии, стал для него опорой в тяжелые времена. Оба они делили мечты о будущем, но с каждым днем войны их надежды становились все более туманными. В одном из боев Джоуи получил тяжелое ранение и оказался на грани смерти. Именно тогда Даррен, который уже был вампиром, принял решение спасти своего друга, обратив его в вампира.

Когда Джоуи пришел в себя, он обнаружил, что его жизнь как человека закончилась. Теперь он был вампиром, с вечной юностью и неутолимой жаждой крови. С одной стороны, он почувствовал себя свободным от страха войны, с другой — обрел бремя бессмертия. Даррен стал его учителем и наставником, знакомя с новыми возможностями и угрозами, которые таила в себе их новая жизнь.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-09 16:45:28

0

17

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Emmett Garza, 28/205</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://upforme.ru/uploads/001c/00/4d/178/473584.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Ian Somerhalder</b></div>
<div class="char-race">вампир</div>
    <div class="char-occupation">бармен в "Дункене", epano</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>В 1846 году, когда ему было 28 лет, его жизнь навсегда изменилась. Нападавшим был неизвестный, облик которого Эммет смутно помнит по сей день, но это были горящие глаза и невероятная сила. Он был обращён против своей воли, превращён в существо ночи.

Первые годы вампирской жизни были для Эммета мучительны. Он боролся с жаждой, с отвращением к своей новой природе, и с одиночеством. Он не мог больше общаться с людьми, которых любил, опасаясь навредить им. Эммету пришлось покинуть свой дом и начать скитаться, скрываясь в тени, изучая новые способности и законы вампирского мира. Он путешествовал по разным странам, наблюдая за ходом истории, но никогда не забывал о своей потерянной человечности.

За годы скитаний Эммет научился контролировать свою жажду, находить способы сосуществования с окружающим миром. Он избегал кровопролития, предпочитая более тонкие методы выживания. Эммет стал ценителем искусства, коллекционировал редкие книги и артефакты. Он научился разбираться в людях, замечать их слабости и использовать их, чтобы выжить.

В 2020 году Эммет, уставший от одиночества, решил осесть в современном мире. Он устроился на работу в бар Даррена. Даррен был другим вампиром, более старшим и опытным, который сумел создать своё убежище в этом быстро меняющемся мире. Их встреча была обоюдовыгодной: Даррен нуждался в надёжном сотруднике, а Эммет – в компании и возможности применить свои навыки.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-09 16:46:29

0

18

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Gregory Caruso, 40</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/af37d268691f9cc2a4d0f5900f48dfa2/tumblr_inline_o7jpp7YX6P1tgfl4u_250.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Cillian Murphy</b></div>
<div class="char-race">раса любая</div>
    <div class="char-occupation">наёмник, messi</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Твой отец когда-то выстроил целую империю, в которой я оказался той самой палкой в колесе, бельмом на глазу — называй, как хочешь. Ты должен был стать наследником этой империи, а Нью-Йорк — домом, в котором ты был бы хозяином. Кажется, это было предначертано тебе судьбой. Но Вито просчитался, когда думал, что никто не посмеет бросить ему вызов, что никто не будет претендовать на его место в мафиозной иерархии. Возможно, я был слишком молод и не осознавал всех рисков такого вызова, и всё-таки мне удалось подмять под себе немалую часть того, что было построено твоим отцом. Он не знал, что пригрел на своей груди змею.

Одним из ключевых моментов в его и моей жизни стало наше противостояние. В результате тщательно спланированной операции, включавшей в себя двойной крестовый переход и предательство со стороны одного из приближенных Карузо, я смог одержать победу. Я вообще умею быть очень убедительным. Конечно, и для меня не обошлось без последствий. Стоило мне заявить о независимости, как Вито объявил меня своим главным врагом. Не скрою, что мне пришлось бежать, но я не стыжусь этого, ведь в Броунвене, благодаря поддержке влиятельных семей Нью-Йорка, я возвёл новую империю, на мой взгляд, поубедительнее той, которую я мог содержать рядом с Карузо-старшим.

Как говорится, слухами земля полнится, так что и эти слухи дошли до Вито, который, наверное, надеялся, что никогда больше не вспомнит моего имени. К тому времени ты, его сын, уже зарекомендовал себя в качестве умелого наёмника, так что, когда отправить тебя за мной, было лишь вопросом времени. И время это подошло в начале 2024 года. <br><br>
Противостояние, интриги, интрижки — всё, что угодно, потому что эта ветка очень вкусная, здесь есть, где развернуться, есть, под кого копнуть, есть, с кем связаться. Мафия в Броунвене разрослась не хуже логова вампиров, мне кажется, последних даже в меньшинстве, так что огромное поле для деятельности. Несмотря на то, кем являюсь я, вряд ли смогу остаться бесстрастен к тому, что меня пытается убить прямой наследник Вито Карузо. У меня нет никакого интереса просто убивать Грегори, наоборот, как человек мстительный, я бы хотел перетянуть его на свою сторону. Какие средства будут для этого использованы, получится или нет — сугубо на откуп игроку. Я игрок стабильный, по ритму и объему постов подстраиваюсь свободно, люблю всякие хэды и обсуждения, так что вэлком</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-09 16:54:33

0

19

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Miles, 18-29 </div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://64.media.tumblr.com/6745fa0afe4a91f05addb470d89dc928/tumblr_inline_onx1wgX2Ee1uhx9vm_400.gifv" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Brandon Flynn/Jeremy Irvine</b></div>
<div class="char-race">кицунэ (можно обговорить)</div>
    <div class="char-occupation">деятельность любая, зона тоже</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>
Кто ты, сын мой?
Я никогда не знал о том, что ты появился на свет, и до сих пор не знаю ничего о тебе. Скажу больше, я даже не помню, как выглядит твоя мать, и когда мы с ней пересекались.
Ты можешь меня ненавидеть за то, что я не участвовал в твоей жизни, и из-за этого она пошла под откос, превратившись в самый настоящий кошмар, можешь просто не знать о том, что я существую, потому что воспитывался в полной и любящей семье, а можешь знать и пытаться найти, чтобы плюнуть в лицо и сказать, какой я моральный урод. Ты можешь быть любым и отношения между нами могут быть абсолютно разными.
История твоей семьи, детства и юношества остается на твое усмотрение. В заявке полет фантазии ничем не ограничиваю.

Для справки уточню, что твой биологический батя вор и мошенник, который привык жить на широкую ногу и попадать во всякие разные неприятности. А еще у тебя есть дед, о котором я и сам узнал лишь спустя полвека своей жизни. У нас это семейное, смекаешь?) </p>
<hr>
Не претендую на хорошие отношения между персонажами, но был бы рад, если бы нам удалось подружиться найти какую-нибудь точку соприкосновения.
Если заинтересует заявка, то я всегда на связи и открыт к обсуждениям.
<br>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-18 22:40:46

+1

20

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">Agathe Reagan, 18-20</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://upforme.ru/uploads/001c/00/4d/164/t966693.gif" style="top: 0px;" alt="faceclaim">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Danielle Campbell</b></div>
<div class="char-race">маг, иммун (обсуждаемо)</div>
    <div class="char-occupation">деятельность на твой выбор</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>Мы познакомились не так давно, наш путь был (или есть до сих пор) сложный, полный тяжелых в эмоциональном плане моментов, ведь я охотник, палач, а ты та, кого я не могу убить. Хочу, но не могу. Ты моя яма, но я продолжаю рыть. Ты тоже чувствуешь это притяжение, я тебе не безразличен, но ты боишься, однако страх не останавливает тебя от безрассудства, хоть я и пытаюсь оттолкнуть тебя, чтобы уберечь. Но одновременно с этим тону в тебе все больше. Я как мотылек, летящий на пламя, чтобы сгореть в нем без остатка, а ты — загнанная лань, которая любит своего егеря и готова перестать бежать, чтобы побыть в его объятиях, даже если это будут последние объятия в твоей жизни. Мы сумасшедшие. Мы безумные. Мы влюбленные, скованные цепями своего страха. Влюбленные, понимающие, что счастливого конца может и не быть, но мы все равно идем вперед, навстречу свистящим стрелам и огню.</p>
      <p style='text-align:center; font-width:bold; font-size:20px;'><u>Все, что тебе важно знать</u></p>
      <p style='text-indent: 14px;'> Я охотник, принадлежащий "клану" охотников, но живу по принципам, навязанным моим отцом. Для меня все сверхи — угроза, я пытаюсь сопротивляться своим инстинктам, но получается не всегда. Может, ты станешь той, кто будет сдерживать моего внутреннего демона?
Как игрок я стараюсь отвечать на посты быстро, не задерживая надолго. Не против общения и подогрева интереса к паре в виде обсуждения их жизни, мемасы и видосики приветствуются.
Все пункты заявки обсуждаемы, кроме внешности :В</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 50px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}
.char-gif img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}

</style>
[/html]

Пост написан 2026-03-18 23:45:20

0

21

[html]
<div class="char-wrapper">

  <!-- ИМЯ -->
  <div class="char-name">«Рыцари полной луны»</div>

  <div class="char-card"> <!--ЧТОБЫ СДЕЛАТЬ ЗАБРОНИРОВАННЫМ ПОСЛЕ card через пробел добавтиь TAKEN-->
    <div class="char-gif">
   <!--ССЫЛКА НА ФОТО-->   <img src="https://upforme.ru/uploads/001c/00/4d/101/146463.gif" style="top: 0px;" alt="faceclaim">
    </div>
      <div class="char-gif-gr">
   <!--ССЫЛКА НА ФОТО-->   
        <img class="face-1" title="
Внешность: Thomas Elms
Тебе от 24-27 лет. Ты самый старший из рыцарей. Первый, кто был принят Камилой в «кружок». До закрытия Академии был ассистентом преподавателя. Ты умен и сдержан, часто берешь на себя роль негласного лидера. До чертиков боишься кукол. Любишь хорошую выпивку и умеешь делать коктейли." src="https://upforme.ru/uploads/001c/00/4d/101/30683.gif" alt="1">
        <img class="face-2" title="
Внешность: Devery Jacobs
Тебе 19-21 год. Ты самый вспыльчивый и самоуверенный волк. До закрытия Академии была студенткой. Привыкла решать вопросы силой, ненавидишь слабость, расхлябанность и магов. Стойкая, выносливая и скрытная. Всегда первая кидаешься на амбразуру. Та, с кем не страшно идти в разведку." src="https://upforme.ru/uploads/001c/00/4d/101/328780.gif" alt="2">
        <img class="face-3" title="
Внешность: Adam DiMarco
Тебе 20-21 год. Ты самый смелый, самоотверженный и позитивный волк. До закрытия Академии был студентом старших курсов, спортсмен. Ты - душа компании, шутник и ходячая энциклопедия. Всегда знаешь, как подбодрить команду. Преданный друг. При решении важных вопросов твое мнение чаще всего оказывается в меньшинстве. У тебя доброе сердце, в котором есть место для каждого живого существа, однако это не мешает недолюбливать темных магов и всего, что с ними связано." src="https://upforme.ru/uploads/001c/00/4d/101/582112.gif" alt="3">
        <img class="face-4" title="
Внешность: Jake Manley
Тебе 18-19 лет. Ты самый молодой и не до конца контролирующий себя волк. До закрытия Академии был студентом факультета Черного ворона (так как являлся магом от рождения). Во время обучения был укушен и обращен в волка, потеряв все способности к магии. Ты часто принимаешь не до конца взвешенные и тактически верные решения. Ты молод и горяч, обладаешь пытливым умом и знаешь, где достать необходимую для дела информацию. Лояльно относишься к магам и знаешь больше всех про магию." src="https://upforme.ru/uploads/001c/00/4d/101/89280.gif" alt="4">
    </div>
   <!--ФИО--> <div class="char-proto"><b>Имена Рыцарей на ваше усмотрение</b></div>
<div class="char-race">оборотни</div>
    <div class="char-occupation">борьба с темной магией, проф. деятельность - любая</div>
    <div class="char-bio">
      <p style='text-indent: 14px;'>
    Здравствуй, путник? Ты слышал о Рыцарях, что живут в нашем городе? Да, да, самых настоящих! Не слышал? Тогда устраивайся поудобнее, сейчас расскажу.
<br>«Рыцари полной луны» – небольшая группа оборотней, ведущих скрытую борьбу со всеми проявлениями черной магии на территории Броунвена. Общество Рыцарей было сформирован на базе действующей еще на тот момент Академии девушкой по имени Камила Роуз и позиционировало себя поначалу как «кружок по интересам» для тех, кому сложнее принять и контролировать себя в новом волчьем обличии. Все члены Рыцарей – бывшие студенты или молодые преподаватели, являющиеся оборотнями не от рождения.
Со временем сущность кружка немногим изменилась. При изучении исторической и «магической» литературы была сформирована идея о том, что каждый обращенный оборотень является избранным для великой цели человеком. Не каждый человек после укуса альфы обращается в волка – им становится лишь тот, кто достоин.
Когда начался карантин, все стали искать виновных. Вирус неизвестной этиологии поражал каждого существа без исключения, оставляя нетронутыми лишь людей и магов. Тогда в молодых умах Рыцарей и возникла впервые теория о том, что за вирусом стоит магия. По мере того, как воздвигались стены и распространялась чума, группа оборотней, наряду с учебной деятельностью, занималась изучением вопросов, связанных с магией и ее взаимосвязью с вирусом. В конце концов, Рыцарями был сделан неутешительный вывод о том, что в свалившейся на город опасности виновны те, кто вразрез с природой и здравым смыслом внесли дисбаланс в естественный порядок вещей, экспериментируя с черной магией и уподобляясь ей. И чтобы предотвратить распространение смертей среди невинных жертв, нужно избавиться от всех темных магов на территории города, поддерживая порядок и впредь.
      Первоначальная деятельность Рыцарей велась на территории кампуса, а затем, после закрытия Академии, перетекла на улицы Броунвена
     
   <br>   Некоторые уточнения:
  - 2016 - год образования «кружка».
- После закрытия Академии Рэйвен Хиллс общество Рыцарей не распалось и продолжило свою деятельность тайно в одной из карантинных зон (на выбор).
  - Среди оборотней, входящих в состав группы, нет альфы (по сути, это союз одиночек).
  - Основатель кружка Камила Роуз была заражена вирусом и убита своими последователями.
  - Рыцари считают, что маг, однажды ступивший на путь черной магии, потерян. Такому магу нет места среди живых, ибо он может привнести в мир еще больший дисбаланс и куда более опасные вещи, чем вирус.
- Деятельность общества скрыта от посторонних.
  - Рыцари не только связаны общей идеей, но и в жизни поддерживают около дружеские отношения.
- Отсутствует конкретный лидер, все вопросы решаются совместно.
<br> На заявку вдохновил сериал «Тайный орден». И уж больно мне в нем понравилось взаимодействие главных героев-оборотней, что захотелось видеть их шайку и здесь.
<hr>Ребят действительно хочу видеть (знать и смотреть сериал не обязательно (но будет здорово, если смотрели), достаточно того, что написано в заявке). Биографии и прочее оставляю на усмотрение игроков. При возникновении вопросов, проконсультирую. Внешности менять нельзя. Могу взять на себя роль любого из рыцарей, если заявка заинтересует.</p>
    </div>

    <!-- Лента "ЗАНЯТ" -->
    <div class="char-taken-ribbon">ЗАНЯТ</div>
  </div>
</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@font-face {
  font-family: 'Leotaro';
  src: url('https://raw.githubusercontent.com/flamevector-rusff/fonts/main/Leotaro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.char-wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto;
  font-family: 'Leotaro', sans-serif;
}

.char-name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 8px 35px;
  font-size: 20px;
  border: 2px solid #228B22;
  border-radius: 18px;
  z-index: 5;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  color: #228B22;
  font-family: 'Leotaro', sans-serif;
}

.char-card {
  position: relative;
  width: 100%;
  height: 615px;
  color: #e8e8e8;
  background: url('https://i.pinimg.com/736x/22/29/2c/22292c73fc7f7f7a83e50d1aaa6a0815.jpg') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.char-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 20px;
}

.char-gif {
  position: relative;
  width: 320px;
  height: 220px;
  margin: 30px 50px auto 50px;
  border-radius: 20%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
 
}
.char-gif img {
  width: 320px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.char-gif-gr {
  position: absolute;
  width: 230px;
  height: 220px;
  margin: 30px auto auto auto;
  left: 400px;
  z-index: 2;
  top: 5px;
  filter:sepia(100%) hue-rotate(70deg) saturate(50%);
}

.face-1 {
  position: absolute;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.face-1:hover{
    filter: grayscale(50%) contrast(1.2);
    opacity: 0.85;
cursor: help;
}

.face-2 {
  position: absolute;
  left: 110px;
  top:0;
  width: 105px;
  height: 105px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
  border-radius: 50%;
  overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.face-2:hover{
    filter: grayscale(50%) contrast(1.2);
    opacity: 0.85;
cursor: help;
}

.face-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 105px;
  height: 105px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
  border-radius: 50%;
  overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.face-3:hover{
    filter: grayscale(50%) contrast(1.2);
    opacity: 0.85;
cursor: help;
}

.face-4 {
  position: absolute;
  left: 110px;
  bottom: 0px;
  width: 105px;
  height: 105px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
  border-radius: 50%;
  overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.8), 0 0 5px #a94a34 inset;
object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(0.9);
}

.face-4:hover{
    filter: grayscale(50%) contrast(1.2);
  opacity: 0.85;
  cursor: help;
}

.char-proto {
  text-align: center;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}
.char-proto::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 0;
  background: linear-gradient(to right, transparent, #228B22, transparent);
  opacity: 0.8;
}

.char-race {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  color: #228B22;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  top: 30px;
}

.char-occupation {
  width: 85%;
  margin: 0 auto 12px auto;
  text-align: center;
  background: rgba(20,20,20,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 2;
  position: relative;
  font-size: 15px;
  top: 30px;
}

.char-bio {
  position: relative;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 15px 20px;
  background: rgba(40,40,40,0.35);
  border-radius: 15px;
  overflow-y: auto;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 25px;
  font-size: 14px;
  top: 30px;
}

.char-bio::-webkit-scrollbar {
  width: 6px;
  background: #006400;
}
.char-bio::-webkit-scrollbar-thumb {
  background: #228B22;
  border-radius: 10px;
}
.char-bio::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.char-taken-ribbon {
  display: none;
  position: absolute;
  top: 35px;
  right: -55px;
  transform: rotate(45deg);
  background: #7a1f1f;
  color: #fff;
  padding: 8px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 6;
}

.char-card.taken {
  filter: grayscale(1);
}
.char-card.taken .char-taken-ribbon {
  display: block;
  filter: none;
}
</style>[/html]

Пост написан 2026-03-19 23:21:35

+1


Вы здесь » The raven » needed » Их разыскивает полиция (или нужные персонажи)


Рейтинг форумов | Создать форум бесплатно