/* 标题栏 */

/* home */
#home {
    width: 90%;
    margin-top: 40px;
}

/* 标题 */
#Header1_HeaderTitle {
    font-size: 36px;
}

/* 标题位置，剧中显示 */
#blogTitle h1 {
    text-align: center;
}

/* 标题颜色 */
#blogTitle h1 a {
    color:orange;
    text-align: center;
}

/* 代码内容标题 */
#topics .postTitle {
    font-size: 220%;
}

/* 代码内容字体大小 */
.cnblogs_code pre {
    font-size: 16px;
}

/* 右下角悬浮按钮 */
#button_box {
    position: fixed;
    right: 24px;
    bottom: 96px;
    width: 32px;
    z-index: 999;
}

/* footer */
#footer {
    
}

/* 屏蔽侧边栏 */
#sideBar {
    display: none;
}

/* 屏蔽的无关内容 */
#cnblogs_ch {
    display: none;
}

#opt_under_post {
    display: none;
}

#under_post_card1 {
    display: none;
}

#under_post_card2 {
    display: none;
}

#HistoryToday {
    display: none;
}

/* 打赏相关 */
#pay {
    position: fixed;
    background-color: rgb(252, 233, 208);
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid rgb(233, 141, 21);
}

#pay:hover {
    cursor: pointer;
}
