/* 隐藏博客导航栏 */
#top_nav { display: none; }
/* **************************************************** */

/* 雪花 */
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.001);
    pointer-events: none;
}
/* **************************************************** */

#header {
    height: 1000px;
    /* width: 900px; */
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/691487/galleries/1994021/o_210712032206preview.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: top;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) .5s;
    z-index: 999;
}

#Header1_HeaderTitle {
    color: white;
    font-family: Segoe UI Emojil;
    font-size: 60px;      /*字体大小*/
    letter-spacing: 20px; /*字间距*/
    opacity: 0.9;         /*字体透明度*/
    font-weight: bold;    /*字体加粗*/
}



/*导航栏*/
#navigator {
    background-color: white;
    width: 317px;
    height:60px;
    border-radius: 10px;/*边框圆角*/
}

.blogStats {
    font-size: 18px;
    color: black;
    float: left;
}

#blogTitle,#navigator {
    margin-left: 150px;
}


#main {
    width: 1100px;
    border-top: 10px solid gainsboro;
    margin: auto;
    margin-top: 50px;
}

    #mainContent{
        margin-bottom: 55px;
    }


.postTitle {
    font-size: 26px;
}
.postCon {
    font-size: 18px;
}
.postDesc {
    font-size: 14px;
}

/* 侧边栏 */
#sideBar {
    margin-top: 900px;
    margin-right: 150px;
}

#sideBar h3 {
    font-size: 24px;
}

#sideBar #profile_block{
    font-size: 20px;
}

#sidebar_news  {
    border-bottom: 10px double gainsboro;
}

/*隐藏文章底部的乱七八糟*/
#ad_t2,#cnblogs_c1,#under_post_card1,#cnblogs_c2,#under_post_card2{
    display: none;
}


/*加高*/
.postDesc,#comment_nav,#commentform_title,#post_next_prev{
    height: 35px;
}


#footer{
    height: 265px;
    background-color: #292929;
}
