psycho killer
mystery detective horror // usa // 1984
best post: player
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer porttitor sapien eget nibh hendrerit, ut blandit elit tristique. Vivamus hendrerit metus eget ipsum fermentum fringilla. Proin ipsum dui, egestas ut purus ut, venenatis tempor lorem. Praesent cursus volutpat mauris, interdum volutpat purus pellentesque et.

test // arts

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

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


Вы здесь » test // arts » Новый форум » тест


тест

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

1

мяв

0

2

[html]<link rel="stylesheet" href="https://kit-pro.fontawesome.com/releases/v6.1.2/css/pro.min.css">
<div class="guest-template-container">
<div class="guest-header">
    <h1>forum name</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec risus quam, lobortis sed auctor vel, porttitor vel magna. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam sit amet ipsum a eros mattis lacinia vitae sit amet nunc. Cras ac facilisis ante. Sed pellentesque, magna non mollis mattis, neque felis lobortis leo, non accumsan est tortor sed felis. Nullam malesuada sit amet sapien in posuere. Morbi felis elit, varius sit amet bibendum in, facilisis id justo. Ut at ornare lorem.
</p>
  </div>
<div class="guest-section-title"><i class="fa-solid fa-user"></i> Придержанные внешности</div>
<div class="guest-column-container">
<div class="guest-column">
      <h3><i class="fa-solid fa-venus"></i> Девочки</h3>
      <div class="guest-item-container">
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
<p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
<p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
      </div>
    </div>
    <div class="guest-column">
      <h3><i class="fa-solid fa-mars"></i> Мальчики</h3>
      <div class="guest-item-container">
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-heart"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-heart"></i></p>

</div></div>
</div>
<div class="guest-footer">
место для каких-то навигационных ссылок / списка администрации / чего-то другого
</div></div>[/html][hideprofile]

0

3

https://i4.imageban.ru/out/2020/04/24/a317f68c6bf1d232911545bdf61fef16.png

0

4

Код:
/* Мини-профиль с информацией */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
  visibility: hidden;
  top: 100px; 
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
  background: url(https://forumstatic.ru/files/001c/09/2b/90910.png) no-repeat left center #ddd;
  border: 1px solid #b7b7b7;
  width: 860px;
  height: 322px;
  box-sizing: border-box;
}

.reveal-modal::before {
  content: "";
  background: url(https://forumstatic.ru/files/001c/09/2b/47200.png) no-repeat left center;
  position: absolute;
  display: block;
  width: 424px;
  height: 385px;
  left: -45px;
  top: -20px;
  pointer-events: none;
}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}

.charinner {
    position: relative;
    display: flex;
    width: 100%;
    height: 320px;
}

.charinner * {
  scrollbar-width: thin;
  scrollbar-color: #B9B9B9 #fff;
}

.ch_heroes {
  padding: 40px 10px 20px;
  width: 304px;
  height: 320px;
  box-sizing: border-box;
}

.ch_heroes .ch_title {
  position: absolute;
  top: -16px;
  left: 0;
}

