хтмл верх
Код:<img src="http://uploads.ru/i/E/C/f/ECfBc.png" border="0"> <style type="text/css"> #pun{float: left; left: 25px} </style> <style type="text/css"> #pun-main .post-author ul {text-align: center;} </style> <script>#niz { background:#8b8b8b url(http://xmages.net/storage/10/1/0/3/0/upload/14e6fdee.jpg) bottom left repeat-x; clear:both; color:#d0d0d0; font-size:0.9em; font-weight:bold; margin:0; padding:10px 0; text-align:center; width:100%; max-height:100px; position: absolute; bottom: 0; }</script> <style> #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left:165px; top:65px } </style> <style type="text/css"> #pun-title .title-logo {background-image : url(); background-repeat : no-repeat; height : 1px; } </style> <style type="text/css"> #pun-title .title-logo span {display: none;} </style> <style type="text/css"> body { background: url("http://funkyimg.com/u2/787/123/df.png") no-repeat top center; } </style> <style> .punbb .section .container,.punbb .post-body,.punbb .post-links,.punbb td.tc2,.punbb td.tc3,.punbb .formal fieldset .post-box,#viewprofile li strong,#viewprofile li div,#setmods dd,.punbb .info-box,.punbb #pun-main .info-box .legend,.punbb .main .container,.punbb .post .container,.punbb .post h3, #pun-stats h2,.punbb .main h1,.punbb .main h2,#pun-title,#pun-title .container,.punbb .modmenu .container,#pun-navlinks .container,.punbb th,.punbb .post h3 span,#pun-main fieldset legend span,.punbb textarea, .punbb .quote-box, .punbb .code-box{ background:transparent; } *{border: none !important; } </style> <style type="text/css"> #pun {width: 96%; margin: auto;} </style> <style type="text/css"> .post-content .lastedit {display: none;} </style> <style type="text/css"> #pun-ulinks .container { background-color : # !important; text-align: center; font-family: arial; font-size: xx-small; font-weight: bold; } </style> <style type="text/css"> #pun-navlinks .container { padding-top : 2px; background-color :; border-style: dashed; background-image : url(); font-weight: none; text-align: center; } </style> <style type="text/css"> #pun { width: 750px; margin: 0 auto; } html { background: #b9b9b9 url("http://uploads.ru/i/J/v/3/Jv3ja.jpg") fixed; background-position: center; } body { background-color: transparent !important; background-image: url("http://uploads.ru/i/W/p/j/Wpj4l.png"); background-repeat: no-repeat; } </style> <style type="text/css"> #pun-navlinks .container { font-weight: bold; font-size: 10px; font-style: normal; } </style> <script language="JavaScript"> if (document.images) { img1on = new Image(); img1on.src ="http://xmages.net/storage/10/1/0/1/e/upload/b5f48159.jpg"; img1off = new Image(); img1off.src = "http://xmages.net/storage/10/1/0/9/4/upload/40a16fe5.jpg"; img2on = new Image(); img2on.src ="http://xmages.net/storage/10/1/0/a/d/upload/d1c4808e.jpg"; img2off = new Image(); img2off.src = "http://xmages.net/storage/10/1/0/a/d/upload/3f2bbc58.jpg"; img3on = new Image(); img3on.src ="http://xmages.net/storage/10/1/0/a/d/upload/40b3f4d2.jpg"; img3off = new Image(); img3off.src = "http://xmages.net/storage/10/1/0/a/d/upload/0983d6c3.jpg"; img4on = new Image(); img4on.src ="http://xmages.net/storage/10/1/0/b/f/upload/0e9de771.jpg"; img4off = new Image(); img4off.src = "http://xmages.net/storage/10/1/0/b/f/upload/0e9de771.jpg"; img5on = new Image(); img5on.src ="http://xmages.net/storage/10/1/0/d/2/upload/fa701abb.jpg"; img5off = new Image(); img5off.src = "http://xmages.net/storage/10/1/0/d/2/upload/fa701abb.jpg";} function imgOn(imgName) { if (document.images) { document[imgName].src = eval(imgName + "on.src"); }}//osw function imgOff(imgName) { if (document.images) { document[imgName].src = eval(imgName + "off.src"); }} </script> <style> #pun-category1 h2 { height : 39px; background: url(http://uploads.ru/i/4/P/T/4PTot.png) no-repeat center bottom; } .category h2 span { display: none; } </style> <style> #pun-category2 h2 { height : 39px; background: url(http://uploads.ru/i/0/2/Q/02QIe.png) no-repeat center bottom; } .category h2 span { display: none; } </style> <style> #pun-category3 h2 { height : 39px; background: url(http://uploads.ru/i/z/J/D/zJDF9.png) no-repeat center bottom; } .category h2 span { display: none; } </style> <style> #pun-category4 h2 { height : 39px; background: url(http://uploads.ru/i/B/G/F/BGFJU.png) no-repeat center bottom; } .category h2 span { display: none; } </style> <style> .intd .tclcon .modlist{ display: none; } </style>
хтмл низ
Код:<link rel="SHORTCUT ICON" href="адрес_картинки" type="image/x-icon"> <script language="JavaScript"> var str = new String(document.getElementById("navpm").innerHTML) var str2 = new String(document.location) if( (str.indexOf("(") != -1) && (str2.indexOf("messages.php") == -1) ) { alert("У Вас есть непрочитанные письма") } </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 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> <style> #button-spoiler {background-image:url('https://forumupload.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%} </style> <script type="text/javascript"> function tag_spoiler(){ var y = prompt("Введите описание закрытой кнопки",''); if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){ var x = prompt("Введите описание открытой кнопки",''); if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('[spoiler='+y+']','[/spoiler]'); else bbcode('[spoiler='+y+'|'+x+']','[/spoiler]');} else bbcode('[spoiler]','[/spoiler]') } function addSpoiler(str,from,internal){ var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open=''; if((pos=str.indexOf("[spoiler",from))==-1) return str; if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str; if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){ string = str.substring(pos+9,pos_c); if((pos_l = string.indexOf("|"))!=-1){ close = string.substring(0,pos_l); open = string.substring(pos_l+1,string.length); } else{ close = string; open = string; } } else{ close = 'Показать спойлер'; open = 'Скрыть спойлер'; } newpos=str.indexOf("[spoiler",pos+9) if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true) if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str; str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length) if( str.indexOf("[spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false) return str; } function makeSpoiler(txt,open,close){ txt='<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid ;margin:0;">'+txt+'</blockquote></div>' return txt; } $(document).ready(function(){ $("div.quote-box > cite > input.spoiler-button").click(function(){ $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow"); var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a); }); }); if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){ elm=document.getElementById("pun-main").getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content"){ var post=elm[x] post.innerHTML=addSpoiler(post.innerHTML,0,false) } } if(form=document.getElementById("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />" </script> <div align=center><a href="#" onclick=" obj=this.parentNode.childNodes[1].style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"> <img src="http://uploads.ru/i/V/L/E/VLEjK.png" ></a><div style="display: none"> баннеры