#top_nav {
    display: none;
    /* 删除 top 导航栏 */
}
#home {
    margin-top: 0px;
    /* 清除上边距，使内容置顶 */
}

/* hidden title */
#Header1_HeaderTitle {
    display: none;
}

#blogTitle h2 {
    font-size: 26px;
}


#mainContent {
    width: auto !important;
}
#sideBar {
    display: none;
    width: 2px;
    /* 清除侧边栏 */
}
#home {
    width: 75%;
    /* 内容区宽度增加 默认60 */
}
blockquote {
    background-image: none !important;
    /* 清除引用块左上角图片 */
}

#blog_post_info {
    display: none;
    /* 隐藏下方 「联系我」 */
}
#under_post_card1 {
    display: none;
    /* 隐藏「编辑推荐」 */
}
.itnews {
    display: none;
    /* 隐藏「最新新闻」 */
}
#post_next_prev {
    display: none;
    /* 隐藏「上一篇」 */
}

/* 更改主页内容标题字体颜色 */
.postTitle {
    border-left-color: #41b883;
    border-left: 3px solid $41b883;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #41b883;
}
/* ----------------------------- */
/* 关闭广告 */
#cnblogs_c2 {
    display: none;
}
#cnblogs_ch {
    display: none;
}
#bannerbar-mobile formobile {
    display: none;
}
.amp-animate {
    display: none !important;
}
.ns-f1hzc-e-2 {
    display: none !important;
}
/* iframe {
    display: none !important;
} */
/* ----------------------------- */

/* 页脚 */
#footer::before {
    content: "\" 老當益壯，甯移白首之心 ？ 窮且益堅，不墜青雲之誌 \"";
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
}



/* 清除 评论提示 「ctrl + enter」 提交 */
#comment_form_container p {
    display: none;
}
#commentbox_opt {
    display: block !important;
}

/* 评论区高度降低 */

/* Markdown placeholder */
#btn_preview_comment {
    display: none;
}

/* 屏蔽广告 */
.GoogleActiveViewElement {
    display: none;
}
.img_ad {
    display: none;
}
.canvas {
    display: none !important;
}
.column-container {
    display: none !important;
}
.i-amphtml-fill-content {
    display: none !important;
}
.bottom {
    display: none !important;
}
.button {
    display: none !important;
}
.full-height {
    display: none !important;
}
amp-img {
    display: none !important;
}
.GoogleActiveViewElement {
    display: none !important;
}
#ads {
    display: none !important;
}
.rh0 {
    display: none !important;
}
.rh00 {
    display: none !important;
}

/*------------------*/
/* page 隐藏页首的pagination */
#homepage_top_pager {
    display: none;
}
.pager > a {
    opacity: .9;
    background-color: inherit;
    border: none;
    box-shadow: none;
    color: #383838;
}
