гостевая     внешности     занятость     шаблон анкеты     нужные     хочу к вам     банк

your text, news. your text, news. your text, news. your text, news. your text, news. your text, news. your text, news. your text, news. your text, news.






Вверх Вниз

enthusiast

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

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


Вы здесь » enthusiast » беги за белым кроликом » хтмлы


хтмлы

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

1

...

0

2

<!--скрыть форум-->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style> #forum_46, #forum_f47, #forum_f48 {display:none}</style>")
</script>
<!--Кнопки вверх и вниз-->
<a style="position: fixed; top: 400px; right: 20px; cursor: pointer; background-color: transparent !important;" id="Go_Top"><img src="http://funkyimg.com/i/2x6Ss.png" alt="Вверх"></a>

<a style="position: fixed; top: 450px; right: 20px; cursor: pointer; background-color: transparent !important;" id="Go_Bottom"><img src="http://funkyimg.com/i/2x6Sw.png" alt="Вниз"></a>

<script type="text/javascript">
jQuery(function(){
$("#Go_Top").hide().removeAttr("href");
if ($(window).scrollTop()>="250") $("#Go_Top").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#Go_Top").fadeOut("slow")
  else $("#Go_Top").fadeIn("slow")
});

$("#Go_Bottom").hide().removeAttr("href");
if ($(window).scrollTop()<=$(document).height()-"999") $("#Go_Bottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#Go_Bottom").fadeOut("slow")
  else $("#Go_Bottom").fadeIn("slow")
});

$("#Go_Top").click(function(){
  $("html, body").animate({scrollTop:0},"slow")
})
$("#Go_Bottom").click(function(){
  $("html, body").animate({scrollTop:$(document).height()},"slow")
})
});
</script>
<!-- Выделение кода в блоке "Код" // © Alex_63, версия 2017г. -->
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script type="text/javascript">select_text.linkText = 'Выделить код' //текст ссылки</script>

<div id="resplash" style="display: none;">
<div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>Форум на профилактике</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='index.php' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password'  id='fld2'  name='req_password'  size='25'  maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div>
<script type="text/javascript">
var active = 1;
if(GroupID != 1 && active == 1){
e10 = document.createElement('div')
e10.innerHTML = document.getElementById("resplash").innerHTML;
document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap'))
document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>");
document.title= 'Форум на профилактике - '+document.title;
}
</script>

<style>
#pun-stats h2 span,
.category h2 span {
visibility:hidden!important;
}
</style>

0

3

<script type="text/javascript">
var DefAvtr = 'картинка'; //Ссылка на аватар по умолчанию
var GuestAvtr = 'http://funkyimg.com/i/2puD6.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>

<!--кнопка хтмл в быстром ответе-->
<style>
#button-html {background-image:url('http://funkyimg.com/i/21TAY.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(12).innerHTML="<img src='/i/blank.gif' id='button-html' onclick=\"bbcode('

Код:
[html]', '

');\"/>"
</script>

<!— HTML в постах —>
<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('[html]')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('[html]')[1]);
}
});
});
</script>
<style>.Myimg {position:absolute;margin-top: -2px; margin-left:38px; cursor:pointer;}</style>
<script type="text/javascript">
PiarNik="piar";
PiarPas="1111";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<span id=spMyimg><img class=\"Myimg\"  title=\"спам'\" onclick=\"PiarIn()\" src=\"http://funkyimg.com/i/2x6Wv.png\" onmouseover=\"this.src='http://funkyimg.com/i/2x6Wv.png' \" onmouseout=\"this.src='http://funkyimg.com/i/2x6Wv.png'\" /></span>";
if($("#navlogin").html()!=null){
$("#navlogin").append(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>
<script type="text/javascript"><!--Своя картинка в каждую категорию -->
$(document).ready(function(){
myarray=new Array(
"11", "http://funkyimg.com/i/2x6bz.jpg",
"22", "http://funkyimg.com/i/2x6qX.jpg",
"33", "http://funkyimg.com/i/2x6rC.jpg",
"44","http://funkyimg.com/i/2x6He.jpg",
"55","http://funkyimg.com/i/2xhdc.jpeg",
"66","http://funkyimg.com/i/2xhdd.jpeg"
//Последний элемент без запятой! 
)
       $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){
var cssObj = {
   "height":"102px",
   "width":"906px",
   "background-color": "transparent",
   "margin-top": "-20px",
   "margin-left": "-27px",
   "background-image":"url("+myarray[q+1]+")",
   "background-repeat":"no-repeat"       //Последний элемент без запятой!
}
        if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
        q++}
    });
});
</script>

<!-- шрифты-->
<script type="text/javascript">
if (document.URL.indexOf("viewtopic") != -1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();
ft_f.push('Fjalla One');
ft_f.push('AC Line');
ft_f.push('Bahiana');
ft_f.push('Bebas Neue');
ft_f.push('Bernier Distressed');
ft_f.push('Ostrich Sans Rounded');
ft_f.push('TT Slabs');
ft_f.push('Intro Cond');
ft_f.push('Cheque');
ft_f.push('monoton');
ft_f.push('Pacifico');
ft_f.push('Kaushan Script');
ft_f.push('Oleo Script Swash Caps');
ft_f.push('lobster');
ft_f.push('Segoe print');
ft_f.push('Indie Flower');
ft_f.push('Mistral');
ft_f.push('Marck Script');
ft_f.push('Seaweed Script');
ft_f.push('Dancing Script');
ft_f.push('Rochester');
ft_f.push('Reenie Beanie');
ft_f.push('Alex Brush');
ft_f.push('Gunny Rewritten');
ft_f.push('Kobzar KS');
ft_f.push('Christmas ScriptC');
ft_f.push('Arizonia');
ft_f.push('Allura');
ft_f.push('Yesteryear');
ft_f.push('Ruthie');
for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] + "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}
</script>

