#cnblogs_post_body h2 {
background: gray !important;
background: #d3eef4 !important;
border-radius: 4px 4px 4px 4px !important;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: black;
font-family: "微软雅黑", "宋体", "黑体", Arial;
font-size: 17px;
font-weight: bold;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
}

h1 a:visited, 
h1 a:link {  
color : green;  
} 
#top   
{  
color : red;  
}
li{
 list-style: decimal;
}

mark {
    background-color: #d3eef4 !important;
    color: black;
    font-weight: 1000;
    padding: 1px 10px;
    border-radius: 6px;
}

code{
    background-color: gray !important;
    color: black !important;
    font-weight: 1000;
    padding: 1px 10px;
    border-radius: 6px;
}

<style type="text/css">


    #sidebar_categories{
       display: none;
      }
    #cnblogs_post_body
    {
        color: black;
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body h2    {
        background: #2B6695;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 3px 0 5px 14px;
        text-shadow: 2px 2px 3px #222222;
    }
 #cnblogs_post_body h3{
        background: #816d65;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 0px 15px 1px 15px;
        text-shadow: 2px 2px 3px #222222;
        display: inline-block;
    }
 #cnblogs_post_body a {
        color: #21759b;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: linear;
   text-decoration:none;
clean:both
    }
#cnblogs_post_body a:hover{
    margin-left: 20px
}

#navCategory  a{
    display: block;
    transition:all 1s;
}
#navCategory a:hover{
    margin-left: 20px
}

#blog-sidecolumn  a{
    display: block;
    transition:all 1s;
}
#blog-sidecolumn a:hover{
    margin-left: 20px
}

#sidebar_toptags li a{
float:left;
}
#TopViewPostsBlock li a{
margin-left: 5px;
}
#cnblogs_post_body a{
    display: block;
    transition:all 1s;
}

#navList a:visited, #navList a:active,#blog_nav_contact a:visited{
    color: #000000 !important;
}

#navList a:hover ,#blog_nav_contact a:hover{
    color: #fff;
    background-color: #816d65;
    text-decoration: none;}
#navList li{
    list-style: none;
}
</style>

#catListPostArchive{
    margin-top: 32px !important;
}

#topics .postTitle{
    margin-top: 41px;
}
# 取色网址：https://www.114la.com/other/rgb.htm

# 代码段颜色  https://www.cnblogs.com/ccti7/p/13911708.html
.cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
    font-family: Consolas, Monaco, monospace!important;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
    color: #abb2bf!important;
}

.cnblogs-markdown code,
.cnblogs-post-body code {
    background: #282c34!important;
    color: #abb2bf!important;
    font-family: Consolas, Monaco, monospace!important;
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    color: #abb2bf!important;
    background: #282c34!important;
}

.hljs-comment,
.hljs-quote {
    color: #5c6370!important;
    font-style: italic!important;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
    color: #c678dd!important;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
    color: #e06c75!important;
}

.hljs-literal {
    color: #56b6c2!important;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
    color: #98c379!important;
}

.hljs-built_in,
.hljs-class .hljs-title {
    color: #e6c07b!important;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
    color: #d19a66!important;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
    color: #61aeee!important;
}

.hljs-emphasis {
    font-style: italic!important;
}

.hljs-strong {
    font-weight: bold!important;
}

.hljs-link {
    text-decoration: underline!important;
}