1hour

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

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


Вы здесь » 1hour » фандомное » студия зла


студия зла

Сообщений 61 страница 90 из 107

61

<!-- Скрытие профиля в теме тегом © Alex_63 -->
<style type="text/css">.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website{display:none!important}
.hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul,.post.hideprofile h3>span{margin-left:0!important} .hideprofile .post-body {width: 100%}</style>
<script>
FORUM.set('editor.addition.tags.hideprofile',{name:'Скрыть минипрофиль',onclick:function(){insert('[hideprofile]');}});
$().pun_mainReady(function(){$('.post:contains("[hideprofile]")').addClass('hideprofile').html(function(){return $(this).html().replace(/\[hideprofile\]/gim,'')})});
</script>
<script>
// Кнопка "Скрыть тему"
FORUM.set('editor.addition.tags.hidetopic', {
  name: 'Скрыть тему',
  onclick: function() {
    insert('

');
  }
});
</script>
<script>
// Кнопка "Пост перемещен"
FORUM.set('editor.addition.tags.movetopic', {
  name: 'Пост перемещен',
  onclick: function() {
    insert('

');
  }
});
</script>

0

62

<!--автоматизация списка заявок-->
<script src="https://forumstatic.ru/files/0017/95/29/51757.js"></script>
<script>
hvWantedFilters.init(7, 8, 362);
</script>

0

63

<!------------------------ Регулятор размера шрифта (конец) (с) satsana, forumd.ru -->
<div id="chfont">
<div id="chfontbut"></div>
<select id="chfontfam" name="chfontfam">
<option value="0" selected="selected">по умолчанию</option>
<option value="Arial, Helvetica, sans-serif" style="font-family: Arial, Helvetica, sans-serif">Arial</option>
<option value="'Arial Black', Gadget, sans-serif" style="font-family: ">Arial Black</option>
<option value="'Book Antiqua', 'Palatino Linotype', Palatino, serif" style="font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif">Book Antiqua</option>
<option value="'Comic Sans MS', cursive, sans-serif" style="font-family: 'Comic Sans MS', cursive, sans-serif;">Comic Sans</option>
<option value="'Courier New', Courier, monospace" style="font-family: 'Courier New', Courier, monospace">Courier</option>
<option value="Georgia, serif" style="font-family: Georgia, serif">Georgia</option>
<option value="Impact, Charcoal, sans-serif" style="font-family: Impact, Charcoal, sans-serif">Impact</option>
<option value="'Lucida Console', Monaco, monospace" style="font-family: 'Lucida Console', Monaco, monospace">Lucida Console</option>
<option value="'Lucida Grande', 'Lucida Sans Unicode', sans-serif" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif">Lucida Grande</option>
<option value="Tahoma, Geneva, sans-serif" style="font-family: Tahoma, Geneva, sans-serif">Tahoma</option>
<option value="'Times New Roman', Times, serif" style="font-family: 'Times New Roman', Times, serif">Times New Roman</option>
<option value="'Trebuchet MS', Helvetica, sans-serif" style="font-family: 'Trebuchet MS', Helvetica, sans-serif">Trebuchet</option>
<option value="Verdana, Geneva, sans-serif" style="font-family: Verdana, Geneva, sans-serif">Verdana</option>
<option value="'MS Sans Serif', Geneva, sans-serif" style="font-family: 'MS Sans Serif', Geneva, sans-serif">Sans Serif</option>
<option value="'MS Serif', 'New York', serif" style="font-family: 'MS Serif', 'New York', serif">Serif</option>
</select>
<div id="chfontsize">
<div class="fsizeplus"></div>
<div class="fsize">13</div>
<div class="fsizeminus"></div>
</div>
</div>
<script type="text/javascript">
var chfsize,chffam;if(!localStorage.fontsize)localStorage.setItem("fontsize",13);if(!localStorage.fontfam)localStorage.setItem("fontfam","0");chfsize=+localStorage.getItem("fontsize");chffam=localStorage.getItem("fontfam");function setfsize(f){localStorage.setItem("fontsize",f);$(".fsize").text(f);$(".post-content > p, .silent-quote > p, blockquote > p").css("font-size",f+"px")}
function setffam(f){localStorage.setItem("fontfam",f);$("#chfontfam option").removeAttr("selected");$('#chfontfam option[value="'+f+'"]').attr("selected","selected");if(f!="0")$(".post-content > p, .silent-quote > p, blockquote > p").css("font-family",f);else $(".post-content > p, .silent-quote > p, blockquote > p").css("font-family","")}$(".fsizeplus").on("click",function(){chfsize+=1;if(chfsize>72)chfsize=72;setfsize(chfsize)});$(".fsizeminus").on("click",function(){chfsize-=1;if(chfsize<6)chfsize=6;setfsize(chfsize)});$("#chfontbut").on("click",function(){$("#chfont").toggleClass("active")});
$("#chfontfam").on("change",function(){chffam=$(this).val();setffam(chffam)});$(document).pun_mainReady(function(){setfsize(chfsize);setffam(chffam)});
</script><!--- Регулятор вида и размера шрифта (с) satsana, forumd.ru (конец) -->

0

64

<!----- addons aggregator by g.vatueil v1.0.2 START -->
<script>
  if (window.gscript == null) window.gscript = {};
  window.gscript.addons = [
    {
      selector: "#vtlThemeSelector", // theme switcher by g.vatueil
      cls: "vtl-themes",
      name: "Тема сайта",
      default: true,
    },
    {
      selector: "#MyBookmarks", // закладки от сервиса
      cls: "bookmarks",
      name: "Закладки",
      badge_selector: "#BookmCntToggle",
    },
    {
      selector: "#chfont", //смена шрифта by satsana
      cls: "chfont",
      name: "Шрифт в постах",
    },
  ];

  window.gscript.caretElClassList = "fi fi-rr-caret-down";
  window.gscript.buttonElClassList = "fi fi-ss-sparkles";
</script>
<script src="https://forumstatic.ru/files/001c/56/64/66331.js"></script>
<!----- addons aggregator by g.vatueil v1.0.2 END -->

0

65

<!-- Снять автоматическую галочку удаления всех сообщений © Duka -->
<script type="text/javascript">
  if (document.getElementById("pun-deleteuser")) {
    document.querySelector("input[name=delete_posts]").checked = false;
  }
</script>

0

66

<!----- аватар гостя и по умолчанию -------------->
<script type="text/javascript">
  var DefAvtr = "https://forumstatic.ru/files/001c/7f/71/85998.png"; //Ссылка на аватар по умолчанию
  var GuestAvtr = "https://forumstatic.ru/files/001c/7f/71/85998.png"; //Ссылка на аватар для Гостя

  $("#pun-viewtopic,#pun-messages")
    .find(".pa-title")
    .each(function () {
      var b = DefAvtr;
      if ($(this).text() == "Гость") {
        b = GuestAvtr;
      }
      var s =
        '<li class="pa-avatar item2"><img class="defavtr" src="' +
        b +
        '" alt="Аватар"/></li>';
      if ($(this).parent().find(".pa-avatar").html() == null) $(this).after(s);
    });

  $('#profile-left strong:contains("Нет аватара")')
    .parent()
    .html('<div><img src="' + DefAvtr + '"/></div>');
</script>

0

67

<!-- Перемешать акции в шапке форума -->
<script>
  $(document).ready(function () {
    $(".act-content").each(function () {
      var block = $(this);
      var banners = block.find("a").toArray(); // преобразуем в массив для сортировки

      banners.sort(function () {
        return Math.random() - 0.5;
      });

      var visible = banners.slice(0, 3);
      var hidden = banners.slice(3);

      $(visible).appendTo(block).show();
      block.removeClass("hidden");
      $(hidden).appendTo(block).hide(); // при желании можно не append, если они уже там
    });
  });
</script>

0

68

<!-- Регулятор вида и размера шрифта (с) satsana, forumd.ru -->
<div id="chfont" title="Шрифт в постах">
<div id="chfontbut"></div>
<select id="chfontfam" name="chfontfam">
<option value="0">по умолчанию</option>
<option value="Arial, Helvetica, sans-serif" style="font-family: Arial, Helvetica, sans-serif">Arial</option>
<option value="'Arial Black', Gadget, sans-serif" style="font-family: ">Arial Black</option>
<option value="'Book Antiqua', 'Palatino Linotype', Palatino, serif" style="font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif">Book Antiqua</option>
<option value="'Comic Sans MS', cursive, sans-serif" style="font-family: 'Comic Sans MS', cursive, sans-serif;">Comic Sans</option>
<option value="'Courier New', Courier, monospace" style="font-family: 'Courier New', Courier, monospace">Courier</option>
<option value="Georgia, serif" style="font-family: Georgia, serif">Georgia</option>
<option value="Impact, Charcoal, sans-serif" style="font-family: Impact, Charcoal, sans-serif">Impact</option>
<option value="'Lucida Console', Monaco, monospace" style="font-family: 'Lucida Console', Monaco, monospace">Lucida Console</option>
<option value="'Lucida Grande', 'Lucida Sans Unicode', sans-serif" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif">Lucida Grande</option>
<option value="Tahoma, Geneva, sans-serif" style="font-family: Tahoma, Geneva, sans-serif">Tahoma</option>
<option value="'Times New Roman', Times, serif" style="font-family: 'Times New Roman', Times, serif">Times New Roman</option>
<option value="'Trebuchet MS', Helvetica, sans-serif" style="font-family: 'Trebuchet MS', Helvetica, sans-serif">Trebuchet</option>
<option value="Verdana, Geneva, sans-serif" style="font-family: Verdana, Geneva, sans-serif">Verdana</option>
<option value="'MS Sans Serif', Geneva, sans-serif" style="font-family: 'MS Sans Serif', Geneva, sans-serif">Sans Serif</option>
<option value="'MS Serif', 'New York', serif" style="font-family: 'MS Serif', 'New York', serif">Serif</option>
</select>
<div id="chfontsize">
<div class="fsizeplus"></div>
<div class="fsize"></div>
<div class="fsizeminus"></div>
</div>
</div>
<script type="text/javascript">
var chfsize,chffam;if(!localStorage.fontsize)localStorage.setItem("fontsize",11);if(!localStorage.fontfam)localStorage.setItem("fontfam","0");chfsize=+localStorage.getItem("fontsize");chffam=localStorage.getItem("fontfam");function setfsize(f){localStorage.setItem("fontsize",f);$(".fsize").text(f);$(".post-content p").css("font-size",f+"px")}
function setffam(f){localStorage.setItem("fontfam",f);$("#chfontfam option").removeAttr("selected");$('#chfontfam option[value="'+f+'"]').attr("selected","selected");if(f!="0")$(".post-content p").css("font-family",f);else $(".post-content p").css("font-family","")}$(".fsizeplus").on("click",function(){chfsize+=1;if(chfsize>72)chfsize=72;setfsize(chfsize)});$(".fsizeminus").on("click",function(){chfsize-=1;if(chfsize<6)chfsize=6;setfsize(chfsize)});$('#chfontsize .fsize').on('dblclick', function() {chfsize = 11;
setfsize (chfsize);});$("#chfontbut").on("click",function(){$("#chfont").toggleClass("active")});
$("#chfontfam").on("change",function(){chffam=$(this).val();setffam(chffam)});$(document).pun_mainReady(function(){setfsize(chfsize);setffam(chffam)});
</script>
</div>

0

69

html * {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

0

70

#chfont {
    position: fixed;
    top: 10px;
    left: 10px;
    text-align: center;
    z-index: 999;
    display: flex;
    gap: 5px;
    align-items: center;
    background: var(--base-bg2);
    border-radius: 6px;
    justify-content: center;
}
#chfontbut {
    width: 26px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chfontbut::after {
    content: '\f013';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    font-size: 15px;
    font-family: 'FontAwesome';
    color: var(--text);
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {
    display: none;
    background-color: #dedddb;
    color: #150e0c;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 4px;
}
#chfontsize {
    width: auto;
    display: none;
    padding-right: 5px;
}
#chfont.active select, #chfont.active #chfontsize {
    display: flex;
    gap: 5px;
    align-items: center;
}
.fsizeplus, .fsizeminus {
    background-color: #9c2b3e;
    color: #e7e7e7;
    cursor: pointer;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}

0

71

<!-- стилизованные кнопки вверх/вниз © ForumD.ru, Gerda -->
<div class="scrollbuttons"><div class="go-up" id='ToTop'>⋙</div><div class="go-down" id='OnBottom'>⋘</div></div>
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").addClass("show")
$(window).scroll(function(){
if ($(window).scrollTop()<="250") $("#ToTop").removeClass("show")
else $("#ToTop").addClass("show")
  });
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").addClass("show")
  $(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").removeClass("show")
     else $("#OnBottom").addClass("show")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

0

72

/* Cтрелки © ForumD.ru, Gerda */
.scrollbuttons {
position: fixed;
width: 1000px; /* ширина рамки форума/сайта */
height: 0px;
top: 50%; /* отступ кнопок от верха экрана */
}
.go-up, .go-down {
    opacity: 0;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    padding: 0 8px 4px;
    transform: rotate(-90deg);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    background: #7a644e;
    font-size: 17px;
    color: #cccccc;
}
.go-up.show, .go-down.show {opacity: 1;}
.go-up {
right: -29px; /* двигаем вправо (кнопка ВВЕРХ) */
top: -60px; /* двигаем вверх (кнопка ВВЕРХ) */
}
.go-down {
right: -29px; /* двигаем вправо (кнопка ВНИЗ) */
top: 16px; /* двигаем вверх (кнопка ВНИЗ) */
}
.go-up:hover, .go-down:hover {
color: #fff; /* цвет текста при наведении курсора */
/* добавь сюда любые другие изменения при наведении курсора */
}

#profile-left {
  width: 20% !important;
}
#profile-left li {
  text-align: center;
  margin: 0 !important;
}
#viewprofile li strong, #profile-left li div {
  background: transparent !important;
}
#profile-left #profile-name strong, #profile-left #profile-title strong {
  color: #fff !important;
}
#profile-left #profile-name {
background: #8f8057;
    border-bottom: 1px solid #9c8c5f;
}
#viewprofile li strong {
  display: block;
  font-weight: 400 !important;
  padding: 6px 1em;
}
#profile-left #profile-title {
background-color: #9c8c5f;
    border-top: 1px solid #d3d3d3;
}
#profile-left li img {
  background: #fff;
  margin-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#profile-left li:nth-child(3) {
  background: #eff7f3;
  border-top: 1px solid #3c7958;
}
#profile-left li:last-child {
background: #f4f4f4;
    border-bottom: 4px solid #e4cd97;
}
#profile-right {
  position: relative;
  right: -4px;
}
#profile-right li {
display: inline-block !important;
    background: #cbc7c7;
    padding: 0 !important;
    width: 32% !important;
    font: 600 12px tahoma;
}
#viewprofile li span {
  float: none !important;
  display: inline-block;
  font-weight: 700;
  padding: 10px 10px 5px;
  margin: 0 0 10px;
}
#profile-right li strong {
    padding: 0 10px 10px !important;
    font: 400 12px tahoma;
}
#profile-right li strong a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #292929;
  font-size: 13px;
}

