#top_nav {
    display: none;
    height: 0;
}

body {
    margin-top: 0px !important;
}

#home {
    width: 100%;
}

#header {
    /* display: none; */
    background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/797471/galleries/2411191/o_240720194709_fab14dc234ccf6d18c3400b76239562967897551.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#Header1_HeaderTitle{
    font-size: 25px;
    color: rgba(255, 255, 255, 75%);
    background-color: rgba(0, 0, 0, 25%);
    border-radius: 20px;
    transition: .5s;
}

#Header1_HeaderTitle:hover{
    font-size: 25px;
    color: rgba(0, 0, 0, 25%);
    background-color: rgba(255, 255, 255, 50%);
    text-decoration: none;
}

#Header1_HeaderTitle::after{
    content: "s'Blog";
}

#navigator{
    background-color: rgba(0, 0, 0, 0);
}


/* 取消账号信息显示 */
#profile_block {
    display: none;
}

/* 取消日历显示 */
#blog-calendar{
    display: none !important;
}