#blogTitle,#ad_t2,
#cnblogs_c1,#under_post_card1,
#under_post_card2,
#blog_post_info,
#comment_form_container,#top_nav,
#cnblogs_ch,#cnblogs_c2{
    display:none;
}




#main{
    max-width: 3000px;
}
#mainContent{
 max-width: 1300px;
 flex: 1 1 880px;
}


/* 设置代码字体大小 */
.cnblogs_code span,{
    font-size: 18px;
}

/* 设置内容字体大小 */
#cnblogs_post_body{
    font-size: 18px;
}

/* 设置引用颜色 */
#topics .postBody blockquote {
    border-left: 5px solid #0ce524;
}


  body{
    background-image: url("https://images.cnblogs.com/cnblogs_com/wanglichaoya/2058654/o_220223144443_初音未来01.jpg");
    
    //background-image: url("https://images.cnblogs.com/cnblogs_com/wanglichaoya/2058654/o_231025135153_v-29-00_00_26-2023_06_10_21_55_10.jpg");
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    height:100%;
    width:100%;
    opacity: 0.9;
    }




/**增加文章的菜单*/
/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:100px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#f31607;
}
#sideBarContents dd{
    margin-left:20px;
}