صفحه 24 از 47 نخستنخست ... 1420212223242526272834 ... آخرینآخرین
نمایش نتایج: از شماره 231 تا 240 , از مجموع 468

موضوع: .:معرفی کدهای قالب وبلاگ:.

  1. #231
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب بوی نم(آبی)
    کد:
    <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>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  2. #232
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب بوی نم(قهوه ای)
    کد:
    <body bgcolor="#FF83B3" scroll="yes" style="background-color: #371E1E; background-image:url('http://i29.tinypic.com/rsaekj.jpg')"> <div dir="ltr">   <body bgcolor="#FF83B3" scroll="yes" style="background-color: #371E1E; background-image:url('http://i29.tinypic.com/rsaekj.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>  <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">     <br></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">    <div id="sidebar0">      <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>  <p align="center"> </li>           </div> </span>   <span style="font-size: 9pt" lang="fa">     </div>      </body>       </div> </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  3. #233
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب بارونی
    کد:
    <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=unicode" /> <meta http-equiv="Content-Language" content="fa" /> <title><-BlogTitle-></title> <STYLE> body         { scrollbar-face-color: #535E51; font-size: 12px;scrollbar-highlight-color:#D1D6C1; scrollbar-shadow-color: #535E51; color: #D1D6C1; scrollbar-3dlight-color: #535E51; line-height: 17px; scrollbar-arrow-color: #D1D6C1; scrollbar-track-color: #99A08E; font-family: Tahoma; scrollbar-darkshadow-color: #535E51; margin: 0px; padding: 0px;} A    { color: #D1D6C1; text-decoration: none;font-family:  tahoma;font-size:9pt  }  A:link  { color:#E6E9DC; LINE-HEIGHT: 170%}   A:visited { color:#E6E9DC}  A:hover  { color: white}  .light {FILTER: alpha(opacity=60)} TD.a1 {filter: alpha(opacity=120, style=3);moz-opacity:10%;} #PostBox     { direction : rtl ; margin : 30px } #PostBox .date { color : #D1D6C1; font-size : 12px; padding-right : 30; padding-top : 20; padding-bottom : 20; } #PostBox .Title { color : #99A08E; font-size : 14px font-width : bold } #PostBox .Post { color : #D1D6C1; padding-top : 20px; font-size : 13px } #PostBox HR { color: #D1D6C1; height : 1px } .PostBody {padding-right: 5px ;font-size: 9pt;font-family: Tahoma;color:black;padding-top: 3px; padding-bottom: 3px;;line-height:1.5em} .data {         font-family: Tahoma, Helvetica, Arial, sans-serif;  font-size: 9px;         font-weight: normal;           text-align: right;         color: black;           margin-top: 15px;           margin-bottom: 5px;         margin-left: 10px; }   .dateheaderpost  { font-size: 8pt; color: #ffffff; padding-top: 3px; text-align: left; width: 48%; float: left;}   .titleheaderpost { font-size: 9pt; font-weight: bold; color: white; padding-top: 3px; text-align: right; direction: rtl; width: 48%; float: right;  FILTER: blur(Direction=90, Strength=20);}   .clearer  { clear: both; width: 100%; font-size: 0px; height: 0px; } .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> <script type="text/javascript" language="JavaScript1.2" src="../My%20Documents/My%20Web%20Sites/UpSpace/ASAL/menu.js"></script> </head> <body bgcolor="#99A08E" topmargin="3"> <div align="left">   <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="986" height="1">     <tbody>     <tr>       <td width="1253" height="1" rowspan="3" valign="top"> <div style="position: absolute; width: 375px; height: 49px; z-index: 1; left: 401px; top: 18px" id="layer1">    <h1 align="center">    <font size="4" color="#3A433D" face="Times New Roman"><-BlogTitle-></font></h1>   <p class="subtitle" align="right">   <font style="font-size: 8pt" color="#000000"><-BlogDescription-></font></p>  </div> <p align="center"> <font color="#505C6B"> <img border="0" src="http://asaltaktemp.googlepages.com/baroonibg.jpg" width="800" height="600" align="left"></font><div style="filter: Alpha(Opacity=60, FinishOpacity=60); left: 389px; overflow: auto; width: 395px; position: absolute; top: 93px; height: 485px; ">  <div id="postBOx"> <div class=item> <BLOGFA>       <div class="dateheaderpost">        <-PostDate->       </div>       <div class="titleheaderpost">        <-PostTitle->       </div>       <div class="clearer"></div>   <div class="body"><font style="font-size: 9pt"><-PostContent-><BlogExtendedPost><br>    </font><a href="<-PostLink->" style="text-decoration: none">ادامه مطلب</a></BlogExtendedPost></div>   <div class ="date">    <p dir="rtl"><a href="<-PostLink->" style="text-decoration: none">    <span style="font-size: 8pt">+</span></a><font style="font-size: 8pt">&nbsp;ساعت:&nbsp;<-PostTime->&nbsp|     نويسنده:&nbsp;<-PostAuthor->&nbsp;   <BlogComment>     |&nbsp; </font> <span dir="rtl" > <font style="font-size: 8pt"> <script type="text/javascript">GetBC(<-PostId->);</script>      </font>  </span>         </BlogComment>         </div> <HR> </BLOGFA> </div> </div> </div>  </td>       <td width="19" height="263" valign="top"> </td>     </tr>     </tbody>     </table> </div> <div style="border:2px solid #505C6B; filter: Alpha(Opacity=60, FinishOpacity=60); left: 9px; overflow: auto; width: 154px; position: absolute; top: 240px; height: 341px; background-color: 000000">     <BlogProfile>     <div class="profile">   <div style="text-align: justify"  >     <BlogPhoto>   <p style="text-align: center"><font style="font-size: 8pt">  <img src="<-BlogPhotoLink->" style="margin: 2px" > </font></p>  </BlogPhoto>   <p dir="rtl"><font style="font-size: 8pt"><-BlogAbout->     </font>     </div>       <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">       </BlogProfile>         <p style="text-align: center">         <a href="<-BlogUrl->" style="text-decoration: none">  <span style="font-size: 8pt">صفحه نخست</span></a><font style="font-size: 8pt"><br>  </font>  <a href="mailto:<-BlogEmail->" style="text-decoration: none">  <span style="font-size: 8pt">پست الکترونيک</span></a></p>  <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">     <BlogLinkDumpBlock>   <h3 style="text-align: center"><font style="font-size: 8pt">پيوندهاي روزانه</font></h3>   <p style="text-align: center">   <BlogLinkDump>    <a href="<-LinkUrl->" target="_blank" title="<-LinkDescription->" style="text-decoration: none" >   <span style="font-size: 8pt"><-LinkTitle-></span></a><font style="font-size: 8pt"><br>   </font>   </BlogLinkDump>  <a href="javascript:void(0)" onclick ="OpenLD();" style="text-decoration: none">   <span style="font-size: 8pt">آرشيو پيوندهاي روزانه</span></a><font style="font-size: 8pt">   </font></p>   <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">   </BlogLinkDumpBlock>     <h3 style="text-align: center"><font style="font-size: 8pt">نوشته هاي پيشين</font></h3>  <p style="text-align: center">  <span dir="ltr">  <BlogArchive>   <a href="<-ArchiveLink->" style="text-decoration: none">  <span style="font-size: 8pt"><-ArchiveTitle-></span></a><span style="font-size: 8pt"><br>  </span>  </BlogArchive>  </span>  </p>  <p>  <BlogArchive>  </BlogArchive>  </p>  </font>  </BlogArchive>  </span>  </p>  <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">       <BlogCategoriesBlock>   <h3 style="text-align: center"><font style="font-size: 8pt">آرشيو موضوعي</font></h3>   <p style="text-align: center">   <BlogCategories>    <a href="<-CategoryLink->" style="text-decoration: none"   >   <span style="font-size: 8pt"><-CategoryName-></span></a><font style="font-size: 8pt"><br>   </font>  </BlogCategories>  </p>  <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">  </BlogCategoriesBlock>         <BlogAuthorsBlock>   <h3 style="text-align: center"><font style="font-size: 8pt">نويسندگان</font></h3>    <p style="text-align: center">    <BlogAuthors>    <a href="<-AuthorLink->" style="text-decoration: none"   >   <span style="font-size: 8pt"><-AuthorName-></span></a><font style="font-size: 8pt"><br>    </font>    </BlogAuthors>  </p>  <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">  </BlogAuthorsBlock>     <BlogLinksBlock>   <h3 style="text-align: center"><font style="font-size: 8pt">پيوندها</font></h3>   <p style="text-align: center">  <span style="font-size: 8pt" lang="fa">  <marquee scrollamount=1 scrolldelay=1 onmouseover='this.stop()' onmouseout='this.start()' direction=up width=130 height=116 ><center>  <BlogLinks>    <a href="<-LinkUrl->" target="_blank" ><-LinkTitle-></a><br>  </BlogLinks>   </BlogLinksBlock></marquee></span><BlogLinks><font style="font-size: 8pt"><br>   </font>  </BlogLinks>   </p>   <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">  </BlogLinksBlock>       <div align="center">       <BlogAuthorsBlock>   <h3 style="text-align: center"><font style="font-size: 8pt">قالب از<br>   </font>  </BlogAuthorsBlock><span style="font-size: 9pt">    <br>   <span style="font-weight: 400">   <a target="_blank" href="http://www.TakTemp.Com">   <span style="font-size: 8pt">www.TakTemp.Com</span></a></span></span><span style="font-weight: 400"><span style="font-size: 8pt"><br>   </span><span style="font-size: 8pt" lang="fa">عسل ح - نازنين</span></span></h3>   <hr size =1 color =#E8E8E8 style="margin-bottom:3px;margin-top:3px">   <p>   <a style="text-decoration: none; font-family: Arial; border: 1px solid #E6E9DC;  " href="<-BlogXmlLink->">   <span style="font-size: 8pt">&nbsp;RSS&nbsp;</span></a></div>  <span color="#808080"><font style="font-size: 8pt">     <p style="text-align: center"><-BlogCustomHtml-></font></div>    </span>  <span color="#808080" style="font-size: 7pt">  <span color="#808080"><font style="font-size: 9pt">  <!-- end sidebar -->      </font></span><font size="2">    <div style="clear: both;">   <p align="center"> </font></div> </div>  </body> </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  4. #234
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب کریستال
    کد:
    <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title><-BlogTitle-></title> <style>   body {     background-color: #000000;     background-image: url(none); } a:link {  color: #765f4d;  text-decoration: none;     font-weight: bold; } a:visited {  color: #765f4d;  text-decoration: none;     font-weight: bold; } a:hover {  color: #9f8b61;  text-decoration: none;         font-weight: bold; } /* STILE HEADER ============================= */ #blogtitle {         font-family: Tahoma, Arial, Times, serif;  font-size: 40px;  font-weight: normal;  text-align: center;  color: #978271;  background-color: transparent;  padding-top: 230px;  margin-left: 10px; } #blogtitle a:link, #blogtitle a:visited{  color: #732d2d;   text-decoration: normal; } #blogtitle a:hover, #blogtitle a:active {   color: #f3d1d2;  text-decoration: normal; } /* STILE COLONNA  ================================ */ .sectiontitle {         color: #9f8b61;          font-family: Tahoma, Arial, sans-serif;         font-size: 11px;         font-weight: bold;         text-align: center;  padding: 1px;  background-color: #7a6c50;  background-image: url(http://i26.tinypic.com/8xudyg.jpg);         margin-left: 26px;         margin-right: 26px;        } .boxsection {         color: #665b48;         font-size: 11px;  background-color: transparent;   font-family: Tahoma, Arial, sans-serif;         margin-bottom: 23px;         margin-top: 5px;         margin-left: 26px;         margin-right: 18px;         text-align: center; }  /* STILE POST ==================================== */ .post{         padding: 4px;         margin: 10px; } .date {         font-family: Tahoma, Arial, sans-serif;  font-size: 10px;         font-weight: bold;         text-align: center;         text-transform: uppercase;         padding-right: 5px;         padding-top: 1px;         padding-bottom: 2px;         margin-bottom: 15px;         margin-left: 10px;         margin-right: 10px;         color: #9f8b61;         background-color: #7a6c50;         background-image: url(http://i26.tinypic.com/2wghqow.jpg);             } .title{         font-family: Tahoma, Arial, sans-serif;  font-size: 12px;         font-weight: bold;         color: #765f4d;         margin-top: 35px;         margin-bottom: 10px;         margin-left: 25px;         padding-left: 4px; } .text{         font-family: Tahoma, Arial, sans-serif;  font-size: 11px;         font-weight: normal;         color: #665b48;         text-align: center;     } .data {         font-family: Tahoma, Arial, sans-serif;  font-size: 10px;         font-weight: normal;           text-align: center;         color: #665b48;           margin-top: 30px;           margin-bottom: 5px;         margin-left: 25px; } #contentmain {    text-align: left;    font-family: Tahoma, Arial, sans-serif;    font-size: 10px;    color: #665b48;     margin-top: 5px;    margin-bottom: 10px;     padding-bottom: 15px;     background-color: #FFFFFF;     background-color: transparent;     }  </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>   <div align="center">   <a href="<-BlogUrl->" style="text-decoration: none"><h1><-BlogTitle-></h1></a>   <p class="subtitle">   <font color="#808080" style="font-size: 8pt" face="Tahoma"><-BlogDescription-></font></p>  <table border="0" cellpadding="0" cellspacing="0" width="850" height="543" background="http://i28.tinypic.com/ekrszc.jpg">   <tr>    <td valign="top" colspan="5" height="400" background="http://i30.tinypic.com/2rhlb1s.jpg">    &nbsp;</td>   </tr>   <tr>    <td valign="top" width="35">    &nbsp;</td>    <td valign="top" width="222">    <div class="sectiontitle">About Me</div>    <div class="boxsection">     <span style="font-size: 8pt">     <BlogPhoto> <div align=center >       <img src="<-BlogPhotoLink->" style="margin:0; border:0px none; " >   </div>    </BlogPhoto>       <p dir="rtl" style="text-align: right"><-BlogAbout-></p>   </span>         </div>           <div class="sectiontitle">My Blog</div>    <div class="boxsection"><br>   <a href="<-BlogArchiveLink->" ><span style="font-weight: 400">آرشيو</span></a><br>  <a href="mailto:<-BlogEmail->"><span style="font-weight: 400">پست الکترونيک</span></a></div>          <div class="sectiontitle">My Archive</div>       <div class="boxsection">    <span lang="en-us" style="font-size: 9pt">  <p align="center"><span dir="ltr">  <BlogArchive>  <a href="<-ArchiveLink->" style="border:0px solid; text-decoration: none; font-family:Tahoma; font-size:8pt; font-weight:normal">  <-ArchiveTitle-></a><br>  </BlogArchive></span></p></span>       </div>      <div class="sectiontitle">My Categories</div>       <div class="boxsection">                 <center>                   <br>   <BlogCategories>      <span style="font-size: 8pt" lang="fa">    <a href="<-CategoryLink->" style="text-decoration: none; font-weight:400"   >      <-CategoryName-></a></span><span style="font-size: 9pt" lang="fa"><br>  </BlogCategories>       </span>                 </center>       </div>      <div class="sectiontitle">Daily Links</div>       <div class="boxsection">                 <br>   <BlogLinkDump>    <a href="<-LinkUrl->" target="_blank" title="<-LinkDescription->" style="text-decoration: none; font-weight: 400" >     <-LinkTitle-></a><br>   </BlogLinkDump>  <a href="javascript:void(0)" onclick ="OpenLD();" style="text-decoration: none; font-weight: 400">     آرشيو پيوندهاي روزانه</a>            </div>       <div class="sectiontitle">  Friends Link</div> <div class="boxsection">   <span lang="fa"><span style="font-size: 8pt">  <p style="text-align: center">  <BlogLinks>  <a href="<-LinkUrl->" target="_blank" style="text-decoration: none; font-weight:normal" >  <font style="font-size: 8pt"><-LinkTitle-></font></a></span><font style="font-size: 8pt"><br>  </font></BlogLinks></p>        </span> </div>     <div class="sectiontitle">Template By</div>       <div class="boxsection"> <center>   <span style="font-size: 9pt">    <span lang="fa"><br>   </span>   <a target="_blank" href="http://www.TakTemp.Com">   <span style="font-weight: 400">www.TakTemp.Com</span></a><br>   </span><span style="font-size: 8pt" lang="fa">عسل ح - نازنين</span></center>       </div>    </td>    <td valign="top" height="469" width="65">    &nbsp;</td>    <td valign="top" height="469" width="470" dir="rtl">       <div id="contentmain"> <center> <BLOGFA> &nbsp;</center> <div class="post"> <div class="date"> <BlogDateHeaderDate><-PostDate-></div> <div class="title"><-PostTitle-></div> <div class="text">  <p style="text-align: right">  <font style="font-size: 9pt"><font color="#8C7D64"><-PostContent-></font><BlogExtendedPost><br></font><a href="<-PostLink->">  <font style="font-size: 9pt"><span style="font-weight: 400">ادامه مطلب</span></font></a></BlogExtendedPost></div>  <div class="data"> <a href="<-PostLink->" style="text-decoration: none; font-weight:400">+</a>&nbsp;نوشته  شده در &nbsp;ساعت&nbsp<-PostTime->&nbsp; توسط&nbsp;<-PostAuthor->&nbsp;   <BlogComment>     |&nbsp; <span dir="rtl" > <script type="text/javascript">GetBC(<-PostId->);</script>  </span>         </BlogComment>         &nbsp;</div> </div>  </BLOGFA>     <center>      &nbsp;</center> </div>    </td>    <td valign="top" height="469" width="28">    &nbsp;</td>   </tr>  </table> </div>   </body> </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  5. #235
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب ستاره های نقره ای
    کد:
    <html>                                               <head>                                                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">                                                 <html>                                                </head>                                                  <title><-BlogAndPostTitle-></title>                                                                                                                                                                                            <style type="text/css">                                                                                body {                                           background-image: url(http://asaltaktemp.googlepages.com/b...background.gif);                                          background-repeat:repeat;                                          background-position:right bottom;                                          background-attachment: fixed;                                          background-color: black;                                          direction: rtl;                                                                                                                                        scrollbar-face-color:black;                                          scrollbar-shadow-color:black;                                          scrollbar-highlight-color:black;                                          scrollbar-3dlight-color:black;                                          scrollbar-darkshadow-color:black;                                          scrollbar-track-color:black;                                          scrollbar-arrow-color:silver;                                                                                                                              font-family:"Tahoma";                                          font-size: 10pt;                                           color: black;                                           line-height: 12px;                                          text-align: justify;                                          margin: 0px; }                                                                                                                                             .head {                                               font-family:"Tahoma";                                                font-weight: none;                                               font-size: 10px;                                                background:black;                                               line-height:10px;                                               color:white;                                               border:none;                                               text-align:right;                                               font-weight:none;                                               padding:5px;                                               }                                                                                              .2head {                                               font-family: "tahoma";                                               font-size: 10px;                                               line-height: 10px;                                               color:white;                                               background:black;                                               border:none;                                               text-align: center;                                               font-weight:none;                                               text-align:right;                                               padding:5px;                                               }                                                                                              .head3 {                                               font-family:tahoma;                                                font-weight: none;                                               font-size: 10px;                                                background-color:black;                                               color: white;                                               border-left: 1px solid silver;                                               border-right: 1px solid silver;                                               border-bottom: 1px solid silver;                                               border-top: 1px solid silver;                                               border-color:silver;                                               padding: 10px;                                               }                                                                                              .head4 {                                               font-family:tahoma;                                                font-weight: none;                                               font-size: 10px;                                                background-color:black;                                               color: whiter;                                               border-left: 1px solid silver;                                               border-right: 1px solid silver;                                               border-bottom: 1px solid silver;                                               border-top: 1px solid silver;                                               border-color:silver;                                               text-align:right;                                               padding: 10px;                                               }                                                                                              A:link                                                  { text-decoration: none; font-weight: none; text-transform:none;background: transparent;  color: silver;}                                                  A:visited                                                  { text-decoration: none; color:  silver; text-transform:none;background: transparent;}                                                  A:active                                                  { text-decoration: none; background: transparent; text-transform:none;cursor: crosshair; color: silver;}                                                  A:hover                                                   { text-decoration:none; color:darkgray;}                                                                                                                                                                                            </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>                                                                                             <style fprolloverstyle>A:hover {color: #808080} </style>                                                                                             <body style="color: #E6E9DC">                                                                                              <noembed>                                               <body></noembed>                                                                                              <div id="entires" style="position:absolute; border: 2px dashed silver; padding:15px; z-index:2; left:269px; top:88px; width:430px; background-attachment:fixed; overflow:auto; background-color:transparent; background-image: url('none');filter:alpha(opacity=80)">                                               <background-colour:transparent ; > <BLOGFA>                                               <div class=2head>  <BlogDateHeader>             <-PostDate-></BlogDateHeader></table></center></div>                                               <div class=head4>   <div class="post">  <a name="" style="font-weight: normal; text-decoration: none"></a>           <BlogItemTitle>     <h3 class="post-title" align="left">   <font face="Tahoma" style="font-size: 9pt"><b><-PostTitle-></b>   <BlogItemUrl></a></font><font face="Times New Roman" size="3"><br>   </BlogItemUrl></font></h3>     </BlogItemTitle><font style="font-size: 9pt"><-PostContent-></font><BlogExtendedPost><font style="font-size: 9pt"><br>  <a href="<-PostLink->" style="text-decoration: none; font-weight:normal">ادامه مطلب</a></font></BlogExtendedPost><font style="font-size: 9pt"><br>  </font>  <p align="center"><span style="font-size: 8pt"><-PostTime->  | <-PostAuthor->  <BlogComment>|  </span><span style="font-size: 8pt" dir="rtl"> <script type="text/javascript">GetBC(<-PostId->);</script>    </span></BlogComment>         </div>             <p><font face=Tahoma>             <font color=silver><br></div><br><br>   </BLOGFA>                                                                                              </div> </font>             <font color=#FFFFFF> <p style="text-align: center"><br> <br> </font>             <font color=silver>  <b><font face="Times New Roman" size="5" color="#FFFFFF"><-BlogTitle-></font></b><font color=#FFFFFF><br>                                                                                              </div>                                               <br><br>                                                                                              </p> </font>                                                                                              <div id="navigation2" style="position:absolute; border:2px dashed silver; padding: 30px; width: 250px; z-index:3;  top:50px; left:708px; background-attachment:fixed; overflow:auto; background-color:transparent; background-image: url(none);filter:alpha(opacity=80)">                                              <div class=head> About Me . </font></div>                                               <div class=head3>             <font face=tahoma>                                               <BlogPhoto>   <div align=center >         <br>        <img src="<-BlogPhotoLink->" style="border: 0px none" >   </div>    </BlogPhoto>        <p dir="rtl">       <font style="font-size: 8pt"><-BlogAbout-> </font>             <p style="text-align: center" dir="rtl">        <span style="font-size: 8pt; font-weight:400">  <a href="mailto:<-BlogEmail->" style="text-decoration: none; ">        پست الکترونيک</a></span><br>       <br> &nbsp;<center><font face="webdings" size="2" color="silver">YYY</font></center></div>                                                                                                                      <br><br><div align=left>                                               <div class=head> Blog Archive .</font></div>                                               <div class=head3><font color=white>             <p align="center">  <BlogArchive>      <span dir="ltr" lang="en-us">   <a href="<-ArchiveLink->" style="border:0px solid; text-decoration: none; font-family:Tahoma; font-weight:normal; height:14px">             <span style="font-size: 8pt"><-ArchiveTitle-></span></a></span><span dir="ltr" lang="en-us" style="font-size: 9pt"><br>  </BlogArchive>  </span><br>                </p>             <br>                        <center><font face="webdings" size="2" color="silver">YYY</font></center><br>                                               </div><br><font face=Tahoma>             <br>                                                                                              <div class=head> Blog Caterory . </div>                                               <div class=head3>                                                                           <p align="center">   <span dir="ltr">   <BlogCategories>   <a href="<-CategoryLink->" style="text-decoration: none; font-family:Tahoma; font-size:11px; letter-spacing:0px; height:0px"   >   <font style="font-size: 8pt"><-CategoryName-></font></a><font style="font-size: 9pt"><br>   </font>   </BlogCategories>         </span>     <font style="font-size: 9pt">         </MainOrArchivePage></font>                              <FONT FACE="verdana" SIZE="1" COLOR="silver">                           <br>                                               </font></font></p>                        <center><font face="webdings" size="2" color="silver">YYY</font></center>                                               <br></div>                                               <br><font face=Tahoma>             <br>                                                                                              <div class=head> Friends Link . </div>                                               <div class=head3>                                                                           <p align="center">  <span style="font-size: 8pt" lang="fa">  <marquee scrollamount=1 scrolldelay=1 onmouseover='this.stop()' onmouseout='this.start()' direction=up width=154 height=116 ><center>  <BlogLinks>    <a href="<-LinkUrl->" target="_blank" ><-LinkTitle-></a><br>  </BlogLinks>   </BlogLinksBlock></marquee></span><font style="font-size: 9pt"></MainOrArchivePage></font><FONT FACE="verdana" SIZE="1" COLOR="silver"><br>                                               </font></font></p>                        <center><font face="webdings" size="2" color="silver">YYY</font></center>                                               <br></div>                                               <br>             <p> </font></font><br>                                               </div></div>                                                                                                                  <br><br>                                                                                                                          <div id="navigation2" style="position:absolute; border:2px dashed silver; padding: 15px; width: 250px; z-index:4;  top:50px; left:10px; background-attachment:fixed; overflow:auto; background-color:transparent; background-image: url(none);filter:alpha(opacity=80)">                                               <div class=head> About Blog . </font></div>                                               <div class=head3>                                                             <p style="text-align: right">                                                             <FONT FACE="Tahoma" COLOR="silver" style="font-size: 8pt">                                        <-BlogDescription-><br>                                               </font>                                  </p>                        <center><font face="webdings" size="2" color="silver">YYY</font></center>                                               </div>                                                                       <br><br>                                                                                              <div align=left>                                               <div class=head>  Daily Links . </font></div>                                               <div class=head3>                                               <div align=left>             <p align="center">             <BlogLinkDump>             <a href="<-LinkUrl->" target="_blank" title="<-LinkDescription->" style="text-decoration: none; font-weight: 400; " >             <font style="font-size: 8pt">             <-LinkTitle-></font></a><font style="font-size: 8pt"><br>             </BlogLinkDump></font>             <a href="javascript:void(0)" onclick ="OpenLD();" style="text-decoration: none; font-weight: 400; height:14px">             <font style="font-size: 8pt">             آرشيو پيوندهاي روزانه</font></a><FONT FACE="verdana" style="font-size: 8pt"><br>             <br></font>             <FONT FACE="verdana" SIZE="1">             <br></p>             </font>             <FONT FACE="verdana" SIZE="1" COLOR="silver">             <center>             <font face="webdings" size="2" color="silver">             YYY</font></center><br><br>                                                                       </div></div></font><br><br>                                                                                              <div align=left>                                               <div class=head> Template By .</font></div>                                               <div class=head3><center>                                                <a target="_blank" href="http://www.TakTemp.Com">       <font style="font-size:  8 pt">       <span style="font-size: 8pt">www.TakTemp.Com</span></font></a><span style="font-size: 8pt"><font style="font-size:  8 pt"><br>       </font></span> <span lang="fa"><font style="font-size:  8 pt"><span style="font-size: 8pt">عسل        ح - نازنين</span></font></span><br><br><br>                        <center><font face="webdings" size="2" color="silver">YYY</font></center>                                               </div></div</font><br><br>                                                                                                                                    <div align=left>                                               <div class=head>Rss .</font></div>                                               <div class=head3><center>&nbsp;<div class="profile">       <div align="center">      <a style="text-decoration: none; font-family: Arial; border: 1px solid gray; line-height:170%; font-size:9pt" href="<-BlogXmlLink->">   <span style="font-size: 8pt">&nbsp;RSS&nbsp;</span></a></p>  <span color="#808080"><font style="font-size: 8pt">POWERED BY<br>      </font></span>  <span color="#808080" style="font-size: 7pt">      <a  href="http://www.blogfa.com/" style="font-family: Arial; text-decoration:none; line-height:170%; font-size:9pt" >    <span style="font-size: 8pt">BLOGFA.COM</span></a></span><span color="#808080"><font style="font-size: 8pt">   </font>     </div><font style="font-size: 8pt">  <p style="text-align: center"><-BlogCustomHtml-><br> &nbsp;</font></span></div>                        <center><font face="webdings" size="2" color="silver">YYY</font></center>                                                                                      <style>body,  .post {clear: both; margin-bottom: 4em; direction:rtl;} h3 {font-size: 1em; margin: 2em 0 0 0; background: transparent  bottom left no-repeat;} h3.post-title {font-size: 1.2em; margin-bottom: 0;}  </style>                                               <br>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  6. #236
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب بلو ورژن سياه!
    کد:
    <html> <head> <meta http-equiv="Content-Language" content="fa"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Powered By" content="MihanBlog.Com"> <meta http-equiv="Designer" content="Saeed Asadnezhad"> <meta http-equiv="Web" content="http://www.taktemp.com"> <meta name="description" content="<-BlogAndPostTitle-> - <-BlogDescription->"> <meta name="keywords" content="<-BlogAndPostTitle->,<-BlogId->, Blog, Weblog, Persian,Iran, Iranian, Farsi, Weblogs, Blogs"> <link rel="alternate" type="application/rss+xml" title="<-BlogTitle->" href="file:///H:/my%20blog/%3C-BlogXmlLink-%3E" /> <style> body                    {font-family: Tahoma;font-size: 11;color: #6D7A81;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;background-color: #FFFFFF} body                    {SCROLLBAR-FACE-COLOR: #4C5258; SCROLLBAR-HIGHLIGHT-COLOR: white; SCROLLBAR-SHADOW-COLOR: white; SCROLLBAR-3DLIGHT-COLOR: silver; SCROLLBAR-ARROW-COLOR: #E2E9EA; SCROLLBAR-TRACK-COLOR: #E2E9EA; SCROLLBAR-DARKSHADOW-COLOR: #4C5258} a:link       {font-family: Tahoma;font-size: 8pt;color: #4C5258;text-decoration: none} a:visited   {font-family: Tahoma;font-size: 8pt;color: #4C5258;text-decoration: none} a:hover    {font-family: Tahoma;font-size: 8pt;color: #B1D56B;text-decoration: none} a:active    {font-family: Tahoma;font-size: 8pt;color: #4C5258;text-decoration: none}  #Left                    {float: left;width: 180;padding-left:5px;margin-top:-42} #Left .Topmenu    {width: 180;height:25;color: #FFFFFF;background-image:url('http://www.taktemp.ucoz.com/blue-black/001.gif');background-repeat:no-repeat;padding-top: 5px;padding-right: 33px;text-align: right;direction: rtl} #Left .menu          {width: 180;border-left: 1px solid #DAE2E3;border-right: 1px solid #DAE2E3;text-align: justify;direction: rtl;background-color: #FEFEFE;padding-right: 5px; padding-left: 5px;padding-top:15px;padding-bottom:3px;background-image:url('http://www.taktemp.ucoz.com/blue-black/014.gif');background-repeat:repeat-x} #Left .down          {width: 180;background-image: url('http://www.taktemp.ucoz.com/blue-black/004.gif');background-repeat:repeat-x;border-left: 1px solid #DAE2E3;border-right: 1px solid #DAE2E3; border-bottom: 1px solid #DAE2E3;margin-bottom:10} #Right                  {float: right;width: 180;padding-right:5px;margin-top:-42} #Right .Topmenu  {width: 180;height:25;color: #FFFFFF;background-image:url('http://www.taktemp.ucoz.com/blue-black/002.gif');background-repeat:no-repeat;padding-top: 5px;padding-right: 33px;text-align: right;direction: rtl} #Right .menu        {width: 180;border-left: 1px solid #DAE2E3;border-right: 1px solid #DAE2E3;text-align: justify;direction: rtl;background-color: #FEFEFE;padding-right: 5px; padding-left: 5px;padding-top:15px;padding-bottom:3px;background-image:url('http://www.taktemp.ucoz.com/blue-black/014.gif');background-repeat:repeat-x} #Right .down        {width: 180;background-image: url('http://www.taktemp.ucoz.com/blue-black/004.gif');background-repeat:repeat-x;border-left: 1px solid #DAE2E3;border-right: 1px solid #DAE2E3; border-bottom: 1px solid #DAE2E3;margin-bottom:10} #Center                {float: center;width: 610;padding-top:0px;padding-bottom:10px} #Center .Topmenu{width: 610;height:25;color: #FFFFFF;background-image:url('http://www.taktemp.ucoz.com/blue-black/003.gif');background-repeat:no-repeat ;padding-top: 5px;padding-right: 35px;text-align: right;direction: rtl} #Center .menu      {width: 610;border-left: 1px solid #DAE2E3;border-right: 1px solid #DAE2E3;text-align: justify;direction: rtl;background-color: #FEFEFE;padding-right: 5px;padding-left: 5px;padding-top:15px;padding-bottom:3px;background-image:url('http://www.taktemp.ucoz.com/blue-black/014.gif');background-repeat:repeat-x;color:#000} #Center .down      {width: 610;height:42;color: #FEFEFE;background-image: url('http://www.taktemp.ucoz.com/blue-black/005.gif');text-align: left;direction: rtl;padding-top: 23px;padding-left: 33px;margin-bottom:10;margin-top:-5} #Center .Toplast    {width: 610;height:25;color: #FFFFFF;background-image:url('http://www.taktemp.ucoz.com/blue-black/003.gif');background-repeat:no-repeat ;padding-top: 5px;text-align: center;font-weight: bold;direction: rtl} #Center .Toppage        {width: 320;height:25;color: #FFFFFF;background-image:url('http://iranet.persiangig.com/Temp/014.gif');background-repeat:no-repeat ;padding-top: 5px;text-align: center;font-weight: bold;direction: rtl} #Center .menupage      {width: 320;border-left: 1px solid #DAE2E3;border-right: 1px solid #DAE2E3;text-align: center;direction: rtl;background-color: #FEFEFE;padding-right: 5px;padding-left: 5px;padding-top:30px;padding-bottom:15px;background-image:url('http://www.taktemp.ucoz.com/blue-black/014.gif');background-repeat:repeat-x;color:#000} #Center .downpage      {width: 320;height:42;background-image: url('http://iranet.persiangig.com/Temp/015.gif');margin-bottom:10} .Baner                   {height:90;width:100%;background-image: url('http://iralearnweb.persiangig.com/galebabi/008.gif');padding-top: 15px;padding-right: 5px;padding-left: 5px} .saeed       {height:50;width:100%;background-image: url('http://linkoo.persiangig.com/theme/009.gif');padding-top:10px;padding-right:195px;text-align: justify;direction: rtl} .barbottom            {height:25;width: 100%;background-color: #4C5258;text-align: center;direction: rtl;color:#FFFFFF;padding-top:6px} .div1                     {height:100;width: 610; border:1px solid #DAE2E3;text-align: center;direction: rtl;padding-right:5;padding-left:5;padding-top:10;margin-bottom:10;color: #6D7A81;background-color: #F0F0F0;line-height: 150%} .div2                     {width: 610; border:1px solid #97B9D5;text-align: justify;direction: rtl;padding-right:5;padding-left:5;padding-top:10;margin-bottom:10;color: #6D7A81;background-color: #f3f0de;line-height: 150%} .div3                     {width: 468;height:60; border:1px dotted #8E3636;text-align: center;direction: rtl;color: #00FF00;margin-bottom:10} .bartop                  {height:20;width: 100%;background-color: #4C5258;text-align: right;direction: rtl;color:#FFFFFF;padding-top:3px} .shadow                {height:20;width:100%; font-size: 11} .Wait                     {FILTER: progid:dximagetransform.microsoft.alpha(opacity=80);position:absolute;top:50;right:550;text-align:justify;direction: rtl} .Ad1                      {FILTER: progid:dximagetransform.microsoft.alpha(opacity=30);height:60;width: 482;position:absolute;top:35;right:35;text-align:justify;direction: rtl;border:1px solid #B0B0B0;font-family: Tahoma; font-size: 8pt;color:black;background-color:white} .Ad2                      {FILTER: progid:dximagetransform.microsoft.alpha(opacity=30);height:60;width: 150;text-align:justify;direction: rtl;border:1px solid #B0B0B0;font-family: Tahoma; font-size: 8pt;color:black;background-color:white} .SearchBox, .MailInput  {font-size:8pt;font-family:tahoma;color: #6D7A81;height:18;border: 1px solid #DAE2E3;background-color: #F3F5F5} .namebox, .webbox, .mailbox, .Comm  {font-size:8pt;font-family:tahoma;color: #6D7A81;border: 1px solid #4C5258;background-color: #F3F5F5} .SendBTN, .PoolButton, .SearchBTN, .mailbtn, .resetbtn, .BTN  {font-size:8pt;font-family:tahoma;color: #FFFFFF;border: 1px solid #DAE2E3;background-color: #DBDEE1;text-align:center;height:18; padding-bottom:3px} .box {font-size:8pt;font-family:tahoma;border:1px solid silver;color: #4C5258} p                          {font-size:8pt;font-family:tahoma;line-height: 150%;margin: 0px} table.resultactive  {font-size:8pt;font-family:tahoma;background-color: #F8FAFA;padding: 0} </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="0"; if ( intCount==0)  strResult="0"; 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> <title><-BlogAndPostTitle-></title></script><script src="http://30theme.googlepages.com/Resiz...script><script src="http://30theme.googlepages.com/time....script><script src="http://30theme.googlepages.com/Date....cript>function highlight(field){field.focus();field.select()}</script> </head> <body bgcolor="#F5F5F5" background="http://i14.tinypic.com/5x78r60.jpg"> <body> <div align="center" style="height: 2000"> <div class="bartop"><font color="#FDA264"><b>&nbsp;</font><font color="#B1D56B">»</font><font color="#FDA264"> </font> </b><font color="#FEFEFE">     امروز <script>document.write(""+weekh[r]+" "+d+" "+monthh[m-1]+" "+ year+" مصادف با "+ monthm[n] +" "+ a.getDate()+" سال " + a.getYear()+" ميلادي")</script>     ، <script>timemessage()</script></font></div> <div class="Baner" style="width: 1000px; height: 181px">  <p dir="rtl">  <img border="0" src="http://i26.tinypic.com/16mqdc.jpg" width="979" height="190"></object></p>  <p dir="rtl">  &nbsp;</p></div> <div class="saeed" style="width: 1005px; height: 39px"></span>  <span lang="en-us">&nbsp;</span><a href="http://<-BlogUrl->/Rss.ASPX" target="_blank"><img border="0" src="http://www.taktemp.ucoz.com/blue-black/rss5.gif" width="47" height="25"></a><a href="http://<-BlogUrl->/Atom.ASPX" target="_blank"><img border="0" src="http://www.taktemp.ucoz.com/blue-black/atom.gif" width="47" height="25"></a></div>  <div id="Right"> <div class="Topmenu"><span class="shadow">منوي اصلي</span></div> <div class="menu"><p dir="rtl" align="center" style="margin-right: -5px;margin-left: -5px;margin-bottom: -5px;margin-top: -9px">   <a href="<-BlogUrl->">   <img border="0" src="http://www.taktemp.ucoz.com/blue-black/asli.gif" width="178" height="55"></a>   <a href="mailto:<-BlogEmail->">  <img border="0" src="http://www.taktemp.ucoz.com/blue-black/mail.gif" width="178" height="55"></a>  <a href="http://www.taktemp.com">  <img border="0" src="http://www.taktemp.ucoz.com/blue-black/design.gif" width="178" height="55" alt="Click here!"></a></p>    </p>  </div> <div class="down"></div> <div class="Topmenu"><span class="shadow">نويسندگان</span></div> <div class="menu"><p align="justify" dir="rtl" style="margin-top: 15"> <span lang="en-us">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span> <img height="66" src="http://i18.tinypic.com/686wae1.gif" width="70" border="0"></p>  <p align="justify" dir="rtl" style="margin-top: 15"> <BlogAuthors> <img src="http://p30designer.googlepages.com/012.gif" width="9" height="15" align="absbottom"> <a href="<-AuthorLink->"><-AuthorName-></a><br /></BlogAuthors></div> <div class="down"></div> <div class="Topmenu"><span class="shadow">موضوعات</span></div> <div class="menu"><p align="justify" dir="rtl" style="margin-top: 15"><BlogCategories> <img src="http://i9.tinypic.com/4xvmr74.gif" width="14" height="14" align="absbottom">  <a href="<-CategoryLink->"><-CategoryName-></a><br></BlogCategories></p></div> <div class="down"></div> <div class="Topmenu"><span class="shadow">جستجوگر</span></div> <div class="menu" style="width: 180px; height: 105px">  <p align="justify" dir="rtl" style="margin-top:15">  <font class="content" style="p: " center>  <img src="http://i22.tinypic.com/243jhvl.gif" width="16" height="14"></font>     براي جستجو در تمام مطالب سايت واژه‌ كليدي‌ مورد نظرتان را وارد کنيد :</p><p align="center" dir="rtl" style="margin-top:-10">   <form method='POST' Action='./'>     <p><input Class="SearchBox" type="text" name="SearchBox" size="16"> <input Class="SearchBTN" type="submit" value="جستجو" name="SearchBTN" dir="rtl" style="text-align: center"></p>   </form>   </div> <div class="down"></div> <div class="Topmenu"><span class="shadow">آمار روزانه سايت</span></div> <div class="menu"><p align="right" dir="rtl" style="margin-top: 15"> <p style="text-align: right"> »تعداد بازديدها: <script src="http://fastwebcounter.com/secure.php..."></script><br> »کاربر: Admin <br> <SCRIPT language=JavaScript> var xy = navigator.appVersion; xz = xy.substring(22,25); document.write("»مرورگر: ", navigator.appName,"<br>"); document.write("»ورژن: ",xz,"<br>"); document.write("»وضوح نمايش: ",screen.width," در ",screen.height,"پيکسل<br>"); if (navigator.javaEnabled()) document.write("»جاوا: فعال<br>"); else document.write("»جاوا: غير فعال<br>") </SCRIPT> <center><a title="Subscribe using any feed reader!" href="http://www.addthis.com/feed.php?pub=<-BlogUrl->"><img src="http://www.parstools.net/pr/2/pr1.gif" border="0"><br></a><br><-BlogCustomHtml-></div> <div class="down"></div> </div> <div id="Left"> <div class="Topmenu"><span class="shadow">منوي كاربري</span></div> <div class="menu">  <font color="#003FA4">  <BlogProfile>  <BlogPhoto> <p style="text-align: center"> <img src="<-BlogPhotoLink->" > </BlogPhoto> </BlogProfile> </p> <p></p> <p style="margin-top: 2; text-align:justify" dir="rtl"> <img border="0" src="http://p30designer.googlepages.com/at.jpg" align="absbottom" width="20" height="20"> <font color="#000000"> <BlogProfile> <-BlogAbout-></BlogProfile> </font>  </font></p></div><div class="down"></div> <div class="Topmenu"><span class="shadow">تصوِِيرتصادفي</span></div> <div class="menu"><p align="center" dir="rtl" style="margin-top: 15"><!-- Begin 30theme.mihanblog.com ‍--><script language="javascript" src="http://www.persiangraphic.com/galler...=160"></script><!-- End 30theme.mihanblog.com --> </div> <div class="down"></div> <div class="Topmenu"><span class="shadow">آيدي مدير</span></div> <div class="menu"><p align="center" dir="rtl" style="margin-top: 15"><center>  <p align="center" dir="rtl" style="margin-top: 15"> <a href="ymsgr:sendim?YourID">   <img src="http://opi.yahoo.com/online?u=YourID&m=g&t=2" border="0"></a>   <BR>Yahoo ID : <span lang="en-us">your id</span> <br>  </p>  </center></div> <div class="down"></div> <div class="Topmenu"><span class="shadow">لوگوي ما</span></div> <div class="menu">  <p style="text-align: center">  <p align="center" dir="rtl"><P align=center style="text-align: center"><font class="content">  <font face="Tahoma">  <a target="_blank" href="http://www.taktemp.com"> <img border="0" src="http://i13.tinypic.com/6c61r42.gif" width="145" height="60"></a></span></font></font></P>  <P align=center style="text-align: center">  <input class="MailInput" dir="ltr" align="center" size="27" value="&lt;DIV align=center&gt;&lt;BR&gt;&lt;a href=&quot; 	کد:
     	http://[myblog]&quot; 
     target=&quot;_blank&quot;&gt;&lt;img src=&quot;Logo Adress&quot; border=&quot;0&quot; alt=&quot;[blogtitle]&quot; width=&quot;120&quot; height=&quot;100&quot;&gt;&lt;/a&gt;" name="logo"></P> <P align=center style="text-align: center">&nbsp;<marquee scrollamount=1 scrolldelay=1 onmouseover='this.stop()' onmouseout='this.start()' direction=up width=155 height=113><DIV align=center><BR><a href="http://www.taktemp.com" target="_blank"><img src="http://www.taktemp.ucoz.com/blue-black/taktemp-logo.gif" border="0" alt="کليک کن.." width="120" height="60"></a> <!-- کدلوگوي دوستتان رابجاي اين تگ بريزيد ‍--></marquee></P> <P align=center style="text-align: center"><b> <img src="http://i22.tinypic.com/243jhvl.gif" width="16" height="14"> </b>براي تبادل  لوگو ابتدا لوگوي ما را قرار دهيد،سپس از طريق فرم نظرات به ما خبر دهيد تا ماهم  همين کار را بکنيم.</P> </p></div> <div class="down"></div> <div class="Topmenu"><span class="shadow">لينك دوستان</span></div> <div class="menu"><p align="center" dir="rtl">  <marquee onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrolldelay="2" height="155" scrollamount="1" width="150"><right><img src="http://towos.persiangig.com/pic/star.gif" border="0" width="16" height="16"><a target="_blank" href="http://www.taktemp.com"> ?زيباترين قالبهاي وبلاگ?</a><BlogLinks> <img src="http://p30designer.googlepages.com/star.gif" border="0" width="16" height="16"><a target="_blank" href="<-LinkUrl->"><-LinkTitle-></a></li><BR></BlogLinks><img src="http://p30designer.googlepages.com/star.gif" border="0" width="16" height="16"><a target="_blank" href="http://taktemp.com/theme/blue-black.zip"> دانلود کــد قالب ما</a></center></marquee> </p></div> <div class="down"></div> <div class="Topmenu"><span class="shadow">آرشيو ماهانه</span></div> <div class="menu"><p align="justify" dir="rtl" style="margin-top: 15"><archive>  <BlogArchive> &nbsp;<a href="<-ArchiveLink->"><-ArchiveTitle-></a><BR></BlogArchive></p></div> <div class="down"></div></div> <div id="Center"> <div class="div1">  <img border="0" src="http://i19.tinypic.com/5yhbjfa.gif" width="61" height="63" align="right"><p dir="rtl" style="margin: 5px" align="justify"><font color="#26526C">    اطلاعيه هاي سايت :</font><br>&nbsp;به شما كاربر گرامي سلام عرض مي كنم . اميدوارم   در اين وبلاگ دقايقي خوبي را سپري كنيد . براي آگاهي از امكانات اين وبلاگ   خواهشمندم كه تا آخر صفحه اين وبلاگ را مشاهده نماييد .</div> </div><div id="Center"><BLOGFA> <div class="Topmenu"><p align="right" dir="rtl"><font color="#FFFFFF">:: </font><a href="[postarchive]">  <font color="#FFFFFF"><-PostTitle-></font></a></font></a></div> <div class="menu"> <p align="justify" dir="rtl" style="margin-top: 15"> <p><-PostContent-><br><br><BlogExtendedPost> <a href="<-PostLink->">ادامه مطلب</a></BlogExtendedPost><hr style="color:#494F55;border: 1px dotted" size="1"> <img src="http://i9.tinypic.com/4xvmr74.gif" style="vertical-align: middle" width="14" height="14"><font color="#000000"><span lang="en-us"> </span>نوشته شده توسط <-PostAuthor-> در <-PostTime-></font><BlogComment></p></a></div> <div class="down">  <span dir="rtl"><font color="#FFFFFF">نظرات:(<script type="text/javascript">GetBC(<-PostId->);</script>)</font></span></BlogComment>  </div></BLOGFA> <div class="Toplast"><span style="font-weight: 400">آخرين مطالب ارسالي</span></div><div class="menu"><p align="justify" dir="rtl" style="margin-top: 15"> <BlogPreviousItems items="15"> <BlogPreviousItems> <span style="font-style: normal">   <span class="s"><font face="Times New Roman" size="3">   <img border="0" src="http://p30designer.googlepages.com/012.gif" width="9" height="15" align="absbottom"></font> </span></font><a href="<-PostLink->" title="<-PostDate->"><-PostTitle-></a><br> </BlogPreviousItems> </BlogPreviousItemsBlock> </p></div><div class="down"></div> </div></div> <div class="barbottom">All Rights Reserved 1385-1386 Beta © By<font color="#0000FF">    </font> <-BlogUrl-> <b> .:. </b>&nbsp;Designed By   <a href="http://taktemp.com/"><span lang="en-us"><font color="#FFFFFF">  Taktemp</font></span></a> </div> </font> </body>  </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  7. #237
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب دختر کوچولو
    کد:
    <!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> <style type="text/css"> body {  margin: 0;  padding: 0;  text-align: center;  min-width: 760px;  font-family: Tahoma, Arial, Helvetica, sans-serif;  color: #FF99CC;  font-size: 12px;  background-color: #F7FFE8;  background-image: url(http://i25.tinypic.com/rbwgw9.jpg);  background-attachment: fixed;  background-repeat: repeat-x;  background-position: center top; } td {  font-family: Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px;  text-align: left; }   .tanggalpost {  font-size: 11px;  font-weight: bold;  text-align: right;  letter-spacing: 1px; }   .judulpost {  font-size: 14px;  font-weight: bold;  background-attachment: scroll;  background-repeat: repeat-y;  background-position: left top;  color: #000000;  background-color: #F9BFCB; }   .isipost {  text-align: justify;  padding: 2px; }   .bawahpost {  font-size: 10px;  font-style: italic;  text-align: right;  padding: 2px; }   .judulkanan {  font-size: 13px;  font-weight: bold;  height: 20px;  width: 200px;  color: #000000;  text-align: left;  padding-top: 5px;  background-color: #F8C2C0; }   a:link, a:active, a:visited {  color: #FF6600;  text-decoration: none; }   a:hover {  color: #000000;  text-decoration: none; }   li {  list-style-position: outside;  list-style-type: square; }   .isikanan {  padding: 2px 15px 2px 2px; } textarea, input, select, option, button {  font-family: Tahoma, Verdana, Arial;  background-color : #FBFEF5;  color : #000000;  font-size : 10px;  border: 1px solid #F7C2BC; } img {  border:0px none; } .PostBody {padding-right: 5px ;font-size: 9pt;font-family: Tahoma;color:black;padding-top: 1px; padding-bottom: 2px;line-height:1.5em;} .postdesc {font-size: 7pt;font-family: Tahoma;color:gray;padding-bottom: 10px} </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>    <title><-BlogTitle-></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  </head>  <body style="background-image: url('http://i25.tinypic.com/rbwgw9.jpg')"> <table width="745"  border="0" align="center" cellpadding="0" cellspacing="0">       <tr valign="top">         <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">           <tr>             <td background="http://i27.tinypic.com/1fws2t.jpg">    <img src="http://i30.tinypic.com/2yjr5s1.jpg" width="488" height="317" /></td>           </tr>           <tr>             <td background="http://i27.tinypic.com/1fws2t.jpg">                                 <BLOGFA>                     <table width="100%"  border="0" cellspacing="4" cellpadding="8">                       <tr>                         <td >                             <table width="100%"  border="0" cellspacing="4" cellpadding="4">                               <tr>                                 <td class="tanggalpost"><-PostDate-></td>                               </tr>                               <tr>                                 <td class="judulpost"><font color="#FF6600"><BlogItemTitle> <BlogItemUrl>         <font size="3" face="Times New Roman"><-PostTitle-></font></BlogItemUrl><font size="3" face="Times New Roman">          </font> </BlogItemTitle></font></td>                               </tr>                               <tr>                                 <td class="isipost" dir="rtl" style="text-align: right">  <div class="postbody" ><font size="2"><-PostContent-></font></div>  <div class="postdesc">   <div class="postbody" ><BlogExtendedPost>    <a href="<-PostLink->" style="text-decoration: none">    <font size="2">ادامه مطلب</font></a></BlogExtendedPost></div>     </div>          </td>                               </tr>                               <tr>                                 <td class="bawahpost" dir="rtl">         <span style="font-style: normal">         <a href="<-PostLink->" style="text-decoration: none">         +</a><font style="font-size: 8pt">&nbsp;نوشته شده در &nbsp;ساعت&nbsp;<-PostTime->&nbsp; توسط&nbsp<-PostAuthor-><font color="#FF6600">          |</font><BlogComment></font><span dir="rtl" ><font style="font-size: 8pt"><script type="text/javascript">GetBC(<-PostId->);</script> </font></span></BlogComment></span></td>                               </tr>                               </table>                         </td>                       </tr>                     </table>                     </BLOGFA> ></td>           </tr>           <tr>             <td><img src="http://i25.tinypic.com/1563guq.jpg" width="488" height="56" /></td>           </tr>         </table></td>         <td bgcolor="#F7FFE8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">           <tr>             <td>    <img src="http://i28.tinypic.com/2uf52fr.jpg" width="257" height="338" /></td>           </tr>           <tr>             <td><table width="100%"  border="0" cellspacing="0" cellpadding="4">                 <tr>                   <td>      <p style="text-align: center"><b>  <font face="Times New Roman" style="font-size: 13pt" color="#FF6600"><-BlogTitle-></font></b><html><body style="background-image: url('http://i25.tinypic.com/rbwgw9.jpg')"><font size="4"><br> </body>          </font>     </html><font face="Tahoma" style="font-size: 8pt" color="#808080">  <span style="font-weight: 400"><-BlogDescription-></span></font></td>                 </tr>                 <tr>                   <td class="judulkanan">About Blog</td>                 </tr>                 <tr>                   <td class="isikanan" dir="rtl" style="text-align: right"><!-- Begin #profile-container -->     <BlogPhoto> <div align=center >       <img src="<-BlogPhotoLink->" >   </div>    </BlogPhoto>       <p style="text-align: justify"><font color="#FF5EAE"><-BlogAbout->      </font> </p>                       <p> &nbsp;</p>                       <!-- End #profile --></td>                 </tr>                 <tr>                   <td class="judulkanan">Category Name</td>                 </tr>     <tr>                   <td class="isikanan">                       <BlogArchives>                       <p style="text-align: center">       <BlogCategories>       <a href="<-CategoryLink->" style="color: #FF6600; text-decoration: none"   ><-CategoryName-></a><br>       </BlogCategories>                       </BlogArchives></td>                 </tr>                 <tr>                   <td class="judulkanan">My Archive</td>                 </tr>                 <tr>                   <td class="isikanan">                       <BlogArchives>     <span lang="en-us" style="font-size: 9pt">    <p align="center">  <span dir="ltr">  <BlogArchive>   <a href="<-ArchiveLink->" style="border:0px solid; text-decoration: none; font-family:Tahoma; font-weight:normal"><-ArchiveTitle-></a><br>  </BlogArchive>  </span>  </p>   </span>       <p>&nbsp;</BlogArchives></td>                 </tr>                 <tr>                   <td class="judulkanan">Friends Link</td>                 </tr>                 <tr>                   <td valign="top" class="isikanan"> <p style="text-align: center"><span style="font-size: 9pt" lang="fa"> <marquee scrollamount=1 scrolldelay=1 onmouseover='this.stop()' onmouseout='this.start()' direction=up width=165 height=101 ><center>  <BlogLinks>    <a href="<-LinkUrl->" target="_blank" ><-LinkTitle-></a><br>  </BlogLinks>   </BlogLinksBlock></marquee></span></p> <!--Edit above this line for links --> </td>                 </tr>                 <tr>                   <td class="judulkanan">Template By</td>                 </tr>                 <tr>                   <td align="center" valign="top" class="isikanan"><center>    <span style="font-size: 8pt" lang="fa">  <p>       <br>      <span style="font-size: 9pt">      <a target="_blank" href="http://www.TakTemp.Com">   <span style="font-weight: 400">www.TakTemp.Com</span></a><br>   </span>عسل ح - نازنين</span><p>&nbsp;</p>                   </center></td>                 </tr>             </table></td>           </tr>           <tr>             <td>&nbsp;</td>           </tr>         </table></td>       </tr> </table> </body> </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  8. #238
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب زمستان برفی
    کد:
    <html dir="ltl"> <!--Design This Template By: MASOUD REZAIE--> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Language" content="fa-IR" /> <meta http-equiv="CACHE-CONTROL" content="PUBLIC" /> <meta http-equiv="expires" content="never" /> <meta name="author" content="<-BlogAuthor->" /> <meta name="keywords" content="<-BlogAuthor->,<-BlogId->,<-BlogUrl->, music, blogfa, music classic, Digital Classic Template, j28" /> <meta name="description" content="<-BlogAndPostTitle->, <-BlogAbout->, <-BlogDescription->" /> <meta name="classification" content="Blog, Blogging" /> <meta name="page-topic" content="Blog, Blogging"> <meta name="subject" content="<-BlogTitle->"> <meta name="revisit-after" content="1 days" /> <meta name="geography" content="Iran" /> <meta name="language" content="Farsi" /> <meta name="designer" content="Template Design Blog http://j28.ir/" /> <meta name="designer" content="http://j28.ir/" /> <meta name="publisher" content="Blogfa http://www.blogfa.com" /> <meta name="distribution" content="Global" /> <meta name="country" content="Iran" /> <meta name="robots" content="FOLLOW,INDEX" /> <meta name="copyright" content="<-BlogAuthor->, <-BlogUrl->" /> <meta name="abstract" content="<-BlogAndPostTitle->" /> <meta name="resource-type" content="document" /> <meta name="DC.Creator" content="j28.ir" /> <!-- #BeginEditable "doctitle" --> <title><-BlogTitle-></title> <!-- #EndEditable --> <style> <!-- body         { font-family: tahoma; font-size: 9pt; color: #FFFFFF; text-decoration: none;                 text-align: center; width: 870; background-color: #000000 } a:visited    { font-family: tahoma; font-size: 9pt; color: #000000; text-decoration: none } a:link       { font-family: tahoma; font-size: 9pt; color: #000000; text-decoration: none } a:hover      { font-family: tahoma; font-size: 9pt; color: #F00000; text-decoration: none } a:active     { font-family: tahoma; font-size: 9pt; color: #FF6600; text-decoration: none } #Top-page    { font-family: Tahoma; font-size: 14pt; color: #000000; text-decoration: none;                 text-align: center; width: 865; height: 250; background-image:                 url('http://www.j28.ucoz.com/zemestan/top-page.jpg');                 background-repeat: no-repeat; background-attachment: scroll;                 background-position:                    center;  } #All-Menus   { width: 210; text-align: center; direction: rtl } #T-M         { font-family: tahoma; font-size: 9pt; color: #000000; text-decoration: none;                 text-align: center; width: 200; height: 20; background-image:                 url('http://www.j28.ucoz.com/zemestan/t-m.gif');                 background-repeat: no-repeat; background-attachment:scroll;                 background-position: center }                  #B-T         { font-family: tahoma; font-size: 9pt; color: #000000; text-decoration: none;                 text-align: center; width: 200; height: 20; background-image:                 url('http://www.j28.ucoz.com/zemestan/b-t.gif');                 background-repeat: no-repeat; background-attachment: scroll;                 background-position: center }                                #p-M         { font-family: tahoma; font-size: 9pt; color: #FFFFFF; text-decoration: none;                 text-align: center; width: 200; height: 20; background-color:#000000;                 background-repeat: no-repeat; background-attachment: scroll;                 background-position: center }                                 #Menus       { font-family: Tahoma; font-size: 9pt; color: #000000; text-decoration: none;                 text-align: center; width: 200; background-image:                 url('http://www.j28.ucoz.com/zemestan/menu.gif'); background-repeat: repeat;                 background-attachment: scroll; background-position: center }                 #Post        { width: 100%; font-family: tahoma; font-size: 9pt; text-decoration: none;                 text-align: center; background-color: #000000 } #T-P         { font-family: tahoma; font-size: 9pt; color: #000000; text-decoration: none;                 text-align: center; height: 20; background-image:                 url('http://www.j28.ucoz.com/zemestan/t-p.jpg'); background-repeat: repeat;                 background-attachment: scroll; background-position: center }                 #p-d         { font-family: tahoma; font-size: 9pt; color: #000000; text-decoration: none;                 text-align: center; height: 20; background-image:                 url('http://www.j28.ucoz.com/zemestan/p-d.jpg'); background-repeat: repeat;                 background-attachment: scroll; background-position: center }                                 #Posts       { font-family: tahoma; font-size: 9pt; color: #000000; text-decoration: none;                 text-align: center; background-image:                 url('http://www.j28.ucoz.com/zemestan/back-p.jpg'); background-repeat: repeat} #P-D         { font-family: tahoma; font-size: 8pt; color: #FFFF00; text-decoration: none;                 text-align: right;background-attachment: scroll; background-color: #000000 } --> </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://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> <!--Black--><!--Http://J28.ir --- MASOUD REZAIE--> <script language="javascript"> var text1="!-->آموزش-قالب عاشقانه - قالب وبلاگ www.TakTemp.com<--! " retagain=0 goagainto=0 ---=0 function dis(){ window.status=text1.substring(0,goagainto) if(retagain==1){ goagainto--; if(goagainto==0){retagain=0} } else {goagainto++;if(goagainto==text1.length){retagain=1}} ---++ if (---==1) {window.status=text1.substring(0,goagainto)+"_"} if (---==2) {window.status=text1.substring(0,goagainto)+"_"} if (---==3) {window.status=text1.substring(0,goagainto)+"_"} if (---==4) {window.status=text1.substring(0,goagainto)+"_"} if (---==4) {---=0} if(goagainto==text1.length){window.setTimeout("dis()",1200);} else {window.setTimeout("dis()",60);} } dis() </script> </head> <body> <table border="0" width="865" id="table1" cellspacing="0" cellpadding="0" height="1368">  <!-- MSTableType="layout" -->  <tr>   <td id="Top-page" colspan="2" valign="top" height="250" style="height: 250; width: 865">    <p> </p>   <p><br><br><br>                                                          <-BlogTitle->   </p>   <p> </p>    </tr>  <tr>   <td width="207" id="All-Menus" valign="top" style="width: 207">   <BlogProfile>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M" valign="bottom">درد و دل</td>    </tr>    <tr>     <td id="Menus">     <BlogPhoto>     <a href="<-BlogPhotoLink->"><img src="<-BlogPhotoLink->"></a>     </BlogPhoto><br>     <-BlogAbout->      </td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    </tr>    </tr>    </tr>   </table>   </BlogProfile>   <BlogArchiveBlock>    <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0"> </table>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M" height="14" valign="bottom"><span lang="fa">نويسندگان</span></td>     </tr>    <tr>     <td id="Menus" height="59%"><BlogAuthors><a href="<-AuthorLink->">     <-AuthorName-></a><br>      </BlogAuthors></td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>        <tr>     <td id="T-M" valign="bottom"><span lang="fa">آثار تاريخي يك عاشق</span></td>    </tr>    <tr>     <td id="Menus">     <BlogArchive>     <a href="<-ArchiveLink->"><-ArchiveTitle-></a><br>     </BlogArchive>         </td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    </tr>   </table>      </BlogArchiveBlock>   <BlogLinksBlock>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M" valign="bottom">دوستان عاشق تنها</td>    </tr>    <tr>     <td id="Menus">      <marquee onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrolldelay="2" height="129" scrollamount="1" width="168" style="font-family: tahoma; font-size: 11" > <BlogLinks> <CENTER> <a href="<-LinkUrl->" Target=_blank><-LinkTitle-></a><br> </BlogLinks></b><a href="http://www.TakTemp.com/">زیبا ترین قالب های      وبلاگ </a><br>                       </b><a target=_blank href="http://www.online.j28.ir/">بزرگترین لینک باکس ايرانيان </a><br>            </b><a target=_blank href="http://hostmywebsite.ir/">هاست و دامين </a><br> </CENTER></marquee>      </td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    </tr>      </table>   </BlogLinksBlock>   <BlogLinkDumpBlock>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M" valign="bottom">     دوستان عاشق     </td>    </tr>    <tr>     <td id="Menus">      <marquee onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrolldelay="2" height="120" scrollamount="1" width="177" style="font-family: tahoma; font-size: 11" >     <BlogLinkDump>     <Center>     <a href="<-LinkUrl->" Target=_blank><-LinkTitle-></a><br>         </BlogLinkDump>     </b><a href="http://www.TakTemp.com/">زیبا ترین قالب های      وبلاگ </a><br>                       </b><a target=_blank href="http://www.online.j28.ir/">بزرگترین لینک باکس ايرانيان </a><br>            </b><a target=_blank href="http://hostmywebsite.ir/">هاست و دامين </a><br> </Center></marquee>         </td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    </tr>   </table>   </BlogLinkDumpBlock>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M" valign="bottom">موضوعات</td>    </tr>    <tr>     <td id="Menus">     <BlogCategories>     <a href="<-CategoryLink->" Target=_blank><-CategoryName-></a><br>     </BlogCategories>     </td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    </tr>         </table>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M" valign="bottom">آمار وب</td>    </tr>    <tr>     <td id="Menus">كاربران آنلاين: <script type="text/javascript" src="http://st1.freeonlineusers.com/on1.php?id=54053"> </script> </font></a> <!-- End FreeOnlineUsers.com --> <br>           تعداد بازديدها: <script src="http://fastwebcounter.com/secure.php..."></script><br> <a href="<-BlogXmlLink->" style="text-decoration: none">      RSS </a> </td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    </tr>    </table>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M" valign="bottom"> طراح قالب:</td>     </tr>    <tr>     <td id="Menus"> <embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://shadmehr271.persiangig.com/other/j28.swf" swLiveConnect="true" width="128" height="80">      <span lang="fa"><br></span>     <b>     <a alt="ارتباط با ما" href="http://www.TakTemp.com">     www.TakTemp.com</a></b><span lang="fa"><br></TD>  <tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>                     </table>    <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M">لوگو دوستان</td>    </tr>    <tr>     <td id="Menus"> <MARQUEE onmouseover=this.stop() style="TEXT-ALIGN: center"        onmouseout=this.start() scrollAmount=1 scrollDelay=1 direction=up        height=193> <embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://shadmehr271.persiangig.com/other/flash/logo.swf" swLiveConnect="true" width="118" height="80">        <P></P></td>    </tr><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    <tr>                   <Center>          </Center>      </a></div></td>    </tr>   </table>   <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">    <tr>     <td id="T-M"><span lang="fa">كدهاي جاوا</span></td>    </tr>    <tr>     <td id="Menus">          <div align=center> <span style="font-size: 7pt"><-BlogCustomHtml->   </span>   </div>          </td><tr>     <td id="B-T"> </td><tr>     <td id="p-M"> </td>    </tr>   </table>   </td>   <td width="658" valign="top" height="1118">   <BLOGFA>   <table id="posts" border="0" width="658" id="Post" cellspacing="0" cellpadding="0" height="174">    <!-- MSTableType="layout" -->    <tr>     <td id="T-P" style="height: 30px" valign="bottom" colspan="3">     <-PostTitle->     </td>    </tr>    <tr>     <td width="24"> </td>     <td id="" width="605">     <-PostContent-><br>     <p>     <BlogExtendedPost><a href="<-PostLink->" target=_blank>     <font color="#000000">ادامه مطلب</font></a> </BlogExtendedPost>               </td>     <td height="89" width="29"> </td>    </tr>    <tr>     <td id="posts" height="25" valign="top" colspan="3">          <p style="text-align: right"> <p style="text-align: right"><font color="#000000">  [</font><a href="<-PostLink->" title="Link to this post">+</a><font color="#000000">]   نوشته شده توسط <-PostAuthor-> در <-PostTime-><BlogComment> | <span dir="rtl" ><script type="text/javascript">GetBC(<-PostId->);</script></span></BlogComment>   |                               </font></p>               </td>    </tr>    <tr>     <td id=p-d valign="top" style="height: 30px" colspan="3">     <!-- MSCellType="empty" -->      </td>    </tr>   </table><br>   </BLOGFA>   <div align="center"><b><font style="font-size: 9pt">کپی</font><font style="font-size: 9pt"> برداری بدون ذکر منبع غیر مجاز می باشد</span><br>     </font> <span style="font-family: Verdana; color: #FF6B09" >  <a target=_blank href="http://www.j28.biz/"><font color="#FFFFFF">www.j28.biz</font></a><font style="font-size: 9pt"> &     </font>   <a target=_blank href="http://www.TakTemp.com/"><font color="#FFFFFF">www.TakTemp.com</font></a></span></b><br><br>  <SCRIPT src="http://m-s-j28.persiangig.com/link-b...x.js"></script> </td>  </tr>         </td>  </tr> </table> <p>  </p> </body>  </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  9. #239
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب اورنج
    کد:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtm...nal.dtd"><html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><-BlogAndPostTitle-></title> <meta name="description" content="<-BlogAndPostTitle-> - <-BlogDescription->"> <meta name="keywords" content="<-BlogAndPostTitle->,<-BlogId->, Blog, Weblog, Persian,Iran, Iranian, Farsi, Weblogs, Blogs"> <link rel="alternate" type="application/rss+xml" title="<-BlogTitle->" href="<-BlogXmlLink->" /> <link rel="stylesheet" href="http://taktemp.ucoz.com/style.css" type="text/css" media="screen" /> <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://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> <body> <div align="center"> <div id="layout">  <div align="center">   <div id="header">    <div id="topnav">     <a href="<-BlogUrl->">Home</a>     <a href="<-BlogArchiveLink->">Archives</a>     <a href="mailto:<-BlogEmail->">Contact</a>     <a target="_blank" href="http://taktemp.com">designer</a>     <div class="clearer"></div>    </div>   </div>   <div id="contop">    <div id="blogname">    <font face="Tahoma"><b><-BlogAndPostTitle-></b> </font>   <div id="blogdesc">     <font face="Tahoma"><-BlogDescription-></font> </div>    </div>   </div>   <div id="wrapper">    <div id="container">    <div id="sidebar">      <div class="widget">       <div class="widgetext">       </div>       <div class="widgetbottom"></div>           </div>              <div class="widget"><div class="headtop"></div><div class="head"><h2>             درباره وبلاگ</h2></div><div class="headbottom"></div>  <BlogPhoto> <p style="text-align: center"> <img src="<-BlogPhotoLink->" > </BlogPhoto> </p> <p></p> <p style="margin-top: 2; text-align:justify" dir="rtl"> <img border="0" src="http://p30designer.googlepages.com/at.jpg" align="absbottom" width="20" height="20"> <font color="#000000"> <BlogProfile> <-BlogAbout-></BlogProfile> </font>  </div>   <div class="widget"><div class="headtop"></div><div class="head"><h2>موضوعات</h2></div><div class="headbottom"></div>    <ul>  <BlogCategories><li> <a href="<-CategoryLink->"><-CategoryName-></a></abbr></a></li></BlogCategories>  </div>   <div class="widget"><div class="headtop"></div><div class="head"><h2>لينكدوني</h2></div><div class="headbottom"></div>    <ul>  <BlogLinks><li> <a target="_blank" href="<-LinkUrl->"><-LinkTitle-></a></abbr></a></li></BlogLinks>  </div>   <div class="widget"><div class="headtop"></div><div class="head"><h2>   <span lang="fa">آخرين مطالب</span></h2></div><div class="headbottom"></div>    <ul>  <BlogPreviousItems items="15"><BlogPreviousItems><li> <a target="_blank" href="<-PostLink->"><-PostTitle-></a></abbr></a></li></BlogPreviousItems>  </div>   <div class="widget"><div class="headtop"></div><div class="head">   <h2><span lang="fa">آمار و ارقام</span></h2>        </div><div class="headbottom"></div>    <ul>  <li><a href="<-BlogXmlLink->" title="Syndicate this site using RSS">  <abbr title="Really Simple Syndication">  <font color="#7C2900">آر اس اس (RSS)</font></abbr></a></li>  <li>  <span lang="fa"></span>  <span lang="fa">تعداد بازديدها: <script src="http://fastwebcounter.com/secure.php...rl->"></script>  </a></span></li>  <li><span lang="fa"><a href="ymsgr:sendim?YourID">يا هو آيدي مدير</a></span></li>    </ul>  </div>  </div>    <div id="content">      <BLOGFA>         <div class="blogpost">       <div class="headtop"></div>       <div class="head">        <h2><-PostTitle->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </h2>       </div>       <div class="headbottom"></div>       <div class="entry"> <p><-PostContent-><BlogExtendedPost><br><a href="<-PostLink->">ادامه مطلب</a></BlogExtendedPost>       <div class="entryf">        <font color="#000000">[</font><a href="<-PostLink->" title="Link to this post">+</a><font color="#000000">]  نوشته شده توسط <-PostAuthor-> در <-PostTime-><BlogComment>  | <span dir="rtl" ><script type="text/javascript">GetBC(<-PostId->);</script></span></BlogComment>   | </font></a></div>       </div>      </div></BLOGFA>                       <div class="navigation">       <div class="alignleft"></div>       <div class="alignright"></div>      </div>          </div>     <div class="clearer"></div>    </div>   </div>   <div id="footer">    <div>&nbsp;Theme designed by <a href="http://www.webdesignandmarketingprojects.com/">     Web Design Services</a>, coded by      <a href="http://www.taktemp.com/">taktemp</a> and supported by      blogfa    . All Rights Reserved.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>   </div>  </div>  </div> </div> </body> </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

  10. #240
    AGE OF INFERNAL
    تاریخ عضویت
    Aug 2010
    محل سکونت
    WORLD PRINCE OF PERSIA
    نوشته ها
    2,405
    تشکر تشکر کرده 
    3,083
    تشکر تشکر شده 
    4,350
    تشکر شده در
    1,686 پست
    قدرت امتیاز دهی
    945
    Array

    پیش فرض

    قالب پلی
    کد:
    <html> <head> <title><-BlogAndPostTitle-></title> <meta name="description" content="<-BlogAndPostTitle-> - <-BlogDescription->"> <meta name="keywords" content="<-BlogAndPostTitle->,<-BlogId->, Blog, Weblog, Persian,Iran, Iranian, Farsi, Weblogs, Blogs"> <link rel="alternate" type="application/rss+xml" title="<-BlogTitle->" href="My%20Web%20Sites/%3C-BlogXmlLink-%3E" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Language" content="fa"> <meta name="Designer" content="saeed Asadnezhad"> <meta name="WebSite" content="http://www.taktemp.com"> <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Pragma" content="no-cache"> <meta name="revisit-after" content="1 days"> <style> body{font-family:tahoma;font-size:8pt;color:#ffffff;padding:0px;margin-top:0pt} .header{width:980px;height:0px;border:0px solid dedede;background:#FFFFFF repeat} P {MARGIN-TOP: 2px; MARGIN-BOTTOM: 2px; LINE-HEIGHT: 140%} .slideright{float:right;width:180px;margin-left:1pt} .slideleft{float:left;width:180px;margin-left:0pt;margin-right:1pt} .slide1 {MARGIN-TOP: 5pt;FLOAT: right;WIDTH: 226px;height: 185px;line-height: normal;MARGIN-right: 1pt;MARGIN-BOTTOM: 5pt} .slide4 {MARGIN-TOP: 3pt;FLOAT:left;WIDTH: 226px;height: 200px;line-height: normal;MARGIN-right: 0pt;MARGIN-BOTTOM: 2pt} .slide3 {MARGIN-TOP: 3pt;FLOAT: right;WIDTH: 525px;height: 200px;line-height: normal;MARGIN-right: 1pt;MARGIN-left: 0pt;MARGIN-BOTTOM: 2pt} .slide2{float:right;width:500px;margin-right:3pt} .post{float:right;width:614px;margin-top:0pt;background:white ;padding-right:2px;padding-left:0px} .post1{float:right;width:600px;margin-top:0pt;background:white ;padding-right:0px;padding-left:0px} .head{float:left;width:980px;margin-top:0pt;background:white ;padding-right:0px;padding-left:0px} .menu_taktemp{height:25px;background: url('http://www.taktemp.ucoz.com/play/menu.gif') ;border:1px solid #DEDEDE;text-align:center;direction:rtlx;padding-top:4px} .menu_taktempr{height:25px;background: url('http://www.taktemp.ucoz.com/play/menur2.gif') ;border:1px solid #dedede;text-align:right;direction:rtl;padding-right:5px;padding-top:4px} .down{background:#ffffff repeat;border:1px solid #DEDEDE;border-top:1px;margin-bottom:0px;text-align:right;direction:rtl;padding: 4px 4px 3px 4px; line-height: 1.3em;padding-right:5px;color:666666} .SearchBox, .namebox, .mailbox, .webbox, .commentbox{width: 210px;border:1px solid #e6e6e6;font-family:Tahoma; font-size: 8pt; color:#e4e4e4;background:#fdfdfd} .MailInput  {width: 100px;border:1px solid cbcbcb;font-family:Tahoma; font-size: 8pt; color:#666666;background:#fdfdfd} .SendBTN {border:1px solid #d5430f;font-family:Tahoma; font-size: 8pt; color:ffffff;background:#D93B04} .downr{background:  white;margin-bottom:10px;border:1px solid #DEDEDE;border-top:0px;text-align:right;direction:rtl;padding: 4px 4px 3px 4px; line-height: 1.3em;padding-right:5px;color:666666} .downr1{background:f4ffbe ;border:1px solid #ccff00;margin-bottom:5px;text-align:left;direction:rtl;padding: 0px 4px 3px 4px; line-height: 1.3em;padding-right:5px;color:666666} .downr2{background:ffffff ;border:1px solid #dedede;margin-bottom:5px;dotted #e0e0e0;text-align:center;direction:rtl;padding: 3px 4px 3px 4px; line-height: 1.3em;padding-right:5px;color:666666} .pdown{font-size:8pt}.pdown a{font-size:8pt} .page{background:#eeeeee;width:20;height:20;border:0px} .page:hover{background:#dedede;border:0px} .page2{background:#d7d6d6;width:20;height:20;border:0px} .bot {width:978px;height:23px;border:0px solid #dedede;margin-bottom:2px;margin-top:0px;background:eee direction:ltr;padding-top:5px} a, a:visited  {color:#545656;text-decoration: none;}a:hover {color:#0F8BEB;text-decoration: none;}img{border:0px} f;text-decoration: none;}a:hover {color:#0F8BEB;text-decoration: none;}img{border:0px} #filter A IMG, #filter A:visited IMG {FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=70);moz-opacity: 0.10; opacity: 0.4}#filter A:hover IMG {FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=100);moz-opacity: 1.00; opacity: 1} </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://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> <div class=head style="width: 980px"> <DIV class=slide1 style="width: 226px; height: 176px"><div id=filter>       &nbsp;<a class="mainlevel" href="<-BlogUrl->"><img src="http://www.taktemp.ucoz.com/play/asli.gif" width="223" height="34"></A> <a class="mainlevel" href="mailto:<-BlogEmail->"> <img src="http://www.taktemp.ucoz.com/play/mail.gif" width="223" height="34"></A> <a class="mainlevel" href="<-BlogArchiveLink->"> <img src="http://www.taktemp.ucoz.com/play/archiv.gif" width="223" height="34"></A> <a class="mainlevel" href="http://www.taktemp.com/"> <img src="http://www.taktemp.ucoz.com/play/design.gif" width="223" height="34"></a> <a class="mainlevel" href="ymsgr:sendim?YourID"> <img src="http://www.taktemp.ucoz.com/play/id.gif" width="223" height="34"></A> </DIV></div id=filter>  <DIV class=slide3 style="width: 744px; height: 183px">     <img src="http://www.taktemp.ucoz.com/play/hed.gif" width="744" height="181"> </DIV>   </DIV></DIV> </DIV> <div align=center> <div class=header> <div class=slideright> <div class=menu_taktemp>موضوعات</div> <div class=down> +  <FONT color=#666666>موضوعات :<BR></FONT><BlogCategories>- <A  href="<-CategoryLink->"><-CategoryName-></A><BR></BlogCategories></div> <p><br> </p> <div class=menu_taktemp>آرشيو مطالب</div> <div class=down> <BlogArchive><a href="<-ArchiveLink->">- <-ArchiveTitle-></a><br></BlogArchive> </div><br> <div class=menu_taktemp>دوستان</div> <div class=down>     <MARQUEE onmouseover=stop(); onmouseout=start(); scrollAmount=1 scrollDelay=70 direction=up width="168" height=145 style="text-decoration: none; text-align: right" bgcolor="#FFFFFF"><center><a target="_blank" href="http://www.taktemp.com"> ?زيباترين قالبهاي وبلاگ?</a><br><BlogLinks> <a target="_blank" href="<-LinkUrl->"><-LinkTitle-></a></li><BR></BlogLinks> <a target="_blank" href="http://www.taktemp.com"> ::ساخت لوگو،بنــرو تيتر::</a></center></script></MARQUEE> </div><br>  <div class=menu_taktemp>آخرين مطالب ارسالي</div> <div class=down> <BlogPreviousItems items="15"  > <BlogPreviousItems> :: </FONT><a href="<-PostLink->" title="<-PostDate->"><-PostTitle-></a><br></BlogPreviousItems> </BlogPreviousItemsBlock> </div><br>  </div>   <div class=post style="width: 614px">    <div class=downr2> <br> <a href="<-BlogUrl->" target="_blank"> <img src="http://www.taktemp.ucoz.com/play/tabligh.gif" border="0" alt="" width="468" height="60"></a><br> <-BlogCustomHtml-><br> <b>براي سفارش تبليغات در اينجا کليک  کنيد</b> <br> </div> <BLOGFA><div class=post style="width: 614px"> <div class=menu_taktempr><font color="white"><b><-PostTitle-></b></font></div> <div class=downr> <DIV><-PostContent-></font></DIV> <br> <div align=right> موضوع : <-PostCategory-> | <BlogComment><script type="text/javascript">GetBC(<-PostId->);</script></BlogComment><BlogExtendedPost>  | <b><a href="<-PostLink->">ادامه مطلب</a></b></BlogExtendedPost></div> </div> </div></BLOGFA><p> <p><br> <div class=downr2><center> تمامي مطالب و تصاوير سايت كپي رايت داره ! ويرايش قالب بوسيله <a href="http://www.taktemp.com/">تك تمپ</a><br> </center> </div> </div> <div class=slideleft> <div class=menu_taktemp>پيشنهاد ما</div> <div class=down><center> <div style="padding-top: 2; padding-bottom: 2"></div> <div style="border-left:4px solid #FF9D34; border-right:1px solid #FF9D34; border-top:1px solid #FF9D34; border-bottom:1px solid #FF9D34; padding:3; background-color: #FFD2A1; text-align:right; font-family:Tahoma; font-size:8pt; color:#000000" dir="rtl"> <a target="_blank" style="text-decoration: none" href="http://www.taktemp.com/"> <b><font color="#000000">تك تمپ دات کام</font></b><font color="#000000"><br> مرجع قالب وبلاگ-دانلود و آموزشها و ابزار فتوشاپ<br> <br> <span lang="en-us">Taktemp</span>.Com</font></a></div> <div style="padding-top: 2; padding-bottom: 2"></div> <div style="padding-top: 2; padding-bottom: 2"></div> <div style="border-left:4px solid #90B050; border-right:1px solid #90B050; border-top:1px solid #90B050; border-bottom:1px solid #90B050; padding:3; background-color: #D9E3B0; text-align:right; font-family:Tahoma; font-size:8pt; color:#000000" dir="rtl"> <a target="_blank" style="text-decoration: none" href="http://www.j28.biz"> <span lang="en-us"><b><font color="#000000">J28.biz</font></b></span><font color="#000000"><br> بزرگترين وب سايت تفريحي و سرگرمي ايرانيان <br> </font> <span lang="en-us"><font color="#000000">www.j28.biz</font></span></a></div> <div style="padding-top: 2; padding-bottom: 2"></div> <div style="padding-top: 2; padding-bottom: 2"></div> <div style="border-left:4px solid #007EFF; border-right:1px solid #007EFF; border-top:1px solid #007EFF; border-bottom:1px solid #007EFF; padding:3; background-color: #98DEFF; text-align:right; font-family:Tahoma; font-size:8pt; color:#000000" dir="rtl"> <b>تبليغات متني</b><br> تبليغات متني شما در اين قسمت<br> <br> <span lang="en-us">ads at here !</span></div> <div style="padding-top: 2; padding-bottom: 2"></div> </center></div><br> <div class=menu_taktemp>پشتيبانيي</div> <div class=down><center> <a href="ymsgr:sendim?YourID">   <img src="http://opi.yahoo.com/online?u=YourID&m=g&t=2" border="0"></a>   <BR>Yahoo ID : <span lang="en-us">your id</span> <br> </center></div><br> <div class=menu_taktemp>پيوندهاي روزانه</div> <div class=down>                                      <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="2" direction="up" width="170" height="200"><BlogLinkDump><a target="_blank" href="<-LinkUrl->" title="<-LinkDescription->"> - <-LinkTitle-></a><br></BlogLinkDump></marquee>           <br>           <a href="javascript:void(0)" onclick ="OpenLD();">تمام پيوندها</a> </div><br>    <div class=menu_taktemp>آمار سايت</div> <div class=down> » <script language="javascript" src="http://www.parstools.net/online_user...t></script><br> »تعداد بازديدها: <script src="http://fastwebcounter.com/secure.php..."></script><br> »کاربر: Admin <br> <SCRIPT language=JavaScript> var xy = navigator.appVersion; xz = xy.substring(22,25); document.write("»مرورگر: ", navigator.appName,"<br>"); document.write("»ورژن: ",xz,"<br>"); document.write("»وضوح نمايش: ",screen.width," در ",screen.height,"پيکسل<br>"); if (navigator.javaEnabled()) document.write("»جاوا: فعال<br>"); else document.write("»جاوا: غير فعال<br>") </SCRIPT> <p style="margin-top: 3; text-align:center" dir="rtl"> &nbsp;<!-- Begin WebGozar.com Counter code --> <font color="#003FA4"><span style="font-size: 9pt" lang="en-us"> <a title="Subscribe using any feed reader!" href="http://www.addthis.com/feed.php?pub=<-BlogUrl->"> <img height="16" alt="AddThis Feed Button" src="http://s9.addthis.com/button1-fd.gif" width="125" border="0"></a></span></font><script language="javascript" src="http://webgozar.com/c.aspx?Code=1102...nter"></script><!-- End WebGozar.com Counter code --><font color="#FFFFFF"><SPAN style="FONT-WEIGHT: 400"><center><a href="<-BlogXmlLink->"> <img src="http://admin.taklearn.googlepages.com/Rss.gif" border="0" width="32" height="17"></a><br> &nbsp;</center></center> </div></div> <br>     </div> </body> </html>
    ساحل بهانه است , رفتن رسیدن است...
    قبل از هر چیز دیگر، آماده شدن راز موفقیت است(فورد)
    در دنیا چیزی وجود ندارد که ارزش ناراحت شدن را داشته باشد
    من آینده را دوست دارم زیرا بقیه عمرم را باید در آن بگذرانم(کترینگ)
    به وسیله عزم و اراده با سستی و تنبلی به جنگید(حضرت علی (ع))
    اگر زندگی با تو سر ناسازگاری دارد تو با او سازش کن(اسپارت)

    (((Nothing Is Impossible)))

    فرمان دادم تا بدنم را بدون تابوت و موميايی به خاک بسپارند تا اجزای بدنم خاک ايران را تشکيل دهد کوروش کبير
    بگـذار سرنـوشت هـر راهی را کـه ميخواهـد برود، مـا راهمـان جداست اين ابـرهـا تـا ميتواننـد ببـارنـد، مـا چتـرمان خداست .
    کسی رو برای دوستی انتخاب کن که اونقدر قلبش بزرگ باشه که نخوای براي اينکه تو قلبش جائی داشته باشی خودت رو کوچيک کنی
    عشق خيس شدن دو دلدار در زير باران نيست...عشق اينست که من چترم را روی دلدار بگيرم واو نبيند....نبيند وهرگز نداند که چرا در زير باران خيس نشد.....

    Tonight's the night .. And it's going to happen again and again ..
    has to happen

    83521780895105710284

    سعادتمند کسی است که در هجوم و مقابله با مصائب خود را نبازد (پاسکال)
    کسی که اراده قوی نداشته باشد، به زودی در مقابل مشکلات مغلوب می شود(لرد آویبوری)
    درختی به بلندی ستاره ها، با یک دانه کوچک آغاز می شود و یک سفر هزار مایلی با یک قدم کوچک(لائو)
    انسان هم میتونه دایره باشه هم یه خط راست. تو می خوای چی كار كنی؟ …تا ابد دور خودت بچرخی یا تا بی نهایت ادامه بدی؟
    ما نمي تونيم به دلمون ياد بديم كه نشكنه ولي ميتونيم به دلمون ياد بديم كه اگه شكست لبه هاي تيزش دست اوني رو كه شكستش نبره
    انسان های بزرگ به آرمان هايشان می انديشند،انسان های معمولی به آرزوهايشان و انسان هاي کوچک ديگران را می پايند.
    ابتدا تو را نادیده می گیرند، سپس مسخره ات می کنند و بعد با تو می جنگند. ولی در نهایت پیروزی از آن توست
    لحظات را طي کرديم تا به خوشبختي برسيم اما وقتي رسيديم فهميديم خوشبختي همان لحظات بود
    هرگز فکر نکن که ديگران تو را به اهدافت خواهند رساند




    55293912309236444201

    38349bf646684d64bf3e
    وسيع باش ، و تنها ، و سر به زير ، و سخت

صفحه 24 از 47 نخستنخست ... 1420212223242526272834 ... آخرینآخرین

برچسب ها برای این تاپیک

علاقه مندی ها (بوک مارک ها)

علاقه مندی ها (بوک مارک ها)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست در پست خود ضمیمه کنید
  • شما نمیتوانید پست های خود را ویرایش کنید
  •  

http://www.worldup.ir/