#top_nav,#profile_block,#bannerbar,#green_channel,#comment_form,#leftcontentcontainer,#blogTitle,.bannerbar.forpc,#poweredby,#blog_post_info_block,.postDesc{
    display:none;
}

/* #navList>:first-child{
    display:none;#header,
}


#navList>:nth-child(3),#navList>:nth-child(4),#navList>:nth-child(5){
    display:none;
} */
/* #blog-calendar{
    visibility: hidden;
} */
#navList li {
    float: left;
    height: none;
    line-height: none;
    list-style-type: none;
}

#navigator{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 999;
}
#main{
    margin-top: 70px;
}
#footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #169fe6;
    color: white;
}
/* 导航栏的文字阴影 */
.menu{
  text-shadow: none !important;
}
.menu:hover{
    background-color: gold !important;
    font-weight: 700;
}
#navList li {
    float: left;
    height: 60px;
    display: flex;
    align-items: center;
    list-style-type: none;
}

@media screen and (max-width: 1200px) {
    #sideBar {
        display:none;
    }
    .forFlow{
        margin: 0 10px;
    }
    #navList>:last-child{
        display:none;
    }
    #mainContent {
        flex-grow: 1;
    }
}
.day:hover {
    border: 1px solid #169fe6;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.16);
    position: relative;
    z-index: 10;
}
#mainContent{
    min-height: 1000px;
}
#sideBarMain{
    position: sticky;
    top: 70px;
}

/* 公告文字的颜色 */
#sideBar li {
    list-style: none;
    color: blueviolet;
}
#blog-news{
    background-color: #fff;
}



/* #region 导航栏*/
/* #endregion */

.wb-title {
  font-size: 1.5em;
}

.winbox{
    top: 0;
    bottom: 0;
    right: 20px;
    left: auto;
    width: 420px !important;
    height: 100vh !important;
}


.cnblogs-markdown pre code, .blogpost-body pre code {background-color: rgb(249, 249, 249)}