body {
    font-size: 15px!important;
    font-family: Consolas, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif!important;
}

.postDesc, .entrylistItemPostDesc {
    color: #000;
}

.postDesc a:link, .postDesc a:active, .postDesc a:visited {
    color: #000;
}

#navList li {
    font-size: 16px;
}

.forFlow {
    margin-left:auto!important;
    margin-right:auto!important;  
    max-width:800px;
    box-sizing: border-box;
    padding: 40px;
}

#sideBar {
    border-left: none!important;
    padding: 0 10px 20px 10px!important;
}

#cnblogs_post_body h1, h2, h3, h4, h5, h6 {
    font-weight: normal!important;
}

#cnblogs_post_body h2 {
    font-size: 20px!important;
}

#cnblogs_post_body h3 {
    font-size: 18px!important;
}

.postBody {
    color: #000!important;
    font-size: 16px!important;
}

.cnblogs-markdown code {
    /*background-color: #eef!important;
    border: 1px solid #ddd!important;*/
    background-color: #f8f9fa!important;
    border: 1px solid #eaecf0!important;
    /*border: none!important;*/
    color: black!important;
    border-radius: 0px!important; 
}

.cnblogs-markdown .hljs {
    font-family: Consolas, Monaco, Menlo, DejaVu Sans Mono, Droid Sans Mono, monospace!important;
    /*font-family: 'Space Mono', monospace!important;*/
    /*font-family: 'Inconsolata', monospace!important;*/
    /*font-family: 'Source Code Pro', monospace!important;*/
    /*font-family: 'Droid Sans Mono', monospace!important;*/
    /*font-family: 'Ubuntu Mono', monospace!important;*/
    /*font-family: 'Anonymous Pro', monospace!important;*/
    /*font-family: 'Oxygen Mono', monospace!important;*/
    font-size: 15px!important;      
}

/* MediaWiki */ 
.hljs-comment, .hljs-meta {
    color: #969896!important;
}

.hljs-section, .hljs-selector-tag, .hljs-selector-class {
    color: #000000!important;
}

.hljs-built_in, .hljs-number {
    color: #0086b3!important;
}

.hljs-keyword, .hljs-string {
    color: #b00040!important;
}

.hljs-literal {
    color: #008000!important;
}

.hljs-class {
    font-weight: bold!important;
}

.hljs-title {
    color: #0000ff!important;
}
/* MediaWiki */

/*
#blog-news img {
    width: 100%
    box-shadow: 0 0 10px #555;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px #555;
}
*/

.postTitle, .entrylistPosttitle, .feedback_area_title {
    font-size: 16px!important;
    font-weight: normal;
}

#ad_text_under_commentbox,
#ad_t2,
#opt_under_post,
#ad_c1,
#under_post_news,
#ad_c2,
#under_post_kb,
#HistoryToday {
    display: none;
}

blockquote {
    border-left: 4px lightgrey solid;
    padding-left: 5px;
    margin-left: 20px;
}

.cnblogs-markdown a {
    text-decoration: none;
    cursor: crosshair;
    border-bottom: 1px dashed orange;
    color: #930ee4;
}

.cnblogs-markdown a:hover {
    background-color: LightGrey;
}

.cnblogs-markdown img {
    width: 100%
    box-shadow: 0 0 10px #555;
    border-radius: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 0 10px #555;
}

.cnblogs-markdown img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}