.unread-notifications .container {
    padding: 0;
    overflow: hidden;
    background: #cccccc;
}

0

73

<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="https://forumstatic.ru/files/001b/85/c5/20899.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/001b/85/c5/20899.png" border="0" /></div>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

0

74

/* кнопки вверх/вниз */
.go-up, .go-down { cursor: pointer; display: none; height: 30px; margin-bottom: 160px;  opacity: 1;
position: fixed; width: 30px;  z-index: 9999; }
.go-up { bottom: 58%; margin-left: 999px !important;}
.go-down {bottom: 44%; margin-left: 999px !important;}
.go-down:hover, .go-up:hover { opacity: 1;}

0

75

.punbb .user-avatar {float:left; position:relative; height:36px; width:36px; margin:1px 9px 2px 0px}
#pun-index .user-avatar {height:40px; vertical-align:middle}
.punbb .user-avatar a {padding:0!important; background:none transparent!important}
.punbb .user-avatar a::after {content:none!important}
.punbb .user-avatar .avatar-image {border-radius:50%; height:36px; width:36px; opacity:0.85; background-position:center center; background-size:cover; background-repeat:no-repeat; float:left}
.punbb .user-avatar .avatar-image:hover {opacity:1}
.punbb .user-avatar .isonline {width:8px; height:8px; border-radius:50%; display:block; position:absolute; top:2px; right:0px; animation:blinkColor .9s linear infinite; -moz-animation:blinkColor .9s linear infinite; -webkit-animation:blinkColor .9s linear infinite; background:#8ac176; z-index:100}
@keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-moz-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-webkit-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}

0

76

/* БАННЕРЫ */
.banneri {position: absolute;    z-index:9999;
width: 1030px; height: 69px;
margin-top: 25px!important;
margin-bottom: 0px; margin-left: -25px!important;
overflow:auto;text-align:center;
padding:5px;
line-height:20px;}

.banneri img {
opacity:0.4;
filter: grayscale(100%);
        -webkit-filter: grayscale(100%) opacity(80%);
         transition: all 0.5s ease 0s;
}

.banneri img:hover {
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
    -webkit-filter: grayscale(0%) sepia(0%);
transition: all 0.5s;
opacity:0.9;
}

.banneri::-webkit-scrollbar {    width: 2px; height: 2px;}

0

77

Код:
<div class=".banneri"><a href="https://inspiration.f-rpg.me/" title="вдохновение кросс" target="_blank"><img src="https://upforme.ru/uploads/001c/38/b6/4/420928.gif" width="88" height="31" border="0"></a>

<a href="https://americafckyeah.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/96/9f/74727.jpg" title="welcome to candy`s!" border="0" width="88" height="31"></a>

<a href="https://solace.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001b/ab/18/3/297059.gif" title="hp: solace" border="0" width="88" height="31"></a>

<a href="https://wtscross.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/97/18/61929.png" title="write to survive [crossover]" border="0"width="88" height="31"></a>

<a href="https://rwrd.rusff.me/"><img src="https://upforme.ru/uploads/001c/8a/d2/5/51685.gif" title="Cyberpunk Rewired" alt="Cyberpunk Rewired"></a>

<a href="https://dragonscales.rusff.me/viewtopic.php?id=29" target="_blank"><img src="https://upforme.ru/uploads/001c/89/28/2/102317.png" title="THE FIERY WORLD"></a>

<a href="https://los.rusff.me/" title="кружки по интересам" target="_blank"><img src="https://forumstatic.ru/files/001b/7a/c4/86895.gif"></a>

<a href="https://loom.rusff.me/" target="_blank"><img src='https://forumstatic.ru/files/001c/7b/be/66592.png' width="88px" border="0" title="полная свобода"/></a>

<a href="https://allfleshrots.rusff.me" target="_blank"> <img src="https://forumstatic.ru/files/001c/92/89/94111.png" title="all flesh rots"></a>

<a href="https://themurmur.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/92/86/4/532434.png" title="the murmur / мистика, свободные расы" /></a>

<a href="https://foreveryoung.rolbb.me/" title="Forever Young"><img src="https://forumstatic.ru/files/001b/b8/74/32367.jpg" border="0"></a>

<a href="https://pressf.rusff.me/"><img src="https://upforme.ru/uploads/001c/86/ed/2/852917.png"></a>

<a href="https://historycross.rusff.me/" title="ИСТОРИЯ РОССИИ" target="_blank"><img src="https://upforme.ru/uploads/001b/67/7a/2/53951.jpg"></a>

<a href="http://toeden.rusff.me" title="Магический реализм, США, 2022 год"  target="_blank"><img src="https://i.imgur.com/EXSZ0B8.png" alt="Return to eden"></a>

<a href="https://hpbreakthewall.rusff.me" target=_blank><img src="https://forumstatic.ru/files/001c/6a/ec/63967.png" style="max-width:88px;" title="гп, 3 поколение, отмена Статута"></a>

<a href="https://gemcross.ru"><img src="https://gdivir.ru/gem/gemcross.png" width="88" height="31" border="0" alt="GEMcross"></a>

<a href="https://hsww.rusff.me/"><img src="https://forumstatic.ru/files/001c/76/8c/76768.gif" title="Школа Чародейства и Волшебства Хогвартс" alt="Школа Чародейства и Волшебства Хогвартс"></a>

<a href="https://australis.rusff.me/" target=_blank><img src="https://forumstatic.ru/files/001c/5b/cc/68290.png" title="Австралия || фэнтези, мистика, расы, магия, постап."></a>

<a href="https://cursedland.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/0018/1e/e4/2/798040.jpg" title="cursed land" alt="cursed land" border="0"></a>

<a href="https://prophecy.rolbb.me"><IMG alt=" Magic War. Prophecy" src="https://upforme.ru/uploads/001b/e6/91/6/157746.gif" border ></a>

<a href="https://sweetillusions.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/001c/54/02/9/591284.gif" title="Омегаверс. Рисованные внешности. Шесть полов. Истинные пары."></a>

<a href="https://funeralrave.ru/"><img src="https://forumstatic.ru/files/0019/41/eb/61230.png" title="funeral rave"></a>

<a href="https://sept3rd.rusff.me/" title="Sept.3rd"><img src="https://upforme.ru/uploads/001a/eb/a8/2/61477.png" border="0"></a>

<a href="https://wildcross.rusff.me/" title="wildcross" target="_blank"><img src="https://forumstatic.ru/files/001b/ec/ce/14383.png" border="0" width="88" height="31"></a>

<a href="https://kelmoracrown.rusff.me" target="_blank"><img src="https://forumstatic.ru/files/001b/e6/2d/44174.png" title="Kelmora. Hollow crown" border="0" alt="Kelmora. Hollow crown"></a>

<a href="https://brim.1bb.ru/" title="мистика, городское фэнтези, админский произвол" target="_blank"><img src="https://upforme.ru/uploads/001c/89/a0/6/554091.gif" width="88" height="31" border="0"></a>

<a href="https://youtopia.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/8c/52/5/153836.png" title="youtopia"></a>

<a href='https://onlinecross.ru/' target='_blank' title='ONLINECROSS'><img src='https://forumstatic.ru/files/001c/91/32/65870.jpg' border='0' width='88' height='31'></a>

<a href="https://unholymess.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/001c/3b/02/26177.gif" title="Unholy Mess" border="0" alt="Unholy Mess"></a>

<a href="https://happyhouse.rusff.me/"><img src="https://upforme.ru/uploads/001c/52/80/5/764708.jpg"></a>

<a href="https://liesoftales.f-rpg.me/"><img src="https://forumstatic.ru/files/001c/7d/d4/57632.png" title="Lies of tales: персонажи сказок в современном мире, рисованные внешности" alt="Lies of tales: персонажи сказок в современном мире, рисованные внешности" target="_blank"></a>

<a href="https://theraven.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/00/4d/5/817891.png" title="THE RAVEN"></a>

<a href="https://bostoncrazzy.rusff.me/" target="blank"><img src="https://i.imgur.com/MW1p42w.gif"  title="BOSTON"></a>

<a target="_blank" href="https://dagort.f-rpg.me/" title="Дагорт"><img src="https://forumstatic.ru/files/001c/69/9f/53882.png?v=1" border="0"></a>

<a href="https://hpexile.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/7b/06/30559.jpg" title="HP: Exile. ГП 2 поколение, 1997-1998. Школа и не только. Активная игра"></a>

<a href="https://wolfauf.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/0018/37/c7/5/732786.jpg" title="мистицизм без рас" width="88" height="31"></a>

<a href="https://sunnycross.ru/"><img src="https://forumstatic.ru/files/001c/73/be/65745.jpg"></a>

<a href="https://thenextdoor.rusff.me//" target="_blank"><img src="https://i.imgur.com/7ok9BWS.png" title="next door = south korea"></a>

<a href="https://endgame.rusff.me/" title="твой последний форум" target="_blank"><img src="https://forumstatic.ru/files/001b/9b/ff/41292.svg" width="88" height="31" border="0"></a>

<a href="https://sideffect.rusff.me/" target="_blank"><img src="https://i.imgur.com/Qq1wM9t.gif" title="seoul // real life"></a>

<a href="https://oddinar.ru/" target="_blank"><img src="https://upforme.ru/uploads/001c/38/af/3/676925.png" title="oddinary" border="0" alt="oddinary"></a>


<a href="https://notacross.ru/" target="_blank"> <img src="https://forumstatic.ru/files/001c/57/ad/89952.gif" title="notacross" border="0" alt="notacross"></a>

<a href="https://karma.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/14/5b/7/856572.png" title="karma cross" border="0" width="88" height="31"></a>

