
/*Default*/

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs{
    font-size: 16px !important;
}

/*Post info*/
#blog_post_info{
    display: none;
}

/*option board*/
#navigator{
    display: none;
}

/*Ads*/

#under_post_card1,#under_post_card2,#HistoryToday{
    display: none;
}

.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}

#ad_under_google{
    height: 0;
    overflow: hidden;
}

#ad_under_google a {
    display: none ;
}

#ad_t2,#cnblogs_c1,#cnblogs_c2{
    display: none ;
    height: 0;
    overflow: hidden;
}

#bannerbar{
    display: none;
}

#cnblogs_ch{
    display: none;
}

/* Footer */
#footer{
    line-height: 30px;
    font-size: 16px;
    margin-top: -10px;
}

/* PC */
@media screen and (min-width: 761px){
    body{
        color: #000;
        background: url("https://images.cnblogs.com/cnblogs_com/wwlwQWQ/1677620/o_221220034932_%20(16).jpg") fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        font-family: 'Kriston ITC','Georgia';
    }
    #home{
        opacity: 0.9;
        padding-bottom: 5px;
    }
}

/* PE */
@media screen and (max-width: 760px){
    body{
        font-size: 16px;
        font-family: Georgia;
    }
    #main{
        margin: 10px;
        margin-top: 20px;
        width: 100%;
    }
    #blogTitle{
        background: none;
        width: 100%;
        height: 100%;
    }
    #blogTitle h1{
        background: none;
        line-height: 0px;
        height: 0;
        width: 100%;
    }
    #sideBar, body > a,.postDesc a, 
    #bannerbar{
        display: none;
    }
    #home{
        background-image: none;
    }
}