<!-- выделить код -->
<script type="text/javascript">
function select_text(elem) {
if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);
}   
}
else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
}
else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
}   
}
</script>

<!-- убирает название доп. поля -->
<script type="text/javascript">
var A=[1,2,3,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>

<!-- Регулировка размера шрифта в постах © 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>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>

<!--цитата-->
<div style="position: absolute; width: 160px; height: 60px; margin-top: -110px; margin-left: 670px;  line-height: 88%;">
<p style="text-align: center; font-family: 'arial'; font-size: 10px; text-shadow: #fff 0px 0px 0px, #fff 0px 0px 6px;"><font color="#fff">your text, news. your text, news. your text, news. your text, news. your text, news. your text, news. your text, news.</font></p></div>

<div style="position: absolute; width: 120px; height: 20px; margin-top: -63px; margin-left: 674px;  line-height: 88%;">
<p style="text-align: center; font-family: 'cuprum'; font-style: italic; font-size: 14px; text-shadow: #fff 0px 0px 0px, #fff 0px 0px 6px;"><font color="#fff">Name Surname</font></p></div>

<!-- для переключения вкладок в контейнере -->
<script type="text/javascript">
$(document).ready(function() {
$(".tab_content").hide();
$("ul.tabs li:first").addClass("active").show();
$(".tab_content:first").show();
$("ul.tabs li").click(function() {
    $("ul.tabs li").removeClass("active");
    $(this).addClass("active");
    $(".tab_content").hide();
    var activeTab = $(this).find("a").attr("href");
    $(activeTab).fadeIn();
    return false;
});});
</script>

<!-- Всплывающая таблица с вкладками, в топике, с инфой о персонаже -->
<style type="text/css">
/*Подвижка иконки*/
img.a-info{
  margin-top: -3px!important;
  margin-left: 173px!important;
  width:30px;  /*Размер иконки*/
}
/*Подвижка всплывающей подсказки иконки*/
.tipsy.a-info{
  margin-top: -2px!important;
  margin-left:-6px!important;
  font: normal normal 400 11px/16.5px Verdana;
}
/*сдвиг таблицы*/ .my-tabs{
  margin-top: -73px;  /*сдвиг таблицы вверх от положения иконки*/
/* margin-left:-500px;  сдвиг таблицы вправо от положения иконки*/
}
/*Цвет фона и бордюров таблицы*/
.my-tabs>.tab-a,.my-tabs>span{
  background:transparent!important;
  border-color: transparent!important;
}
.my-tabs>.tab-a {width: 1000px!important; margin-left: -200px!important; overflow-y: hidden!important;}
</style>
<link rel="stylesheet" type="text/css" href="http://forumstatic.ru/files/0013/44/56/73823.css" />
<script img-data="http://funkyimg.com/i/2xqSP.png" src="http://forumstatic.ru/files/0013/44/56/57946.js" forum="34"></script>
<!--//End//Всплывающая таблица с вкладками, в топике, с инфой о персонаже// -->

<!-- Переадресация клика со своей Иконки для Вспл. таблицы в топике -->
<style>.post-author img.a-info{display:none!important}</style>
<script type="text/javascript">
function iconRedir(that) {
    $(that).parents('.post-author').find('.post-img-Sp.a-info')[0].click();
};
</script>

<!-- Включаем HTML в Постах в Вспл.табличке-->
<script type="text/javascript">
$(function(){$('img.a-info,.my-tabs>span').live('click',function(){$("li.tab-a").map(function(){HTMLinPost.parseTags($(this).attr("data-group-id",0))});});});
</script>

<!-- HTML в постах с допуском по группам © Alex_63 -->
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/52361.js"></script>
<script type="text/javascript">
HTMLinPost.groups = [1,2]; // Группы, допущенные к вставке HTML в посты
HTMLinPost.noAccess = ['user','newTst2']; // Пользователи с запретом вставки HTML в посты
HTMLinPost.parseHTMLinPosts()
</script>

<!-- партнеры -->
<div style="position: absolute; width: 370px; height: 70px; margin-top: -102px; margin-left: 12px; line-height: 80%;"><marquee behavior="scroll" scrollamount="1" direction="up" height="70px" onmouseover="this.stop()" onmouseout="this.start()">
<img src="http://funkyimg.com/i/2x9Ly.png"/> <img src="http://funkyimg.com/i/2x9Ly.png"/> <img src="http://funkyimg.com/i/2x9Ly.png"/> <img src="http://funkyimg.com/i/2x9Ly.png"/> <img src="http://funkyimg.com/i/2x9Ly.png"/> <img src="http://funkyimg.com/i/2x9Ly.png"/>  <img src="http://funkyimg.com/i/2x9Ly.png"/> <img src="http://funkyimg.com/i/2x9Ly.png"/>
</marquee></div>

0


Вы здесь » enthusiast » беги за белым кроликом » хтмлы


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