body {
background: url(
https://img2024.cnblogs.com/blog/806432/202406/806432-20240620131058967-1855092856.jpg
) fixed;
background-size: 100%;
background-color: rgba(0,0,0,0.5);
background-repeat: no-repeat;
min-height: 101%;
}
#home {
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    width: 90%;
    min-width: 950px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.5);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(255,255,255,0);
    margin-bottom: 40;
    word-wrap: break-word;
}
.Cal {
    color: #666;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}
#sideBar a {
    color: #51185a;
}
    .blog_comment_body {
        background: #B2E866;
        float: left;
        border-radius: 5px;
        position: relative;
        overflow: visible;
        margin-left: 33px;
        max-width: 700px;
    }

    .feedbackListSubtitle a.layer {
        background: #B2E866;
        color: #414141 !important;
        padding: 2px 4px;
        border-radius: 2px;
    }