/*底部隐藏作者，隐藏推荐和反对*/
#div_digg {
    display: none;
}

/*隐藏广告*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}

/*博客名*/
#blogTitle h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    font-family: Ink Free;
}
/*小标题*/
#blogTitle h2 {
    font-weight: normal;
    font-size: .828571429rem;
    line-height: 1.846153846;
    font-family: Ink Free;
    color: #9f9e9e;
    float: left;
    position: relative;
    left: 40px;
    font-style: italic;
}
/*导航栏*/
#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 0px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
/*背景*/
body {
    color: #000;
   /* background-color: #d9d9d9*/
    background:url(https://i.loli.net/2019/09/14/rZdSBHn4zDkUKqJ.jpg) no-repeat fixed;
    background-size: cover;
    }

/*透明度*/
#home {
    min-width: 950px;
    opacity: 0.92;
    padding: 30px;
    margin-top: 55px;
    margin-bottom: 50px;
    border-radius: 30px;
    }

#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: #fff 1px dashed;
    font-size: 12px;
    width: 350px;
    margin-left: 300px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {

    color: #5b5b5b;
    transition: all .4s linear 0s;}

.postTitle a:hover {

    margin-left: 30px;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: lightgray;
    font-size: large;

}



/*溢出隐藏设置*/
#topics, #mainContent {
    overflow: visible;
}
#postDesc {
    float: none;
}

/*markdown引用*/
.postBody blockquote {
       background: none;
}

blockquote {
border: none;
border-left: 5px solid darkseagreen;
padding-top: 0px;
padding-bottom: 0px;
}


.postTitle {
    font-size: 16px;
    font-weight: 600;
}

.c_b_p_desc {
    font-size: 12px;
    font-style: italic;
    font-family: "宋体";
}

.postDesc {
font-size: 13px;
font-style: italic;
font-family: "华文新魏";}

/*代码段*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif !important;
    font-size: 12.5px !important;
padding-left: 40px !important;
}

#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 1.3px solid #7d7d7d;
    padding: 7px 12px;
}

/*分割线*/
hr {
    border-width: 3px;
    border-style: inset;
    border-color: #ececec;
    margin-top: 20px;
    margin-bottom: 20px;
}

.postBody li, .postCon li {
    margin-bottom: 0.5em;
}

.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: underline;
    color: #165e91d4;
}