رفتن به مطلب

کمک در ساخت باکس این چنینی


پست های پیشنهاد شده

درود ، 

نیاز به ویرایش کلی پوسته می باشد. در بخش خرید مطرح کنید تا با هزینه برای شما نجام شود.

لینک به ارسال

تشکر از شما

هر دو تاشو گذاشتم

-این فایل sidbar.php

<aside id="sidebar">
<?php
	wp_reset_query();
if ( is_home() ){
$sidebar_home = pasargad_get_option( 'sidebar_home' );
if( !empty( $sidebar_home ) )
dynamic_sidebar ( sanitize_title( $sidebar_home ) ); 
else dynamic_sidebar( 'sidebar' );	
}elseif ( is_single() ){
$sidebar_home = pasargad_get_option( 'sidebar_single' );
if( !empty( $sidebar_home ) )
dynamic_sidebar ( sanitize_title( $sidebar_home ) ); 
else dynamic_sidebar( 'sidebar' );
}elseif( is_page() ){
$sidebar_home = pasargad_get_option( 'sidebar_page' );
if( !empty( $sidebar_home ) )
dynamic_sidebar ( sanitize_title( $sidebar_home ) ); 
else dynamic_sidebar( 'sidebar' );
}
elseif( is_category() || is_archive()){
$sidebar_home = pasargad_get_option( 'sidebar_other' );
if( !empty( $sidebar_home ) )
dynamic_sidebar ( sanitize_title( $sidebar_home ) ); 
else dynamic_sidebar( 'sidebar' );
}
else{
 dynamic_sidebar( 'sidebar' );
}
?>
</aside>

اینم از style.css

