<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Neucha" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Cormorant+Infant" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Cuprum" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=El+Messiri" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Tenor+Sans" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Kurale" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Scada" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Kelly+Slab" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Ledger" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Forum" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Yeseva+One" rel="stylesheet"> <style type="text/css"> @font-face { font-family: 'MinusmanC'; src: url('http://forumstatic.ru/files/0017/26/b3/47523.eot'), url('http://forumstatic.ru/files/0017/26/b3/41909.woff'), url('http://forumstatic.ru/files/0017/26/b3/35764.ttf') format('truetype'), url('http://forumstatic.ru/files/0017/26/b3/72038.svg') format('svg'); font-weight: normal; font-style: normal; } </style> <style type="text/css"> @font-face { font-family: 'Werfus'; src: url('http://forumstatic.ru/files/0018/26/57/10441.eot?'), url('http://forumstatic.ru/files/0018/26/57/10441.woff') format('woff'), url('http://forumstatic.ru/files/0018/26/57/10441.ttf') format('truetype'), url('http://forumstatic.ru/files/0018/26/57/10441.svg#svgFontName') format('svg'); font-weight: normal; font-style: normal; } </style> <style type="text/css"> @font-face { font-family: 'Morning Glory and Cyrillic'; src: url('http://forumstatic.ru/files/0018/26/57/10297.eot.eot?'), url('http://forumstatic.ru/files/0018/26/57/10297.woff') format('woff'), url('http://forumstatic.ru/files/0018/26/57/10297.ttf') format('truetype'), url('http://forumstatic.ru/files/0018/26/57/10297.svg#svgFontName') format('svg'); font-weight: normal; font-style: normal; } </style> <style type="text/css"> @font-face { font-family: 'Plainot'; src: url('http://forumstatic.ru/files/0018/26/57/10213.eot?'), url('http://forumstatic.ru/files/0018/26/57/10213.woff') format('woff'), url('http://forumstatic.ru/files/0018/26/57/10213.ttf') format('truetype'), url('http://forumstatic.ru/files/0018/26/57/10213.svg#svgFontName') format('svg'); font-weight: normal; font-style: normal; } </style> <style type="text/css"> @font-face { font-family: 'Albertus Extra Bold'; src: url('http://forumstatic.ru/files/0018/26/57/10353.eot?'), url('http://forumstatic.ru/files/0018/26/57/10353.woff') format('woff'), url('http://forumstatic.ru/files/0018/26/57/10353.ttf') format('truetype'), url('http://forumstatic.ru/files/0018/26/57/10353.svg#svgFontName') format('svg'); font-weight: normal; font-style: normal; } </style> <style type="text/css"> @font-face { font-family: 'Astakhov First Simple'; src: url('http://forumstatic.ru/files/0018/26/57/10403.eot?'), url('http://forumstatic.ru/files/0018/26/57/10403.woff') format('woff'), url('http://forumstatic.ru/files/0018/26/57/10403.ttf') format('truetype'), url('http://forumstatic.ru/files/0018/26/57/10403.svg#svgFontName') format('svg'); font-weight: normal; font-style: normal; } </style> <style type="text/css"> @font-face { font-family: 'VEFlomasticaCyrillic'; src: url('http://forumstatic.ru/files/0018/26/57/10506.eot?'), url('http://forumstatic.ru/files/0018/26/57/10506.woff') format('woff'), url('http://forumstatic.ru/files/0018/26/57/10506.ttf') format('truetype'), url('http://forumstatic.ru/files/0018/26/57/10506.svg#svgFontName') format('svg'); font-weight: normal; font-style: normal; } </style> <!-- Дайсы - 2, Ч.1 в начало HTML верх--> <noscript><meta http-equiv="refresh" content="0;URL=http://qps.ru/prUMh" /></noscript> <script type="text/javascript" src="http://forumstatic.ru/files/0013/61/e9/33720.js"></script> <!-- //END - Ч.1 в начало HTML верх Дайсы - 2 -- <!-- Псевдо-удаление сообщений © Alex_63 - Ч.1 в HTML верх --> <style id="HidPost">.post{display:none}</style><script type="text/javascript"> if(document.title.indexOf('¬')!=-1)document.title=document.title.split('¬')[1]</script> <style> .lastedit { display: none; } </style> <script type="text/javascript"> //cookies function setcookie(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;} function getcookie(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;} var aimg = { open: '♣', close: '♣' } function categorytoggle(el){ var cat = $(el).parents('div.category'); cat.children('div.container').toggle('slow'); el.innerHTML = el.innerHTML == aimg.open ? aimg.close : aimg.open; var catc = getcookie(cat.attr('id')); catc = catc == 'close' ? 'open' : 'close'; setcookie(cat.attr('id'),catc,3600*24*30*1000); } </script>
коды
Сообщений 1 страница 4 из 4
Поделиться12018-04-29 20:22:10
Поделиться22018-04-29 20:22:22
<script type="text/javascript"><!-- Dise_2 - Ч.2 в HTML низ --> //ID форумов с применением Дайсов, должны быть открыты на чтение/запись под гостем; FORUM.dise_Array = [26]; // 0 - Просмотр cообщений в форумах с Дайсами гостем возможен;(запись закрыта скриптом) // 1 - Cкрытие возможности просмотра тем для гостя в Дайс-форумах; FORUM.GuestHideDise_Forum = 0; /*Set функция:*/ FORUM.set_Dise2 (); </script><!-- END//Ч.2 в HTML низ Dise_2 ---> <!-- Псевдо-удаление сообщений © Alex_63 - Ч.2 в HTML низ --> <script type="text/javascript" src="http://forumstatic.ru/files/0016/0b/c8/96496.js"></script> <style type="text/css"> .post.del{ outline:double 3px rgba(162, 2, 2, 0.37); } </style> <style>.gid2 .post.del{display:none!important;}</style> <style type="text/css">span.age-alt{color:red}span.word-age {color:blue} .age-alt,.word-age {margin:0!important;display:inline!important;float:none!important;padding:0!important;} </style> <script type="text/javascript"><!-- авто-возраст в профиль --> //Format вставки: [age=03.07.2012/1=90]; function conjugation(n){ //Cпряжение слов от 0 до 9; var words = "лун,луна,луны,луны,луны,лун,лун,лун,лун,лун"; var word11_19 = "лун"; //Выходное слово для числительных: от 11 до 19; words=words.split(","); var Out = words[n%10]; if(parseInt((n%100)/10)==1)Out = word11_19; return Out; } function ageUserFild(str, p1,offset, s){ var arrDate = p1.split(/=|\.|\//); var a = new Date().getTime(); var delit = +arrDate[4] var d = new Date(arrDate[2],+arrDate[1]-1,arrDate[0]).getTime(); var outAge=parseInt((a-d)/(60*60*24*1000*delit)) return '<span class=age-alt>'+outAge+'</span><span class=word-age> '+conjugation(outAge)+'</span>'; } $('.post .post-author li[class^="pa-fld"]:contains("[age=")').each(function () { $(this).html($(this).html().replace(/\[age=(\d{2}.\d{2}\.\d{4}\/1=\d+)\]/,ageUserFild)); }); $('#profile-right > li strong:contains("[age=")').each(function () { $(this).html($(this).html().replace(/\[age=(\d{2}.\d{2}\.\d{4}\/1=\d+)\]/,ageUserFild)); }); </script> <script type="text/javascript" src="http://forumstatic.ru/files/0010/b4/f8/20314.js"></script> <!-- Разделение ников пользователей в теме запятой --> <script>$('#topic-users-in a').prev('a').after(',');</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: #A0BCDA; margin-top: -1px; } .FNTslider .thumb { width: 8px; height: 13px; border-radius: 3px; position: relative; top: -4px; background: #3980D8; cursor: pointer; } </style> <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/31001.js"></script> <script type="text/javascript"> var A=[1,4,5] $(".post .post-author li").each(function (){ for(var i in A){if($(this).hasClass("pa-fld"+A[i])){ $(this).html($(this).html().replace(/^[^:]*:/,''));}};}); </script> <script type="text/javascript"> $('#pun-main div.category > h2 div.catleft').after('<a href="#" onclick="categorytoggle(this); return false;" style="float: right;">'+aimg.open+'</a>'); for(var i=1;i<=$('#pun-main div.category').length;i++) if(getcookie('pun-category'+i)=='close'){ $('#pun-category'+i+' > div.container').css({display: 'none'}); $('#pun-category'+i+' > h2 > a').html(aimg.close) } </script> <script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;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> <script> function select_text(elem) { var rng, sel; if ( document.createRange ) { rng = document.createRange(); rng.selectNode( elem ) sel = window.getSelection(); var strSel = ''+sel; if (!strSel.length) { sel.removeAllRanges(); sel.addRange( rng ); } } else { var rng = document.body.createTextRange(); rng.moveToElementText( elem ); rng.select(); } }; var div = document.getElementById('pun-main').getElementsByTagName('div'); for(x in div){ if(div[x].className=='code-box'){ div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>'; } } </script> <script src="http://f.etrin.ru/hvss/hvss.min.js"></script> <script> hvScriptSet.addMask({ forumAccessExtended: { 'Лагерь племени Чёрных Скал': ['Жители Времени'], 'Территория племени Чёрных Скал': ['Жители Времени'], 'Зимний Фестиваль': ['Жители Времени'], 'Лагерь племени Солнца': ['Жители Времени'], 'Территория племени Солнца': ['Жители Времени'], 'Территория Двуногих': ['Жители Времени'], 'Границы племён': ['Жители Времени'], 'Свободные территории': ['Жители Времени'] } }); </script> <script><!--Универсальный скрипт замены. --> function UniverСhange(selektor,changed,substitute){ $(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){ $(this).parent().html($(this).parent().html().replace(changed,substitute));};};});} UniverСhange("#pun-stats .item5","Посетили за сутки","Появлялись недавно"); UniverСhange("#pun-stats .item5","Активны","Рядом с вами"); </script>
Поделиться32018-04-30 08:34:31
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Neucha" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Infant" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cuprum" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=El+Messiri" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Tenor+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kurale" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Scada" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kelly+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ledger" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Forum" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Yeseva+One" rel="stylesheet">
<style type="text/css">
@font-face {
font-family: 'MinusmanC';
src: url('http://forumstatic.ru/files/0017/26/b3/47523.eot'),
url('http://forumstatic.ru/files/0017/26/b3/41909.woff'),
url('http://forumstatic.ru/files/0017/26/b3/35764.ttf') format('truetype'),
url('http://forumstatic.ru/files/0017/26/b3/72038.svg') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'Werfus';
src: url('http://forumstatic.ru/files/0018/26/57/10441.eot?'),
url('http://forumstatic.ru/files/0018/26/57/10441.woff') format('woff'),
url('http://forumstatic.ru/files/0018/26/57/10441.ttf') format('truetype'),
url('http://forumstatic.ru/files/0018/26/57/10441.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'Morning Glory and Cyrillic';
src: url('http://forumstatic.ru/files/0018/26/57/10297.eot.eot?'),
url('http://forumstatic.ru/files/0018/26/57/10297.woff') format('woff'),
url('http://forumstatic.ru/files/0018/26/57/10297.ttf') format('truetype'),
url('http://forumstatic.ru/files/0018/26/57/10297.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'Plainot';
src: url('http://forumstatic.ru/files/0018/26/57/10213.eot?'),
url('http://forumstatic.ru/files/0018/26/57/10213.woff') format('woff'),
url('http://forumstatic.ru/files/0018/26/57/10213.ttf') format('truetype'),
url('http://forumstatic.ru/files/0018/26/57/10213.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'Albertus Extra Bold';
src: url('http://forumstatic.ru/files/0018/26/57/10353.eot?'),
url('http://forumstatic.ru/files/0018/26/57/10353.woff') format('woff'),
url('http://forumstatic.ru/files/0018/26/57/10353.ttf') format('truetype'),
url('http://forumstatic.ru/files/0018/26/57/10353.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'Astakhov First Simple';
src: url('http://forumstatic.ru/files/0018/26/57/10403.eot?'),
url('http://forumstatic.ru/files/0018/26/57/10403.woff') format('woff'),
url('http://forumstatic.ru/files/0018/26/57/10403.ttf') format('truetype'),
url('http://forumstatic.ru/files/0018/26/57/10403.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'VEFlomasticaCyrillic';
src: url('http://forumstatic.ru/files/0018/26/57/10506.eot?'),
url('http://forumstatic.ru/files/0018/26/57/10506.woff') format('woff'),
url('http://forumstatic.ru/files/0018/26/57/10506.ttf') format('truetype'),
url('http://forumstatic.ru/files/0018/26/57/10506.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<!-- Дайсы - 2, Ч.1 в начало HTML верх-->
<noscript><meta http-equiv="refresh" content="0;URL=http://qps.ru/prUMh" /></noscript>
<script type="text/javascript" src="http://forumstatic.ru/files/0013/61/e9/33720.js"></script>
<!-- //END - Ч.1 в начало HTML верх Дайсы - 2 --
<!-- Псевдо-удаление сообщений © Alex_63 - Ч.1 в HTML верх -->
<style id="HidPost">.post{display:none}</style><script type="text/javascript">
if(document.title.indexOf('¬')!=-1)document.title=document.title.split('¬')[1]</script>
<style>
.lastedit {
display: none;
}
</style>
Поделиться42018-04-30 08:34:40
<script type="text/javascript"><!-- Dise_2 - Ч.2 в HTML низ -->
//ID форумов с применением Дайсов, должны быть открыты на чтение/запись под гостем;
FORUM.dise_Array = [26];
// 0 - Просмотр cообщений в форумах с Дайсами гостем возможен;(запись закрыта скриптом)
// 1 - Cкрытие возможности просмотра тем для гостя в Дайс-форумах;
FORUM.GuestHideDise_Forum = 0;
/*Set функция:*/ FORUM.set_Dise2 ();
</script><!-- END//Ч.2 в HTML низ Dise_2 --->
<!-- Псевдо-удаление сообщений © Alex_63 - Ч.2 в HTML низ -->
<script type="text/javascript" src="http://forumstatic.ru/files/0016/0b/c8/96496.js"></script>
<style type="text/css">
.post.del{
outline:double 3px rgba(162, 2, 2, 0.37);
}
</style>
<style>.gid2 .post.del{display:none!important;}</style>
<style type="text/css">span.age-alt{color:red}span.word-age {color:blue}
.age-alt,.word-age {margin:0!important;display:inline!important;float:none!important;padding:0!important;}
</style>
<script type="text/javascript"><!-- авто-возраст в профиль -->
//Format вставки: [age=03.07.2012/1=90];
function conjugation(n){
//Cпряжение слов от 0 до 9;
var words = "лун,луна,луны,луны,луны,лун,лун,лун,лун,лун";
var word11_19 = "лун"; //Выходное слово для числительных: от 11 до 19;
words=words.split(",");
var Out = words[n%10];
if(parseInt((n%100)/10)==1)Out = word11_19;
return Out;
}
function ageUserFild(str, p1,offset, s){
var arrDate = p1.split(/=|\.|\//);
var a = new Date().getTime();
var delit = +arrDate[4]
var d = new Date(arrDate[2],+arrDate[1]-1,arrDate[0]).getTime();
var outAge=parseInt((a-d)/(60*60*24*1000*delit))
return '<span class=age-alt>'+outAge+'</span><span class=word-age> '+conjugation(outAge)+'</span>';
}
$('.post .post-author li[class^="pa-fld"]:contains("[age=")').each(function () {
$(this).html($(this).html().replace(/\[age=(\d{2}.\d{2}\.\d{4}\/1=\d+)\]/,ageUserFild));
});
$('#profile-right > li strong:contains("[age=")').each(function () {
$(this).html($(this).html().replace(/\[age=(\d{2}.\d{2}\.\d{4}\/1=\d+)\]/,ageUserFild));
});
</script>
<script type="text/javascript" src="http://forumstatic.ru/files/0010/b4/f8/20314.js"></script>
<!-- Разделение ников пользователей в теме запятой -->
<script>$('#topic-users-in a').prev('a').after(',');</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: #A0BCDA;
margin-top: -1px;
}
.FNTslider .thumb {
width: 8px;
height: 13px;
border-radius: 3px;
position: relative;
top: -4px;
background: #3980D8;
cursor: pointer;
}
</style>
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/31001.js"></script>
<script type="text/javascript">
var A=[1,4,5]
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>
<script type="text/javascript">
$('#pun-main div.category > h2 div.catleft').after('<a href="#" onclick="categorytoggle(this); return false;" style="float: right;">'+aimg.open+'</a>');
for(var i=1;i<=$('#pun-main div.category').length;i++)
if(getcookie('pun-category'+i)=='close'){
$('#pun-category'+i+' > div.container').css({display: 'none'});
$('#pun-category'+i+' > h2 > a').html(aimg.close)
}
</script>
<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;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>
<script>
function select_text(elem) {
var rng, sel;
if ( document.createRange ) {
rng = document.createRange();
rng.selectNode( elem )
sel = window.getSelection();
var strSel = ''+sel;
if (!strSel.length) {
sel.removeAllRanges();
sel.addRange( rng );
}
} else {
var rng = document.body.createTextRange();
rng.moveToElementText( elem );
rng.select();
}
};
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
}
}
</script>
<script src="http://f.etrin.ru/hvss/hvss.min.js"></script>
<script>
hvScriptSet.addMask({
forumAccessExtended: {
'Лагерь племени Чёрных Скал': ['Жители Времени'],
'Территория племени Чёрных Скал': ['Жители Времени'],
'Зимний Фестиваль': ['Жители Времени'],
'Лагерь племени Солнца': ['Жители Времени'],
'Территория племени Солнца': ['Жители Времени'],
'Территория Двуногих': ['Жители Времени'],
'Границы племён': ['Жители Времени'],
'Свободные территории': ['Жители Времени']
}
});
</script>
<script><!--Универсальный скрипт замены. -->
function UniverСhange(selektor,changed,substitute){
$(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){
$(this).parent().html($(this).parent().html().replace(changed,substitute));};};});}
UniverСhange("#pun-stats .item5","Посетили за сутки","Появлялись недавно");
UniverСhange("#pun-stats .item5","Активны","Рядом с вами");
</script>