/* 修改尺寸,增大中间div宽度 */
#home{
    width:80%;
}


/* 背景图片 */
body{ 
    background-image:url(https://images.cnblogs.com/cnblogs_com/blogs/730079/galleries/2224733/o_221001043551_girl-opa.webp);
    background-attachment:fixed; 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*目录添加滚动条*/
#sideBarMain ul {
    line-height: 1.5em;
    overflow: auto;
    max-height: 600px;
}

/* 侧边栏文字颜色 */
#sideBar a{
    color: black;
}
/* 关闭日历后有边框残留 */
#blog-calendar {
    width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 0 #ccc;
    border: 0px solid #ededed;
}

/* 背景透明 */
#main{
    background-color:rgb(0 0 0 / 0) ;
}
#home{     
    background-color: rgb(0 0 0 / 0);
}
#top{
    background: none;
}
div.post{
    background: rgb(0 0 0 / 0);
}
h1{
    background: none;
}
#rightmenu h3{
    background: none;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgb(0 0 0 / 0);
    margin-bottom: 35px;
    word-wrap: break-word;
}