@charset "UTF-8";
/*********************************
Theme Name: Downloadchi
Theme URI: http://www.example.com/
Description: پوسته ی حرفه ای دانلودچی
Author: Parsthemes ( http://www.parsthemes.com )
Author URI: http://www.parsthemes.com/
Version: 1.5
*********************************/
/********** Css Reset **********/
* {-webkit-box-sizing: border-box;-moz-box-sizing:border-box;outline: 0;box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; max-height : 100%; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; border: none; }
audio, canvas, video { display: inline-block }
audio:not([controls]) { display: none }
[hidden],template {display: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block;}
/********** Main **********/
@font-face {font-family: 'nassim';src: url('fonts/nassim-regular.eot?#') format('eot'),url('fonts/nassim-regular.woff') format('woff'),url('fonts/nassim-regular.ttf') format('truetype');}
@font-face {font-family: 'thm';src: url('fonts/thm.eot?#') format('eot'),url('fonts/thm.woff') format('woff'),url('fonts/thm.ttf') format('truetype');}
@font-face {font-family: 'SYekan';src:url('fonts/SYekan.eot?#') format('eot'),  url('fonts/SYekan.woff') format('woff'),  url('fonts/SYekan.ttf') format('truetype'); }
body{color:#444444;background:#FCFCFC}
a {color: #444444;text-decoration:none;transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;}
a:hover{color:#00A55B;transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-style:normal}
textarea {width:100%;overflow:auto;}
select {padding:2px;}
option {padding:0 4px;}
textarea,input,select {margin-bottom:10px;border-width:1px;border-style:solid;border-color:#F1F1F1;border-top-color:#dddddd;border-left-color:#dddddd;background-color:#F9F9F9;color:#515151;font-size:13px;padding:6px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;outline:none;padding:6px}
textarea:focus,input:focus,select:focus,textarea:hover,input:hover,select:hover{background-color:#FCFCFC;}
input[type="submit"]{background-color:#4C4C4C;color:#F5F5F5}
input[type="submit"]:hover{background-color:#282828}
::selection {background:#686868;color:#fff;text-shadow:none;}
::-moz-selection {background:#686868;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:10px;height:10px;}
::-webkit-scrollbar-track{background:#FFFFFF;border:1px solid #D8D8D8;}
::-webkit-scrollbar-thumb{background:#4C4C4C;height:120px}
::-webkit-scrollbar-thumb:active{background: #888888}
.wp-video-shortcode.mejs-container{ width: 100% !important; height: auto !important; padding-top: 57% !important;}
.wp-video-shortcode.mejs-container video,.mejs-layer{position: absolute;top:0;left:0;right:0;bottom:0;width: 100% !important;height: 100% !important;}
.aligncenter,div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 10px 0 20px 20px;}
a img.alignnone {margin: 10px 0px 10px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto}
.clear{clear:both}
.row,.block{width:100%;}
.container{width:1000px;margin:0 auto}
.header-content .search,.header-content .toolbar,#sidebar .content,#sidebar .block .title,.post-content,#sidebar .post-thumbnail,.request,.advance-search,
.top,.feedburner,#footer .block .title i,.post-content .post-thumbnail,.message .content,#box-dl,#box-info,.box-help,.related-posts i,.commentlist i,.tags i,
.header .search,.pasargad-post-like,.sticky-ads,.post span.tag,#parsthemes,.adv-search-form,.top-boxs .box ul li a span{border-radius:4px}
#sidebar .title i,.top-boxs .title i,.top-nav .social ul li i,.request span,.advance-search span,.top span,.nav-menu i,.top-nav .top-menu ul li i,.post header i,
#footer .title i,aside.post-meta i,.message .icon-message,#box-dl i,#box-info i,.sharing i,.related-posts i,.commentlist i,.tags i,.header .search-button,
.related-posts ul li a:before,i.scroll-top,.pasargad-post-like .like-icon,a.post-link:before,.tabs-list i,.text-ads span.ads-url:before,
#pagination i,.copy-right .icon-cp,.sidebar-slider .title-slider a:before,.sidebar-slider .owl-prev,.sidebar-slider .owl-next{background-image:url('images/icons.png');}
.top-nav,.nav-primary,.post-content,#sidebar .content,.message .content,.top-boxs .box .content,.request,.advance-search,.top,.feedburner-box,
.nav-menu li ul.sub-menu,.breaking-news,.rating,.tags,.related-posts,.commentlist,#pagination,#breadcrumbs,.page-title,.sharing,.comment-excerpt:after,
.sticky-ads,#sidebar .categories,.adv-search-form,.text-ads{background:#FFFFFF}
.post-content,.top-boxs .box .content,.rating,.tags,.related-posts,.commentlist,#pagination,#breadcrumbs,.page-title,.sharing,.sticky-ads{box-shadow:0 0 12px rgba(0,0,0,0.1);-moz-box-shadow:0 0 12px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 12px rgba(0,0,0,0.1)}
.rating,.tags,.related-posts,.commentlist,.sharing{margin-bottom:40px;}
.related-posts .title,.tags .title,.commentlist .title{height:30px;margin-bottom:5px;font-size:17px}
.top-boxs .title,.post header h1 a,.post header h2 a{font:15px nassim,tahoma;font-style:normal}
.request,.advance-search,.top,span.breaking-news-title,#footer .block .title h4,#box-dl .title,#box-info .title,.box-help .title,.commentlist input[type=submit],
.sharing .title,.rating .title,.related-posts .title, .tags .title, .commentlist .title,.header h1 a,.header h2 a,#sidebar .block h4,#parsthemes,
.tabs-list ul li a,.text-ads a{font:18px thm,tahoma;font-style:normal}
body,.feedburner-box input[type=submit],aside.post-meta,aside.post-meta a,.message .content,#box-dl ul li,#box-dl ul li a,#box-info ul li,#box-info ul li a,
.top-nav select,.nav-primary select,.post-content blockquote,.post-content pre,.header .ajax-search,.post-content h1,.post-content h2,.post-content h3,.post-content h4,
.post .more-link,.psfr-legend strong,.post span.tag,#wrapper .page-title h1{font:13px SYekan,tahoma;font-style:normal}
.header .ajax-search-results li a,.nav-menu ul li a,.top-boxs .box .content ul li a,.ht_ticker li,.cat-list a,.cat-list,textarea,input,select,.header .quotes,
.post-content pre,#box-dl ul li,#box-dl ul li a,#box-info ul li,#box-info ul li a,.tags a,.pasargad-post-like,#breadcrumbs,#breadcrumbs a,.sticky-ads .content,
#sidebar .block .content ul li a,#footer .block ul li a,#box-help .content,.copy-right p{font:11px tahoma;font-weight:normal;font-style:normal}
.related-posts .title i,.tags .title i,.commentlist .title i{float:right;width:30px;height:30px;margin-left:10px;}
.top-nav select,.nav-primary select{height:38px;font-size:15px;background:#F2F2F2;border:1px solid #EAEAEA;font-size:15px;color:#4C4C4C;}
.box .title:after,.message .title:after,aside.post-meta:after,#wrapper:after,.row:after,.container:after,.top-boxs:after,.commentlist .cm-content:after,
.commentlist:after,#respond:after{display:table;line-height:0;content:'';clear:both}
/********** Header **********/
.header{margin:0 auto;background-color:#389600;}
.header > .container{height:180px;}
.header .logo{float:right;width:160px;height:120px;}
.header .left-col{float:left;width:40%;padding:35px 0 0}
.header .site-title{float:right;padding:25px 0 0;width:50%;}
.header h1 a,.header h2 a{font-size:23px;color:#FFF;text-shadow:1px 1px 1px rgba(0,0,0,0.85);display:inline-block;padding:45px 10px 0 0}
/** quotes **/
.header .quotes{min-height:26px;color:#F4F2F2;text-shadow:1px 1px 1px rgba(0,0,0,0.6);margin-bottom:15px}
/** search **/
.header .search{height:60px;background:rgba(0,0,0,0.15)}
.header .ajax-search{float:right;width:75%;height:60px;border:0;margin-bottom:0;background:none;font-size:14px;color:#F5F5F5}
.header .ajax-search-results{background:#595959;position:relative;z-index:100;overflow:hidden}
.header .ajax-search-results .post-thumbnail{float:right;margin-left:10px;}
.header .ajax-search-results li{padding:5px;border-bottom:1px solid rgba(0,0,0,0.05);float:right;width:100%}
.header .ajax-search-results li a{color:#FCFCFC}
.header .ajax-search-results span{color:#D1D1D1;font-size:13px;display:block;padding:10px 0;color:#FCFCFC}
.header .ajax-search-results span.search-not-found,.all-results{display:block;padding:10px;text-align:center;float:right;width:100%}
.header .all-results a{color:#F7F4F4;}
.header .search-button{float:left;width:60px;height:60px;background-color:rgba(0,0,0,0.25);border-radius:5px 0 0 5px;background-position:-300px -198px}
/** Top nav **/
.top-nav{height:50px;padding:5px 0 0}
.top-nav .top-menu{margin:0 auto;float:right;}
.top-nav .top-menu ul li{float:right;margin-left:15px}
.top-nav .top-menu ul li:last-child{margin-left:0}
.top-nav .top-menu ul li a{line-height:38px;color:#A8A8A8}
.top-nav .top-menu ul li i{width:38px;height:38px;margin: 0 auto;position:relative;border-radius:100%;border:4px solid #F1F1F1;float:right;margin-left:10px;transition:0.35s all;}
.top-nav .top-menu ul li:hover i{background-color:#FBAD02;box-shadow: inset 0px 0px 8px #DD5008;}
.top-nav .icon-home{background-position:-170px -112px}
.top-nav .top-menu ul li:hover .icon-home{background-position:-170px -143px}
.top-nav .icon-ads{background-position:-196px -112px}
.top-nav .top-menu ul li:hover .icon-ads{background-position:-196px -146px}
.top-nav .icon-contact{background-position:-228px -114px}
.top-nav .top-menu ul li:hover .icon-contact{background-position:-228px -144px}
.top-nav .icon-sitemap{background-position:-257px -115px}
.top-nav .top-menu ul li:hover .icon-sitemap{background-position:-257px -143px}
.top-nav .icon-link{background-position:-372px -180px}
.top-nav .top-menu ul li:hover .icon-link{background-position:-372px -208px}
.top-nav .social{float:left;width:350px}
.top-nav .social ul li{float:left;margin:10px 8px 0 0}
.top-nav .social ul li i{display:inline-block;width:20px;height:20px;transition:0.4s all}
.top-nav .social .sc-rss{background-position:-113px -91px}
.top-nav .social .sc-rss:hover{background-position:-113px -131px}
.top-nav .social .sc-twitter{background-position:-38px -91px}
.top-nav .social .sc-twitter:hover{background-position:-38px -131px}
.top-nav .social .sc-facebook{background-position:0px -91px}
.top-nav .social .sc-facebook:hover{background-position:0px -131px}
.top-nav .social .sc-googleplus{background-position:-79px -91px}
.top-nav .social .sc-googleplus:hover{background-position:-79px -131px}
.top-nav .social .sc-instagram{background-position:-147px -90px}
.top-nav .social .sc-instagram:hover{background-position:-147px -130px}
.top-nav select{display:none;}
/** main nav **/
.nav-primary{height:70px;margin:0px auto;border-bottom:2px solid #E2E0E0;transition:250ms all}
.nav-menu li {position:relative;margin:0px;}
.nav-menu ul li a{color:#595959;padding:6px 15px;}
.nav-menu > ul > li {float:right;border-right:1px solid #E5E5E5;}
.nav-menu > ul > li:last-child{border-left:1px solid #E2E0E0}
.nav-menu > ul > li > a{min-width:75px;height:70px;text-align:center}
.nav-menu > ul > li > a i{display:block;width:28px;height:28px;margin:0 auto;margin-bottom: 8px;}
.nav-menu li ul.sub-menu {padding:5px;position:absolute;margin-top:0;width:180px;z-index:999999999;display:none;box-shadow:0px 3px 8px rgba(0,0,0,0.15);border-radius:0 0 5px 5px}
.nav-menu li ul.sub-menu  ul{border-radius:5px 0 0 5px}
.nav-menu li ul.sub-menu li a{border-radius:2px}
.nav-menu ul ul li a {padding:8px 8px;color:#3F3F3F;border-bottom:1px solid rgba(255,255,255,0.1);transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.nav-menu ul ul li a:hover {color:#fff;background:#484848;}
.nav-menu ul ul > li:last-child > a {border-bottom: 0;}
.nav-menu > ul > li > ul.sub-menu {top:100%;right: 0;}
.nav-menu li li ul {top:0px;right:100%;}
.nav-menu li a {display: block;}
.nav-menu li a:hover,.nav-menu > ul > li.current-menu-item > a, .nav-menu > ul > li.current-menu-ancestor > a,.nav-menu > ul > li.current-menu-parent{}
.nav-primary select{display:none}
.nav-menu .icon-god{background-position:-193px -50px}
.nav-menu .icon-internet{background-position:-222px -48px}
.nav-menu .icon-os{background-position:-254px -50px}
.nav-menu .icon-media{background-position:-283px -50px}
.nav-menu .icon-mask{background-position:-315px -50px}
.nav-menu .icon-shield{background-position:-342px -50px}
.nav-menu .icon-android{background-position:-368px -49px}
.nav-menu .icon-desktop{background-position:-222px -76px}
.nav-menu .icon-game{background-position:-253px -76px}
.nav-menu .icon-music{background-position:-285px -76px}
.nav-menu .icon-movie{background-position:-315px -76px}
.nav-menu .icon-setting{background-position:-346px -76px}
.nav-menu .icon-download{background-position:-291px -106px}
.nav-menu .icon-chat{background-position:-371px -76px}
.nav-menu .icon-tuts{background-position:-321px -110px}
.nav-menu .icon-other{background-position:-350px -110px}
.nav-menu .icon-user{background-position:-368px -141px}
.nav-menu .icon-book{background-position:-6px -334px}
.nav-menu .icon-home{background-position:-40px -336px}
.nav-primary.fixed {width:100%;height:38px;position:fixed;top:0;z-index:999999;background:rgba(0,0,0,0.8);border-bottom:2px solid #161616}
.nav-primary.fixed .nav-menu i{display:none}
.nav-primary.fixed .nav-menu > ul > li {height:37px;border-color:rgba(0,0,0,0.85)}
.nav-primary.fixed .nav-menu > ul > li > a{color:#FCFCFC;height:auto;line-height:25px}
.nav-primary.fixed .nav-menu li ul.sub-menu {background:rgba(0,0,0,0.9)}
.nav-primary.fixed .nav-menu ul ul li a {color:#FFFFFF;}
/********** Top boxs **********/
.top-boxs{width:100%;margin:35px 0;}
.top-boxs .box{width:49%;}
.top-boxs .box:first-child{float:right;}
.top-boxs .box:last-child{float:left;}
.top-boxs .title{font-size:18px}
.top-boxs .title i{float:right;margin:0 15px;width:60px;height:40px;}
.top-boxs .content{padding:6px;}
.top-boxs i.icon-new{background-position:-5px -36px}
.top-boxs i.icon-top{background-position:-75px -36px}
.top-boxs .box .content ul li a{border-bottom:1px solid #f9f9f9;display:block;padding:5px 0px 8px;}
.top-boxs .box .content ul li a:before{content:'';width:4px;height:4px;border-radius:100%;margin:7px 0 0 5px;float:right;}
.top-boxs .new-posts ul li a:hover{color:#B763CC}
.top-boxs .new-posts ul li a:before{background:#DEA0EF;}
.top-boxs .new-posts ul li a:before:hover{color:#c0c}
.top-boxs .top-posts ul li a:hover{color:#FFB413}
.top-boxs .top-posts ul li a:before{background:#F9DD81;}
.top-boxs .box ul li a span{float:left;padding:2px 4px 3px;font:11px tahoma;color:#FFFFFF;opacity:0;transition:0.35s all}
.top-boxs .box ul li a:hover span{opacity:1}
.top-boxs .new-posts  ul li a span{background:#A14AA5;}
.top-boxs .top-posts  ul li a span{background:#FFB413;}
/********** breaking news **********/
.breaking-news {margin:25px 0;box-shadow: 0 0 2px #CACACA;  }
span.breaking-news-title {border-radius:0 4px 4px 0;background:#82BF26;display:block;float:right;padding:6px 10px 3px;color:#FFF;font-size:18px;}
.ht_ticker {width:100%;margin:0px auto}
.ht_ticker li{list-style:none;padding:12px 25px;}
.ht_ticker li a{color:#595959;margin-left:25px;}
.ht_ticker li span{color:#E54810;}
/********** Posts **********/
#wrapper{width:1010px;padding:0 5px;margin:15px auto;}
.main-content{float:left;width:650px;}
.post,.sticky-ads{margin-bottom:40px}
.post header{margin-bottom:10px;}
.post header h1 a,.post header h2 a{font-size:20px;color:#545454;}
.post header a:hover{color:#F62835}
.post header i{float:right;width:30px;height:30px;margin-left:8px;transition:0.4s all}
.post header .icon-dl{background-position:-252px -195px;}
.post header .icon-book{background-position:-54px -371px;}
.post header .icon-game{background-position:-15px -371px;}
.post header .icon-android{background-position:-177px -331px;}
.post header .icon-movie{background-position:-136px -355px}
.post header .icon-music{background-position:-88px -371px;}
.post header:hover .icon-dl{background-position:-252px -225px}
.post header:hover .icon-book{background-position:-54px -408px}
.post header:hover .icon-game{background-position:-15px -404px}
.post header:hover .icon-android{background-position:-177px -363px}
.post header:hover .icon-movie{background-position:-136px -388px}
.post header:hover .icon-music{background-position:-88px -408px}
.post-content{padding:10px;color:#3F3F3F;text-align:justify;font: normal 12px/2.1em 'tahoma';}
.post-content p {margin:5px 0px 5px 0px;min-height:20px;}
.post-content li{list-style-type:disc;margin-right:12px;}
.post-content ol li{margin-right:12px;list-style-type:decimal}
.post-content br {clear:both}
.post-content img {max-width:98%;}
.post-content blockquote,.post-content pre{background:#F9F9F9;font-size:14px;line-height:2em;color:#999999;border-right:4px solid #F88C00;padding:15px;margin:10px 0 10px 0;}
.post-content pre{font-size:12px !important}
.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-family:SYekan,tahoma;color:#3F3F3F;margin:5px 0px;}
.post-content h1{font-size:18px;}
.post-content h2{font-size:16px;}
.post-content h3{font-size:14px;}
.post-content h4{font-size:13px;}
aside.post-meta{padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid #EDEDED}
aside.post-meta,aside.post-meta a{color:#7F7F7F;font-size:12px;}
aside.post-meta ul{width:85%;float:right;}
aside.post-meta ul li{display:inline-block;margin-right:0;margin-left:5px;}
aside.post-meta li.cat{width:100%;margin-bottom:15px;}
aside.post-meta i{float:right;width:15px;height:15px;margin:2px 0 0 5px}
aside.post-meta .icon-date{background-position:-199px -178px;}
aside.post-meta .icon-views{background-position:-220px -178px;}
aside.post-meta .icon-comments{background-position:-241px -176px}
aside.post-meta .icon-category{background-position:-178px -178px;}
aside.post-meta .icon-author{background-position:-184px -305px;}
aside.post-meta span.tag{color:#FCF7F7;padding:0 5px;margin-right:10px;font-size:12px;}
aside.post-meta span.new{background:#EF5347}
aside.post-meta span.update{background:#FFAA00}
.post-content .post-thumbnail{width:65px;height:65px;float:left;border:2px solid #EAE8E8;margin-right:15px;}
.post-content .post-thumbnail img{max-width:100%;max-height:100%;}
.post .more-link{float:right;height:40px;margin-right:15px;background:#389600;border-radius:0 0 4px 4px;color:#FFFFFF;border-top:3px solid rgba(0,0,0,0.1);font-size:14px;line-height:25px;padding:5px 10px;}
.post .more-link:hover{background:#E45034;border-top-color:#AF3A28}
/** box dl & info**/
#box-dl,#box-info,.box-help{margin:15px 0;padding:0 0 15px;}
#box-dl{border:3px solid #6CD1D8;}
#box-info{border:3px solid #389600;}
.box-help{border:3px solid #389600;}
#box-dl .title,#box-info .title,.box-help .title{color:#FCF9F9;text-align:center;width:102px;height:25px;font-size:15px;text-shadow:1px 1px 1px rgba(0,0,0,0.25);padding:0 10px;margin:0 2% 15px;border-radius:0 0 4px 4px;}
#box-dl .title{background:#69CED3}
#box-info .title{background:#389600}
.box-help .title{background:#389600}
#box-dl ul li,#box-info ul li{clear:both;display:block;margin:6px 2% 0;border-right:4px solid;box-shadow:0 0px 3px rgba(0,0,0,0.12);padding:6px 8px 8px;transition:0.3s all}
#box-dl ul li:hover,#box-info ul li:hover{box-shadow:none}
#box-dl ul li{border-color:#6CD5D8}
#box-info ul li{border-color:#389600}
#box-dl i,#box-info i{width:15px;height:15px;float:left}
#box-dl .icon-dl{background-position:-274px -175px}
#box-info .icon-size{background-position:-290px -175px}
#box-info .icon-format{background-position:-313px -175px}
#box-info .icon-password{background-position:-331px -174px}
.box-help .content{line-height:25px;display:block;padding:5px 15px;}
/** tags **/
.tags{padding:10px;}
.tags .icon-tag{background-position: -275px -260px;}
.tags a{color:#969696;}
.tags a{line-height:20px;white-space:nowrap;}
/** related **/
.related-posts{padding:10px;}
.related-posts .icon-related{background-position:-200px -260px}
.related-posts ul li a{display: block;color:#757575;padding:8px 0px;border-bottom: 1px solid #f8f8f8;}
.related-posts ul li:last-child a{border-bottom:0}
.related-posts ul li a:before{float:right;width:6px;height:10px;content:'';background-position:-20px -165px;margin:5px 0 0 5px;transition:320ms all}
.related-posts ul li a:hover:before{background-position:-14px -165px}
.related-box ul li.related-item{float:right;width:33.3%;height:190px;padding:5px 5px;position:relative}
.related-box ul li.related-item:nth-child(-n+3) {border-top:0;}
.related-box ul li.related-item:nth-child(3n+1) {clear:left;}
.related-box ul li a{border:0;font:11px/18px tahoma;text-align:center}
.related-box .post-thumbnail{display:block;margin:5px auto;text-align:center}
.related-box ul li a:before{display:none;}
/** like **/
.pasargad-post-like{display:inline-block;min-width:95px;margin:15px 5px 0;padding:5px;color:#999999;background:#F3F3F3;box-shadow:inset 1px 1px 2px rgba(0,0,0,0.15)}
.pasargad-post-like .like-icon{width:15px;height:15px;float:right;background-position:-145px -161px;margin-left:8px;}
/** sharing and rating **/
.sharing,.rating{padding:10px 5px}
.sharing .title,.rating .title{float:right;font-size:22px;}
.sharing ul li{float:left;margin: 3px 10px 0 0;}
.sharing i{width:32px;height:32px;display:block;}
.sharing .share-facebook{background-position:-32px -239px}
.sharing .share-twitter{background-position:-64px -239px}
.sharing .share-linkedin{background-position:-160px -256px}
.sharing .share-facenama{background-position:-128px -239px}
.sharing .share-cloob{background-position:-96px -239px}
.sharing .share-googleplus{background-position:0px -239px}
.ps-star-ratings {width:220px;float:left;margin-top:8px;position:relative}
.ps-star-ratings .stars-wrap{float:left;width:85px;margin-right:10px;}
.ps-star-ratings .psfr-stars {height:17px;position: relative;}
.ps-star-ratings .psfr-star {background-position: 0px 0px;}
.ps-star-ratings .psfr-star.gray {background: url(images/rating_off.png) repeat-x;}
.ps-star-ratings .psfr-star.yellow {background-image: url(images/rating_on.png);}
.ps-star-ratings .orange {background-image: url(images/rating_over.png);}
.ps-star-ratings .psfr-stars .psfr-fuel {height: 16px;position: absolute;top: 0px;left: 0px;z-index: 0;}
.ps-star-ratings .psfr-stars a {width: 17px;height: 16px;float: left;position: relative;z-index: 1;}
.ps-star-ratings .psfr-legend {float:right;margin-right:5px;font-size:14px;color:#4F4F4F}
.psfr-legend strong{font-size:13px;}
.ps-star-ratings .best,.ps-star-ratings .item{display:none}
.ps-star-ratings .rating{display:none}
/** pagination **/
#pagination{height:50px;padding:10px;margin-bottom:45px;}
#pagination .pages{float:left;padding:6px 5px;border-radius:3px}
#pagination .page,#pagination .current,#pagination .first,#pagination .last,#pagination .extend{float:right;padding:5px 10px;border-radius:3px;color:#727272}
#pagination .current,#pagination a.page:hover,#pagination .pages{background:#389600;color:#FFFFFF}
#pagination i{width:7px;height:20px;display:inline-block;margin:5px 10px}
.pr-next-page-icon{background-position:-133px -325px}
.pr-prev-page-icon{background-position:-140px -325px}
#pr-next-page a:hover,#pr-prev-page a:hover{background-color:none}
/** Breadcrumbs & page title **/
#breadcrumbs,.page-title{padding:12px;margin-bottom:45px;}
#breadcrumbs a{color:#0071C1;}
#breadcrumbs a:hover{color:#000}
/** message **/
.message{margin-bottom:25px}
.message .title{font:18px nassim}
.message .content{font-size:13px;line-height:30px;text-align:justify;text-shadow:1px 1px 1px #ffffff;border:2px solid #8FD2EF;background:#DCF4FF;padding:10px;}
.message .icon-message{width:65px;height:40px;float:right;margin:0 15px;background-position:-175px -204px}
/** ads **/
.top-ads{background:#EDEDED;padding:10px 0;margin-bottom:15px;text-align:center}
.top-ads .content img{display:inline-block;margin:5px auto;}
.sticky-ads .content{padding:10px;text-align:justify;line-height:30px}
.sticky-ads .content img{display:block;margin:5px auto;}
/** adv search **/
.adv-search-form{padding:15px 25px;margin: 25px 0;border:1px solid #F1F1F1;overflow:hidden;}
.adv-search-form ul li,.adv-search-form select,.adv-search-form input{display:block;width:100%;margin-bottom:15px}
/** Top content **/
#top-content{margin:15px 0}
#top-content .top-item{float:right;width:48%;height:100px;margin:10px 10px 0 0;padding:10px;border:1px solid #D8D8D8;background:#FFF;transition: 300ms all}
#top-content .top-item:hover{box-shadow:0 0 7px #D1D1D1}
#top-content .thumbnail{width:80px;height:80px;float:right;border:3px solid rgba(0,0,0,0.15);margin-left:8px;}
#top-content h4 a{font:11px tahoma;color:#3F3F3F;}
#top-content h4 a:hover{color:#289CEF;}
/********** Sidebar **********/
#sidebar{float:right;width:330px;}
#sidebar .block{margin-bottom:25px;}
#sidebar .block .title,#sidebar .tabs-list{height:45px;background:#389600;border-bottom:3px solid #388600;border-radius:4px 4px 0 0;}
#sidebar .block .title .icon,#sidebar .block .title [class^="icon-"]{width:30px;height:30px;float:right;margin:2px 0 0 8px;border-radius:3px;background-color:rgba(0,0,0,0.22)}
#sidebar .block h4{padding:5px 6px;font-size:19px;color:#FAFAFA;text-shadow:1px 1px 1px rgba(0,0,0,0.5);line-height:33px;}
#sidebar .post-thumbnail{float:right;width:65px;height:65px;margin-left:5px;padding:3px;border:1px solid #EFEFEF;border-radius:4px;}
#sidebar .post-thumbnail img{max-width:100%;max-height:100%;}
#sidebar .block .content,#sidebar .categories{border:3px solid #F2F2F2;border-top:0;border-radius:0 0 4px 4px;padding:8px;clear:both}
#sidebar .block .content li{padding:5px 0;margin-bottom:6px;border-bottom:1px solid #f9f9f9;overflow:hidden;}
#sidebar .block .content ul li a{padding:0px;color:#6B6B6B;}
a.post-link:before{content:'';float:right;width:7px;height:7px;border-radius:100%;margin:6px 0 0 5px;background-position:-324px -262px;transition:330ms all}
a.post-link:hover:before{background-position:-317px -262px}
.author-avatar-login{display:block}
.author-avatar-login img{margin:5px auto;padding:4px;box-shadow:0 0 5px #D6D6D6}
#login-form-box input[type=password],#login-form-box input[type=text],#login-form-box input[type=submit]{width:100%;margin-bottom:10px}
.layout-left #sidebar{float:left;}
.layout-left .main-content{float:right;}
/** icons **/
.title .icon{background-position:-143px 0;}
.popular-posts .icon{background-position:-2px 0;}
.most-viewed .icon{background-position:-65px 0;}
.most-liked .icon{background-position:-92px 0;}
.most-rated .icon{background-position:-167px 0;}
.comments-list .icon{background-position:-118px 0;}
.require-softwares .icon{background-position:-143px 0;}
.ads-block .icon{background-position:-143px -25px;}
.category-posts .icon-game{background-position:-143px -50px}
.category-posts .icon-music{background-position:-38px -155px}
.category-posts .icon-film{background-position:-67px -155px}
.category-posts .icon-android{background-position:-100px -154px}
.category-posts .icon-download{background-position:-35px 0}
.category-posts .icon-tut{background-position:-169px -26px}
.categories-list .icon{background-position:-328px -254px}
.googleplus-widget .icon{background-position:-81px -329px;}
/** request **/
.request,.advance-search,.top{font-size:22px;line-height:50px;display:block;height:65px;margin-bottom:25px;padding:5px;box-shadow:0 0 5px #E4E4E4}
.request span,.advance-search span,.top span{float:right;width:55px;height:55px;border-radius:0 4px 4px 0;margin-left:10px;}
.top span{background-color:#41B5D8;background-position:-260px 8px}
.request span{background-color:#E53916;background-position:-308px 8px}
.advance-search span{background-color:#47CC74;background-position:-214px 8px}
/** feedburner **/
.feedburner{background:url('images/border.png');margin-bottom:25px;padding:8px;}
.feedburner-box{height:150px;padding:12px;}
.feedburner-box span{display:block;margin-bottom:15px;line-height:20px;}
.feedburner-box input{margin-bottom:10px;}
.feedburner-box input[type=submit]{background-color:#EFB813;font-size:13px;}
/** require **/
ul.software li:last-child{border-bottom:0}
.requirethumb {float:right;clear:right;width:36px;height:36px;margin:8px 0 0 5px;}
.requiredesc{float:right;margin:0px 10px 0px 0px;width:60%}
.requiredesc p {display:block;color:#27AE60;}
.requiredesc a {color: #5C5C63;text-align:justify}
.requiredesc a:hover {color:#FF6A00}
.requiredesc {margin:8px 10px;}
.requiredesc span{float:right;clear:both}
/** comments **/
#comment-slider{direction:ltr}
#sidebar .comment{padding:10px;}
#sidebar .user-avatar{width:85px;height:85px;display:block;margin:0 auto;}
.user-comment-info img{width:85px;height:85px;border-radius:100%;float:right;}
.user-comment-info span{float:right;padding:25px 10px 0;font-size:16px;color:#F05A28;direction:rtl}
.comment-excerpt{position:relative;display:block;border:1px solid #F1F1F1;margin:5px auto 5px;border-radius:3px;padding:10px;direction:rtl}
.comment-excerpt:after{content: "";position: absolute;width:9px;height:9px;top:0px;right:25px;margin-top:-5px;-webkit-transform: rotate(315deg);transform: rotate(315deg);border: 1px solid #e7e7e7;border-left: 0 none;border-bottom: 0 none;}
.comment-excerpt a{color:#636363;text-align:justify;line-height:28px}
#comment-slider .owl-theme .owl-controls .owl-page span{background:#00B1F2 !important}
/** categories **/
.categories ul li {position:relative;}
.categories ul li a:before{content:'';width:4px;height:4px;background:#dbdbdb;float:right;margin:8px 0px 0px 8px;border-radius:100%;}
.categories ul li ul a:before{content:'';width:0px;height:0px;}
.categories ul li a {display: block;padding: 4px 4px;color:#303030;font-size:14px}
.categories ul li a:hover {background:#2D2D2D;color:#FFFFFF}
.categories ul li ul {display:none;position:absolute;top:0px;right:100%;width:200px;background:#303030;border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px;z-index:999999999;}
.categories ul li ul a {color:#FFFFFF}
.categories ul li ul a:hover {color:#FFFFFF;background:#565656}
.categories ul li:hover ul {display:block;}
.categories ul li ul li ul{display:none !important;position:absolute;top:0px;right:100%;width:200px;}
.categories ul li ul li:hover ul{display:block !important;}
.categories select{width:96%;display:none;background:#3370A5;padding:10px 2px;color:#FAFAFA;margin:10px auto;font-size:15px}
/** Tabs **/
.tabs-list{text-align:center;height:auto !important;}
.tabs-list ul li{float:right;width:33.3%;text-align:center;}
.tabs-list ul li:last-child{border-left:0}
.tabs-list ul li a{font-size:16px;padding:8px 0;display:block;}
.tabs-list ul li a.active,.tabs-list ul li a:hover{background:rgba(0,0,0,0.18);color:#FFFCFC}
.tabs-list i{display:block;width:20px;height:16px;margin:5px auto;transition:0.3s all}
.tabs-list i.icon-views{background-position:-82px -304px}
.tabs-list ul li a.active i.icon-views{background-position:-82px -285px}
/** text ads **/
.ads-content{text-align:center}
.text-ads{padding:6px;margin-bottom:20px;box-shadow:0 0 8px #e0e0e0}
.text-ads span{display:block;padding:10px 0;}
.text-ads span.ads-desc{text-align:justify}
.text-ads span.ads-url{text-align:left;font:11px tahoma;}
.text-ads a{color:#009999;background:#5B5B5B;padding:2px 5px;display:block;font-size:19px;text-shadow:rgba(0,0,0,0.35);color:rgba(255,255,255,1)}
.text-ads li{padding:0px 0px 5px}
.text-ads ul li:nth-child(1) a{background-color:#FA910F}
.text-ads ul li:nth-child(2) a{background-color:#F96565}
.text-ads ul li:nth-child(3) a{background-color:#4E729A}
.text-ads ul li:nth-child(4) a{background-color:#DD8FB9}
.text-ads ul li:nth-child(5) a{background-color:#34B9D1}
.text-ads span.ads-url:before{float:left;margin-right:10px;background-position:-136px -300px;width:13px;height:13px;content:''}
/** sidebare slider **/
.sidebar-slider{position:relative;overflow:hidden;direction:ltr}
.sidebar-slider .owl-prev,.sidebar-slider .owl-next{position:absolute;width:25px;height:40px;top:140px;transition:all 0.3s}
.sidebar-slider .owl-prev{left:-80px;background-position:-167px -410px}
.sidebar-slider:hover .owl-prev{left:15px}
.sidebar-slider .owl-next{right:-80px;background-position:-197px -410px}
.sidebar-slider:hover .owl-next{right:15px}
.sidebar-slider .title-slider{padding:10px;background:rgba(0,0,0,0.8);height:auto !important;direction:rtl;}
.sidebar-slider .title-slider a{color:#fcfcfc}
.sidebar-slider .title-slider a:before{width:15px;height:15px;float:right;margin: 2px 0 0 5px;background-position:-139px -430px;content:''}
/********** Footer **********/
#footer{background:#2B2B2B;clear:both;}
#footer .block{float:right;margin:8px;width:31%;color:#EBEBEB}
#footer .block .title{padding: 5px 0;border-bottom:5px solid rgba(0,0,0,0.2)}
#footer .block .title h4{font-size:18px;text-align:right;font-size:20px;}
#footer .block .title i{float:right;width:30px;height:30px;margin-left:10px;background-color:rgba(0,0,0,0.21)}
#footer .block ul{margin:10px 0;}
#footer .block ul li a{display:block;line-height:18px;padding:10px 0;color:#E5E5E5;text-shadow: 1px 1px 1px rgba(0,0,0,0.8);border-bottom:1px solid rgba(0,0,0,0.13)}
#footer .block ul li a:hover{background:rgba(0,0,0,0.2);}
#footer .block ul li a:before{content:'';float:right;width:4px;height:4px;border-radius:100%;margin:8px 0 0 5px;background:#E2E0E0}
#footer .footer-tags a{padding:5px;font-size:12px !important;color:#F2EFEF;background: rgba(0,0,0,0.1);margin: 10px 0;line-height:36px;}
#footer .footer-tags a:hover{background:#59B9FF;color:#FCF7F7}
#footer .icon-game{background-position:0px -192px}
#footer .icon-download{background-position:-60px -194px}
#footer .icon-android{background-position:-31px -192px}
#footer .icon-tag{background-position:-90px -191px}
#footer .icon-tuts{background-position:-120px -191px}
#footer .icon-music{background-position:-1px -288px}
#footer .icon-movie{background-position:-36px -290px}
.copy-right{min-height:85px;background-color:#3F3F3F;box-shadow:2px 0px 4px 0px #0C0C0C;}
.copy-right .container{padding:10px 0}
.copy-right p{color:#DFDFDF;text-shadow:1px 1px 1px rgba(0,0,0,0.8);line-height:25px;}
#parsthemes{float:right;font-size:18px;color:#F9F7F7;background:rgba(0,0,0,0.5);padding:10px 25px;margin:8px 0 0 10px;}
.scrollToTop{width:40px;height:40px;z-index:2;text-align:center;background:#404040;opacity:0.7;border-radius:100%;padding:4px 7px;text-align:center;cursor: pointer;position:fixed;bottom:15px;right:15px;display:none;}
.scrollToTop:hover{opacity:1}
i.scroll-top{width:20px;height:14px;display:inline-block;margin:8px 0 0;background-position:-179px -89px}
/********** comments **********/
.commentlist{padding:10px;width:100%;}
form#commentform p{clear:both}
.commentlist .icon-cm{background-position:-235px -260px}
.commentlist .comment{border:1px solid #ECECEC;border-radius:4px;margin-bottom:15px}
.commentlist .depth-2,.commentlist .depth-3,.commentlist .depth-4,.commentlist .depth-5,.commentlist .depth-6,.commentlist .depth-7,.commentlist .depth-8,
.commentlist .depth-9,.commentlist .depth-10{margin:10px}
.commentlist .vcard{padding:10px;border-bottom:1px dashed #F4F4F4}
.commentlist .cm-avatar{float:right;width:100px;height:130px;border-left:1px solid #F2F2F2;margin-left:10px;text-align:center;}
.commentlist .cm-meta{border-bottom:1px dotted #E8E8E8;overflow:hidden}
.commentlist span.says{float:left;}
.commentlist .comment-reply-link{color:#A3A3A3;background:#EAEAEA;border-radius:3px;width:93px;display:block;}
.commentlist .comment-reply-link:hover{color:#FCF9F9;background-color:#20B4E5}
.commentlist .cm-content{padding:5px;text-align:justify;line-height:35px;color:#777777;}
.commentlist .cm-content:after{content:'';display:table}
.commentlist .fn,.commentlist .fn a{color:#D84008;font-style:normal}
.commentlist .bypostauthor {border:2px solid #547EAE}
.commentlist .bypostauthor .fn,.commentlist .bypostauthor .fn a{color:#5178A5}
.commentlist .right-col{float:right;width:40%;clear:right}
.commentlist .left-col{float:left;width:55%;clear:left}
.commentlist input{width:100%;margin-bottom:10px;font-size:11px;height:30px}
.commentlist input[type=submit]{height:50px;background-color:#389600;font-size:18px;}
.commentlist .navigation{clear:both;}
.commentlist .navigation a{display:inline-block;background:#515151;padding:6px 10px;border-radius:5px;color:#FCF9F9;}
.commentlist #respond{margin-bottom:15px}
.commentlist textarea{height:170px;}
/********** Slider **********/
.owl-theme .owl-controls{margin-top: 10px;text-align: center;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #313131;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url('') no-repeat center center}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}	
.owl-carousel .owl-item{float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
/********** Animation **********/
.animated {-webkit-animation-duration: 1s;-moz-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(30px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{opacity:1;-moz-transform:translateX(-30px)}80%{-moz-transform:translateX(10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{opacity:1;-o-transform:translateX(-30px)}80%{-o-transform:translateX(10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.animated.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.animated.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes fadeInDown {0%{opacity:0;-webkit-transform: translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDown {0%{opacity:0;-moz-transform: translateY(-20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInDown {-webkit-animation-name: fadeInDown;-moz-animation-name: fadeInDown;-o-animation-name: fadeInDown;animation-name: fadeInDown;}
.hidden{opacity:0;}
.visible{opacity:1;}
/********** Responsive **********/
@media only screen and ( max-width: 1200px ){ 
.container,#wrapper{width:98%}
#sidebar{width:32%}
}
@media only screen and (max-width: 985px) and (min-width: 768px){ 
#wrapper{width:86%}
.container{width:94%;}
.header .site-title{float:none;}
.header .site-title,.header .left-col{width:96%}
.header .left-col{float:none;margin:30px 0 15px}
.header > .container{height:auto}
.nav-primary  .nav-menu ul,.top-menu ul,.categories ul{display:none;}
.top-menu select{display:block}
.nav-primary select {width:90%;display:inline-block;margin:15px 5% 0;}
.nav-primary.fixed{position:relative}
#sidebar,.main-content,.top-boxs .box{width:100%;}
.top-boxs .box{margin-bottom:25px}
.top-nav .top-menu{width:40%;}
#footer .block{width:100%;float:none;margin:15px auto;}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
.container,#wrapper{width:94%;}
.top-nav .social{width:45%;}
.header .site-title{float:none;}
.header .site-title,.header .left-col{width:96%}
.header .left-col{float:none;margin:30px 0 15px}
.header > .container{height:auto}
.header .left-col{width:90%;margin:10px auto;float:none;}
.nav-primary  .nav-menu ul,.top-menu ul,.categories ul{display:none;}
.top-menu select {display:block}
.nav-primary select {width:90%;display:inline-block;margin:15px 5% 0;}
.nav-primary.fixed{position:relative}
#sidebar,.main-content,.top-boxs .box{width:100%;}
.top-boxs .box{margin-bottom:25px}
.breaking-news{display:none;}
#footer .block{width:100%;float:none;margin:15px auto;}
}
@media only screen and (max-width: 479px){ 
.container,#wrapper,.header .site-title,.header .left-col{width:96%;}
.top-nav .social{width:45%;}
.header .site-title{float:none;text-align:center}
.header .logo{display:none;}
.header .left-col{float:none;margin:30px 0 15px}
.header > .container{height:auto}
.nav-primary  .nav-menu ul,.top-menu ul,.categories ul{display:none;}
.top-menu select {display:block}
.nav-primary select {width:90%;display:inline-block;margin:15px 5% 0;}
.nav-primary.fixed{position:relative}
#sidebar,.main-content,.top-boxs .box{width:100%;}
.top-boxs .box{margin-bottom:25px}
.breaking-news{display:none;}
#footer .block{width:100%;float:none;margin:15px auto;}
#footer .copy-right{text-align:center}
#parsthemes{float:none;display:block;margin:10px 0}
.post aside.post-meta ul{width:100%}
.post .post-thumbnail{display:none;}
}

 

لینک به ارسال

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...