
/**---------- 原有样式修改 --------*/
	
@media screen and (max-width: 1000px) {
	#main {width: 100%;}
}
body{
	background-image: none;
	background-color: white;
	font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace !important;
	line-height: 1.8;
}
#cnblogs_post_body{
	font-size: 12px;
}

#sideBar {
	display: none;
}

/**----------------文章列表页面样式调整----------------------*/
#myposts .PostList {
	font-size: 15px;
	margin: 0;
	5px 0px 0px 0px
}

.PostList {
    border-bottom: 1px solid #ccc;
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

	
/* 底部导航 */
#post-bottom-bar{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 3pc;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	margin: 0;
	padding: 0;
	transition: 0.5s ease-in-out;
}
#post-bottom-bar a{
	text-decoration: none!important;
}
.post-bottom-bar .bottom-bar-inner{
	margin: 0 auto;
	padding: 0 10px;
	max-width: 900px;
}
.bottom-bar-items{
	margin: 0 0 0 10px;
	color: #313131;
	font-size: 14px !important;
	line-height: 3pc;float: left;
}
.post-bottom-bar{
	margin: 0 0 0 10px;
	color: #313131;
	font-size: 14px;
	line-height: 3pc;
}
.post-bottom-bar .social-share .bottom-bar-item {
	padding: 4px;
}
.post-bottom-bar .bottom-bar-item.bottom-bar-facebook a {
	background-color: #4267b2;
	color: #fff;
}
.post-bottom-bar .social-share .bottom-bar-item a {
	padding: 2px 10px;
	border-radius: 15px;
}
.post-bottom-bar .bottom-bar-item a {
	margin: 0;
	padding: 9pt;
	border: 0;
	background: 0 0;
	color: #313131;
	font-size: 14px;
	line-height: 3pc;
	cursor: pointer;
}
.post-bottom-bar .bottom-bar-item.bottom-bar-twitter a {
	background-color: #1b95e0;
	color: #fff;
}
.post-bottom-bar .bottom-bar-item.bottom-bar-qrcode a {
	background-color: #5f5f5f;
	color: #fff;
}
.bottom-bar-item a:hover{
	color: #eb5055;
}


/** MarkDown样式调整 */
.cnblogs-markdown .hljs{
	font-size: 12px!important;
	line-height: 1.3!important;
	font-family: Consolas !important;
	0px 0px 0px 10px!important;
	
}
.cnblogs-markdown code{
	background:rgb(238,240,244) none !important;
	border:0px !important;
	color: rgb(73,59,92) !important;
	font-size: 16px!important;
	tab-size: 4;
}
.cnblogs-markdown h2{
	font-weight: 500;
	margin: 20px 0;
}
.cnblogs-markdown h2:before{
	content: "#";
	color: #eb5055;
	position: relative;
	top: 0;
	left: -12px;
}
#cnblogs_post_body p {
	margin: 10px auto;
	font-family: TSSunOld;
}
#cnblogs_post_body h2{
	font-weight: 500;
	margin: 20px 0;
}
#cnblogs_post_body h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0px 10px 0px;
}
}
.cnblogs-markdown h3:before{
	content: "##";
	color: #2175bc;
	position: relative;
	top: 0;
	left: -8px;
}

#cnblogs_post_body h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0px 10px -25px
}
.cnblogs-markdown h4:before{
	content: "###";
	color: #2126bc;
	position: relative;
	top: 0;
	left: -8px;
}

h4 {
	font-size: 16px;
	padding: 0 32px;
	color: #121312;
	background-color: #f600;
}
#cnblogs_post_body h5{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}
.cnblogs-markdown h5:before{
	content: "####";
	color: #8f21bc;
	position: relative;
	top: 0;
	left: -8px;
}

blockquote p {
	color: #ff5e00;
	font-weight: bold;
}
.postBody blockquote, .postCon blockquote{
	background-image: none;
	border-left: 5px solid #DDDFE4;
	background-color: #EEF0F4;
	width: 100%;
	padding: 6px 0 6px 25px;
	margin: 10px auto;
}
blockquote{
	border:0;
}
/* code加上行数 */
.cnblogs-markdown .syntaxhighlighter table td.code {
	width:95% !important; 
}

.cnblogs-markdown .syntaxhighlighter code {
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;
	padding: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}

.cnblogs-markdown .syntaxhighlighter code:before,
.cnblogs-markdown .syntaxhighlighter code:before {
	letter-spacing: -0.5em;
}
.cnblogs-markdown em{
	font-style:italic
}


/** 更改浏览器滚动条和选中字体背景颜色 */
::selection {
	background-color: #eb5055;
	color: #fff;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
	min-height: 28px;
	background-color: #c2c2c2;
	background-clip: padding-box;
}
::-webkit-scrollbar-track-piece {
	background-color: #fff;
}
*, :after, :before {
	box-sizing: border-box;
}




/** 首页文章条显示优化 */
.day{
	border-radius: 10px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
	margin-top: 40px;
	transition: 0.3s;
}
.day:hover{
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.dayTitle {
	display: none;
}


/** 优化评论区样式 */

#commentbox_opt a {
	display: none;
}
#comment_form {
	margin:20px;
}
.feedbackItem{
	background-color: ghostwhite;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	border: 0px;
}
.comment_textarea{
	padding: 15px;
	border-radius: 10px;
	outline: 0;
	resize: none;
	overflow: hidden;
	width: 100%;
}
.comment_btn {
    border: 1px solid #f7f7f7;
	color:#f7f7f7;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    height: 32px;
    padding: 0 20px;
    position: relative;
    right: -2%;
    bottom: 53px;
    width: auto;
    background-color: #008048;
}
.comment_btn:hover {
	border: 1px solid #eb5055;
	background-color: white;
	color: #eb5055;
	transition-duration: .4s;
}
.feedback_area_title{
	display: none;
}
.commentbox_main{
	margin-top: 20px;
}


/** 目录样式 */
#left-container{
	width: 16%;
	height: 100%;
	margin-top: 6px;
	margin-left: 6px;
	overflow: scroll;
	position: fixed;
	top: 0px;
	left: 2px;
	display: none;
}

#left-container ul {
	margin-left: 20px;
	padding-left: 0;
}

#left_meun{
	text-align: left;
	border-left: 1px solid #ddd;
	font-size: 12px;
}

#left_meun li{
	list-style: none!important;
}

#left_meun a:hover{
	color: #eb5055;
}

#left_meun li a:link {
	color: #313131;
	
}	

#left_meun li a:visited {
	color: green;
}	

#left_meun li a:hover {
	color: hotpink;
}	

#left_meun li a:active {
	color: blue;
}

#left_meun>li::before {
	position: relative;
	top: 0;
	left: -4px;
	display: inline-block;
	width: 7px;
	height: 7px;
	content: '';
	border-radius: 50%;
	background-color: #eb5055;
}
	