body{
    font-size:16px;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    background-color: #f2f2f2;
    color: #111111;
}
#mainContent .forFlow {
    margin-left: 18em;
}
#topics{
    background-color: #f5f5d5;
    box-shadow: 5px 5px 20px #000;
}

#blogTitle h1 {
    font-size: 150%;
    font-weight: bold;
    line-height: 2;
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: center;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #27408B;
}

/*
 代码高亮开始，使用了一个叫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;
    font-size: 15px!important;
    line-height: 2.2!important;
}

.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;
}

blockquote{
    color: #fd600b !important;
    border: 6px solid transparent;
    border-left: 10px solid #32ca0a59
}
#cnblogs_post_body p {
    margin: 20px auto;
    text-indent: 0;
}
/*黑色主题皮肤结束*/

.postBody {
    line-height: 2.5;
}

.postBody li, .postCon li{
    margin-bottom: 0.5em;
}
#cnblogs_post_body .dir-ul, #cnblogs_post_body .dir-ul ul{
    margin-left:12px;
}
#cnblogs_post_body h2 {
    margin: 30px 0 15px;
}
#cnblogs_post_body h3 {
    margin: 25px 0 12px;
}
#dir{
    position: fixed;
    width: 18%;
    right: 20px;
    top: 77px;
    max-height: 368px;
    overflow: auto;
    z-index: 999999999999999999999999999;
    background: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
}
.dir-ul li{
    list-style: none;
}
.dir-ul li a{
    color:#66d9ef
}
#RecentCommentsBlock{
    font-size:14px;
}
.postBody a { color: #004d40; }

/* 文本重点颜色设置 */
.pri{ color: #1890ff }
.danger{ color: #f5222d }

/* 分类导航样式 */
#navbar{
    padding: 20px 0;
    word-break: break-word;
}
a.navbar-link{  
    text-decoration: none;
    color: #3399ff;
    font-size: 14px;
}