mikhak-style(prowebplus.blog.ir).css
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&display=swap');
@charset "utf-8";
/* CSS Document - v3.5.0 */
html {
direction: ltr;
}
h1,h2,h3,h4,h5,h6,p,pre,a,li,ul,div,body,html{font-family: 'estedad','tanha';}
p{line-height:32px;}
@font-face {
font-family: 'tanha';
src: url('//bayanbox.ir/download/6569803721922940607/Tanha.woff') format('woff');
font-weight: normal;
}
@font-face {
font-family: 'estedad';
font-style:normal;
font-weight:400;
src: url('//bayanbox.ir/download/3394188548996175807/Estedad-Light.woff') format('woff');
}
@font-face {
font-family: 'estedadb';
font-style:normal;
font-weight:bold;
src: url('//bayanbox.ir/download/5964064727761107919/Estedad-Bold.woff') format('woff');
}
textarea, input, select, body{font-family:'Lato','tanha','estedad'}
body {
font-size: 10pt;
margin: 0px;
padding: 0px;
line-height: 1.9em;
}
p {
margin-bottom: 0.5em;
}
pre {
direction: ltr;
background-color: #FAFAEE;
border: 1px solid #DADADA;
margin: 1em;
overflow-x: auto;
overflow-y: hidden;
padding: 2px;
}
.clear {
clear: both;
}
.resp {
display: none;
}
::-webkit-scrollbar {
background: #f0f0f0;
width: 12px;
height: 15px;
}
::-webkit-scrollbar-thumb {
background: #cdcdcd;
}
::-webkit-scrollbar-corner {
background: #3d433e;
}
::-webkit-scrollbar-track {
background: #f0f0f0;
border-left: 1px solid rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-thumb:hover {
background: #a6a6a6;
}
::-webkit-scrollbar-thumb:active {
background: #606060;
}
h1, h2, h3 {
font-family: 'estedad';
font-weight: normal;
}
img {
border: none;
border-width: 0px;
}
a {
color: #f86cc2;
cursor: pointer;
text-decoration: none;
-moz-transition-duration: .2s;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
-khtml-transition-duration: .2s;
}
a:hover {
color: rgb(239 1 124);
text-decoration: none;
cursor: pointer;
}
a:active {
outline: hidden;
}
/*-- Header --*/
.header {
height: 373px;
border-radius: 30px;
background: url("http://bayanbox.ir/view/920996756671958511/mikhak.jpg")top no-repeat;
}
.header-wrp {
position: relative;
width: 1000px;
margin: auto;
}
.header .header-right {
right: 0px;
top: 11px;
text-align: center;
}
.header h1 {
font: 40px/1.2em "estedad";
color: #3d433e;
font-weight: bold;
margin: 0 0 5px;
padding-top: 80px;
direction: rtl;
text-align:center;
}
.header h1 a:hover {
}
.followThis.followed{
background: rgb(255,93,177);
background: -moz-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);
background: linear-gradient(135deg, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=1 );
}
.header h2 {
font: 18px/1.2em "estedad";
margin: 0;
cursor: default;
line-height: 2;
color: #f86cc2;
padding-top: 2em;
}
.header .header-left {
position: absolute;
left: 0;
top: 0;
}
.main-menu {
direction: rtl;
cursor: default;
}
.main-menu-wrp {
position: relative;
margin: auto;
}
.main-menu a {
font: 17px/1em "tanha";
display: inline-block;
padding: 40px 15px 50px;
color: #1c1717;
cursor: pointer;
}
.main-menu a:hover {
color: #6da6e3;
}
.main-menu a.selected {
color: #52b8e0;
}
.main-menu.resp a.selected {
color: #1f2223;
padding: 10px 15px 13px;
background: rgba(0, 0, 0, 0.5);
}
/*-- Content --*/
.content-wrp {
direction: rtl;
width: 1000px;
margin: 30px auto 15px;
}
.block-content {
width: 705px;
float: right;
}
.block-content-view {
float: right;
width: 100%;
}
.block-content .messages {
cursor: default;
margin-bottom: 15px;
background: #eccbed;
border-top: 3px solid #3d433e;
box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
}
.block-content .messages .messages-content {
padding: 5px 15px;
color: #3d433e;
}
.block-content .messages .messages-content h2 {
color: #3d433e;
font: 21px "estedad", "tanha", Times, Arial, serif;
text-align: center;
cursor: default;
margin: 0 0 7px;
}
.block-content .messages .messages-content h2 a.comment_count {
color: #3d433e;
}
.block-content .messages .messages-content h2 a.comment_count:hover {
color: rgba(255, 255, 255, 1);
cursor: pointer;
}
/*-- Content-post --*/
.block-content .post {
position: relative;
padding: 0;
margin-bottom: 15px;
background: #fff;
font-family: 'tanha';
}
.block-content .post .post-image {
overflow: hidden;
}
.block-content .post .post-image img {
width: 100%;
height: auto;
display: block;
}
.block-content .post .post-image a img {
-ms-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.block-content .post .post-image a:hover img {
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.block-content .post .post-title {
padding: 20px 20px 15px;
}
.block-content .post h2 {
margin: 0;
font-weight: bold;
}
.block-content .post h2 a {
line-height: 1.7em;
font-size: 25px;
color: #f86cc2;
}
.block-content .post h2 a:hover {
color: #6da6e3;
}
.post-content {
color: #3d433e;
margin: 0 20px;
padding-bottom: 20px;
text-align: justify;
font: 15px "tanha"
}
.post-content a {
color: #3d433e;
}
.post-content a:hover {
color: #6da6e3;
}
.post-content ul li {
margin-right: 5px;
line-height: 1.9em;
}
.post-content img {
max-width: 98%;
height: auto;
}
.post-readmore {
margin: 0px 20px 25px;
}
.post-readmore a {
font-size: 15px;
line-height: 1em;
padding: 7px 24px 7px;
color: #3d433e;
border: rgba(255, 255, 255, 0.5) 1px solid;
background: #a5b8b6;
}
.post-readmore a:hover {
color: #000000;
border: #3d433e 1px solid;
background: rgba(0, 0, 0, 0.4);
}
/*-- Content-post-details --*/
.post-details {
font: 14px "tanha";
color: #292929;
cursor: default;
position: relative;
}
.post-details a {
color: #292929 !important;
}
.post-details a:hover {
color: #6da6e3 !important;
}
.post-details .rate-counter{vertical-align: bottom;}
.post-details.over {
position: absolute;
z-index: 9;
}
.post-details.over .post-details-date {
margin: 0 0 2px;
padding: 1px 10px 5px;
background: rgba(0, 0, 0, 0.5);
color: #3d433e;
}
.post-details.over .post-details-author {
margin: 0 0 2px;
padding: 1px 10px 5px;
background: rgba(0, 0, 0, 0.5);
color: #292929;
}
.post-details.bottom {
margin-top: 15px;
background: #fff;
padding: 5px 10px;
}
.post-details.bottom.nobg {
background: none;
}
.post-details.custom {
margin-top: 10px;
padding: 10px 20px;
}
.post-details-left {
float: left;
}
.post-details-date {
border-left: 1px solid #292929;
padding: 0 10px;
margin-left: 3px;
vertical-align: bottom;
color: #292929;
}
.post-details-date.none {
padding: 0;
margin: 10px 0 0;
background: none;
border-left: 0;
display: block;
}
.post-details-comment {
border-left: 1px solid rgba(255, 255, 255, 0.1);
padding: 0 10px;
margin-left: 1px;
}
img.rateimg, img.rateup, img.ratedn {
background: url(http://bayanbox.ir/view/7521458730580597702/pd-ico-rate.png) no-repeat center left;
width: 16px;
height: 28px;
vertical-align: top;
}
.rate-down img.rateimg, img.ratedn {
background-position: 0 -17px;
}
.rate-up img.rateimg, img.rateup {
background-position: 0 3px;
}
.rate-up {
margin: 0 10px;
}
/*-- keywords --*/
.post-details .post-details-tags {
cursor: default;
}
.post-details .post-details-tags h3 {
margin: 0;
padding: 0 7px;
display: inline-block;
font: 14px/1.3em "estedad";
border: rgba(255, 255, 255, 0.5) 1px solid;
}
.post-details .post-details-tags h3 a {
color: #f86cc2;
padding: 1px 7px 4px;
display: inline-block;
}
.post-details .post-details-tags h3:hover {
}
.post-details .post-details-tags h3:first-child {
}
.post-details .post-details-tags h3:last-child {
margin: 0px;
}
/*-- Post Comments --*/
.post-comments {
font: 14px "tanha";
margin-bottom: 15px;
}
.post-comment {
margin-bottom: 7px;
background: #f5c0e1;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
}
.comment-details {
background: #f09db9;
box-shadow: 0 1px 3px rgba(117, 100, 100, 0.1);
padding: 0;
cursor: default;
}
.comment-details a {
cursor: pointer;
vertical-align: bottom;
margin-right: 5px;
-moz-transition-duration: .0s;
-webkit-transition-duration: .0s;
-o-transition-duration: .0s;
-khtml-transition-duration: .0s;
}
.comment-details-left {
padding: 4px 0 0 5px;
float: left;
}
.comment-details-right {
}
.comment-avatar img {
width: 34px;
height: auto;
}
.comment-name {
color: #292929;
cursor: default;
padding: 0 5px;
}
.comment-body {
padding: 10px;
}
.comment-body-content {
color: #0a0a0a;
}
.comment-date {
display: inline-block;
color: #292929;
}
.comment-website {
background: url(//cdn.bayan.ir/blog/templates/28992/details_ico_cmt.png) center -102px no-repeat;
width: 18px;
height: 23px;
display: inline-block;
}
.comment-website:hover {
background-position: center -125px;
cursor: pointer;
}
.comment-email {
background: url(//cdn.bayan.ir/blog/templates/28992/details_ico_cmt.png) center -60px no-repeat;
width: 18px;
height: 23px;
display: inline-block;
}
.comment-email:hover {
background-position: center -79px;
cursor: pointer;
}
/*-- Reply --*/
.comment-reply {
margin-bottom: 25px;
background: #f5f1bd;
border: 1px solid rgba(255, 255, 255, 0.3);
box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
color: #000000;
}
.comment-reply-details {
padding: 5px 10px 0;
}
.comment-reply-date {
float: left;
color: rgba(0, 0, 0, 0.5);
cursor: default;
}
.comment-reply-name {
color: rgba(0, 0, 0, 0.5);
cursor: default;
}
.comment-reply-body {
padding: 10px;
}
/*-- add Comment --*/
.comment-add-form {
color: #000000;
padding: 10px;
margin-bottom: 15px;
background: #f5b9cd;
border-top: 3px solid #b8b8b8;
box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
font: 14px "tanha";
}
.bComForm .sendbutton {
float: right;
}
.comment-add-form iframe {
background: #e4e4e4;
color: #000;
font-family: 'Lato','estedad','tanha';
}
.comment-add-form input.sendbutton {
padding: 0 30px 2px;
color: #0d0d0d;
border: rgba(255, 255, 255, 0.5) 1px solid;
background: #f86cc2;
cursor: pointer;
font: 15px "tanha";
border-radius: 0;
}
.comment-add-form input.sendbutton:hover {
color: #080707;
border: rgba(255, 255, 255, 0.5) 1px solid;
background: #ec407a;
}
.comment-add-form iframe {
background: #e4e4e4;
color: #000;
font-family: 'Lato','estedad','tanha';
}
/*-- Pagination --*/
.block-content .pagination {
cursor: default;
display: block;
text-align: center;
margin-bottom: 0;
}
.block-content .pagination .left {
margin-left: -3px;
}
.block-content .pagination a {
padding: 2px 12px 2px;
margin-left: 3px;
cursor: pointer;
color: #3d433e;
border: rgba(255, 255, 255, 0.5) 1px solid;
}
.block-content .pagination a:hover {
color: #6da6e3;
background: rgba(0, 0, 0, 0.5);
border: rgba(0, 0, 0, 0.1) 1px solid;
}
.block-content .pagination a.current {
color: #eee;
background: rgba(0, 0, 0, 0.5);
border: rgba(0, 0, 0, 0.1) 1px solid;
}
.block-content .pagination .spacer {
float: right;
padding: 1px 8px;
color: #999;
}
.pagination {
padding-top: 0px;
}
/*-- Sidebar --*/
.block-sidebar {
float: left;
width: 280px;
}
.block-sidebar .sidebox {
margin-bottom: 15px;
}
.sidebox .sidebox-title {
font: 17px/1.2em "estedad";
padding: 8px 12px 12px;
color: #3d433e;
text-align: center;
cursor: default;
font-weight: normal;
margin: 0px;
}
.sidebox .sidebox-content {
direction: rtl;
padding: 10px;
font: 14px "tanha"
}
.sidebox.blank .sidebox-content {
}
.sidebox.blank .sidebox-content h4 {
padding: 8px;
color: #EC407A;
margin: 0px;
font: normal 14px "estedad";
text-align: right;
}
.sidebox.blank .sidebox-content .blog-image {
text-align: center;
}
.sidebox.blank .sidebox-content img {
text-align: center;
max-width: 95%;
height: auto;
margin: 5px 0;
}
* html .sidebox.blank .sidebox-content img {
width: 200px;
height: auto;
}
/*- sidebar post-list -*/
.sidebox-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebox-content ul li {
padding: 6px 1px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebox-content ul li:last-child {
border-bottom: none;
}
.sidebox-content ul li a {
padding-right: 10px;
vertical-align: super;
color: #EC407A;
font: normal 14px "tanha";
}
.sidebox-content ul li a:hover {
color: #6da6e3;
}
.sidebox-content ul li:hover {
-moz-transition-duration: .2s;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
}
.sidebox-content ul li.selected {
padding: 5px 2px;
}
.sidebox-content ul li.selected a {
color: #3d433e;
}
.sidebox-content .post-list-date, .sidebox-content .post-list-count {
color: #3d433e;
cursor: default;
}
.sidebox-content .post-list-count {
padding-right: 5px;
vertical-align: super;
}
.sidebox-content .post-list-date.none {
display: none;
}
/*-- ADS --*/
.sidebox-content.view-ads {
text-align: center;
}
.sidebox-content.view-ads a {
text-align: center;
display: block;
margin-bottom: 5px;
}
.sidebox-content.view-ads a:last-child {
margin-bottom: 0;
}
/*-- Stat --*/
.sidebox-content.stat {
position: relative;
}
.sidebox-content.stat .StatTitle {
cursor: default;
color: #EC407A;
font-size: 13px;
border: none;
text-align: right;
}
.sidebox-content.stat .Value {
color: #EC407A;
cursor: default;
float: left;
padding-left: 10px;
text-align: left;
}
/*-- Tag-Cloud --*/
.sidebox-content.tag-cloud h3 {
margin: 0px;
font: normal 11px "tahoma", "Times New Roman", Times, Arial, serif;
display: inline-block;
*display: inline;
*margin: 2px;
}
.sidebox-content.tag-cloud span {
display: inline-block;
margin: 1px 0px 1px 0px;
}
.sidebox-content.tag-cloud a {
font: 14px/1.3em "tanha";
color: #3d433e;
padding: 1px 7px 4px;
display: inline-block;
*display: inline-block;
margin-left:1px;
/*margin: 2px 0px 2px 0px;*/
}
.sidebox-content.tag-cloud a:hover {
color: #6da6e3;
}
.sidebox-content.tag-cloud a.selected {
color: #3d433e;
border: rgba(215, 255, 215, 0.6) 1px solid;
}
/*-- Categories --*/
.sidebox-content.categories ul li {
padding: 0;
border: none;
}
.sidebox-content.categories li:hover {
background: none;
}
.sidebox-content ul li.selected a {
color: #3d433e;
}
.sidebox-content.categories ul li ul.subcats a {
padding-right: 10px;
padding-top: 1px;
display: inline-block;
}
.sidebox-content.categories ul li a {
padding-bottom: 0px;
padding-right: 20px;
display: table-cell;
*display: inline-block;
}
.sidebox-content.categories ul li h3 {
color: #EC407A;
margin: 0px;
font: normal 14px "estedad"
}
.sidebox-content.categories ul li.selected {
background: none;
}
.sidebox-content.categories .subcats li.selected {
background: none;
}
.sidebox-content.categories .subcats {
margin-right: 30px;
margin-top: 5px;
}
.sidebox-content.categories ul .post-list-count {
cursor: default;
display: table-cell;
color: rgba(255, 255, 255, 0.5);
}
.sidebox-content.categories .subcats .post-list-count {
cursor: default;
display: inline-block;
color: rgba(255, 255, 255, 0.5);
}
.sidebox-content.categories .category_selected {
padding: 2px 5px 2px 5px;
display: block;
height: 31px;
*height: auto;
}
.sidebox-content.categories .category_selected a {
color: inherit;
cursor: default;
}
/*-- Footer --*/
.footer {
color: #bbb;
height: 50px;
}
.footer a {
color: #3d433e;
}
.footer a:hover {
color: #6da6e3;
}
.footer-wrp {
position: relative;
width: 1000px;
margin: auto;
}
.footer .footer-copyright {
position: absolute;
right: 0px;
top: 11px;
text-align: right;
direction: rtl;
cursor: default;
font: 13px yekan;
}
.footer .footer-icons {
position: absolute;
left: 0px;
top: 15px;
text-align: left;
}
.footer .footer-icons a {
float: left;
margin-right: 3px;
width: 20px;
height: 20px;
}
.footer-ico-rss {
background: url(//cdn.bayan.ir/blog/templates/shared/icon/rss-icon-crystal.png) no-repeat;
}
.footer-ico-bayan {
background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayan-icon-crystal.png) no-repeat;
}
.footer-ico-bayanbox {
background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayanbox-icon-crystal.png) no-repeat;
}
.footer-ico-blog {
background: url(//cdn.bayan.ir/blog/templates/shared/icon/blog-icon-crystal.png) no-repeat;
}
.footer-ico-templates {
background: url(//cdn.bayan.ir/blog/templates/shared/icon/templates-icon-crystal.png) no-repeat;
}
/*---------- Responsive ----------*/
@media only screen and (max-width: 1015px) {
.content-wrp {
width: 900px;
}
.header-wrp {
width: 900px;
}
.footer-wrp {
width: 900px;
}
.block-content {
width: 605px;
}
}
@media only screen and (max-width: 915px) {
.content-wrp {
width: 800px;
}
.header-wrp {
width: 800px;
}
.footer-wrp {
width: 800px;
}
.block-content {
width: 505px;
}
}
@media only screen and (max-width: 820px) {
.content-wrp {
width: 690px;
}
.header-wrp {
width: 690px;
}
.footer-wrp {
width: 690px;
}
.block-content {
width: 395px;
}
}
@media only screen and (max-width: 700px) {
.content-wrp {
width: 600px;
}
.header-wrp {
width: 600px;
}
.footer-wrp {
width: 600px;
}
.block-content {
width: 385px;
}
.block-sidebar {
width: 200px;
}
.main-menu {
display: none;
}
.main-menu.resp {
margin: 20px 0 15px;
display: block;
}
.main-menu-wrp {
margin: auto;
text-align: center;
}
.header .header-right {
position: relative;
right: inherit;
text-align: center;
}
.content-wrp {
margin-top: 0;
}
}
@media only screen and (max-width: 650px) {
.content-wrp {
width: 550px;
}
.header-wrp {
width: 550px;
}
.footer-wrp {
width: 550px;
}
.block-content {
width: 345px;
}
.block-sidebar {
width: 190px;
}
}
@media only screen and (max-width: 550px) {
.content-wrp {
width: inherit;
margin: 15px;
}
.header-wrp {
width: inherit;
margin: 0 15px;
}
.footer-wrp {
width: inherit;
margin: 0 15px;
}
.block-sidebar {
margin-top: 15px;
width: 100%;
}
.block-content {
width: 100%;
}
}