body {
    color: #bbc9d7;
    background-color: #2b2b2b;
    font-family: SimSun,"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
.navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2b2b2b;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #2b2b2b;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0px 0px rgb(100 100 100 / 30%);
}
#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: fit-content;
}
#sideBar {
    font-size: 12px;
    visibility: collapse;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #bbc9d7;
    transition: all .4s linear 0s;
    font-size: 1.6rem;
    text-align: center;
}
#topics .postTitle {
    border: 0;
    font-size: 130%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
    text-align: center;
}
.postBody {
    color: #bbc9d7;
    line-height: 1.7;
    font-size: 15px;
}
#cnblogs_post_body h4 {
    color: #bbc9d7;
    font-weight: bold;
    margin: 10px 0;
    font-size: 1.2rem;
}
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: SimSun,"JetBrains Mono", HYZhengYuan, "Fira Code", Menlo, "Ubuntu Mono", Consolas;
    font-size: inherit;
    padding: 0 0px;
    line-height: inherit;
    margin: 0 5px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: top;
    background-color: #2b2b2b;
    color: #58a1d6;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code {
    display: block;
    line-height: 1.5;
    margin: 0;
    background: #222222;
    font-family: "JetBrains Mono", HYZhengYuan, "Fira Code", Menlo, "Ubuntu Mono", Consolas;
}
.postBody blockquote {
    background: url(images/comment.gif) no-repeat 25px 0;
    background-color:#2c3339;
    border-left: 3px solid #3473b0;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    color: #acb7c4;
}
#cnblogs_post_body img, .cnblogs-post-body img {
    max-width: 100% !important;
    height: auto;
    display:block;
    margin: 0 auto;
}
#comment_form_container .comment_textarea {
    min-height: 200px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: auto;
}