#main{margin: 80px auto 0;-webkit-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;}
#mainContent{width:870px;}
#sideBar{margin:0;padding:0 20px;width:330px}
#blog-news embed{margin-left:65px;}
#blogTitle,#under_post_news,#under_post_kb{display:none;}
#navigator{position:fixed;width: 100%;top:0;left:0;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
#navList .slogan{float:right;font-size:16px;color:#FFF;}
.day,.day:hover,#profile_block,#profile_block:hover,.sidebar-block ul,#topics,#blog-comments-placeholder,#comment_form_container,#site_nav_under,div.commentform input.author{border:0}
.feedback_area_title{background-color:#169fe6;border:1px solid #169fe6;color: #fff;font-size: 18px;font-weight: normal;padding: 10px 20px;line-height: 1.1;}
/*#topics,#profile_block,.sidebar-block,.catListComment,.catListView,.catListFeedback,#comment_form_container,#blog-comments-placeholder,div.commentform textarea.comment_textarea,div.commentform input.author{background: none;}*/
div.commentform textarea,.commentbox_title{width:830px;}
div.commentform input.author{padding:4px;background-color: unset;}
#comment_nav{display:inline-block;width:850px;}
.commentbox_title_right img{float:left;margin-left:5px;}
#divCommentShow{width: 870px;padding: 0 20px;}
#divCommentShow b{margin-bottom: 5px;display: inline-block;color: #169fe6;}
#divCommentShow img,#green_channel{display: inline-block;}
.bq_post_comment{border:none}
#MySignature{color:#F00;}
#green_channel,#div_digg{margin:0;}
#author_profile{width:230px;}
#navList li{list-style: none;}
.postDesc a{padding-left:10px;}
.sidebar-block ul li:hover,.sidebar-block ul li:hover a{background:none;color:#169fe6;}
.sidebar-block ul li:hover a{border:none}
.postBody pre {border: none;background-color: inherit;}

/*
 代码高亮开始，使用了一个叫Monokai Sublime的黑色主题皮肤，直接拿过来还不行，有一些样式冲突，还要自己稍微改一些地方
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}

/*黑色主题皮肤结束*/