Ушли обновляться. Вскоре вернёмся! с:

тёмный лорд одержал победу во второй магической войне, установив тоталитарный режим. волшебное общество оказалось разделено на касты по чистоте крови, границы закрыты, а репрессии и дискриминация стали нормой. надежда на перемены теперь связана с сопротивлением, которое по масштабу превзошло сам орден феникса.
best post
parvati patil: Она не прикасалась к картам больше года — с тех самых пор, как вернулась домой после лечения в Триаде. Всё это время они покоились среди старых вещей, для которых уже не нашлось места в её новой жизни: сначала на дальней полке в шкафу, потом — в одной из неразобранных после переезда коробок...

malleus maleficarum

Объявление

настольная игра
новая подборка

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

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


    Вы здесь » malleus maleficarum » — платформа 9¾ » гостевая #2


    гостевая #2

    Сообщений 581 страница 584 из 584

    1

    [html]
    <style>
    :root {
      --monster-img: url('https://forumstatic.ru/files/0014/d2/5e/23060.png');
      --shit-img: url('https://forumstatic.ru/files/0014/d2/5e/77318.png');
      --hat-img: url('https://forumstatic.ru/files/0014/d2/5e/46467.png');
    }

    .dark {
      --shit-img: url('https://forumstatic.ru/files/0014/d2/5e/34632.png');
      --hat-img: url('https://forumstatic.ru/files/0014/d2/5e/41096.png');
    }

    .guestbook-main {
      width: 100%;
      box-sizing: border-box;
      background: var(--footer);
      border-radius: 20px;
      min-height: 400px;
      padding: 20px;
    position: relative;
    overflow: visible;
    }

    .inner {background: rgba(214, 214, 214, 0.7);
    padding: 20px;
      border-radius: 20px;
    position: relative;
    z-index: 2;}

    .guestbook-decor {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    overflow: visible;
    }

    .monster,
    .shit,
    .hat {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    .monster { background-image: var(--monster-img);
    position: absolute;
      bottom: 0;
      left: -15px;
      width: 109px;
      height: 185px;
      z-index: 3;
      top: -36px;
      background-image: var(--monster-img);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .shit   {  position: absolute;
      top: -7px;
      left: 297px;
      width: 52px;
      height: 31px;
      z-index: 1;
      background-image: var(--shit-img);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;}
    .hat    {  position: absolute;
      top: 32px;
      right: 4px;
      width: 60px;
      height: 53px;
      z-index: 2;
      background-image: var(--hat-img);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }

    .tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .tooltip .tooltiptext {
      visibility: hidden;
      height: auto;
      background-color: var(--sec-bg);
      color: var(--textcolor);
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 999;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.5s;
      font-size: 9px;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
      line-height: 1.4;
      overflow: hidden;
      top: 10px;
      padding: 5px;
      min-width: 100px;
    }

    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }

    .guest-header {
    font-family: var(--news-font);
        font-size: 120px;
        line-height: 100%;
        color: var(--dark-accent);
        margin-top: -53px;
        z-index: 2;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }

    .guest-about {
      position: relative;
      width: 100%;       
      box-sizing: border-box;
      background: var(--light-accent);
      color: var(--textcolor);
      border-radius: 3px;
      text-align: center;
      padding: 3px;
      margin-bottom: 10px;
    }

    .deadlist {
      position: relative; 
      width: 100%;   
      box-sizing: border-box;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 1.4;   
      text-transform: lowercase;
      margin-top: 10px;
      text-align: left;
    }

    .guest-table {
      display: flex;
      flex-direction: row;
      gap: 10px;
    margin-top: -10px;
    }

    .column1 {
    flex: 4;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        text-align: justify;
        text-transform: lowercase;
        box-sizing: border-box;
        z-index: 10;
        min-width: 25%;
    }

    .column1 span {
      display: block;
      font-style: normal;
      font-weight: 700;
      font-size: 11px;
      line-height: 11px;
      text-align: center;
      text-transform: lowercase;
      color: var(--profilelight);
      box-sizing: border-box;
      background: var(--body-bg);
      border-radius: 3px;
      padding: 2px;
      margin-bottom: 5px;
    color: var(--white)
    }

    .column1 a {
      color: var(--white);
    }

    .dark .column1 span {color: var(--textcolor);
    background: var(--sec-bg)}
    .dark .column1 span a {color: var(--textcolor);}
    .dark .column1 span a:hover {color: var(--footer);}

    .dark .guest-links a {color: var(--textcolor);
    background: var(--link-hover)}

    .column1 a:hover {
      color: var(--link);
    }

    .dark .guest-links a:hover {
      color: var(--footer);
    }

    .dark .guidelines {background: var(--sec-bg);
    color: var(--textcolor)}
    .dark .guest-about {background: var(--link-hover)}

    .column2 {
      width: 54%;
      box-sizing: border-box;
    }

    .column3 {
      box-sizing: border-box;
      text-align: center;
      display: flex;
      flex-direction: column;
      width: 240px;   
      flex-shrink: 0; 
    }

    .faces-roles-container {
      display: flex;
      flex-direction: row;
      gap: 5px;
    }

    .faces, .roles {
      flex: 1;
    }

    .faces-title, .roles-title {
      font-family: var(--extra-font);
      color: var(--link);
      text-align: center;
      font-size: 18px;
      line-height: 88%;
    }

    .faces-body, .roles-body {
    border-radius: 5px;
        padding: 5px;
        margin-top: 10px;
        background: var(--guest-overlay);
        color: var(--sec-bg);
        text-align: center;
        min-height: 300px;
        text-transform: lowercase;
    }

    .faces-body a, .roles-body a {
      position: relative;
      z-index: 10;
      color: var(--textcolor);
    }

    .faces-body a:hover, .roles-body a:hover {
      color: var(--link);
    }

    .guidelines {
      width: 100%;
      padding: 3px;
      font-weight: 400;
      font-size: 10px;
      line-height: 88%;
      text-align: center;
      text-transform: lowercase;
      color: var(--white);
      background: var(--body-bg);
      border-radius: 3px;
      margin-bottom: 10px;
      box-sizing: border-box;
    font-weight: bold;
    }

    .guest-links {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      z-index: 10;
      padding-top: 10px;
      justify-content: center;
    }

    .guest-links a:hover {
      background: var(--dark-accent);
    }

    .guest-links a {
      color: var(--footer);
      background: var(--light-accent);
      padding: 2px 5px;
      border-radius: 3px;
    }

    .guest-links a:hover {background: var(--body-bg);}

    .guest-ams {
      display: grid;
      grid-template-columns: repeat(3, 65px);
      gap: 5px;
      justify-content: center;
      margin: 0 auto;
    }

    .guest-ams .tooltip:nth-child(4) {
      grid-column: 2 / 3;
    }

    .guest-ams img {
      width: 65px;
      height: 30px;
      background: var(--light-accent);
      object-fit: cover;
      object-position: top center;
      border-radius: 5px;
      position: relative;
    }

    .ams-2 {display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 100px;
        gap: 5px;}

    .image-container {
      position: relative;
      width: 65px;
      height: 30px;
      border-radius: 5px;
      overflow: hidden;
    }

    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      background: var(--light-accent);
      border-radius: inherit;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--topic-overlay);
      border-radius: inherit;
      pointer-events: none;
    }

    </style>

    <div class="guestbook-main">
    <div class="inner">
    <div class="guestbook-decor">
      <div class="monster"></div>
      <div class="shit"></div>
      <div class="hat"></div>
    </div>

    <div class="guest-header">Malleus Maleficarum</div>

      <div class="guest-table">
        <div class="column1">
          <span><a href="https://mmaleficarum.rusff.me/viewtopic.php?id=5#p5">faq</a> ✦ <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=10">правила</a> ✦ <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=20#p1679">сюжет и хронология</a></span>
          <div class="guest-links">
            <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=33#p4607">внешности</a>
            <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=64#p5558">должности</a>
            <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=844#p101443">сюжетные персонажи</a>
            <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=3">нужные</a>
            <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=9#p9">шаблон анкеты</a>
            <a href="https://mmaleficarum.rusff.me/viewtopic.php?id=4">хочу к вам</a>
          </div>
          <p>победа тёмного лорда во второй магической войне погрузила великобританию в мрак и хаос. внезапной силой, давшей решительный отпор, стали магглы в кооперации с остатками оф. инициация тайного протокола «молот ведьм» («malleus maleficarum») привела к разрушениям и гибели самого волдеморта. но успех оказался временным. вскоре волшебный мир ждало новое возвращение тёмного лорда, на этот раз — долгосрочное. за минувшие годы магическое общество великобритании в полной мере ощутило на себе тоталитаризм нового режима, репрессии и дискриминацию. население разделено на касты по чистоте крови, а границы закрыты. вся надежды на сопротивление — мятежную сеть, масштабу которой позавидовал бы сам орден феникса.</p>
        </div>

        <div class="column2">
          <div class="guidelines">внешности и роли за гостями придерживаем на сутки; <br>для зарегистрированного профиля - на три дня с возможностью продления до трёх раз</div>
          <div class="faces-roles-container">
            <div class="faces">
              <div class="faces-title">внешности</div>
              <div class="faces-body">
    <b>11.07</b><br>
    joseph zada — <a href="https://mmaleficarum.rusff.me/profile.php?id=393">Alexander</a><br>
    <b>31.07</b><br>
    Kieran Culkin — <a href="https://mmaleficarum.rusff.me/profile.php?id=161">cassius warrington </a><br>
    <b> 03.08 </b><br>
    Belmont Cameli — <a href="https://mmaleficarum.rusff.me/profile.php?id=351">ernie macmillan</a><br>
              </div>
            </div>
            <div class="roles">
              <div class="roles-title">роли</div>
              <div class="roles-body">

    <b> 03.08 </b><br>
    <a href="">daphne greengrass</a> — <a href="https://mmaleficarum.rusff.me/profile.php?id=351">ernie macmillan</a><br>
              </div>
            </div>
          </div>
        </div>

        <div class="column3">
          <div class="guest-about"><b>hp: dark au // 2nd generation — 2008 рейтинг: NC-21 // мастеринг: смешанный</b><br>
          победа темного лорда, антиутопия, кастовое общество, конфликт с магглами и активное сопротивление</div>

          <div class="guest-ams">
            <div class="tooltip">
              <a href="https://mmaleficarum.rusff.me/profile.php?id=5">
                <div class="image-container">
                  <img src="https://upforme.ru/uploads/001c/3b/dd/226/593755.gif">
                  <div class="overlay"></div>
                </div>
              </a>
              <span class="tooltiptext">куратор сопротивления и наших сердечек, сюжетник</span>
            </div>

            <div class="tooltip">
              <a href="https://mmaleficarum.rusff.me/profile.php?id=27">
                <div class="image-container">
                  <img src="https://upforme.ru/uploads/001c/3b/dd/226/445813.gif">
                  <div class="overlay"></div>
                </div>
              </a>
              <span class="tooltiptext">куратор мунго и подрывник наших мозгов</span>
            </div>

            <div class="tooltip">
              <a href="https://mmaleficarum.rusff.me/profile.php?id=161">
                <div class="image-container">
                  <img src="https://upforme.ru/uploads/001c/3b/dd/161/481676.gif">
                  <div class="overlay"></div>
                </div>
              </a>
              <span class="tooltiptext">куратор пожирателей и азартный мотиватор</span>
            </div>

          <div class="ams-2">  <div class="tooltip">
              <a href="https://mmaleficarum.rusff.me/profile.php?id=215">
                <div class="image-container">
                  <img src="https://upforme.ru/uploads/001c/3b/dd/226/274665.gif">
                  <div class="overlay"></div>
                </div>
              </a>
              <span class="tooltiptext">куратор домп и нашего чувства прекрасного</span>
            </div>

        <div class="tooltip">
              <a href="https://mmaleficarum.rusff.me/profile.php?id=351">
                <div class="image-container">
                  <img src="https://upforme.ru/uploads/001c/3b/dd/161/926744.gif">
                  <div class="overlay"></div>
                </div>
              </a>
              <span class="tooltiptext">следит чтобы в админке все не переругались</span>
            </div>
          </div></div>

          <div class="deadlist"><b>список убитых:</b> remus lupin, sirius black, arthur weasley, molly weasley, minerva mcgonagall, rubeus hagrid, bellatrix lestrange, dean thomas, xenophilius lovegood, rodolphus lestrange, arabella figg, vernon dursley, emmeline vance, lucius malfoy, nott sr., corban yaxley, augustus rookwood, walden mcnair, pyrites, travers sr., antonin dolohov, amycus carrow, jugson, avery sr., rosier sr., wilkesj, ludo bagman, sky parkin, cormac mclaggen, orion amari, jasper nottley, maura kettleback, alias gampthorn, corvin thisleby, basil horton, garold dingle, alban filch, verena hope, henry tonks, alastor moody, tbc.</div>
        </div>
      </div>
    </div>
    </div>
    [/html]
    занять роль и/или внешность

    Код:
    внешность — <a href="ссылка">ник</a><br>
    Код:
    роль — <a href="ссылка">ник</a><br>

    [hideprofile]

    0

    581

    Здравствуйте, вас беспокоит администрация Avatar: Republic City, мы оставили вам заявку на партнёрку. Хотим уточнить: все хорошо? Мы подходим?

    Заранее спасибо!

    0

    582

    партнерка, добра) я извиняюсь, у нас сейчас активный сезон отпусков среди амс, немножко проглядели) все отлично, тема будет создана сегодня же!)

    +1

    583

    Придержите пока я Аларику пишу

    Код:
    joseph zada — <a href="https://mmaleficarum.rusff.me/profile.php?id=393">Alexander</a><br>

    +2

    584

    Alexander, держим на три дня )
    https://upforme.ru/uploads/001c/3b/dd/5/726833.gif

    Подпись автора

    https://i.imgur.com/ZmrYBQ8.gif https://i.imgur.com/RPmYjUV.gif

    0

    Быстрый ответ

    Напишите ваше сообщение и нажмите «Отправить»



    Вы здесь » malleus maleficarum » — платформа 9¾ » гостевая #2