<a href="https://alaskahorror.rusff.me" target=_blank><img src="https://forumstatic.ru/files/001b/ee/37/48175.png" border="0" title="longdark" width="88" height="31"></a>

<a href="https://darkonmoon.rusff.me" target="_blank"><img src='https://forumstatic.ru/files/001c/60/35/77891.png' title="Ночь кровавой луны"/></a>

<a href="https://aura.rusff.me/"><img src="https://i.imgur.com/nOuLdbD.gif"></a>

<a href="https://tempusmagicae.rusff.me/" title="Tempus Magicae" target=_blank><img src="https://upforme.ru/uploads/001c/71/c5/2/265170.png"></a>

<a href="https://souldreamate.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/35/8d/3/321130.gif"  title=" souldreamate" width="88" height="31" border="0"></a>

<a href="https://wounds.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/84/93/4/465266.gif"  title="fog bound" alt="fog bound"></a>

<a href="https://homey.rusff.me/" target=_blank><img src="https://upforme.ru/uploads/001c/7a/06/38/138681.png" title="scotland vibe, multilocation"></a>

<a href="https://eveningstop.rusff.me/" title="кроссовер для уставших" target="_blank"><img src="https://i.imgur.com/vMkJyh4.png" width="88" height="31" border="0"></a>

<a href="https://tenebria.ru/" target=_blank> <img src="https://upforme.ru/uploads/001c/77/b6/18/790340.gif" border="0" alt="Tenebria. Legacy of Ashes " width="88" height="31"/></a>

<a href="https://honeydicks.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/8c/2b/2/167888.png"title="marauders. honey dukes "border="0"width="88" height="31"></a>

<a href="https://nxvrlnd.rusff.me/" title="neverland: south korea, multilocation" target="_blank"><img src="https://upforme.ru/uploads/001c/23/e3/10/313312.png"></a>

<a href="https://rrriot.rusff.me/" target="_blank"><img src='https://upforme.ru/uploads/001c/7c/51/9/116374.png' title="будь кем хочешь"/></a>

<a href=https://moonsonata.rusff.me/ target="_blank"><img src=https://upforme.ru/uploads/001c/2b/a3/2/811369.png></a>

<a href="https://marauderschoice.rusff.me" title="Marauders: Your Choice" target="_blank"><img src="https://forumstatic.ru/files/001c/85/8d/59661.gif"></a>

<a href="https://morsmordremortis.rusff.me" target="_blank"> <img src="https://i.ibb.co/ynn6QpVW/image.gif" title="MORSMORDRE: MORTIS REQUIEM" border="0" alt="MORSMORDRE: MORTIS REQUIEM"></a>

<a href="https://dragonfall.ru/" target="_blank"><img src="https://upforme.ru/uploads/001c/87/49/4/81288.jpg" title="антуражное фэнтези" width="88" height="31"></a>

<a href="https://separation.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/0019/b7/cb/35659.gif" title="separation: hp, 3d generation"></a> </div>

0

78

Код:
<style>#КонтентРотатор p{display:none}</style>
<div id="КонтентРотатор" style="position: absolute;
    background: #f1edeac4;
    margin-top: -17px;
    margin-left: 46px;
    width: 318px;
    height: 72px;
    color: #453f3f;
    line-height: 11px !important;
    font: 11px verdana;
    text-transform: none;
    text-align: justify;
    padding: 5px 5px 9px 5px;
    z-index: 9999;
    border-radius: 5px;
    overflow: auto;"><!-- Ротатор произвольного контента -->
<p>Цзянцзай все ещё звенит где-то на подсознательном уровне слуха, хоть и его физическое обличие давно успокоилось - рукоять лезвия покоится в ладони привычно, там известна каждая царапина на обмотанной лентой стали, так, что лезвие воспринимается как часть самого себя - такой же смертоносной линией, как и вся стремительная фигура Яна. После боя привычно замереть, оббежать глазами трупы - Цзянцзай взлетает со свистом, ложится на плечо, мирно, ласково, даже как будто не его лентой сейчас были порезаны эти... существа. Вдох. Выдох.
 <br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Сюэ Ян</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=269#p9529">«Вам помочь упокоиться?»</a> </p>
<p>Дань Фэн только кивает, ему не нужно повторять дважды, он и без подсказки мудрейших знает этот простой факт. Старейшина обязан защищать Лофу, всегда быть для жителей щитом, мечом, символом силы и непоколебимой воли. И нет смысла задаваться вопросом почему или зачем? Долг Старейшины в этой простой фразе заключалось абсолютно все. Волны поднимались до самых небес, повинуясь небрежному движению руки, смывая с священной земли любой намек на присутствие мерзости Изобилия. Возвышаясь над Облачными рыцарями, защищая их силой Верховного Старейшины. Сотканный из силы видьядхара и потоков воды дракон, то кружил под ногами, то обрушивал на золотых волков разрушительную мощь, заставляя рассыпаться мерцающими осколками. Мерзость Изобилия слишком сильно рассредоточилась по всему ущелью, со многими справились Облачные рыцари, еще больших смыли бушующие воды, смывая в яростном реве, обрушивавшихся на них с небес драконов. Дань Фэн сплетал волны, разрывая небо бурей.

<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Дань Фэн</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=68#p9523">В этом сне</a></p>
<p> Когда уши начали улавливать беспредметно раздражающие, негромкие, но уверенные звуки журчания воды, Дилюк сперва решил, что у него теперь и слуховые галлюцинации появились, помимо проблем со зрением, а затем одновременно жутко захотелось пить, в туалет и затошнило так, что он аж покачнулся, словно не зная, куда рвануть в первую очередь. Замер, зажмурившись, быстро, поверхностно дыша, сглатывая и пытаясь запереть волны дурноты, одна за другой, подкатывающие к горлу, внутри. Когда внезапный кордебалет организма слегка унялся, Дилюк сообразил, что они так и стоят посреди узкого коридора.

<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Дилюк Рагнвиндр</h7> - <a href="http://aleandtalecross.ru/viewtopic.php?id=121#p9505">Уходя, гасите всех!</a></p>
<p> Да, есть вещи, которые не открыты даже для Элио. Но это такие мелочи, на которые можно не обращать внимания. Вот и Кафка - не обращала. Хотя обычный человек задумался бы, и задумался глубоко: какие опасности могут таить в себе события, которые невозможно предвидеть? Девушка сочла бы эти тревоги глупыми, хотя бы потому, что финал в данном случае предрешён, и в их пользу. А туман неведения её не пугал, даже интриговал - что же за сюрприз готовит им судьба? Сценарий был написан только для неё и Блэйда, девчонки чуть раньше получили свой и уже давно покинули базу. Теперь пришла их очередь. Мечник, как обычно, методично полировал своё оружие, Кафка выбирала духи.
<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Кафка</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=129#p4813">Наши демоны нас берегут</a> </p>
<p> К солнечному свету мужчина уже успел привыкнуть, так что даже практически не щурился. Прошелся между торговых рядов, высматривая алхимический прилавок, ведь именно там можно было бы прикупить средство для окрашивания волос. Не самая удобная надобность, конечно же, но большинство лунных эльфов были раздражающе синеволосы, а чем меньше будет вопросов к его внешности, тем лучше. Закончив с делами насущными, в которые, между прочими, входила аренда комнатушки на постоялом дворе, и отложив на завтра поход в Гильдию, Дарьен направился в таверну. Та встретила его привычным алкогольным амбре, руганью кого-то с кем-то, звучным хохотом, сальными комплиментами некоего подпитого вояки-ловеласа в сторону массивной официантки полуорчихи (Дар хмыкнул, ведь беднягу можно было только пожалеть, надумай он тянуться руками к объемной пятой точке этой "дамы"). Окинув помещение цепким взглядом, эльф обнаружил группу путешественников, которые азартно резались в картишки, параллельно занимаясь обильными возлияниями. Что же, это был неплохой шанс слегка наполнить свои карманы блестящими кругляшками. Заказав кувшин с элем, мяса и сыра, эльф направился прямиком к игрокам. Те его встретили сначала с недоверием, но короткая ухмылка и кувшин эля сделали его новых знакомцев более дружелюбными.
<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Варка как Дарьен Муншейд</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=199#p6005">Насмешка Тиморы</a></p>
</div>

<script language="javascript">
var sek = 14000;  // Время отображения

var Nrout=$("#КонтентРотатор p").length;
var i=0;RotatorMycontent(i);

function RotatorMycontent(i) {
$("#КонтентРотатор p").hide();
$("#КонтентРотатор p").eq(i).show();

j=i+1;if(j>=Nrout){j=0};
timerID = setTimeout("RotatorMycontent(j)",sek);return;}
</script>




<!-- Скрытие профиля в теме тегом © Alex_63 -->
<style type="text/css">.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website{display:none!important}
.hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul,.post.hideprofile h3>span{margin-left:0!important}</style>
<script>
FORUM.set('editor.addition.tags.hideprofile',{name:'Скрыть минипрофиль',onclick:function(){insert('[hideprofile]');}});
$().pun_mainReady(function(){$('.post:contains("[hideprofile]")').addClass('hideprofile').html(function(){return $(this).html().replace(/\[hideprofile\]/gim,'')})});
</script>

<style>img[alt="hide-autor"]{display:none}</style>

<!-- Пиар-вход v.2 -->
    <script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
    <script type="text/javascript">
    PR.nick = 'Ale'; //Ник PR-аккаунта
    PR.pass = '1111'; //Пароль PR-аккаунта
    PR.btn_text = 'PR-вход'; //Надпись на кнопке PR-входа(или ссылка на картинку);
    PR.set();</script>



<!-- Мгновенные уведомления © Alex_63, 2024 -->
<link rel="stylesheet" type="text/css" href="//forumstatic.ru/f/ru/bestbb/notifications.css" />
<script type="text/javascript" src="//forumstatic.ru/f/ru/bestbb/notifications.js"></script>
<!-- Мгновенные уведомления: упоминания © Alex_63, 2020 -->
<script>notifications.load('mentions');</script>
<!-- Мгновенные уведомления: подписки на форум/тему © Alex_63, 2019 -->
<script>notifications.load('subscriptions');</script>
<!-- Мгновенные уведомления: комментарии к репутации без переадресации © Alex_63, 2019 -->
<script>notifications.load('reputation');</script>
<!-- Мгновенные уведомления: регистрация новых участников © Alex_63 -->
<script>notifications.load('new_user')</script>



<!---------------------------- Быстрая смена аккаунта  ---------------------------->
<script type="text/javascript">
  New_EXiT = 'https://forumstatic.ru/files/001c/51/c9/98994.png'; //Дополнительная Иконка выход;
</script>
<script data="3695c4"  src="https://forumstatic.ru/files/0014/cc/0a/93129.js"></script>






<script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
<script>
hvScriptSet.addMask({
    guestAccess: ['Архив'],
 forumAccess: {
    'Время выбора': ['Игроки'],
  },
  forumAccessExtended: {
        'Вечный воитель': ['Пользователи', 'Игроки'],
        'Беспечный ангел': ['Пользователи', 'Игроки'],
        'На краю времени': ['Пользователи', 'Игроки'],
        'Таверна': ['Пользователи', 'Игроки'],
        'Игорный дом': ['Пользователи', 'Игроки'],
        'Dead by Daylight': ['Пользователи', 'Игроки'],
        'В свете софитов': ['Пользователи', 'Игроки'],
        'Битва фандомов': ['Пользователи', 'Игроки'],
        'Дневники на антресолях': ['Пользователи', 'Игроки']
    },
    changeList: {
        'pafld1': {
            title: 'фандом',
            description: 'напишите ваш фандом',
            tag: 'fndm',
            class: 'pa-fld4',
            defaultCode: '<div class="lz3">фандом</div>',
            type: 'html'
        },
        'pafld2': {
            title: 'имя персонажа',
            description: 'напишите ваше имя',
            tag: 'nic',
            class: 'pa-fld1',
            defaultCode: '<div class="lz"><a href="ссылка">имя</a></div>',
            type: 'html'
        },
        'pafld3': {
            title: 'текст',
            description: 'красивая фраза по желанию',
            tag: 'fraz',
            class: 'pa-fld2',
            defaultCode: '<div class="lz2">сюда фразу</div>',
            type: 'html'
        }
    },
    userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld4', 'pa-fld1', 'pa-fld2', 'pa-posts', 'pa-respect', 'pa-online', 'pa-fld3']
});
</script>


