/* 图片、分割线、引用调整 */
img {margin-top:5px !important; margin-bottom:20px !important;}
hr {margin-top:50px !important;margin-bottom:50px !important;}
blockquote  {color:#666 !important;line-height:28px !important;}

/* 文章标题样式(这个不是markdown里的标题) */
#topics .postTitle a {
    color: #169fe6;
}

/* 普通文字样式 */
#cnblogs_post_body p {
    margin: 18px auto;
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 15px;
    line-height: 28px;
    text-indent: 0;
}

/* 标题样式 */
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
    background: #eee;
    padding:10px;
   
}
#cnblogs_post_body h1 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
}

#cnblogs_post_body h2 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 50px;
}

#cnblogs_post_body h3 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40px;
    border-bottom: none !important;
}

#cnblogs_post_body h4 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    border-bottom: none !important;
}
#cnblogs_post_body h5 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: none !important;
}
/* 标题样式设置结束 */

/* 去除双下划线斜体样式 */
em {
    font-style: normal;
    color: #000;
}

/* 无序列表 */
#cnblogs_post_body ul li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    line-height:30px;
    list-style-type: disc;
}

/* 有序列表 */
#cnblogs_post_body ol li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    line-height:30px;
    list-style-type: decimal;
}

/* 超链接 */
#cnblogs_post_body a:link {
    text-decoration: none;
    color: #002C99;
}


/* 单行代码 */
.cnblogs-markdown code {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 14px!important;
    line-height: 18px;
    background-color: #ddd!important;
    border: 1px solid #aaa!important;
    border-radius: 5px!important;
    margin: 2px 2px 5px 2px!important;
    vertical-align: middle;
    display: inline-block;
    width:fit-content;
}

/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    color:brown!important;
    font-size: 14px!important;
    line-height: 26px!important;
    background-color: #ddd!important;
    border: 1px solid #aaa!important;
    border-radius: 5px!important;
    margin: 0px!important;
    padding: 5px;
    width:fit-content;
}