.heroes_inner {
  width: 284px;
  height: 260px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.hero_item {
  border-radius: 5px;
  width: 266px;
  height: 75px;
  background: #D9D9D9;
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  padding: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero_item img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

.hero_text {
  max-height: 55px;
  overflow: auto;
}

.hero_text h4:before {
  content: "///";
  margin-right: 5px;
  font-weight: normal;
}

.hero_text h4 {
  margin-bottom: 8px;
  font-family: "Cinzel", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  line-height: 86%;
  color: #000;
}

.hero_text h4 sup {
  font-style: normal;
}

.hero_text p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 120%;
  text-transform: lowercase;
  color: #666;
}

.ch_center {
  margin-left: 20px;
  width: 233px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ch_tickets {
  position: relative;
  padding-top: 34px;
}

.ch_tickets .ch_title {
  position: absolute;
  top: -16px;
}

.tickets_inner {
  padding: 10px 10px 10px 50px;
  background: url(https://forumstatic.ru/files/001c/09/2b/24406.png) no-repeat left 10px top #D9D9D9;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  font-family: "Cinzel", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  line-height: 86%;
  color: #000;
}

.ch_rec {
  position: relative;
  padding: 15px 10px;
   border: 1px solid #b7b7b7;
  background: #D9D9D9;
  border-radius: 5px;
  width: 100%;
  height: 208px;
  box-sizing: border-box;
}

.ch_rec .ch_title {
  position: absolute;
  top: -28px;
}

.rec_inner {
  width: 211px;
  height: 176px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}

.rec_item {
  border-radius: 5px;
  width: 200px;
  height: 43px;
  background: url(https://forumstatic.ru/files/001c/09/2b/13192.png) no-repeat left center #e2e2e2;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.rec_text {
  align-self: center;
}

.rec_item span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 86%;
  color: #000;
}

.rec_item p {
 font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 120%;
  text-transform: lowercase;
  color: #666;
}

.ch_right {
  margin-left: 11px;
  padding-bottom: 20px;
  width: 262px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ch_lampas {
  position: relative;
  padding-top: 34px;
}

.ch_lampas .ch_title {
  position: absolute;
  top: -17px;
}

.lampas_inner {
  border: 1px solid #b7b7b7;
  background: #D9D9D9;
  border-radius: 5px;
  width: 262px;
  height: 158px;
  padding: 15px;
  box-sizing: border-box;
}

.lampas_inner div {
  width: 230px;
  height: 126px;
  overflow: auto;
}

.ch_nash {
  position: relative;
  border: 1px solid #b7b7b7;
  background: #D9D9D9;
  border-radius: 5px;
  width: 262px;
  height: 88px;
  padding: 20px 10px 10px;
  box-sizing: border-box;
}

.ch_nash .ch_title {
  position: absolute;
  top: -30px;
}

.nash_inner {
  width: 240px;
  height: 56px;
  overflow: auto;
}

0

5

[html]<link rel="stylesheet" href="https://kit-pro.fontawesome.com/releases/v6.1.2/css/pro.min.css">
<div class="guest-template-container">
<div class="guest-header">
    <h1>forum name</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec risus quam, lobortis sed auctor vel, porttitor vel magna. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam sit amet ipsum a eros mattis lacinia vitae sit amet nunc. Cras ac facilisis ante. Sed pellentesque, magna non mollis mattis, neque felis lobortis leo, non accumsan est tortor sed felis. Nullam malesuada sit amet sapien in posuere. Morbi felis elit, varius sit amet bibendum in, facilisis id justo. Ut at ornare lorem.
</p>
  </div>
<div class="guest-section-title"><i class="fa-solid fa-user"></i> Придержанные внешности</div>
<div class="guest-column-container">
<div class="guest-column">
      <h3></i>забронировано</h3>
      <div class="guest-item-container">
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
<p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-ghost"></i></p>
<p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
      </div>
    </div>
    <div class="guest-column">
      <h3></i> викуплено</h3>
      <div class="guest-item-container">
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-heart"></i></p>
        <p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-heart"></i></p>

</div></div>
</div>
<div class="guest-footer">
<*p class="guest-item">имя фамилия - <a href="#">имя фамилия</a> <i class="fas fa-sparkles"></i></p*>
</div></div>[/html]

0

6

[html]<div style="font-family: 'Trebuchet MS', sans-serif; font-size: 12px; color: #ccc; background: #111 url(https://forumupload.ru/uploads/0019/86/a2/2/81138.jpg)  no-repeat top center; background-size: cover; padding: 20px; text-align: center; border: 1px solid #333;">

  <!-- Навигация -->
  <div style="margin-bottom: 20px;">
    <a href="ССЫЛКА_НА_ВНЕШНОСТИ" style="color: #fff; background: #000; padding: 5px 10px; margin: 0 5px; text-decoration: none; text-transform: uppercase; font-weight: bold;">внешности</a>
    <a href="ССЫЛКА_НА_ПРАВИЛА" style="color: #fff; background: #000; padding: 5px 10px; margin: 0 5px; text-decoration: none; text-transform: uppercase; font-weight: bold;">правила</a>
    <a href="ССЫЛКА_НА_СЮЖЕТ" style="color: #fff; background: #000; padding: 5px 10px; margin: 0 5px; text-decoration: none; text-transform: uppercase; font-weight: bold;">сюжет</a>
    <a href="ССЫЛКА_НА_РАССЫ" style="color: #fff; background: #000; padding: 5px 10px; margin: 0 5px; text-decoration: none; text-transform: uppercase; font-weight: bold;">расы</a>
    <a href="ССЫЛКА_НА_FAQ" style="color: #fff; background: #000; padding: 5px 10px; margin: 0 5px; text-decoration: none; text-transform: uppercase; font-weight: bold;">faq</a>
  </div>

  <!-- Заголовок -->
  <div style="font-size: 18px; font-weight: bold; color: #ccc; letter-spacing: 2px; margin-bottom: 10px;">
    эшвуд · алабама · 1984
  </div>

  <!-- Текст -->
  <div style="text-align: justify; font-size: 12px; color: #ccc; max-width: 800px; margin: auto;">
    Когда-то они заключили пакт. Не договор — перемирие, хрупкое, как сахарное стекло. Но с тех пор, старые союзы молча сгнили. В тени нарушаются клятвы. Кто-то помнит, кто предал первым. Кто-то — переписал память. <br><br>
    Вампиры пытаются вспомнить, как быть живыми. Ведьмы молчат законам мира — но не себе. Оборотни слышат зов луны, которой больше нет. Сирены топят своё прошлое в глубине, где никто не слышит. <br>
    А на другой стороне снова что-то просыпается — оно не видит правых и виноватых. Оно видит всех.
  </div>

  <!-- Внешности -->
  <div style="margin-top: 25px; font-weight: bold; color: #fff; text-transform: uppercase;">
    Внешности держим за гостем — сутки, за профилем — 3 дня / не забывайте оформлять в тег кода
  </div>

  <div style="display: flex; justify-content: center; gap: 30px; margin-top: 15px; text-align: left; flex-wrap: wrap;">

    <!-- Придержанные -->
    <div style="background: #1a1a1aa1; padding: 10px; border: 1px solid #333; width: 220px; max-height: 250px; overflow-y: auto;">
      <div style="font-weight: bold; border-bottom: 1px solid #555; padding-bottom: 5px; margin-bottom: 5px;">ПРИДЕРЖАННЫЕ</div>
      <b>до 13/06</b><br>
      HANDE ERCEL // <span style="color: #aaa;">NORMA</span><br><br>
      <b>до 14/06</b><br>
роль — <a href="ссылка"><span style="color:#d7c19f;">ник</span></a><br>роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>
роль — <a href="ссылка">ник</a><br>роль — <a href="ссылка">ник</a><br>
    </div>

    <!-- Выкупленные -->
    <div style="background: #1a1a1aa1; padding: 10px; border: 1px solid #333; width: 220px; max-height: 250px; overflow-y: auto;">
      <div style="font-weight: bold; border-bottom: 1px solid #555; padding-bottom: 5px; margin-bottom: 5px;">ВЫКУПЛЕННЫЕ</div>
      <b>до 18/06</b><br>
      ODESSA AZION // <span style="color: #8899cc;">НА ЗАЯВКУ НУЖНЫЕ</span><br><br>
      <b>до 24/06</b><br>
      FLORENCE PUGH // <span style="color: #8899cc;">НА ЗАЯВКУ НУЖНЫЕ</span><br><br>

      <b>Бессрочно</b><br>
      CHOI SAN // <span style="color: #8899cc;">AMC</span><br>
      CHA EUN-WOO // <span style="color: #8899cc;">AMC</span><br>
      FREDDY CARTER // <span style="color: #8899cc;">AMC</span><br>
      HARRIS DICKINSON // <span style="color: #8899cc;">AMC</span><br>
      JESSICA ALEXANDER // <span style="color: #8899cc;">AMC</span><br>
      LEE KNOW // <span style="color: #8899cc;">AMC</span><br>
      MADELYN CLINE // <span style="color: #8899cc;">AMC</span><br>
      NICOLE KIDMAN // <span style="color: #8899cc;">AMC</span><br>
      PARK CHAEYOUNG // <span style="color: #8899cc;">AMC</span><br>
    </div>
  </div>
</div>
[/html]

0


Вы здесь » test // arts » Новый форум » тест


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