[html]
<div class='lore'>
<h4 class='lore_title'>фэйри</h4>
<list class='lore_info lore_list'>
<a href="https://amantes.rusff.me/profile.php?id=57">Dumitru Tudor</a>
судебный исполнитель Магистериума<br>
<a href="https://amantes.rusff.me/profile.php?id=65">Frotberta Grosse</a>
следователь Магистериума по особо важным делам<br>
<a href="https://amantes.rusff.me/profile.php?id=3">Neirin Tudor</a>
оракул Церкви Изначального Бога<br>
<a href="https://amantes.rusff.me/profile.php?id=81">Ichiro Kato</a>
свободный художник<br>
<a href="https://amantes.rusff.me/viewtopic.php?id=99#p20000">Arthur Fox</a> [npc]
книжный критик, мошенник<br></list>
<!-- вкладки -->
<div class='lore_container'>
<div class="lore_button lore_button_l" id="banner_1">дары чистокровных фэйри</div>
<div id="vkladka1" class='lore_tab tab_l' style="display:none">
<center>
<a href="https://amantes.rusff.me/profile.php?id=57">Dumitru Tudor</a><br>
аглиокинез (управление болью)
<br>
<a href="https://amantes.rusff.me/profile.php?id=65">Frotberta Grosse</a><br>
тенеброкинез (управление тьмой)
<br>
<a href="https://amantes.rusff.me/profile.php?id=3">Neirin Tudor</a><br>
онейрокинез (манипуляция снами и их материей)
<br>
<a href="https://amantes.rusff.me/profile.php?id=81">Ichiro Kato</a><br>
телекинез
<br>
<a href="https://amantes.rusff.me/viewtopic.php?id=99#p20000">Arthur Fox</a> [npc]<br>
создание своих клонов<br></center>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
$("#banner_1").click(function(){
$("#vkladka1").slideToggle();
});
});
</script>
[/html]