#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#navigator {
    font-size: 15px;
    border-bottom: 2px solid #ededed;
    border-top: 2px solid #ededed;
    height: 60px;
    clear: both;
    margin-top: 25px;
}
#blogTitle h1 {
    font-size: 32px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    margin-top: 20px;
}
.postTitle {
    border-left: 5px solid rgba(130,166,245,1);
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Comic Sans MS";
    float: right;
    width: 100%;
    clear: both;
}
#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(73, 90, 128, 1);
    padding: 10px 0 14px 10px;
    background-color: rgba(242, 239, 230, 1);
}
#sideBar {
    width: 230px;
    float: right;
    border: 1px solid rgba(163, 159, 147, 1);
    border-top-width: 1px;
    overflow: hidden;
    padding: 0 8px 40px 12px;
}
body {
    background: url(https://www.z4a.net/images/2019/01/22/55e47515dd0895f7118b464c-2732-1366.jpg) fixed;
    opacity: 0.8;
    catlistlink: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px;
    min-height: 101%;
}
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em "Comic Sans MS" , "Comic Sans MS" , "Comic Sans MS" ,sans-serif;
    font-size: 15px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 16px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}