کد:
<body bgcolor="#FF83B3" scroll="yes" style="background-color: #576B7C; background-image:url('http://tempha.jeeran.com/booyenam.jpg')"> <div dir="ltr"> <body bgcolor="#FF83B3" scroll="yes" style="background-color: #576B7C; background-image:url('http://tempha.jeeran.com/booyenam.jpg')"> <div dir="ltr"> <h1 style="text-align: left"> <span style="font-weight: 400; "><font style="font-size: 9pt"> به حرمت باران, هر گونه کپي برداري, ولو دوستانه, مجاز نـيـسـت</font></span><font style="font-size: 9pt"><br> </font></h1> <script type="text/javascript"> var interval = ""; var moveDiv = ""; var divWidth = 500; var speed = 0; interval = window.setInterval("closeWindow()",90000); function closeWindow() { window.clearInterval(interval); moveWindow(); } function moveWindow() { window.document.getElementById("divADV").style.display = "none"; } function showAds() { if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) { window.document.getElementById("divADV").style.display = "block"; window.clearTimeout(moveDiv); window.clearInterval(interval); window.document.getElementById("divADV").style.posLeft = 0; interval = window.setInterval("closeWindow()",90000); } else { window.document.getElementById("divADV").style.display = "block"; } } </script> <style> .menu { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: black;FONT-STYLE: normal; FONT-FAMILY: tahoma; cursor:hand; } </style> <SCRIPT language=JavaScript> //Open Direction. 0: Top/Bottom; 1: Left/Right; var OpenDirection = 0; //You need to click the button to start the opening effect if you set it to true. //false to open automatically. var ClickToOpen = true; //The distance the "door" will be opened each interval. var Steps = 3; //How long the script will wait before next move. Lower is faster. var Delay = 10; //The caption of the button var btnCaption="CliCk HeRe - چترها را بايد بست"; //Button Width var btnWidth=260; //Button Height var btnHeight=30; //Button Border Thick var btnBrdThick=3; //Button Border Color var btnBrdClr="#808080"; //Button Border Style var btnBrdStyle="outset"; //Button Color var btnClr="gray"; //The family name of the font. Such as Ms Sans Serif,Georgia,Helvetica,Arial; var FontName="tahoma,verdana,helvetica"; //Font size of the text var FontSize=10; //Bold or Normal var FontWeight="normal"; //Italic or Normal var FontStyle="normal"; //Font Color var FontColor="#000000"; //Background color for Left/Right or Top/Bottom block. var LeftTopBlkBgClr = '#85939F'; var BottomRightBlkBgClr = '#576B7C'; //Border thick for Left/Right or Top/Bottom block. var LeftTopBlkBrdThick = 1; var BottomRightBlkBrdThick = 1; //Border color for Left/Right or Top/Bottom block. var LeftTopBlkBrdClr = '#000000'; var BottomRightBlkBrdClr = '#000000'; var width=document.body.clientWidth; var height=document.body.clientHeight; initOpener(); function initOpener() { if(OpenDirection==0) { document.write('<div id="BLOCK1" style="z-index:1000;position:absolute;display:block;left:0px;top:0px;background:'+LeftTopBlkBgClr+';width:'+width+';height:'+(height/2)+';border-bottom:'+LeftTopBlkBrdClr+' solid '+LeftTopBlkBrdThick+'px"></div>'); document.write('<div id="BLOCK2" style="z-index:1000;position:absolute;display:block;left:0px;bottom:0px;background:'+BottomRightBlkBgClr+';width:'+width+';height:'+(height/2)+';border-top:'+BottomRightBlkBrdClr+' solid '+BottomRightBlkBrdThick+'px"></div>'); if(!ClickToOpen) { doOpenDoor('BLOCK1',Steps,Delay,0); doOpenDoor('BLOCK2',Steps,Delay,1); } else { createBtn(Steps,Delay,OpenDirection); } } if(OpenDirection==1) { document.write('<div id="BLOCK1" style="z-index:1000;position:absolute;display:block;left:0px;top:0px;background:'+LeftTopBlkBgClr+';width:'+(width/2)+';height:'+height+';border-right:'+LeftTopBlkBrdClr+' solid '+LeftTopBlkBrdThick+'px"></div>'); document.write('<div id="BLOCK2" style="z-index:1000;position:absolute;display:block;right:0px;top:0px;background:'+BottomRightBlkBgClr+';width:'+(width/2)+';height:'+height+';border-left:'+BottomRightBlkBrdClr+' solid '+BottomRightBlkBrdThick+'px"></div>'); if(!ClickToOpen) { doOpenDoor('BLOCK1',Steps,Delay,2); doOpenDoor('BLOCK2',Steps,Delay,3); } else { createBtn(Steps,Delay,OpenDirection); } } } function btnClicked(TgtName,Steps,Delay,OpenDirection) { document.getElementById(TgtName).style.display="none"; if(OpenDirection==0) { doOpenDoor('BLOCK1',Steps,Delay,0); doOpenDoor('BLOCK2',Steps,Delay,1); } if(OpenDirection==1) { doOpenDoor('BLOCK1',Steps,Delay,2); doOpenDoor('BLOCK2',Steps,Delay,3); } } function createBtn(Steps,Delay,OpenDirection) { document.write('<div id="btn1" style="z-index:1001;position:absolute;display:block;left:'+(width/2-btnWidth/2-btnBrdThick)+';top:'+(height/2-btnHeight/2-btnBrdThick)+'"><table style="border:'+btnBrdClr+' '+ btnBrdStyle +' '+btnBrdThick+'px;background:'+btnClr+';width:'+btnWidth+'px;height:'+btnHeight+';'+"font-family:"+FontName+";font-size:"+FontSize+"pt;font-weight:"+FontWeight+";font-style:"+FontStyle+";color:"+FontColor+';cursor:hand;cursor:pointer" onClick="btnClicked(\'btn1\','+Steps+','+Delay+','+OpenDirection+')"><tr><td align="middle">'+btnCaption+'</td></tr></table></div>'); } function doOpenDoor(TgtName,Steps,Delay,OpenDirection) { var lct; if(OpenDirection==0)lct="top"; if(OpenDirection==1)lct="bottom"; if(OpenDirection==2)lct="left"; if(OpenDirection==3)lct="right"; eval('var tmp=document.getElementById(TgtName).style.'+lct); tmp=parseInt(tmp); var dst; if(OpenDirection==0||OpenDirection==1)dst=height/2; if(OpenDirection==2||OpenDirection==3)dst=width/2; if(-tmp<dst) { tmp-=Steps; eval('document.getElementById(TgtName).style.'+lct+'=tmp;'); setTimeout("doOpenDoor('"+TgtName+"',"+Steps+",'"+Delay+"',"+OpenDirection+")", Delay); } else { document.getElementById(TgtName).style.display="none"; document.body.scroll="yes"; } } </SCRIPT> <html> <BGSOUND balance=0 src="http://naazanin.persiangig.com/audio...yenam/Rain.wav" volume=0 loop=-1></P></DIV></font> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="Shortcut Icon" href="http://i2.tinypic.com/11bhfl3.jpg"> <title><-BlogAndPostTitle-></title> <style type="text/css"> /* -- basic html elements -- */ body {padding: 0; margin: 0; font: 75% Tahoma, Arial, sans-serif; color: #B4BABE; text-align: center; background: transparent url(http://tempha.jeeran.com/booyenam.jpg) bottom left no-repeat fixed; } a {color: #949ed0; font-weight: normal; text-decoration: none; } a:visited {color: #8697ef;} a:hover {color: #c1c8ec;} h1 {margin: 0; color: ##B4BABE; font-size: 1.5em; } h1 a {color: #7B8186;} h2, #comments h4 { color: ##B4BABE; font-size: 1em; margin: 2em 0 0 0; color: ##B4BABE; background: transparent bottom right no-repeat; padding-bottom: 2px;border-bottom:thin dotted darkgray;} h3 {font-size: 1em; margin: 2em 0 0 0; background: transparent bottom left no-repeat;} h4, h5 {font-size: 0.9em; text-transform: lowercase; letter-spacing: 2px;} h5 {color: ##B4BABE;} h6 {font-size: 0.8em; text-transform: uppercase; letter-spacing: 2px;} p {margin: 0 0 1em 0;} img, form {border: 0; margin: 0;} /* -- layout -- */ #content {width: 738px; margin: 0 auto; text-align: left; } #header {} #header div {margin-left:50;margin-top:18px;width:450px;height:150px;} #main { line-height: 1.4; float: left; padding: 10px 25px; border-top: solid 0px #fff; width: 450px; /* Tantek ---- - http://www.tantek.com/CSS/Examples/boxmodelhack.html */ voice-family: "\"}\""; voice-family: inherit; } /* IE5 ---- */ #main {} #sidebar {margin-left: 533px; border-top: solid 0px #fff; padding: 4px 0 0 7px; width:190px;} #footer {clear: both; border-top: solid 0px #fff;} #pcent {font-weight: normal; text-decoration: rtl;} /* -- header style -- */ #header h1 {padding: 24px 0 12px 24px; width: 490px; line-height: 1;} #header p {padding: 24px 0 12px 24px; width: 490px; line-height: 1;} /* -- content area style -- */ #main {line-height: 1.4;} h3.post-title {font-size: 1.2em; margin-bottom: 0;} h3.post-title a {color: #B4BABE;} .post {clear: both; margin-bottom: 4em; direction:rtl;} .post-footer em {color: #B4BABE; font-style: normal; float: right;} .post-footer .comment-link {float: right;} #main img {border: solid 0px #E3E4E4; padding: 2px; background: #fff;} .deleted-comment {font-style:italic;color:gray;} /* -- sidebar style -- */ #sidebar #description {border: solid 0px #B4BABE; padding: 10px 17px; color: #000; font-size: 1.2em; font-weight: normal; line-height: 0.9; margin: 0 0 0 -6px;width:190px; direction:rtl;} #sidebar h2 {font-size: 1.0em; margin: 1.3em 0 0.5em 0;background: transparent bottom right no-repeat; padding-bottom: 2px;} #sidebar dl {margin: 0 0 10px 0;} #sidebar ul {list-style: none; margin: 0; padding: 0;} #sidebar li {padding-bottom: 5px; line-height: 0.9;} #sidebar a {color: #949ed0; font-weight: normal; text-decoration: trl;font-size: 0.9em; padding-left:1px; } #sidebar a:visited {color: #949ed0; padding-left:1px;} #sidebar a:hover {color:c1c8ec; background-position:0 0; background-repeat:no-repeat; padding-left:1px; border-bottom:1px dotted #98B952 } .small{font-size: 0.8em;} #profile-container {color: #B4BABE; } #profile-container img {border: solid 1px #7C78B5; padding: 4px 4px 8px 4px; margin: 0 10px 1em 0; float: left;} .archive-list {margin-bottom: 2em;} #powered-by {margin: 10px auto 20px auto;} /* -- sidebar style -- */ #footer p {margin: 0; padding: 12px 8px; font-size: 0.9em;} #footer hr {display: none;} .page {margin-bottom: 2px;background-color: White;border: 1px solid #C0D0E0;width: 750px;} .content{padding:5px} .sidebar{float:right;width:160px;padding-top:5px;font-family: Tahoma; font-size: 8pt} .mbody {padding: 5px 3px 0px 3px; line-height: 150%}.profile{line-height:1.5em;text-align: justify} </style> <script language="javascript"> function GetBC(lngPostid) { intTimeZone=<-BlogTimeZone->; strBlogId="<-BlogId->"; intCount=-1; strResult=""; try { for (i=0;i<BlogComments.length;i+=2) { if (BlogComments[i]==lngPostid) intCount=BlogComments[i+1] ; } } catch( e) { } if ( intCount==-1) strResult="آرشيو پيام ها"; if ( intCount==0) strResult="همنوا"; if ( intCount==1) strResult="يک همنوا"; if ( intCount>1) strResult=intCount + " همنوا" ; strUrl="http://commenting.blogfa.com/?blogid=" +strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone ; strResult ="<a href=\"javascript:void(0)\" onclick=\"javascript:window.open('" + strUrl + "','blogfa_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px')\" >" + strResult + " </a>" ; document.write ( strResult ) ; } function OpenLD() { window.open('LinkDump.aspx','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px'); return true; } </script> </head> <body bgcolor="#4A3939"> <div id="content" style="LEFT: 24px; POSITION: absolute; TOP: 0px; visibility:visible; "> <div id="header"><div style="width: 490px; height: 95px" > <h1 style="text-align: center"><ItemPage></ItemPage> <a href="<-BlogUrl->"> <b><font face="Times New Roman" size="6" color="#949ED0"><-BlogTitle-><br> <br> </font></b><font face="Tahoma" color="#949ED0" style="font-size: 8pt"> <-BlogDescription-> </font></a><span style="font-weight: 400"> <font face="Tahoma"><br> </font></span></h1> </div></div> <div id="main" align="justify" style="width: 516px; height: 310px"> <BLOGFA> <BlogDateHeader> <h2 class="date-header" align="center"><i><font face="Georgia" size="3"> <a href="<-PostLink->"><b><-PostDate-></b></a></font></i></h2> </BlogDateHeader> <!-- Begin .post --> <div class="post"><a name=""></a> <BlogItemTitle> <h3 class="post-title" align="right"> <font color="#949ED0" face="Times New Roman" size="3"> <b><-PostTitle-></b> <BlogItemUrl></a><br> </BlogItemUrl></font></h3> </BlogItemTitle> <font size="2" color="#E3E4E4"><-PostContent-></font><BlogExtendedPost><br> <a href="<-PostLink->" style="text-decoration: none">ادامه مطلب</a></BlogExtendedPost><br> <p align="center"> <-PostTime-> | <-PostAuthor-> <BlogComment> | <span dir="rtl" > <script type="text/javascript">GetBC(<-PostId->);</script> </span> </BlogComment> </div> <!-- End .post --> </BLOGFA> </div> <div id="sidebar"> <h2 class="sidebar-title" style="text-align: right" dir="rtl"><span lang="fa"> توضيحات</span> ...</h2> <ul id="recently"> <li> <BlogPhoto> <div style="padding-bottom:7px;text-align:center" > <img src="<-BlogPhotoLink->" > </div> </BlogPhoto> <p dir="rtl" style="text-align: right"><-BlogAbout-> </p> <p style="text-align: justify" dir="rtl"> </li> </ul> <ul class="archive-list"> <h2 class="sidebar-title" style="text-align: right">امکانات</h2> <ul id="recently1"> <li> <p style="text-align: center"> <a href="<-BlogUrl->">خانه</a><br> <a href="<-BlogArchiveLink->" >آرشيو</a><br> <a href="mailto:<-BlogEmail->">پست الکترونيک</a></li> </BloggerPreviousItems> </ul><span style="font-size: 9pt" lang="fa"> <p style="text-align: center"> </p> <h2 class="sidebar-title" style="text-align: right">آرشيو موضوعي</h2> <Archives> <span dir="ltr"> <p style="text-align: center"> <BlogCategories> <a href="<-CategoryLink->" style="text-decoration: none" > <font style="font-size: 8pt"><-CategoryName-></font></a><font style="font-size: 8pt"><br> </font> </BlogCategories> </span> <font style="font-size: 8pt"> </MainOrArchivePage></font> <p style="text-align: center"> </p> </span> </ul><span style="font-size: 9pt" lang="fa"> <ul class="archive-list"> <p style="text-align: center"> </p> <h2 class="sidebar-title" style="text-align: right">نوشته هاي پيشين</h2> <span lang="en-us"> <p align="center"> <span dir="ltr"> <BlogArchive> <a href="<-ArchiveLink->" style="border:0px solid; text-decoration: none; font-family:Tahoma; font-size:8pt"><-ArchiveTitle-></a><br> </BlogArchive> </span> </p> </span> <p style="text-align: center"> </p> <h2 class="sidebar-title" style="text-align: right">لينک ها</h2> </ul> </span><span lang="fa"><span style="font-size: 8pt"> <p style="text-align: center"> <BlogLinks> <a href="<-LinkUrl->" target="_blank" style="text-decoration: none" > <font style="font-size: 8pt"><-LinkTitle-></font></a></span><font style="font-size: 8pt"><br> </font></BlogLinks></p> <span style="font-size: 8pt"> <p style="text-align: center"> </BlogLinks></BlogLinksBlock></marquee></span></li> </span><span style="font-size: 9pt" lang="fa"> <p style="text-align: center"> </p> <h2 class="sidebar-title" style="text-align: right">قالب از</h2> </span> <span style="font-size: 9pt"> <ul id="recently0"> <li> <p style="text-align: center"> <br> <a target="_blank" href="http://www.TakTemp.Com">www.TakTemp.Com</a><br> <span lang="fa">عسل ح - نازنين</span></ul> </div> <p align="center"> </li> </div> </span> <span style="font-size: 9pt" lang="fa"> </div> </body> </div> </html>
علاقه مندی ها (بوک مارک ها)