/* ================================================================================================================= */
/* ========================================================头部===================================================== */
/* ================================================================================================================= */

/* 隐藏顶部系统导航栏 */
#top_nav{
    display: none;
}
/* 每一条的小功能 */
/* .postDesc {
    display: none;
} */
/* 隐藏标题和副标题 */
#navigator {
    background: none;
}
#navList{
    margin-left: 10px;
}
#navigator{
    margin-top: 0px;
}

/* header与main布局 */
#header {
    margin: 10px auto 5px;
    border-radius: 15px;
}
#main {
   margin-top: 5px;
}

/* 侧边栏布局 */
/* #sideBarMain {
    margin-top: 5px;
}
#sideBar {
    margin-top: 10px;
    top: 0;
    background-color: #ffffff;
    position: fixed;
} */


/* xxx */
#header {
    position: relative;
    padding-right: calc(20% + 10px);
}
#header::after {
    content: "";
    /* background-image: url('https://images.cnblogs.com/cnblogs_com/blogs/819730/galleries/2388073/o_240401072922_xxx.png'); */
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    width: calc(20% - 10px);
    height: 93%;
    border-radius: 15px;
}




/* 2024年5月24日01:05:11*/


/* 文章在框子里的边距*/
#cnblogs_post_body{
  margin-left: 50px;
margin-right: 50px;
}

/* 隐藏侧边栏*/
/* 
#sideBarMain{
    display:none;
}
#mainContent{
    width:100%
}
#sideBar{
    display:none;
}
*/

/* ================================================================================================================= */
/* ========================================================背景图=================================================== */
/* ================================================================================================================= */

/* 2024年5月24日01:38:58 把none改为这个会有一个霍格伍兹的背景图
body {  
    background-image：none   或者
 url('https://images.cnblogs.com/cnblogs_com/blogs/819730/galleries/2388073/o_240401135431_beijing.png')
然后在页脚加上
https://blog-static.cnblogs.com/files/blogs/819730/%E9%A1%B5%E8%84%9A%E4%BB%A3%E7%A0%81.js
里面的代码
*/

body {  
    background-image: url('https://images.cnblogs.com/cnblogs_com/blogs/819730/galleries/2388073/o_240401135431_beijing.png');
    background-color: #363b40;
    background-repeat: no-repeat;  
    background-attachment: fixed;  
    background-size: cover;  
} 
#header {  
    background-image: url('https://images.cnblogs.com/cnblogs_com/blogs/819730/galleries/2388073/o_240328083241_Snipaste_2024-03-28_16-32-17.png'); 
}  



/* ================================================================================================================= */
/* ========================================================背景颜色=================================================== */
/* ================================================================================================================= */

/* #main{
    background-color: gainsboro;
}

#mainContent{
    background-color: floralwhite;
} */



/* ================================================================================================================= */
/* ========================================================页脚===================================================== */
/* ================================================================================================================= */
#footer {
    margin-bottom: 0px;
    color: #333333;
}
#main {
    border-radius: 15px;
}
#mainContent{
    border-radius: 15px;
}
/* 2024年5月24日01:01:09 隐藏了最下面的其他信息，使页面仅保留文章部分*/
#comment_form,#blog_post_info_block{
display: none; 
}
