/* 【广告】*/
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
#sidebar_c3 {
    display: none;
}
#bannerbar {
    display: none;
}
#cnblogs_c1 {
    display: none;
}
#cnblogs_c2 {
    display: none;
}
#HistoryToday {
    display: none;
}

/* 博客标题 */
#blogTitle h2 {
    margin-top: 1.2em;
    margin-left: 1.4em;
}

/* 【公告】时钟 */
#clockdiv {
    text-align: center;
    margin-top: 7px;
}

/* 【相关博文】 */
#under_post_news {
    display: none;
}

/* 【发表评论】 */
.comment_textarea {
    width: 100%;
}

/* 【顶部】 */
#nav_main {
    display: none;
}

/* 【导航】 */
#navList li:first-child{
    display: none;
}

/* 块引用 */
#topics .postBody blockquote {
    margin-top: 60px;
    margin-bottom: 10px;
}

#topics .postBody blockquote:first-child {
    margin-top: 0;
}

/* 其他 */
#under_post_kb {
    display: none;
}

#noteUrl {
    color: #fff;
    text-decoration: none;
}

/*滚动条样式*/
::-webkit-scrollbar{width: 8px; height: 8px;}
::-webkit-scrollbar-button:vertical{display: none;}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner{background-color: #e2e2e2;}
::-webkit-scrollbar-thumb{border-radius: 0; background-color: rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:vertical:hover{background-color: rgba(0,0,0,.35);}
::-webkit-scrollbar-thumb:vertical:active{background-color: rgba(0,0,0,.38);}