/*  随意修改的css 没有经过sass编译  */
.content-post .article-type-post {
	margin-left: -80px;
	padding: 10px 30px 15px 30px;
	border: 1px solid #e8e8e8;
	border-bottom: 2px solid #fff;
	/* margin-right: -80px; */
	border-radius: 10px;
	background: url(http://www.miaov.com/static/ie/images/news/conBg.png) repeat-y center;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;
}
.content-post .article-type-post:hover {
	border-bottom: 2px solid #3c9dff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
/**
body {
	background: url(http://www.miaov.com/static/ie/images/news/bg.png);
}
**/
.text-center.donation .btn-donation {
	border: 1px solid #d6bdbd;
}

.post-header.CENTER .toolbox {
	background: none;
}
.content .page-header {
	background: none;
}
.article-content code {
	margin: auto 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #e1e1e8;
	border-radius: 5px;
	background-color: #f9f2f4;
	font-size: 14px;
	color: #c7254e;
	white-space: nowrap;
}
.content-post .article-content ul li:before {
	border: 1px solid rgba(76, 175, 80, .16);
	background: #ddd;
}
.content-post figure.highlight {
	overflow: auto;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #e0dfcc;
	border-width: .3em;
	border-style: solid;
	border-color: #e0dfcc;
	border-radius: 4px;
	border-radius: 1em;
	background: #f5f2f0;
	line-height: 1.6;
	font-size: 15px;
	color: #8a8192;
}
.content-post  hr {
	max-width: 800px;
}
#toc.toc-article a:hover {
	font-size: 14px;
	color: #0ff342;
}
#toc.toc-article a {
	color: #ece5de;
}
#toc.toc-article {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 10px;
	padding: 5px 0 0 8px;
	border-radius: 4px;
	height: calc(100% - 40px);
	background: #1a483e;
	opacity: .8;
	font-size: 12px;
	color: rgba(243, 206, 68, .49);
}

.content-archive .archive-footer .pagination .page-nav .page-number.current {
	border-color: #428bca;
	background-color: #428bca;
	cursor: default;
	color: #fff;
}
.archive-footer .pagination .page-nav .page-number:hover,
.archive-footer .pagination .page-nav .extend:hover {
	background: rgba(40, 225, 189, .2);
	cursor: pointer;
}

#toc.toc-article .toc-title {
	cursor: pointer;
}
@media screen and (max-width:720px) and (min-width:320px) {
	.content.content-post .article-type-post {
		margin-left: 0;
	}
	.content-post .assist-btn1,
	.assist-btn2 {
		display: none;
	}
}

.assist-btn1,
.assist-btn2 {
	position: fixed;
	left: 10px;
	top: 50％;
	border: none;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	outline: none;
	background: rgba(231, 218, 204, 0);
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	color: rgb(5, 169, 5);

	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

@font-face {
	src: url("iconfont/iconfont.eot");
	src: url("iconfont/iconfont.eot?#iefix") format("embedded-opentype"),
	url("iconfont/iconfont.woff") format("woff"),
	url("iconfont/iconfont.ttf") format("truetype"),
	url("iconfont/iconfont.svg#iconfont") format("svg");
	font-family: "iconfont";
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 16px;

	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
}

.content-home .nav .item a {
	color: #9e9e9a;
}
.content-home {
	height: 200px;
}

/**gitalk css**/
.gt-header a,
.gt-comments a,
.gt-popup a {
	border-bottom: none;
}
.gt-container .gt-popup .gt-action.is--active:before {
	top: .7em;
}

.article-content blockquote {
	border-left: 6px solid #ef7060;
	background: #fbf1f1;
}

.article.article-type-post {
	overflow-x: auto;
}
