Добро пожаловать на форумную ролевую игру по мотивам книг Фрэнка Герберта "Дюна"! События нашего сюжета происходят в альтернативной вселенной, где Пол Атрейдес так и не родился — вместо этого, повинуясь приказам Бене Гессерит, леди Джессика родила дочь, и это событие запустило цепочку событий, изменивших всё.

пост от Piter de Vries: Instead of answering, Piter gave the young man a long, empty look, then smirked.
“This is why I did not want to concern you with the details, Na-Baron. There are certain things in life that only come with time and personal experience. If you had ever…”
Piter stopped himself, then looked down at the oozing piece of meat on his table. An interesting thought came to him. He took a moment more to ponder it.

Отключить мобильный стиль
Шрифт в постах
    Черновики
    Трекер эпизодов

    DUNE: GREAT CONVENTION

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

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


    Вы здесь » DUNE: GREAT CONVENTION » Paracompass » Роли и внешности


    Роли и внешности

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

    1

    [hideprofile]

    Код:
    <!--HTML--><link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/001c/9f/bb/61007.css">
    <!-- фильтрация объектов по классу, адаптация by Alex Kolmar, доработка для DUNE: GREAT CONVENTION -->
    <script type="text/javascript" src="https://forumstatic.ru/files/001c/9f/bb/67826.js"></script>
    
    <div id="occup">
      <span class="actitle">Список персонажей</span>
    <p>Здесь вы найдёте только тех персонажей, которые уже заняты. Если желаемого персонажа нет в списке, считайте его свободным. Для удобства пользуйтесь возможностью сортировки или поиском по странице (Ctrl+F). Актуальный список придержанных ролей всегда можно найти в гостевой.</p>
    
      <div class="chars-nav">
        <div class="nav-row">
          <a rel="all" class="current">Все персонажи в алфавитном порядке</a>
        </div>
    
        <div class="nav-row">
          <a rel="majhouse">Великие дома</a>
          <a rel="bene-gesserit">Бене Гессерит</a>
          <a rel="guild">Космическая Гильдия</a>
          <a rel="tleilaxu">Тлейлаксу</a>
          <a rel="smuggler">Контрабандисты</a>
          <a rel="fremen">Фремены</a>
          <a rel="other">Другое</a>
        </div>
      </div>
    
      <div class="inner">
        <ul class="all-chars">
    
          <li class="bene-gesserit majhouse atreides all char"><a href="https://dune.rusff.me/profile.php?id=7">Ariste Atreides (Аристе Атрейдес)</a> — наследница дома Атрейдес, послушница Бене Гессерит</li>
          <li class="smuggler all char"><a href="https://dune.rusff.me/profile.php?id=11">Esmar Tuek (Эсмар Туек)</a> — лидер Вольных Торговцев, глава дома Туек</li>
          <li class="majhouse harkonnen all char"><a href="https://dune.rusff.me/profile.php?id=6">Feyd-Rautha Harkonnen (Фейд-Раута Харконнен)</a> — племянник барона, наследник дома Харконнен, гладиатор</li>
    <li class="other tleilaxu all char"><a href="https://dune.rusff.me/profile.php?id=10">Marcus Havok (Марк Хэвок)</a> — гхола, агент графа Фенринга, наёмник</li>
    <li class="majhouse harkonnen all char"><a href="https://dune.rusff.me/profile.php?id=9">Piter de Vries (Питер де Врис)</a> — искаженный ментат на службе дому Харконнен</li>
    <li class="bene-gesserit all char"><a href="https://dune.rusff.me/profile.php?id=12">Tanidia Nerus (Танидия Нерус)</a> — преподобная мать Бене Гессерит, проктор Сестринства, ментат, правдовидица</li>
    
        </ul>
      </div>
    </div>
    
    

    0

    2

    [hideprofile]

    Код:
    <!--HTML-->
    <style>
    #faces * { margin: 0; }
    #faces {
      position: relative;
      display: flex;
      flex-direction: column;
      max-width: 900px;
      margin: 5px auto;
      padding: 10px;
      box-sizing: border-box;
      border-radius: 8px;
      font: normal 12px/16px;
      background: transparent;
    }
    #faces > span {
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      text-transform: uppercase;
      display: block;
      padding-bottom: 5px;
      width: 100%;
      letter-spacing: 1px;
    }
    .faces-desc {
        font-size: 12px !important;
      text-align: center;
    }
    #faces a { text-decoration: none; font-weight: normal; }
    #faces .inner {
      border: 1px solid rgba(128,128,128,0.3);
      padding: 10px;
      box-sizing: border-box;
      border-radius: 6px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    #faces .face-column {
      flex: 1 1 250px;
      min-width: 250px;
    }
    #faces .face-column h3 {
      display: inline;
    padding: 3px 10px;
      font-weight: bold;
      font-size: 10px;
      letter-spacing: 0.5px;
      margin-bottom: 5px;
      padding-bottom: 3px;
      background: rgba(128, 128, 128, 0.1);
       border-radius: 20px;
    }
    #faces .all-faces {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin-top: 10px;
        border-top: 2px solid rgba(128, 128, 128, 0.3);
    }
    #faces .all-faces li {
      padding: 6px 8px;
      transition: background 0.15s;
      font-size: 12px;
      border-bottom: 1px dashed rgba(128,128,128,0.3);
    }
    #faces .all-faces li:hover {
      background: rgba(128,128,128,0.05);
    }
    </style>
    
    <div id="faces">
      <span class="actitle">Занятые внешности</span>
    <p class="faces-desc">Здесь перечислены реальные и рисованные внешности, уже занятые за персонажами. Список придержанных внешностей можно найти в Гостевой форума.</p>
    
      <div class="inner">
        <div class="face-column">
          <h3>Мужские внешности</h3>
          <ul class="all-faces">
            <li><b>James Purefoy</b> — <a href="https://dune.rusff.me/profile.php?id=11">Esmar Tuek</a></li>
    
          </ul>
        </div>
    
        <div class="face-column">
          <h3>Женские внешности</h3>
          <ul class="all-faces">
            <li><b>Alice Krige</b> — <a href="https://dune.rusff.me/profile.php?id=12">Tanidia Nerus</a></li>
            <li><b>Anamaria Vartolomei</b> — <a href="https://dune.rusff.me/profile.php?id=7">Ariste Atreides</a></li>
    
          </ul>
        </div>
      </div>
    </div>

    0

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

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



    Вы здесь » DUNE: GREAT CONVENTION » Paracompass » Роли и внешности


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