#Who is Who
// Кто у нас здесь?
[html]<style>
/* Список персонажей
-----------------------------------------------*/
#occup * {margin: 0;}
#occup {
position: relative;
display: flex;
display: -webkit-flex;
flex-direction: column;
max-width: 900px;
height: auto;
margin: 5px auto;
padding: 10px;
box-sizing: border-box;
background-color: transparent;
color: #000;
font: normal 12px/16px sans-serif;
}
#occup span {
text-align: center;
font: bold 14px/16px sans-serif;
text-transform: uppercase;
padding-bottom: 5px;
width: 100%;
display: block;
}
#occup > span {
font: 18px brit;
letter-spacing: .5px;
}
#occup a {
text-decoration: none;
font-weight: normal;
}
#occup .inner {
display: flex;
flex-direction: row;
}
#occup .inner .chars-nav {
border: 1px solid #b1b0b0;
margin: 0 5px;
box-sizing: border-box;
padding: 10px;
display: flex;
flex-direction: column;
background: #bdbdbd;
gap: 4px;
}
#occup .inner .all-chars {
border: 1px solid #b1b0b0;
margin: 0 5px;
box-sizing: border-box;
padding: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
background: #bdbdbd;
}
#occup .chars-nav {
width: 30%;
}
#occup .chars-nav a {
width: fit-content;
cursor: pointer;
font-family: inter tight;
font-size: 13px;
}
#occup .chars-nav .current {font-weight: bold;}
#occup .all-chars {
width: 70%;
display: block;
flex-direction: column;
list-style: none;
padding: 0;
}
#occup ul {
list-style: none;
padding: 0;
}
#occup .org {display: none;}
#occup .org p {font: normal 12px/16px sans-serif;}
</style>
<div id="occup">
<span class="actitle">People see God every day, they just don't recognize him.</span>
<div class="inner">
<!--фильтрация объектов по классу, адаптация by Alex Kolmar-->
<script type="text/javascript">
$(function() {
var newSelection = "";
$(".chars-nav a").click(function(){
$(".all-chars").show();
$(".chars-nav a").removeClass("current");
$(this).addClass("current");
newSelection = $(this).attr("rel");
$(".char").not("."+newSelection).slideUp();
$("."+newSelection).slideDown();
});
});
</script>
<div class="chars-nav">
<a rel="all" class="current"># All</a>
<a rel="npc" class="current"># NPC / Take Me </a>
<span>// Panteon</span>
<a rel="ABR">#Abrahamic</a>
<a rel="EG">#Egyptian</a>
<a rel="GR">#Greek</a>
<a rel="SL">#Slavic</a>
<a rel="NS">#Norse</a>
<a rel="OTH">#Other</a>
<span>// FC - Gender</span>
<a rel="m">#Male</a>
<a rel="f">#Female</a>
<span>// Rate</span>
<a rel="AAA">#AAA</a>
<a rel="AA">#AA</a>
<a rel="A">#A</a>
<a rel="B">#B</a>
<a rel="C">#C</a>
<a rel="D">#D</a>
<span>// Floor</span>
<a rel="66">#66</a>
<a rel="65">#65</a>
<a rel="62">#62</a>
<a rel="61">#61</a>
<a rel="60">#60</a>
<a rel="59">#59</a>
<a rel="55">#55</a>
<a rel="44">#44</a>
<a rel="30">#30</a>
</div>
<ul class="all-chars">
<li class="npc char org"><span>NPC \ Добрые руки</span>
<div class="orgdescr">
<p>Акция "добрые руки" описана <a href="https://gods.rolka.me/viewtopic.php?id=64#p2634">вот здесь</a>. На данной страничке надо знать, что все, что NPC внешность не держит, кроме тех, у кого отмечен выкуп.</p>
</div>
</li>
<li class="ABR all char m 66 AAA"><a href="https://gods.rolka.me/profile.php?id=24">Azazel</a> [Matthew Goode] #669а </li>
<li class="all char m npc"><a href="https://gods.rolka.me/viewtopic.php?id=48#p2627">Сoncierge</a> [Gustaf Skarsgard] #выкуплено</li>
<li class="OTH all char f 65 AAA"><a href="https://gods.rolka.me/profile.php?id=26">Ishtar</a> [Charlize Theron] #656а </li>
<li class="EG all char F 62 AA"><a href="https://gods.rolka.me/profile.php?id=7">Isis</a> [Gal Gadot] #622а </li>
<li class="ABR all char M 66 AAA"><a href="https://gods.rolka.me/profile.php?id=3">Gabriel</a> [Timothee Shalamet] #613 </li>
<li class="GR all char m 60 AA"><a href="https://gods.rolka.me/profile.php?id=18">Hades</a> [Jared Leto] #606 </li>
<li class="GR all char f 59 A"><a href="https://gods.rolka.me/profile.php?id=23">Hecate</a> [Eva Green] #599 </li>
<li class="GR all char m 44 A"><a href="https://gods.rolka.me/profile.php?id=10">Hermes</a> [Gauge Burek] #447</li>
<li class="GR all char f 55 A"><a href="https://gods.rolka.me/profile.php?id=38">Tyche</a> [Bruna Marquezine] #555f</li>
<li class="ABR all char m 66 AAA"><a href="https://gods.rolka.me/profile.php?id=5">Lucifer</a> [G-Eazy] #666a </li>
<li class="OTH all char m 59 A"><a href="https://gods.rolka.me/profile.php?id=22">Monkey King</a> [Pablo Schreiber] #590 </li>
<li class="NS all char m 65 AAA"><a href="https://gods.rolka.me/profile.php?id=33">Odin</a> [Charles Dance] #651 </li>
<li class="NS all char f 65 AA"><a href="https://gods.rolka.me/profile.php?id=34">Frigg</a> [Lena Headey] #651 </li>
<li class="SL all char f 61 AA"><a href="https://gods.rolka.me/profile.php?id=43">Morana</a> [Janet Montgomery] #614 </li>
<li class="GR all char f 60 AA"><a href="https://gods.rolka.me/profile.php?id=17">Persephone</a> [Amanda Seyfried] #606 </li>
<li class="all char EG m 62 AA "><a href="https://gods.rolka.me/profile.php?id=25">Seth</a> [Luke Evans] #629d </li>
<li class="all char EG m 62 AA "><a href="https://gods.rolka.me/profile.php?id=46">Anubis</a> [Louis Garrel] #621 </li>
<li class="NS all char f 30 B"><a href="https://gods.rolka.me/profile.php?id=6">Skuld</a> [Deva Cassel] #303a</li>
<li class="SL all char m 61 AA"><a href="https://gods.rolka.me/profile.php?id=40">Veles</a> [Tоm Hiddleston] #614 </li>
<li class="ABR all char f npc"><a href="https://gods.rolka.me/viewtopic.php?id=48#p2626">Yahve</a> [Dichen Lachman] #выкуплено</li>
</ul>
</div>
</div>[/html]