<-BlogAndPostTitle->

">

,<-BlogDescription->">
,<-BlogId->">
" href="<-BlogXmlLink->" />


body{font-family:Tahoma;font-size:8pt;background:#B4A1FF url('https://uupload.ir/files/2y6s_9dd8bf81f9cdd06a6b5c0ee974224829.jpg');}
.Love-skin{direction:rtl;width:800px;}
a{color:#4DB2FF;text-decoration:none;}
a:hover{color:#D012FF;font-weight:none;font-style:none;text-decoration:none;}

.li-block{padding:3px 13px 5px 5px;background:url('http://up.love-skin.ir/up/l-skin/themes/images/li.png') 100% 5px no-repeat;}

#header{width:780px;height:350px;background:#FF40F2 url('http://a101.ir/wp-content/uploads/2019/05/wp2543411.jpg') no-repeat center;border-right:2px none #C117FF;border-left:2px none #C117FF;border-top:0px none #C117FF;border-bottom:0px none #C117FF;border-radius:0px 0px 0px 0px;margin-top:0px;margin-bottom:10px;background-size:100%;}

.BlogTitle{padding:150px 0px 0px 0px;font-size:18pt;color:#FFFFFF;font-weight:bold;text-align:center;}
.Description{padding:10px 0px 0px 0px;font-size:8pt;color:#FFFFFF;text-align:center;}

#back-menu{width:720px;padding:3px;background:#5CFFFF;border-right:2px none #962EFF;border-left:2px none #962EFF;border-top:0px none #962EFF;border-bottom:0px none #962EFF;border-radius:0px 0px 0px 0px;margin-top:10px;margin-bottom:5px;}
.c-menu{padding:6px;font-size:8pt;color:#E817FF;text-align:center;}
.c-menu a{margin:2px;padding:3px;color:#B18AFF;font-weight:bold;}
.c-menu a:hover{background:#C21CFF;transition-duration:.5s;-moz-transition-duration:.5s;color:#EFA1FF;border-radius:8px;text-decoration:none;}

.post{float:right;direction:rtl;width:420px;overflow:hidden;}
.block-post{width:380px;background:#54AFFF;border-right:2px none #FF96EE;border-left:2px none #FF96EE;border-top:0px none #FF96EE;border-bottom:0px none #FF96EE;border-radius:0px 0px 0px 0px;padding:10px 10px 25px 10px;margin-top:8px;margin-bottom:25px;}
.Top-Post{padding:4px 20px 12px 0px;font-size:8pt;color:#FFFFFF;font-weight:bold;text-align:right;border-bottom:2px dotted #FF96EE;border-radius:0px;margin-bottom:15px;}
.Top-Post a{color:#FFFFFF;}
.Top-Post a:hover{color:#FF1463;}
.C-post{width:100%;font-size:8pt;color:#0F8FFF;text-align:right;overflow:hidden;}
.C-post a{color:#4DB2FF;}
.C-post a:hover{color:#D012FF;}
.date-post{width:100%;padding:15px 0px 0px 0px;font-size:8pt;color:#0F8FFF;text-align:center;}
.date-post a{color:#4DB2FF;}
.date-post a:hover{color:#D012FF;}

.pagination{direction:ltr;font-size:8pt;text-align:center;}
.pagination a{display:inline-block;padding:6px; padding-top:3px;padding-bottom:3px;margin:2px;background:#E017FF;color:#1FA5FF;border:2px none #8084FF;border-radius:0px;text-decoration:none;}
.pagination a:hover{background:#FF0DA6;color:#305AFF;border-color:#C982FF;}
.pagination .current,.pagination_current,pagination a.current{display:inline-block;padding:6px; padding-top:3px;padding-bottom:3px;margin:2px;background:#E017FF;color:#1FA5FF;border:2px none #8084FF;border-radius:0px;font-weight:bold;}

table tr td{font-size:8pt;color:#0F8FFF;padding:3px 0px 3px 0px;}

#Sidebar{float:right;direction:rtl;width:190px;overflow:hidden;}
.block-sid{width:155px;background:#E642FF;border-right:2px none #12A0FF;border-left:2px none #12A0FF;border-top:0px none #12A0FF;border-bottom:0px none #12A0FF;border-radius:0px 0px 0px 0px;padding:10px 8px 35px 8px;margin-top:8px;margin-bottom:25px;}
.Top-Sid{padding:4px 0px 12px 0px;font-size:8pt;color:#426EFF;font-weight:bold;text-align:center;border-bottom:2px dotted #12A0FF;border-radius:0px;margin-bottom:15px;}
.C-Sid{font-size:8pt;color:#3098FF;text-align:right;overflow:hidden;}
.C-Sid a{color:#AB19FF;}
.C-Sid a:hover{color:#459CFF;}

.foot{float:right;direction:rtl;width:100%;overflow:hidden;}
.footer{width:350px;padding:15px 10px 15px 10px;background:#333AFF;border-right:2px dotted #EA29FF;border-left:2px dotted #EA29FF;border-top:6px dotted #EA29FF;border-bottom:6px dotted #EA29FF;border-radius:60px 60px 60px 60px;margin-top:10px;margin-bottom:10px;}
.c-footer{font-size:8pt;color:#2130FF;text-align:center;}
.c-footer a{color:#7ACAFF;}
.c-footer a:hover{color:#E566FF;}


function GetBC(lngPostid)
{
intTimeZone=<-BlogTimeZone->;
strBlogId="<-BlogId->";
intCount=-1;
strResult="";
try {
for (i=0;i{
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 ="" +  strResult + " " ;
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;
}




<-PostTitle->


<-PostContent->


موضوعات: <-CategoryName->



برچسب ها: <-TagName->



[ <-PostDate-> ] [ <-PostTime-> ] [ <-PostAuthor-> ] [ GetBC(<-PostId->); ]


آخرین مطالب







صفحات وب