<!-- ники модера -->
<style>
.modlist {display: none !important;}
</style>
<!-- конец -->

0

79

Код:
<!--Кнопка "Новые сообщения"-->
<script type="text/javascript">
if(GroupID != 3) { $('#pun-ulinks .container').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>'); }
</script>

<!-- Кликабельность ника в постах Гостя -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>
<!-- Конец -->



<!-- Отключение скриптов русфф -->
<script type="text/javascript">
RusffCore.sets.tags = false; //теги (не работает)
RusffCore.sets.graffiti = false; //графити (не работает)
rusffLive.enable = false; //русфф лайф (заброшенный сервис русфф)
RusffCore.sets.TextAreaResizer = 0; //растягивания форм (есть в любом современном браузере, вызывает конфликты в стилях)
ReactionsPlugin.setConfig({disable: true});  //реакции (глючат)
RusffCore.sets.versions = false; //версии (глючат)
RusffCore.sets.notifications = 0; //уведомления (глючат)
RusffCore.sets.foundation = 2; //Использование фонда форума в Кредитах, а не Баллах
RusffCore.sets.show_reportBtn = 0; //жалобы
RusffCore.sets.use_awards = 0; //награды
RusffCore.sets.realtimeTopicReaders = false //Отключить динамику блока "Тему просматривают"
RusffCore.sets.auth_methods = 0; // Убираем ссылки на соцсети при входе
RusffCore.sets.files.button = false; // Убираем кнопку "Вложения"
</script>


<!----- ФИЛЬТР ЗАЯВОК by Человек-Шаман ----->
<script src="https://forumstatic.ru/files/0017/95/29/51757.js"></script>
<script>
  hvWantedFilters.init(6, 7, 49);
</script>
<style>
.post.topicpost .charlist  .charlist_title {
text-transform: uppercase;
font-weight: bold;
font-family: auto;
font-size: 14px;
}
.fd, .nm {
display:none!important;
}
.post.topicpost .charlist .charlist_item {
font-size: 12px;
}
</style>

<!--ТЕГ  абзаца - [indent] -->
    <style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
    <script type="text/javascript">(function(){ var b = '[indent]';
    $("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif"  onclick="smile(\''+b+'\')"></td>');
    var indent = '<span style="display:inline-block;margin:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
    $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
    </script>

<!-- Ссылка на авторский пост в цитате // v.3 © Alex_63 -->
    <script type="text/javascript">
    $('.quote-box>cite:contains("#")').each(function() {
      var cntq = $(this).text(), pid = cntq.split(',')[0], lnkq = '<a class="qc-post-link" href="';
      if($('.post'+pid).length){$(this).html(lnkq+pid+'">'+cntq.split(',')[1]+'</a>');}
      else{$(this).html(lnkq+'/viewtopic.php?pid='+pid.split('#p')[1]+pid+'">'+cntq.split(',')[1]+'</a>');}
    });$('#pun-viewtopic .pl-quote>a').each(function() {
      $(this).attr('href',$(this).attr('href').replace('(\'','(\'#'+$(this).parents('.post').attr('id')+','));
    });
    </script>

    <!-- Регулировка размера шрифта в постах © Alex_63 -->
    <style>
    .FNTslider {
      border-radius: 4px;
      position:relative;z-index:1000;
      background: #E0E0E0;
      width: 110px;
      height: 5px;
      margin: 3px 5px;
      border: solid 1px #ccc;
      float: right;
      margin-right: 7%;
    }
    .FNTslider .before {
      height: 5px;
      border: solid 1px transparent;
      border-right: none 0;
      border-radius: 4px 0 0 4px;
      position: absolute;
      background: #cdc0b7;
      margin-top: -1px;
    }
    .FNTslider .thumb {
      width: 8px;
      height: 13px;
      border-radius: 3px;
      position: relative;
      top: -4px;
      background: #916449;
      cursor: pointer;
    }
    </style>



 

<!-- стилизованные кнопки вверх/вниз © ForumD.ru, Gerda -->
<div class="scrollbuttons"><div class="go-up" id='ToTop'>⋙</div><div class="go-down" id='OnBottom'>⋘</div></div>
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").addClass("show")
$(window).scroll(function(){
 if ($(window).scrollTop()<="250") $("#ToTop").removeClass("show")
 else $("#ToTop").addClass("show")
  });
 if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").addClass("show")
  $(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").removeClass("show")
     else $("#OnBottom").addClass("show")
 });
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

<!--выделить код--> 
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script>
<!-- конец -->


<!-- Подключение рабочего скрипта (без изменений) -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>

<!--// Быстроплюсы v.2 РЕНО by Deff //-->
<script type="text/javascript" src="https://forumstatic.ru/files/0012/d8/04/58219.js" addComment="1"></script>

<!-- убирает название доп. поля -->
<script type="text/javascript">
var A=[1,2,4,5]
$(".post .post-author li").each(function (){
for(var i=0; i<A.length;i++){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>

<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="background:#b7a883;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>

<!-- Кликабельность ника в постах гостя © Alex_63 -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>

    <!-- Перенос Колонок тем и сообщений под Описание Форума / Deff, Alex_63 -->
    <script type="text/javascript">
    (function(){
       $.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
       function appendTopicS(){
         $('.category td.tcl .tclcon,#f-subforums td.tcl .tclcon').each(function() {
           var L=$(this).parents('tr:first');
           var str='<br><div class="Add"><div class="Tems_And_messages">тeм: <span class="right">'+L.find('td.tc2').text()+'</span></div>\
           <div style="margin-left:12px;" class="Tems_And_messages">Cообщений: <span class="right">'+L.find('td.tc3').text()+'</span></div>\
           </div>';$(str).appendTo(this);
         });
       }
       if($('#pun-index').length){appendTopicS ();}
       if($('#pun-viewforum').length){
         var summ=$('.main table[summary]').attr('summary').split(': ')[1].substr(0,1);
         if(summ=='#'||summ==String.fromCharCode(173))$.catch('#f-subforums',function(){appendTopicS()});
       }
    }());
    </script>

<div class="banners"><a href="https://inspiration.f-rpg.me/" title="вдохновение кросс" target="_blank"><img src="https://upforme.ru/uploads/001c/38/b6/4/420928.gif" width="88" height="31" border="0"></a>

<a href="https://americafckyeah.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/96/9f/74727.jpg" title="welcome to candy`s!" border="0" width="88" height="31"></a>

<a href="https://solace.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001b/ab/18/3/297059.gif" title="hp: solace" border="0" width="88" height="31"></a>

<a href="https://wtscross.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/97/18/61929.png" title="write to survive [crossover]" border="0"width="88" height="31"></a>

<a href="https://rwrd.rusff.me/"><img src="https://upforme.ru/uploads/001c/8a/d2/5/51685.gif" title="Cyberpunk Rewired" alt="Cyberpunk Rewired"></a>

<a href="https://dragonscales.rusff.me/viewtopic.php?id=29" target="_blank"><img src="https://upforme.ru/uploads/001c/89/28/2/102317.png" title="THE FIERY WORLD"></a>

<a href="https://los.rusff.me/" title="кружки по интересам" target="_blank"><img src="https://forumstatic.ru/files/001b/7a/c4/86895.gif"></a>

<a href="https://loom.rusff.me/" target="_blank"><img src='https://forumstatic.ru/files/001c/7b/be/66592.png' width="88px" border="0" title="полная свобода"/></a>

<a href="https://allfleshrots.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/001c/92/89/4/337928.png" title="all flesh rots"></a>

<a href="https://themurmur.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/92/86/4/532434.png" title="the murmur / мистика, свободные расы" /></a>

<a href="https://foreveryoung.rolbb.me/" title="Forever Young"><img src="https://forumstatic.ru/files/001b/b8/74/32367.jpg" border="0"></a>

<a href="https://pressf.rusff.me/"><img src="https://upforme.ru/uploads/001c/86/ed/2/852917.png"></a>

<a href="https://historycross.rusff.me/" title="ИСТОРИЯ РОССИИ" target="_blank"><img src="https://upforme.ru/uploads/001b/67/7a/2/53951.jpg"></a>

<a href="http://toeden.rusff.me" title="Магический реализм, США, 2022 год"  target="_blank"><img src="https://i.imgur.com/EXSZ0B8.png" alt="Return to eden"></a>

<a href="https://hpbreakthewall.rusff.me" target=_blank><img src="https://forumstatic.ru/files/001c/6a/ec/63967.png" style="max-width:88px;" title="гп, 3 поколение, отмена Статута"></a>

<a href="https://gemcross.ru"><img src="https://gdivir.ru/gem/gemcross.png" width="88" height="31" border="0" alt="GEMcross"></a>

<a href="https://hsww.rusff.me/"><img src="https://forumstatic.ru/files/001c/76/8c/76768.gif" title="Школа Чародейства и Волшебства Хогвартс" alt="Школа Чародейства и Волшебства Хогвартс"></a>

<a href="https://australis.rusff.me/" target=_blank><img src="https://forumstatic.ru/files/001c/5b/cc/68290.png" title="Австралия || фэнтези, мистика, расы, магия, постап."></a>

<a href="https://cursedland.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/0018/1e/e4/2/798040.jpg" title="cursed land" alt="cursed land" border="0"></a>

<a href="https://prophecy.rolbb.me"><IMG alt=" Magic War. Prophecy" src="https://upforme.ru/uploads/001b/e6/91/6/157746.gif" border ></a>

<a href="https://sweetillusions.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/001c/54/02/9/591284.gif" title="Омегаверс. Рисованные внешности. Шесть полов. Истинные пары."></a>

<a href="https://funeralrave.ru/"><img src="https://forumstatic.ru/files/0019/41/eb/61230.png" title="funeral rave"></a>

<a href="https://sept3rd.rusff.me/" title="Sept.3rd"><img src="https://upforme.ru/uploads/001a/eb/a8/2/61477.png" border="0"></a>

<a href="https://wildcross.rusff.me/" title="wildcross" target="_blank"><img src="https://forumstatic.ru/files/001b/ec/ce/14383.png" border="0" width="88" height="31"></a>

<a href="https://kelmoracrown.rusff.me" target="_blank"><img src="https://forumstatic.ru/files/001b/e6/2d/44174.png" title="Kelmora. Hollow crown" border="0" alt="Kelmora. Hollow crown"></a>

<a href="https://brim.1bb.ru/" title="мистика, городское фэнтези, админский произвол" target="_blank"><img src="https://upforme.ru/uploads/001c/89/a0/6/554091.gif" width="88" height="31" border="0"></a>

<a href="https://youtopia.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/8c/52/5/153836.png" title="youtopia"></a>

<a href='https://onlinecross.ru/' target='_blank' title='ONLINECROSS'><img src='https://forumstatic.ru/files/001c/91/32/65870.jpg' border='0' width='88' height='31'></a>

<a href="https://unholymess.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/001c/3b/02/26177.gif" title="Unholy Mess" border="0" alt="Unholy Mess"></a>

<a href="https://happyhouse.rusff.me/"><img src="https://upforme.ru/uploads/001c/52/80/5/764708.jpg"></a>

<a href="https://liesoftales.f-rpg.me/"><img src="https://forumstatic.ru/files/001c/7d/d4/57632.png" title="Lies of tales: персонажи сказок в современном мире, рисованные внешности" alt="Lies of tales: персонажи сказок в современном мире, рисованные внешности" target="_blank"></a>

<a href="https://theraven.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/00/4d/5/817891.png" title="THE RAVEN"></a>

<a href="https://bostoncrazzy.rusff.me/" target="blank"><img src="https://i.imgur.com/MW1p42w.gif"  title="BOSTON"></a>

<a target="_blank" href="https://dagort.f-rpg.me/" title="Дагорт"><img src="https://forumstatic.ru/files/001c/69/9f/53882.png?v=1" border="0"></a>

<a href="https://hpexile.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/7b/06/30559.jpg" title="HP: Exile. ГП 2 поколение, 1997-1998. Школа и не только. Активная игра"></a>

<a href="https://wolfauf.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/0018/37/c7/5/732786.jpg" title="мистицизм без рас" width="88" height="31"></a>

<a href="https://sunnycross.ru/"><img src="https://forumstatic.ru/files/001c/73/be/65745.jpg"></a>

<a href="https://thenextdoor.rusff.me//" target="_blank"><img src="https://i.imgur.com/7ok9BWS.png" title="next door = south korea"></a>

<a href="https://endgame.rusff.me/" title="твой последний форум" target="_blank"><img src="https://forumstatic.ru/files/001b/9b/ff/41292.svg" width="88" height="31" border="0"></a>

<a href="https://sideffect.rusff.me/" target="_blank"><img src="https://i.imgur.com/Qq1wM9t.gif" title="seoul // real life"></a>

<a href="https://oddinar.ru/" target="_blank"><img src="https://upforme.ru/uploads/001c/38/af/3/676925.png" title="oddinary" border="0" alt="oddinary"></a>


<a href="https://notacross.ru/" target="_blank"> <img src="https://forumstatic.ru/files/001c/57/ad/89952.gif" title="notacross" border="0" alt="notacross"></a>

<a href="https://karma.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/14/5b/7/856572.png" title="karma cross" border="0" width="88" height="31"></a>

<a href="https://alaskahorror.rusff.me" target=_blank><img src="https://forumstatic.ru/files/001b/ee/37/48175.png" border="0" title="longdark" width="88" height="31"></a>

<a href="https://darkonmoon.rusff.me" target="_blank"><img src='https://forumstatic.ru/files/001c/60/35/77891.png' title="Ночь кровавой луны"/></a>

<a href="https://aura.rusff.me/"><img src="https://i.imgur.com/nOuLdbD.gif"></a>

<a href="https://tempusmagicae.rusff.me/" title="Tempus Magicae" target=_blank><img src="https://upforme.ru/uploads/001c/71/c5/2/265170.png"></a>

<a href="https://souldreamate.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/35/8d/3/321130.gif"  title=" souldreamate" width="88" height="31" border="0"></a>

<a href="https://wounds.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/84/93/4/465266.gif"  title="fog bound" alt="fog bound"></a>

<a href="https://homey.rusff.me/" target=_blank><img src="https://upforme.ru/uploads/001c/7a/06/38/138681.png" title="scotland vibe, multilocation"></a>

<a href="https://eveningstop.rusff.me/" title="кроссовер для уставших" target="_blank"><img src="https://i.imgur.com/vMkJyh4.png" width="88" height="31" border="0"></a>

<a href="https://tenebria.ru/" target=_blank> <img src="https://upforme.ru/uploads/001c/77/b6/18/790340.gif" border="0" alt="Tenebria. Legacy of Ashes " width="88" height="31"/></a>

<a href="https://honeydicks.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/8c/2b/2/167888.png"title="marauders. honey dukes "border="0"width="88" height="31"></a>

<a href="https://nxvrlnd.rusff.me/" title="neverland: south korea, multilocation" target="_blank"><img src="https://upforme.ru/uploads/001c/23/e3/10/313312.png"></a>

<a href="https://rrriot.rusff.me/" target="_blank"><img src='https://upforme.ru/uploads/001c/7c/51/9/116374.png' title="будь кем хочешь"/></a>

<a href=https://moonsonata.rusff.me/ target="_blank"><img src=https://upforme.ru/uploads/001c/2b/a3/2/811369.png></a>

<a href="https://marauderschoice.rusff.me" title="Marauders: Your Choice" target="_blank"><img src="https://forumstatic.ru/files/001c/85/8d/59661.gif"></a>

<a href="https://morsmordremortis.rusff.me" target="_blank"> <img src="https://i.ibb.co/ynn6QpVW/image.gif" title="MORSMORDRE: MORTIS REQUIEM" border="0" alt="MORSMORDRE: MORTIS REQUIEM"></a>

<a href="https://dragonfall.ru/" target="_blank"><img src="https://upforme.ru/uploads/001c/87/49/4/81288.jpg" title="антуражное фэнтези" width="88" height="31"></a>

<a href="https://separation.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/0019/b7/cb/35659.gif" title="separation: hp, 3d generation"></a> </div>

<!--обтекание изображения 2.4.4 © Romych-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("https://forumstatic.ru/files/001a/fc/23/56403.png")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]*)\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top: -500px; margin-left:30%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="https://forumstatic.ru/files/001a/fc/23/50698.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="https://forumstatic.ru/files/001a/fc/23/19406.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>


<!-- ЗАПЯТАЯ ПОСЛЕ НИКА -->
<script type="text/javascript">
function to(username) { insert('[b]' + username + '[/b]' + ', '); }
</script>
<!-- ЗАПЯТАЯ ПОСЛЕ НИКА (конец) -->



<!-- взаимный пиар -->
<script>
function getUrlParameterByName(e,t){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var r=new RegExp("[\\?&]"+e+"=([^&#]*)").exec(t);return null==r?"":decodeURIComponent(r[1].replace(/\+/g," "))}function getRandomInt(e,t){return Math.floor(Math.random()*(t-e))+e}function copyAdvertisingToClipboard(e,t){e.preventDefault();var r=$(t).closest(".post").find(".permalink").attr("href"),n=$("<textarea>");$("body").append(n);var i=advertiseCodes[getRandomInt(0,advertiseCodes.length)]+"\n[url="+r+"]Ваша реклама[/url]";n.val(i).select(),document.execCommand("copy"),n.remove()}function addAdvertiseLink(e){getUrlParameterByName("id",window.location.href)==e&&$(".post").each(function(){
var e=$("<li>").attr("class","pl-advlink").append('<a href="#" onclick="copyAdvertisingToClipboard(event, this);">Взаимная реклама</a>');
$(this).find(".post-links ul").append(e);
if ($(this).hasClass('topicpost') || $(this).hasClass('firstpost')) {
    $(this).find(".post-content .reklama").append(e);
}
})}

var advertiseCodes=[
"[align=center][url=https://aleandtalecross.ru/viewtopic.php?id=7&p=2#p4427][img]https://upforme.ru/uploads/001c/87/f8/20/t151728.png[/img][/url][/align]",
"[align=center][url=https://aleandtalecross.ru/viewtopic.php?id=7&p=2#p3561][img]https://upforme.ru/uploads/001c/87/f8/20/t805628.png[/img][/url][/align]",
"[align=center][url=https://aleandtalecross.ru/viewtopic.php?id=7&p=3#p9576][img]https://upforme.ru/uploads/001c/87/f8/35/t523323.png[/img][/url][/align]",
"[align=center][url=https://aleandtalecross.ru/viewtopic.php?id=7#p823][img]https://upforme.ru/uploads/001c/87/f8/20/t285032.png[/img][/url][/align]",
"[align=center][url=https://aleandtalecross.ru/][img]https://upforme.ru/uploads/001c/87/f8/20/t412050.png[/img][/url][/align]"
];

addAdvertiseLink(297);
</script>

<!-- Замена дефисов на тире © Deff -->
<script>$('.post-content p').html(function(){return this.innerHTML.replace(/(\s|&nbsp;)?-(\s|&nbsp;)/g,'$1&mdash;$2')})</script>

0

80

Код:
Форум имеет рейтинг 18+ и может включать в себя игровые сцены деликатного содержания и контент, допустимый не для всех возрастных групп. Возможны описание насилия, упоминание наркотиков, убийств, интимных моментов различной степени откровенности и другие не для всех приятные и приемлемые элементы.
<br><b>Все ситуации, описанные в постах, являются сугубо вымышленными, игровыми, и не служат в целях пропаганды.</b> Проект несёт исключительно развлекательный характер.
При регистрации вы <b>расписываетесь в своём совершеннолетии, соглашаетесь со всем, сказанным здесь, и выражаете готовность присутствовать на проекте с подобным контентом.</b>

0

81

Код:
<!--------- АМС --------->
<div class="ams"> main: <a href="https://aleandtalecross.ru/profile.php?id=20">Блэйд</a> ⋆ <a href="https://krasotatest.rusff.me/profile.php?id=4">Инь Юй</a> ⋆ <a href="https://aleandtalecross.ru/profile.php?id=51">Март 7</a></div>

<div class="pf1"><a href="https://aleandtalecross.ru/viewtopic.php?id=140">гостевая</a>  <a href="https://aleandtalecross.ru/viewtopic.php?id=104">новости</a>  <a href="https://krasotatest.rusff.me/viewtopic.php?id=1">правила</a> <a href="https://krasotatest.rusff.me/viewtopic.php?id=6">роли</a> <a href="https://aleandtalecross.ru/viewforum.php?id=7">акции</a> <a href="https://aleandtalecross.ru/viewtopic.php?id=3">анкета</a> <a href="https://aleandtalecross.ru/viewtopic.php?id=47">связь с амс</a>
</div>

<div class="ams2"> 18+</div>


<!-- Таблица -->
<div id="header_table"></div>

<!-- Плашки -->
<div id="announcements"><div class="inner">
    
    <a href="https://aleandtalecross.ru/viewtopic.php?id=104#p8684" class="announcement"><div class="date">
            07.11</div><div class="column"><em>
            новости</em><span>
            срочный выпуск</span></div></a>

    <a href="https://aleandtalecross.ru/viewtopic.php?id=230" class="announcement"><div class="date">
            17/10</div><div class="column"><em>
            давай поженимся</em><span>
            ищем желающих</span></div></a>

    <a href="https://aleandtalecross.ru/viewtopic.php?id=251#p8699" class="announcement"><div class="date">
            25.11 — 25.12</div><div class="column"><em>
            каст месяца</em><span>
            онлайн игры</span></div></a>

   <a href="https://aleandtalecross.ru/viewtopic.php?id=208" class="announcement"><div class="date">
            07/10</div><div class="column"><em>
            DbD</em><span>
            доживи до утра</span></div></a>

    <a href="http://aleandtalecross.ru/viewtopic.php?id=278#p9641" class="announcement"><div class="date">
            07.11</div><div class="column"><em>
            маскарад</em><span>
            смена образа</span></div></a>
    
    <a href="https://aleandtalecross.ru/viewtopic.php?id=56" class="announcement"><div class="date">
            20/08</div><div class="column"><em>
           бар 24/7</em><span>
            утопи свои печали</span></div></a>

<a href="http://aleandtalecross.ru/viewforum.php?id=14" class="announcement"><div class="date">
            20/08</div><div class="column"><em>
           битва команд</em><span>
            очень жарко</span></div></a>

 
  </div> </div>

0

82

Код:
<!--- Дополнительные шрифты в форме быстрого ответа --->
<script type="text/javascript">
  document.addEventListener("DOMContentLoaded", function () {
    if (document.URL.includes("viewtopic")) {
      const fontList = [
        "QuantAntiqua",
        "Munson",
        "TanaUncialSP",
        "Pattaya",
        "Balkara",
        "Zing Rust",
        "Exotica",
        "Angeme",
        "Temple",
        "Czizh",
        "Caslon",
        "Teddy Bear",
        "Metamorphous",
        "Hummus",
        "Bowler",
        "Celtes",
        "Ostrovsky",
        "BalkaraCondensed",
        "Bradobrei",
        "Arina",
        "Rennen",
        "Revard",
        "Penguin",
        "Moulin Rouge",
        "Orpheus",
        "Salwey",
        "Merriweather",
        "Triforce",
        "PetertheGreat",
        "Lora",
      ];

      const fontArea = document.getElementById("font-area");
      if (!fontArea) return;

      fontList.forEach(fontName => {
        const fontDiv = document.createElement("div");

        const fontSpan = document.createElement("span");
        fontSpan.style.fontFamily = fontName;
        fontSpan.textContent = fontName;

        const fontButton = document.createElement("img");
        fontButton.src = "/i/blank.gif";
        fontButton.alt = "Выбрать";
        fontButton.style.cursor = "pointer";
        fontButton.onclick = function () {
          bbcode("[font=" + fontName + "]", "[/font]");
        };

        fontDiv.appendChild(fontSpan);
        fontDiv.appendChild(fontButton);
        fontArea.appendChild(fontDiv);
      });
    }
  });
</script>

<!-- Восстановить последний отправленный пост -->
<script src="https://forumstatic.ru/files/0016/a4/af/77386.js"></script>
<!-- Конец -->

<!-- Восстановить утерянный при закрытии темы пост -->
<script src="https://forumstatic.ru/files/0019/37/10/51919.js"></script>
<!-- Конец -->

<!-- Мгновенный предпросмотр сообщения © Alex_63 -->
<script type="text/javascript">
var PPREV = {};
PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа
PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты
</script>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/10524.js"></script>
<!-- Кнопка отключения мгновенного предпросмотра -->
<style>#togglePreview{float: right; margin-top: -17px; margin-right: 21px}</style>
<script type="text/javascript">(function (){
  var a='Включить предпросмотр';
  var b='Отключить предпросмотр';
  var d='_PreviewToggle';
  setCookiePPrev=function(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+c);}if(a && b)document.cookie=a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;}
  getCookiePPrev=function(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c)c=c[0].split('=');else return false;return c[1] ? c[1] : false;}
  $('<small id="togglePreview"><input type="button" class="button" value="'+ b +'" onclick="togglePreview(this)"/></small>').insertAfter('#post fieldset:last legend');
  var x = ParseContent;
  window.togglePreview = function(sel){//alert(sel.value);
    if(sel.value==a){sel.value=b;setCookiePPrev(d,'0',-1000);ParseContent=x;ParseContent();$('#post-preview').show(); return}
    if(sel.value==b){sel.value=a;setCookiePPrev(d,'OFF',30*3600*24*30*1000);if($('#pun-viewtopic').length){$('#post-preview').hide()}ParseContent=function(){return};return}
  }; if(getCookiePPrev(d)=='OFF'){$('#togglePreview>.button').click()};
}())
</script>

<!--дополнительные смайлы v.3.1 © Romych-->
<style type="text/css">
#wrapper{left:-10px;position:relative;width:500px;}
.tabs{height:22px;line-height:21px;margin:0 0 3px;list-style:none;}
 .tabs li{float:left;cursor:pointer;}
.tabs li a{background:transparent url("https://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0 0/cover; color:#444;display:block;margin-bottom:-1px;padding:0 5px 1px;position:relative;text-align:center;text-decoration:none; width:70px; border-radius: 5px;}
.tabs li a:hover{color:#efefef;background:url("https://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0-22.1px/cover;text-decoration:none;border-radius: 5px;}
.tabs li.active a{color:#444;border:medium hidden;line-height:22px;background-position:0 -43.5px;}
.tabs li.active a:hover{color:#6A5ACD;}
#smilies-area div[class^="t-"]:not(.t-0){display:none;width:470px;}
</style>
<script type="text/javascript">
var nabor=[];
 
nabor['ДнД'] = [
'https://forumstatic.ru/files/0017/4a/e0/99188.png',
'https://forumstatic.ru/files/0017/4a/e0/27406.png',
'https://forumstatic.ru/files/0017/4a/e0/10153.png',
'https://forumstatic.ru/files/0017/4a/e0/45195.png',
'https://forumstatic.ru/files/0017/4a/e0/64593.png',
'https://forumstatic.ru/files/0017/4a/e0/45889.png',
'https://forumstatic.ru/files/0017/4a/e0/29924.png',
'https://forumstatic.ru/files/0017/4a/e0/20671.png',
'https://forumstatic.ru/files/0017/4a/e0/56606.png',
'https://forumstatic.ru/files/0017/4a/e0/52543.png',
'https://forumstatic.ru/files/0017/4a/e0/79241.png',
'https://forumstatic.ru/files/0017/4a/e0/57037.png',
'https://forumstatic.ru/files/0017/4a/e0/50032.png'
];
 
nabor['Ужас'] = ['https://forumstatic.ru/files/0017/4a/e0/61623.png',
'https://forumstatic.ru/files/0017/4a/e0/87180.png',
'https://forumstatic.ru/files/0017/4a/e0/41646.png',
'https://forumstatic.ru/files/0017/4a/e0/49790.png',
'https://forumstatic.ru/files/0017/4a/e0/76856.png',
'https://forumstatic.ru/files/0017/4a/e0/37301.png',
'https://forumstatic.ru/files/0017/4a/e0/63044.png',
'https://forumstatic.ru/files/0017/4a/e0/25308.png',
'https://forumstatic.ru/files/0017/4a/e0/45229.png',
'https://forumstatic.ru/files/0017/4a/e0/69135.png',
'https://forumstatic.ru/files/0017/4a/e0/41920.png',
'https://forumstatic.ru/files/0017/4a/e0/86739.png',
'https://forumstatic.ru/files/0017/4a/e0/88469.png',
'https://forumstatic.ru/files/0017/4a/e0/19944.png'
];
 
nabor['Звери'] = [
'https://forumstatic.ru/files/0017/4a/e0/33058.png',
'https://forumstatic.ru/files/0017/4a/e0/59507.png',
'https://forumstatic.ru/files/0017/4a/e0/66421.png',
'https://forumstatic.ru/files/0017/4a/e0/18685.png',
'https://forumstatic.ru/files/0017/4a/e0/22946.png',
'https://forumstatic.ru/files/0017/4a/e0/66365.png',
'https://forumstatic.ru/files/0017/4a/e0/85005.png',
'https://forumstatic.ru/files/0017/4a/e0/59053.png',
'https://forumstatic.ru/files/0017/4a/e0/35691.png',
'https://forumstatic.ru/files/0017/4a/e0/66492.png',
'https://forumstatic.ru/files/0017/4a/e0/44780.png',
'https://forumstatic.ru/files/0017/4a/e0/72184.png',
'https://forumstatic.ru/files/0017/4a/e0/87823.png'
];
	
$('#button-smile').one('click',function(){$('#smilies-block').addClass('t-0');var vkl = '<div id="wrapper"><ul class="tabs" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t-0 active"><a>Простые</a></li></ul></div>';$('#smilies-area').prepend(vkl);for(var i in nabor){$('.tabs').append('<li class="t-'+i+'"><a>'+i+'</a></li>');$('#wrapper').append('<div class="t-'+i+'"></div>');$.each(nabor[i],function(q){$('div.t-'+i).append('<img loading="lazy" src="'+nabor[i][q]+'" onclick=smile("[img]'+nabor[i][q]+'[/img]") />');})};$('.tabs li').click(function(){var thisClass=this.className;$('#smilies-area div[class^="t-"]').hide();$('div.'+thisClass).fadeToggle('slow');$('.tabs li').removeClass('active');$(this).addClass('active');}); });
</script>

0

83

Код:
<!---------------------- Красивая профилактика © Deff, мод. max, the murderer! ---------------------->
<div id="pircs2"><link rel="stylesheet" type="text/css" href="/files/001b/a8/40/30530.css" /><div id="LogIn_Window" style="height: auto"><center>Здесь делается вжух 🪄</center><br></div></div><!-- --><script type="text/javascript">

var ON_button=1; // Cвитч включения: 1 - включено; 0 - выключено
var  moderDostyp_ON=0; // Модер-доступ включён: 1 - включён; 0 - выключен

if(ON_button!=1||GroupID ==1||moderDostyp_ON*GroupID==2){
$("style.#style_st,div.#pircs2").replaceWith("");}
  else {$("#msg-n2").replaceWith("");
if(GroupID ==3) {$("#LogIn_Window").show();if(document.URL.indexOf("/login.php")==-1){
document.location.href = "../login.php"}else {
$(document).ready(function(){$("form#login").appendTo("#LogIn_Window");
$("#LogIn_Window").find("p.formsubmit a[href*='register.php']").text("");
var v=$("#LogIn_Window").find("p.formsubmit a[href*='action=forget']");
v.replaceWith("<span>Вход только для администраторов</span>");});};}
else {document.location.href = "../login.php?action=out&id="+UserID};}
</script>
<!---------------------- Красивая профилактика END ---------------------->


<!---------------------------------------- ВСПЛЫВАЮЩИЕ ПОДСКАЗКИ --------------------------------->
<script src="https://forumstatic.ru/files/0012/9a/62/92819.js"></script>
<script>
$(function(){
$('*[title]').quicktip({
speed:700 //Скорость появления подсказки
});
});
</script>

<!-------------------------------------------------- ЧЕРНАЯ ПОДСКАЗКА -------------------------------->
<script>
$(document).ready(function(){$('*[title]').not('*[title] *[title]').tipsy({gravity:$.fn.tipsy.autoNS})});
$.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
$.catch('.pa-awards img[title]',function(){$('.punbb li.pa-awards img[title]').tipsy({fade:true,gravity:'s award'});});
</script>

<!------------------------------------------ ОТКЛЮЧЕНИЕ ФУНКЦИЙ И КНОПОК ----------------------->
<!--Отключить кнопку "Жалоба" -->
<script type="text/javascript">
RusffCore.sets.show_reportBtn = 0;
</script>
<!--Отключить функцию "Поделиться" -->
<script type="text/javascript">
RusffCore.sets.share = false;
</script>
<!--Отключить функцию "Вложения" -->
<script type="text/javascript">
RusffCore.sets.files.button = false;
</script>
<!--Отключить функцию "Это интересно" -->
<script type="text/javascript">
rusffLive.enable = false;
</script>
<!--Отключить функцию "Реакция" -->
<script>
ReactionsPlugin.setConfig({
  disable: true
});
</script>
<!--Список просматривающих тему -->
<script>
RusffCore.sets.realtimeTopicReaders = false
</script>






<!-- Выделение кода в блоке "Код" © Alex_63 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'Скопировать код'</script>


<!-- Смена аватара в топике (в HTML верх) © Deff, Alex_63 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/67169.js"></script>


<!--Навигация-->
<script type="text/javascript" src="https://forumstatic.ru/files/001a/18/bd/96460.js"></script>
<div class="spirit-navigation" id="navig-batton" title="навигация">важные ссылки</div>
<div id="navigblock" style="display:none"><div class="sslka">
<!-- важные ссылки -->
<a href="">гостевая</a>
<a href="">новости</a>
<a href="">правила</a>
<a href="">список ролей</a>
<a href="">удаления</a>
<a href="">акции</a>
<a href="">нужные персонажи</a>
<a href="">шаблон анкеты</a>
<a href="">связь с амс</a>
</div></div>






<style>#КонтентРотатор p{display:none}</style>
<div id="КонтентРотатор" style="position: absolute;
    margin-top: 350px;
    margin-left: 354px;
    width: 300px;
    height: 94px;
    color: #453f3f;
    line-height: 11px !important;
    font: 11px verdana;
    text-transform: none;
    text-align: justify;
    padding: 5px 5px 9px 5px;
    z-index: 100;
   display: flex;
   overflow: auto; "><!-- Ротатор произвольного контента -->
<p>Цзянцзай все ещё звенит где-то на подсознательном уровне слуха, хоть и его физическое обличие давно успокоилось - рукоять лезвия покоится в ладони привычно, там известна каждая царапина на обмотанной лентой стали, так, что лезвие воспринимается как часть самого себя - такой же смертоносной линией, как и вся стремительная фигура Яна. После боя привычно замереть, оббежать глазами трупы - Цзянцзай взлетает со свистом, ложится на плечо, мирно, ласково, даже как будто не его лентой сейчас были порезаны эти... существа. Вдох. Выдох.
 <br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Сюэ Ян</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=269#p9529">«Вам помочь упокоиться?»</a> </p>
<p>Дань Фэн только кивает, ему не нужно повторять дважды, он и без подсказки мудрейших знает этот простой факт. Старейшина обязан защищать Лофу, всегда быть для жителей щитом, мечом, символом силы и непоколебимой воли. И нет смысла задаваться вопросом почему или зачем? Долг Старейшины в этой простой фразе заключалось абсолютно все. Волны поднимались до самых небес, повинуясь небрежному движению руки, смывая с священной земли любой намек на присутствие мерзости Изобилия. Возвышаясь над Облачными рыцарями, защищая их силой Верховного Старейшины. Сотканный из силы видьядхара и потоков воды дракон, то кружил под ногами, то обрушивал на золотых волков разрушительную мощь, заставляя рассыпаться мерцающими осколками. Мерзость Изобилия слишком сильно рассредоточилась по всему ущелью, со многими справились Облачные рыцари, еще больших смыли бушующие воды, смывая в яростном реве, обрушивавшихся на них с небес драконов. Дань Фэн сплетал волны, разрывая небо бурей.

<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Дань Фэн</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=68#p9523">В этом сне</a></p>
<p> Когда уши начали улавливать беспредметно раздражающие, негромкие, но уверенные звуки журчания воды, Дилюк сперва решил, что у него теперь и слуховые галлюцинации появились, помимо проблем со зрением, а затем одновременно жутко захотелось пить, в туалет и затошнило так, что он аж покачнулся, словно не зная, куда рвануть в первую очередь. Замер, зажмурившись, быстро, поверхностно дыша, сглатывая и пытаясь запереть волны дурноты, одна за другой, подкатывающие к горлу, внутри. Когда внезапный кордебалет организма слегка унялся, Дилюк сообразил, что они так и стоят посреди узкого коридора.

<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Дилюк Рагнвиндр</h7> - <a href="http://aleandtalecross.ru/viewtopic.php?id=121#p9505">Уходя, гасите всех!</a></p>
<p> Да, есть вещи, которые не открыты даже для Элио. Но это такие мелочи, на которые можно не обращать внимания. Вот и Кафка - не обращала. Хотя обычный человек задумался бы, и задумался глубоко: какие опасности могут таить в себе события, которые невозможно предвидеть? Девушка сочла бы эти тревоги глупыми, хотя бы потому, что финал в данном случае предрешён, и в их пользу. А туман неведения её не пугал, даже интриговал - что же за сюрприз готовит им судьба? Сценарий был написан только для неё и Блэйда, девчонки чуть раньше получили свой и уже давно покинули базу. Теперь пришла их очередь. Мечник, как обычно, методично полировал своё оружие, Кафка выбирала духи.
<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Кафка</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=129#p4813">Наши демоны нас берегут</a> </p>
<p> К солнечному свету мужчина уже успел привыкнуть, так что даже практически не щурился. Прошелся между торговых рядов, высматривая алхимический прилавок, ведь именно там можно было бы прикупить средство для окрашивания волос. Не самая удобная надобность, конечно же, но большинство лунных эльфов были раздражающе синеволосы, а чем меньше будет вопросов к его внешности, тем лучше. Закончив с делами насущными, в которые, между прочими, входила аренда комнатушки на постоялом дворе, и отложив на завтра поход в Гильдию, Дарьен направился в таверну. Та встретила его привычным алкогольным амбре, руганью кого-то с кем-то, звучным хохотом, сальными комплиментами некоего подпитого вояки-ловеласа в сторону массивной официантки полуорчихи (Дар хмыкнул, ведь беднягу можно было только пожалеть, надумай он тянуться руками к объемной пятой точке этой "дамы"). Окинув помещение цепким взглядом, эльф обнаружил группу путешественников, которые азартно резались в картишки, параллельно занимаясь обильными возлияниями. Что же, это был неплохой шанс слегка наполнить свои карманы блестящими кругляшками. Заказав кувшин с элем, мяса и сыра, эльф направился прямиком к игрокам. Те его встретили сначала с недоверием, но короткая ухмылка и кувшин эля сделали его новых знакомцев более дружелюбными.
<br> <br>
 <h7 style="font-weight: bold; font-family: Carlo Melow; font-size: 12px; color: #966F33;">© Варка как Дарьен Муншейд</h7> - <a href="https://aleandtalecross.ru/viewtopic.php?id=199#p6005">Насмешка Тиморы</a></p>
</div>

<script language="javascript">
var sek = 14000;  // Время отображения

var Nrout=$("#КонтентРотатор p").length;
var i=0;RotatorMycontent(i);

function RotatorMycontent(i) {
$("#КонтентРотатор p").hide();
$("#КонтентРотатор p").eq(i).show();

j=i+1;if(j>=Nrout){j=0};
timerID = setTimeout("RotatorMycontent(j)",sek);return;}
</script>






<div class="ams"><a href="https://aleandtalecross.ru/profile.php?id=20">Блэйд</a> ⋆ <a href="https://krasotatest.rusff.me/profile.php?id=4">Инь Юй</a> ⋆ <a href="https://aleandtalecross.ru/profile.php?id=51">Март 7</a></div>

<div class="tabl_actone"><a href="">имя игрока</a></div>
<div class="tabl_acttwo"><a href="">имя игрока</a></div>
<div class="tabl_actthree"><a href="">имя игрока</a></div>
<div class="tabl_actfour"><a href="">имя игрока</a></div>




<div class="best_ep">
<a href="" target="_blank" style="cursor: pointer;">название эпизода</a>
<names>ИМЕНА УЧАСТНИКОВ</names><br>
<a href="" target="_blank" style="cursor: pointer;">название эпизода</a>
<names>ИМЕНА УЧАСТНИКОВ</names><br>  
<a href="" target="_blank" style="cursor: pointer;">название эпизода</a>
<names>ИМЕНА УЧАСТНИКОВ</names><br> 

</div>




<!-- Регулятор вида и размера шрифта (с) satsana, forumd.ru -->
<div id="chfont" title="Шрифт в постах">
<div id="chfontbut"></div>
<select id="chfontfam" name="chfontfam">
<option value="0">по умолчанию</option>
<option value="Arial, Helvetica, sans-serif" style="font-family: Arial, Helvetica, sans-serif">Arial</option>
<option value="'Arial Black', Gadget, sans-serif" style="font-family: ">Arial Black</option>
<option value="'Book Antiqua', 'Palatino Linotype', Palatino, serif" style="font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif">Book Antiqua</option>
<option value="'Comic Sans MS', cursive, sans-serif" style="font-family: 'Comic Sans MS', cursive, sans-serif;">Comic Sans</option>
<option value="'Courier New', Courier, monospace" style="font-family: 'Courier New', Courier, monospace">Courier</option>
<option value="Georgia, serif" style="font-family: Georgia, serif">Georgia</option>
<option value="Impact, Charcoal, sans-serif" style="font-family: Impact, Charcoal, sans-serif">Impact</option>
<option value="'Lucida Console', Monaco, monospace" style="font-family: 'Lucida Console', Monaco, monospace">Lucida Console</option>
<option value="'Lucida Grande', 'Lucida Sans Unicode', sans-serif" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif">Lucida Grande</option>
<option value="Tahoma, Geneva, sans-serif" style="font-family: Tahoma, Geneva, sans-serif">Tahoma</option>
<option value="'Times New Roman', Times, serif" style="font-family: 'Times New Roman', Times, serif">Times New Roman</option>
<option value="'Trebuchet MS', Helvetica, sans-serif" style="font-family: 'Trebuchet MS', Helvetica, sans-serif">Trebuchet</option>
<option value="Verdana, Geneva, sans-serif" style="font-family: Verdana, Geneva, sans-serif">Verdana</option>
<option value="'MS Sans Serif', Geneva, sans-serif" style="font-family: 'MS Sans Serif', Geneva, sans-serif">Sans Serif</option>
<option value="'MS Serif', 'New York', serif" style="font-family: 'MS Serif', 'New York', serif">Serif</option>
</select>
<div id="chfontsize">
<div class="fsizeplus"></div>
<div class="fsize"></div>
<div class="fsizeminus"></div>
</div>
</div>
<script type="text/javascript">
var chfsize,chffam;if(!localStorage.fontsize)localStorage.setItem("fontsize",11);if(!localStorage.fontfam)localStorage.setItem("fontfam","0");chfsize=+localStorage.getItem("fontsize");chffam=localStorage.getItem("fontfam");function setfsize(f){localStorage.setItem("fontsize",f);$(".fsize").text(f);$(".post-content p").css("font-size",f+"px")}
function setffam(f){localStorage.setItem("fontfam",f);$("#chfontfam option").removeAttr("selected");$('#chfontfam option[value="'+f+'"]').attr("selected","selected");if(f!="0")$(".post-content p").css("font-family",f);else $(".post-content p").css("font-family","")}$(".fsizeplus").on("click",function(){chfsize+=1;if(chfsize>72)chfsize=72;setfsize(chfsize)});$(".fsizeminus").on("click",function(){chfsize-=1;if(chfsize<6)chfsize=6;setfsize(chfsize)});$('#chfontsize .fsize').on('dblclick', function() {chfsize = 11;
setfsize (chfsize);});$("#chfontbut").on("click",function(){$("#chfont").toggleClass("active")});
$("#chfontfam").on("change",function(){chffam=$(this).val();setffam(chffam)});$(document).pun_mainReady(function(){setfsize(chfsize);setffam(chffam)});
</script>

0

84

Код:
<!-- Всплывающая подсказка © Домофой -->
<script type="text/javascript" src="/files/001b/95/a1/53719.js"></script></script>



<!-- Кликабельность ника в постах гостя © Alex_63 -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>


<!-- Запятая после ника © Duka -->
<script type="text/javascript">
function to(username)
{insert("[b]" + '' + username + '' + "[/b]" +  ', ');}
</script>



<!-- QWERTY-транслитерация © Deff -->
<script type="text/javascript">S='<img src="http://forum.mybb.ru/i/blank.gif" title="Латиница ↔ кириллица" onclick="bbcode(\'[Lat-Rus]\',\'[/Rus-Lat]\');LatRus();"/>';
$("#button-font").after('<td id=button-transL>'+S+'</td>');var TxtTrans1='lat';
function LatRus(){if(TxtTrans1=='lat'){TxtTrans1='rus'}else{TxtTrans1='lat'};
lat0='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~[].'.split('');
lat='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~'.split('');
lat.push('\\[');lat.push('\\]');lat.push('\\.');
rus=('йцукенгшщзфывапролджэячсмитьбЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮёЁхъю').split('');
function transF(p){ar1=lat;ar2=rus;if(TxtTrans1=='lat'){ar2=lat0;ar1=rus}for(var i=0; i<ar1.length; i++){trans='/'+ar1[i]+'/g';p=p.replace(eval(trans), ar2[i])}return p;}L=$('#main-reply').val();L=L.replace(/\[Lat-Rus\]([\s\S]*)\[\/Rus-Lat\]/mg,function(a,b,c){return transF(b);});$('#main-reply').val(L);}
</script>


<!-- Счётчик символов в форме ответа © Deff -->
<script>var a,L,epl=$("#main-reply"),str='<div id="plng">Написано символов: <b>0</b></div>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>


<!-- Абзац © Deff -->
<script type="text/javascript">(function(){ var b = '[indent]';
$("fieldset:not(.fldBB) #button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif"  onclick="smile(\''+b+'\')"></td>');}());
</script>


<!-- Выравнивание по ширине © sadhaka -->
<script>
$("#button-right").after('<td id="button-justify" title="Выравнивание по ширине"><img src="/i/blank.gif" onclick="bbcode(\'[align=justify]\', \'[/align]\');"/></td>');
</script>


<!-- Вставить картинку © Deff -->
<script>
var oldIMG="<td id=\"button-image\" class=\"old\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/></td>"
$("#button-image").after(oldIMG);
</script>







<!-- Новые сообщения -->
<script type="text/javascript">
function show_new() { if(GroupID == 3) return;
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');} show_new();
</script>






<!-- Админ-меню © max, the murderer! -->
<script>
    if (GroupID == 1) {
        $('#pun-navlinks .container li#navadmin').append('<ul class="adminmenu"><li><a href="/admin_forums.php">Форумы</a></li><li><a href="/admin_options.php">Настройки</a></li><li class="forms"><a href="/admin_forms.php">Формы</a><ul><li><a href="/admin_forms.php#f-general">HTML-верх / низ</a></li><li><a href="/admin_forms.php#f-announcement">Объявление</a></li><li><a href="/admin_forms.php#f-form-reply">Форма ответа</a></li></ul></li><li><a href="/admin_style.php">Стиль</a></li><li><a href="/admin_files.php">Файлы</a></li><li><a href="/admin_fields.php">Поля профиля</a></li></ul>')
    }
</script>
<!-- Профиль-меню © max, the murderer! -->
<script>
    if (GroupID != 3) {
        $('#pun-navlinks .container li#navprofile').append('<ul class="profilemenu"><li><a href="/profile.php?section=essentials&id='+UserID+'">Основной</a></li><li><a href="/profile.php?section=personal&id='+UserID+'">Персональный</a></li><li><a href="/profile.php?action=upload_avatar&id='+UserID+'">Аватар</a></li><li><a href="/profile.php?section=signature&id='+UserID+'">Подпись</a></li><li><a href="/profile.php?section=fields&id='+UserID+'">Дополнительно</a></li></ul>')
    }
</script>




<! -- скрипт навигации от духа -->
<script type="text/javascript" src="https://forumstatic.ru/files/001a/08/74/57494.js"></script>




<!--кнопки вверх вниз-->
<div class="go-up" id="ToTop" style="display: block;">вверх</div>
<div class="go-down" id="OnBottom" style="display: block;">вниз</div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
center:0px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:1; /*прозрачность*/
}
.go-up {
top:190px; /*положение от низа окна браузера верхняя кнопка*/
margin-left: 1060px;
}
.go-down {
top:260px; /*положение от низа окна браузера нижняя кнопка кнопка*/
margin-left: 1060px;
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>





<div class="banneri"><a href="https://inspiration.f-rpg.me/" title="вдохновение кросс" target="_blank"><img src="https://upforme.ru/uploads/001c/38/b6/4/420928.gif" width="88" height="31" border="0"></a>

<a href="https://americafckyeah.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/96/9f/74727.jpg" title="welcome to candy`s!" border="0" width="88" height="31"></a>

<a href="https://solace.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001b/ab/18/3/297059.gif" title="hp: solace" border="0" width="88" height="31"></a>

<a href="https://wtscross.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/97/18/61929.png" title="write to survive [crossover]" border="0"width="88" height="31"></a>

<a href="https://rwrd.rusff.me/"><img src="https://upforme.ru/uploads/001c/8a/d2/5/51685.gif" title="Cyberpunk Rewired" alt="Cyberpunk Rewired"></a>

<a href="https://dragonscales.rusff.me/viewtopic.php?id=29" target="_blank"><img src="https://upforme.ru/uploads/001c/89/28/2/102317.png" title="THE FIERY WORLD"></a>

<a href="https://los.rusff.me/" title="кружки по интересам" target="_blank"><img src="https://forumstatic.ru/files/001b/7a/c4/86895.gif"></a>

<a href="https://loom.rusff.me/" target="_blank"><img src='https://forumstatic.ru/files/001c/7b/be/66592.png' width="88px" border="0" title="полная свобода"/></a>

<a href="https://allfleshrots.rusff.me" target="_blank"> <img src="https://forumstatic.ru/files/001c/92/89/94111.png" title="all flesh rots"></a>

<a href="https://themurmur.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/92/86/4/532434.png" title="the murmur / мистика, свободные расы" /></a>

<a href="https://foreveryoung.rolbb.me/" title="Forever Young"><img src="https://forumstatic.ru/files/001b/b8/74/32367.jpg" border="0"></a>

<a href="https://pressf.rusff.me/"><img src="https://upforme.ru/uploads/001c/86/ed/2/852917.png"></a>

<a href="https://historycross.rusff.me/" title="ИСТОРИЯ РОССИИ" target="_blank"><img src="https://upforme.ru/uploads/001b/67/7a/2/53951.jpg"></a>

<a href="http://toeden.rusff.me" title="Магический реализм, США, 2022 год"  target="_blank"><img src="https://i.imgur.com/EXSZ0B8.png" alt="Return to eden"></a>

<a href="https://hpbreakthewall.rusff.me" target=_blank><img src="https://forumstatic.ru/files/001c/6a/ec/63967.png" style="max-width:88px;" title="гп, 3 поколение, отмена Статута"></a>

<a href="https://gemcross.ru"><img src="https://gdivir.ru/gem/gemcross.png" width="88" height="31" border="0" alt="GEMcross"></a>

<a href="https://hsww.rusff.me/"><img src="https://forumstatic.ru/files/001c/76/8c/76768.gif" title="Школа Чародейства и Волшебства Хогвартс" alt="Школа Чародейства и Волшебства Хогвартс"></a>

<a href="https://australis.rusff.me/" target=_blank><img src="https://forumstatic.ru/files/001c/5b/cc/68290.png" title="Австралия || фэнтези, мистика, расы, магия, постап."></a>

<a href="https://cursedland.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/0018/1e/e4/2/798040.jpg" title="cursed land" alt="cursed land" border="0"></a>

<a href="https://prophecy.rolbb.me"><IMG alt=" Magic War. Prophecy" src="https://upforme.ru/uploads/001b/e6/91/6/157746.gif" border ></a>

<a href="https://sweetillusions.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/001c/54/02/9/591284.gif" title="Омегаверс. Рисованные внешности. Шесть полов. Истинные пары."></a>

<a href="https://funeralrave.ru/"><img src="https://forumstatic.ru/files/0019/41/eb/61230.png" title="funeral rave"></a>

<a href="https://sept3rd.rusff.me/" title="Sept.3rd"><img src="https://upforme.ru/uploads/001a/eb/a8/2/61477.png" border="0"></a>

<a href="https://wildcross.rusff.me/" title="wildcross" target="_blank"><img src="https://forumstatic.ru/files/001b/ec/ce/14383.png" border="0" width="88" height="31"></a>

<a href="https://kelmoracrown.rusff.me" target="_blank"><img src="https://forumstatic.ru/files/001b/e6/2d/44174.png" title="Kelmora. Hollow crown" border="0" alt="Kelmora. Hollow crown"></a>

<a href="https://brim.1bb.ru/" title="мистика, городское фэнтези, админский произвол" target="_blank"><img src="https://upforme.ru/uploads/001c/89/a0/6/554091.gif" width="88" height="31" border="0"></a>

<a href="https://youtopia.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/8c/52/5/153836.png" title="youtopia"></a>

<a href='https://onlinecross.ru/' target='_blank' title='ONLINECROSS'><img src='https://forumstatic.ru/files/001c/91/32/65870.jpg' border='0' width='88' height='31'></a>

<a href="https://unholymess.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/001c/3b/02/26177.gif" title="Unholy Mess" border="0" alt="Unholy Mess"></a>

<a href="https://happyhouse.rusff.me/"><img src="https://upforme.ru/uploads/001c/52/80/5/764708.jpg"></a>

<a href="https://liesoftales.f-rpg.me/"><img src="https://forumstatic.ru/files/001c/7d/d4/57632.png" title="Lies of tales: персонажи сказок в современном мире, рисованные внешности" alt="Lies of tales: персонажи сказок в современном мире, рисованные внешности" target="_blank"></a>

<a href="https://theraven.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/00/4d/5/817891.png" title="THE RAVEN"></a>

<a href="https://bostoncrazzy.rusff.me/" target="blank"><img src="https://i.imgur.com/MW1p42w.gif"  title="BOSTON"></a>

<a target="_blank" href="https://dagort.f-rpg.me/" title="Дагорт"><img src="https://forumstatic.ru/files/001c/69/9f/53882.png?v=1" border="0"></a>

<a href="https://hpexile.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/7b/06/30559.jpg" title="HP: Exile. ГП 2 поколение, 1997-1998. Школа и не только. Активная игра"></a>

<a href="https://wolfauf.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/0018/37/c7/5/732786.jpg" title="мистицизм без рас" width="88" height="31"></a>

<a href="https://sunnycross.ru/"><img src="https://forumstatic.ru/files/001c/73/be/65745.jpg"></a>

<a href="https://thenextdoor.rusff.me//" target="_blank"><img src="https://i.imgur.com/7ok9BWS.png" title="next door = south korea"></a>

<a href="https://endgame.rusff.me/" title="твой последний форум" target="_blank"><img src="https://forumstatic.ru/files/001b/9b/ff/41292.svg" width="88" height="31" border="0"></a>

<a href="https://sideffect.rusff.me/" target="_blank"><img src="https://i.imgur.com/Qq1wM9t.gif" title="seoul // real life"></a>

<a href="https://oddinar.ru/" target="_blank"><img src="https://upforme.ru/uploads/001c/38/af/3/676925.png" title="oddinary" border="0" alt="oddinary"></a>


<a href="https://notacross.ru/" target="_blank"> <img src="https://forumstatic.ru/files/001c/57/ad/89952.gif" title="notacross" border="0" alt="notacross"></a>

<a href="https://karma.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/14/5b/7/856572.png" title="karma cross" border="0" width="88" height="31"></a>

<a href="https://alaskahorror.rusff.me" target=_blank><img src="https://forumstatic.ru/files/001b/ee/37/48175.png" border="0" title="longdark" width="88" height="31"></a>

<a href="https://darkonmoon.rusff.me" target="_blank"><img src='https://forumstatic.ru/files/001c/60/35/77891.png' title="Ночь кровавой луны"/></a>

<a href="https://aura.rusff.me/"><img src="https://i.imgur.com/nOuLdbD.gif"></a>

<a href="https://tempusmagicae.rusff.me/" title="Tempus Magicae" target=_blank><img src="https://upforme.ru/uploads/001c/71/c5/2/265170.png"></a>

<a href="https://souldreamate.f-rpg.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/35/8d/3/321130.gif"  title=" souldreamate" width="88" height="31" border="0"></a>

<a href="https://wounds.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/84/93/4/465266.gif"  title="fog bound" alt="fog bound"></a>

<a href="https://homey.rusff.me/" target=_blank><img src="https://upforme.ru/uploads/001c/7a/06/38/138681.png" title="scotland vibe, multilocation"></a>

<a href="https://eveningstop.rusff.me/" title="кроссовер для уставших" target="_blank"><img src="https://i.imgur.com/vMkJyh4.png" width="88" height="31" border="0"></a>

<a href="https://tenebria.ru/" target=_blank> <img src="https://upforme.ru/uploads/001c/77/b6/18/790340.gif" border="0" alt="Tenebria. Legacy of Ashes " width="88" height="31"/></a>

<a href="https://honeydicks.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/8c/2b/2/167888.png"title="marauders. honey dukes "border="0"width="88" height="31"></a>

<a href="https://nxvrlnd.rusff.me/" title="neverland: south korea, multilocation" target="_blank"><img src="https://upforme.ru/uploads/001c/23/e3/10/313312.png"></a>

<a href="https://rrriot.rusff.me/" target="_blank"><img src='https://upforme.ru/uploads/001c/7c/51/9/116374.png' title="будь кем хочешь"/></a>

<a href=https://moonsonata.rusff.me/ target="_blank"><img src=https://upforme.ru/uploads/001c/2b/a3/2/811369.png></a>

<a href="https://marauderschoice.rusff.me" title="Marauders: Your Choice" target="_blank"><img src="https://forumstatic.ru/files/001c/85/8d/59661.gif"></a>

<a href="https://morsmordremortis.rusff.me" target="_blank"> <img src="https://i.ibb.co/ynn6QpVW/image.gif" title="MORSMORDRE: MORTIS REQUIEM" border="0" alt="MORSMORDRE: MORTIS REQUIEM"></a>

<a href="https://dragonfall.ru/" target="_blank"><img src="https://upforme.ru/uploads/001c/87/49/4/81288.jpg" title="антуражное фэнтези" width="88" height="31"></a>

<a href="https://separation.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/0019/b7/cb/35659.gif" title="separation: hp, 3d generation"></a> </div>

0

85

> Silver Dust:
Я не пьян
Я просто обнял ёлку

0

86

<div class="plashka"><a href="ТУТ МОЖНО ССЫЛКУ НА ЛИЧНОЕ ДЕЛО"></a><div><strong>ПОМОЙНЫЙ ЕНОТ</strong><span>где моя помоечка</span></div></div>

0

87

<div class="plashka"><a href="ТУТ МОЖНО ССЫЛКУ НА ЛИЧНОЕ ДЕЛО"><img src="ССЫЛКА НА ИКОНКУ"></a><div><strong>ТУТ ЗАГОЛОВОК</strong><span>ТУТ ТЕКСТ, МОЖНО СО <a href="#">ССЫЛКОЙ</a></span></div></div>

0

88

/* Обёртка плашки */
.plashka {
display: flex;
align-items: center;
  margin-top: 10px !important;
  margin-bottom: -13px!important;
  margin-left: -1px!important;
   width: 208px;
background-color: #a0988f;
  border: 1px solid #000!important;

}

/* Колонка с текстом */
.plashka div {
  padding-left: 50px;
}

/* Верхний текст */
.plashka strong {
  display: block;
  font-size: 11px;
}

/* Нижний текст */
.plashka span {
font-size: 10px;
  text-transform: lowercase;
}

0

89

<div class="plashka"><a href="ТУТ МОЖНО ССЫЛКУ НА ЛИЧНОЕ ДЕЛО"><img src="ССЫЛКА НА ИКОНКУ"></a><div><strong>
Я НЕ ПЬЯН</strong><span>Я ПРОСТО ОБНЯЛ ЁЛКУ</span></div></div>

0

90

<div class="plashka"><a href="ТУТ МОЖНО ССЫЛКУ НА ЛИЧНОЕ ДЕЛО"><img src="ССЫЛКА НА ИКОНКУ"></a><div><strong>
Я НЕ ПЬЯН</strong><span>Я ПРОСТО ОБНЯЛ ЁЛКУ</span></div></div>

0


Вы здесь » 1hour » фандомное » студия зла


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