/*----------------------------------------*/
#myposts .vertical-middle span {
    font-size: 17px;
}
code{
font-family: consolas !important;
}
.post .postBody blockquote{
background: #f5f5f5;
color: #6a737d !important;
padding: 15px 15px;
}
#cnblogs_post_body .linenums ol li {
    list-style-type: none;
}
#cnblogs_post_body .linenums ol{
    padding-left: 0.5em;
}
#cnblogs_post_body .linenums ol li .hljs {
    border-radius: 0;
    background: none!important; 
    border: 0!important;
}
pre.prettyprint {
	background-color: #fafafa;
	margin: 10px 0;
}
.CodeMirror-scroll {
    display: none;
}
.pln {
	color: #48484C;
}

.str {
	color: #DD1144;
}

.kwd {
	color: #1E347B;
}

.com {
	color: #93A1A1;
}

.typ {
	color: blueviolet;
/*font-weight: 700;*/
}

.lit {
	color: #195F91;
}

.pun {
	color: #48484C;
}

.opn {
	color: #93A1A1;
}

.clo {
	color: #93A1A1;
}

.tag {
	color: #008;
}

.atn {
	color: teal;
}

.atv {
	color: #DD1144;
}

.dec {
	color: teal;
}

.var {
	color: teal;
}

.fun {
	color: #DC322F;
}

.feedbackManage a, .comment_vote a{
    color: var(--ThemeColor);
  /*  border-bottom: 1px solid var(--ThemeColor); */
}
.clipboard-button {
    color: cadetblue;
}
#div_digg,#author_profile{
/* display: none; */
}
.postDesc{
    /* display: block;
    position: fixed;
    bottom: 0px;
    background-color: white!important; */
}

/*代码块最大高度*/
code-box pre {
    max-height: 800px;
}


/* #green_channel{
	display: block;
    position: fixed;
    bottom: 0px;
    background-color: white!important;
    text-align: left;
    margin-bottom: 0px;
    z-index: 1;
    border: 0;
} */
 #footer {
    min-height: 40px;
} 
/* 底部文字,底部推荐连接,未登录的推荐连接,编辑条,下方重复的标签栏
 .footer-box, .under-post-card, #cnblogs_ch, .postDesc,#EntryTag{
    display: none!important;
} */