!--此处自定义标题背景色-->
    #cnblogs_post_body h1 {
        background: #265B8A;
        border-radius: 6px 6px 6px 6px;
        color: #FFFFFF;
        font-family: FZShuTi；
        font-size: 23px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 12px 0 8px 5px;
        text-shadow: 2px 2px 3px #222222;
        text-align:center;
        margin-bottom: 20px;
    }
    #cnblogs_post_body h2 {
    background-color: #008FC6;
        border-radius: 3px;
        text-align:center;
        color: white;
        text-shadow: 1px 1px 2px #222222;
        padding-left: 15px;
        margin-bottom: 12px;
    }
    #cnblogs_post_body h3 {
    background-color: #51C332;
        border-radius: 3px;
        text-align:center;
        color: white;
        text-shadow: 1px 1px 2px #222222;
        padding: 5px 15px;
        margin-bottom: 10px;
        width:50%
    }
    #cnblogs_post_body h4 {
        background-color: #5bc0de;
        border-radius: 3px;
        text-align:center;
        color: white;
        text-shadow: 1px 1px 2px #222222;
        padding: 5px 15px;
        margin-bottom: 10px;
        width:25%
    }
    code {
        padding: 1px 3px;
        margin: 0 3px;
        background: #ddd;
        border: 1px solid #ccc;
        font-family: Menlo,Monaco,Andale Mono,lucida console,Courier New,monospace;
        word-wrap: break-word;
        font-size: 14px;
    }
    #cnblogs_post_body table {
        text-align: center;
        width: 100%;
        border: 1px solid #dedede;
        margin: 15px 0;
        border-collapse: collapse;
    }
    #cnblogs_post_body table thead tr {
        background: #f8f8f8;
    }
    #cnblogs_post_body table tbody tr:hover {
        background: #efefef;
    }
    h1 a:visited, 
    h1 a:link {  
    color : green;  
    } 
    #top   
    {  
    color : red  !important; 
    } 


/*
 代码高亮开始，使用了一个叫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;
}

/*黑色主题皮肤结束*/