بیش از 300 کد جاوا
اینم یه قالب جدید برای بلاگفا که کار خودم می باشد .... لذت ببرید .... البته نظر یادتون نره..
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" href="http://b.1asphost.com/sattari/Image/favicon.ico"> <title><-BlogTitle-></title> <style> body { background:#000000; margin:0; padding:20px 10px; text-align:center; font:8pt/1.5em "tahoma",Verdana,Arial,Sans-serif; color:#ccc; } .page { width:740px; margin:0 auto; text-align:right;direction: rtl; } .header { background:#000000 url('http://www.blogfa.com/layouts/Navy/corners_cap_bot.gif') no-repeat left bottom; margin:0; color:#fff; padding-left:0; padding-right:0; padding-top:0; padding-bottom:8px; width:740px; border: 1px dotted #FFFFFF } .header2 { background:url('http://www.blogfa.com/layouts/Navy/corners_cap_top.gif') no-repeat left top; padding-left:15px; padding-right:15px; padding-top:8px; padding-bottom:0 } .main { height:270px;border: 0.4em dotted #cc0000; text-align:right; direction: rtl; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 8pt; BACKGROUND: url('http://www.blogfa.com/layouts/Navy/corners_main_bot.gif') #fff no-repeat left bottom; FLOAT: right; PADDING-BOTTOM: 10px; MARGIN: 15px 0px 0px; WIDTH: 485px; COLOR: #333; LINE-HEIGHT: 1.5em; PADDING-TOP: 0px } .main2 { direction: rtl;PADDING-RIGHT: 5px; PADDING-LEFT: 0px; BACKGROUND: url('http://www.blogfa.com/layouts/Navy/corners_main_top.gif') no-repeat left top;PADDING-BOTTOM: 0px; WIDTH: 100%; PADDING-TOP: 10px } .sidebar { direction: rtl; width:240px; float:left; margin:15px 0 0; font-size:8pt; line-height:1.5em; } .sidebar a:link { color:#d7d7d7; text-decoration:none; } .sidebar a:visited { color:#d9d9d9; text-decoration:none;} .sidebar a:hover { color:#fff; text-decoration:none; } .box { text-align:right; background:#000000 url('http://www.blogfa.com/layouts/Navy/corners_side_top.gif') no-repeat left top;border: 1px dotted #FFFFFF; color:#abc; margin-left:0px; margin-right:0px; margin-top:0; margin-bottom:15px; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:0 } .box2 { background:url('http://www.blogfa.com/layouts/Navy/corners_side_bot.gif') no-repeat left bottom; padding-left:13px; padding-right:13px; padding-top:0; padding-bottom:8px } .footer { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-TOP: #ffffff 1px dotted; BORDER-Left: #ffffff 1px dotted; BORDER-Right: #ffffff 1px dotted; BORDER-Bottom: #ffffff 1px dotted; BACKGROUND: url(http://www.blogfa.com/layouts/Navy/corners_cap_top.gif) #000000 no-repeat left top; WIDTH: 740px; COLOR: #fff; PADDING-TOP: 8px } .footer2 { background:url('http://www.blogfa.com/layouts/Navy/corners_cap_bot.gif') no-repeat left bottom; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:8px } .blogtitle {font-family: Arial; font-size: 18pt; font-weight: bold;padding-top: 8px;padding-bottom: 2px} .blogsubtitle{font-family: Tahoma;font-size: 9pt;padding-bottom: 6px;padding-top: 8px;} .postdate{font-family: Tahoma;font-size: 8pt;color:green;padding:0px;} .posttitle{font-size: 9pt;font-family: Tahoma; font-weight: bold ;color:navy;padding-top: 1px;padding-Left: 8px;padding-Right: 8px; padding-bottom: 2px;} .postbody {font-size: 9pt;font-family: Tahoma;color:black;padding-top: 1px;padding-Left: 8px;padding-Right: 8px; padding-bottom: 2px;} .PostBody A:link{color:#258CF3;text-decoration: none;} .PostBody A:visited {color:#258CF3;text-decoration: none;} .PostBody A:hover{color:red;text-decoration: none;} A:link {font-family: Tahoma;color:#258CF3;text-decoration: none;} A:visited {font-family: Tahoma;color:#258CF3;text-decoration: none;} A:hover {font-family: Tahoma;color:blue;text-decoration: none;} .postdesc {font-size: 7pt;font-family: Tahoma;color:gray;padding-bottom: 10px} </style> <script lang ="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://www.blogfa.com/Comments.aspx?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 ) ; } //------------------------------------------------------------------------------------------> var NS4 = (document.layers); // Which browser? var IE4 = (document.all); var win = window; // window to search. var n = 0; function findInPage(str) { var txt, i, found; if (str == "") return false; // Find next occurance of the given string on the page, wrap around to the // start of the page if necessary. if (NS4) { // Look for match starting at the current point. If not found, rewind // back to the first match. if (!win.find(str)) while(win.find(str, false, true)) n++; else n++; // If not found in either direction, give message. if (n == 0) alert("Not found."); } if (IE4) { txt = win.document.body.createTextRange(); // Find the nth match from the top of the page. for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) { txt.moveStart("character", 1); txt.moveEnd("textedit"); } // If found, mark it and scroll it into view. if (found) { txt.moveStart("character", -1); txt.findText(str); txt.select(); txt.scrollIntoView(); n++; } // Otherwise, start over at the top of the page and find first match. else { if (n > 0) { n = 0; findInPage(str); } // Not found anywhere, give message. else alert("هیچ مطلبی یافت نشد"); } } return false; } var hX = 0; var vY = -140; // End --> //------- Link Popup ----> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //------- End ---------> </script> </head> <!-----------------------------موسیقی وبلاگ --------------------------------> <bgsound src="http://b.1asphost.com/sattari/Sound/ajeto.mid" loop="-1"> <!--------------------------------> <!<BODY onLoad="MM_openBrWindow('http://b.1asphost.com/sattari/Link/Linkestan.asp?sort=ID','Linkestan','toolbar=0; location=0; scrollbars=1; resizeable=0; menubar=0; status=0; directories=0; width=450; height=300; top=30; left=30;')">> <!--------------------------------> <div align =center dir=rtl style="width:740px" > <div id="page" > <!--Header START--> <div class="header" > <div class="header2"> <div class="blogtitle" ><-BlogTitle-></div> <div class="blogsubtitle" ><-BlogDescription-></div> </div> </div> <!--Header END--> <!--Main START--> <body> <div class="main" > <!------------------------------------> <BLOGFA> <hr style="border-bottom: 1px dotted #C0C0C0" color="#CCCCCC" size="1"> <div class="posttitle"><-PostTitle-></div> <div class="postbody" ><-PostContent-></div> <div class="postdesc"> <a class="bul" href="<-PostLink->" ><font face="Wingdings">2</font></a> نوشته شده در <-PostDate->ساعت <-PostTime-> توسط <-BlogAuthor-> <BlogComment> | <span dir="rtl" > <script type="text/javascript">GetBC(<-PostId->);</script> </span> </BlogComment> </div> <hr size="1" color="#FFFFFF" style="border-bottom: 1px dotted #C0C0C0" > </BLOGFA> <!----------------- TOP -------------------> <font face="Tahoma" size="2"><a href="#top"><span style="text-decoration: none"> <font color="#FF0000">ابتدای صفحه</font></span></a></font> <!------------------------------------> | </Div> <span style="font-size: 9pt;"> <script type="text/javascript"><!GetBC(11);></script> </span> </div> <!--Main End--> <!--sidebar START--> <div class="sidebar" > <div class="box"> <div class="box2"> <BlogProfile> <div style="padding-bottom:7px;text-align: justify;color:white" > <BlogPhoto> <div style="padding-bottom:7px;text-align:center" > <img src="<-BlogPhotoLink->" > </div> </BlogPhoto> </div> </BlogProfile> <!--------------------- Add to Favor ----------------------------------> <DIV align=center> <TABLE style="BORDER-RIGHT: #ff3300 1px dotted; BORDER-TOP: #ff3300 1px dotted; BORDER-LEFT: #ff3300 1px dotted; BORDER-BOTTOM: #ff3300 1px dotted" cellSpacing=0 cellPadding=0 width="90%" border=0 class="postbody"> <TBODY> <TR> <TD style="BORDER-LEFT: 1px solid" align=middle><FONT size=1><A onclick="window.external.AddFavorite(location.href, document.title);" href="<-BlogUrl->/#">افزودن به بهترینها</A></FONT></TD> <TD align=middle><FONT size=1><A onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('<-BlogUrl->');" href="<-BlogUrl->/#">قرار دادن به جای خانه</A></FONT></TD></TR></TBODY></TABLE></DIV> <!-------------------------------------------------------> <span style="line-height: 200%"><a href="<-BlogUrl->">صفحه نخست</a><br> <a href="<-BlogEmail->">پست الکترونیک</a><br> <a href="<-BlogArchiveLink->">آرشیو</a><br> <!-------------------------------------------------------> <p style="line-height: 150%; text-align:center"> <a style="color: #FFFFFF; text-decoration: none; font-family: Arial; font-size: 8pt; border: 1px solid gray; background-color: #357" href="rss.aspx"> RSS </a></p> </span> <p align="center"> نوشته های پیشین <hr color="#C0C0C0" size="1" style="border-bottom: 1px dotted #C0C0C0"> <span dir="ltr"> <BlogArchive> <a href="<-ArchiveLink->"><-ArchiveTitle-></a><br> </BlogArchive> </span> <br> <p align="center"> پیوندها <hr color="#C0C0C0" size="1" style="border-bottom: 1px dotted #C0C0C0"> <span style="line-height: 150%"> <BlogLinks> <a href="<-LinkUrl->" target="_blank" ><-LinkTitle-></a><br> </BlogLinks> </span> <!------------------------------------------------------------------------------------------> <!----------------------- My Flash ------------------------> <HR style="BORDER-BOTTOM: #c0c0c0 1px dotted" color=#c0c0c0 SIZE=1> <div align="center"> <table border="1" width="1%" cellspacing="0" cellpadding="0" style="border: 1px dotted #FF0000"> <tr> <td> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versio</body> </html>