/* 修改背景 */
body {
    background: #F1F4ED url(https://s1.ax1x.com/2020/08/25/d6yAFe.jpg) no-repeat fixed top right !important;
    background-size: cover !important;
}

/* 统一背景颜色 */
#home, .newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory, .cnblogs_code, .CalDayHeader, .CalTitle td, .CalTitle, .input_my_zzk, .cnblogs_code div {
    background-color: rgb(226 216 216 / 30%) !important;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #e6e6e6 !important;
    border: none !important;
}

/* 日历颜色修改 */
.CalTodayDay {
    background-color: rgba(0,0,0,.2) !important;

.snow-container {position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;}
}

 /*选择文字时候的状态*/
*::selection { 
	background-color: rgb(226 216 216 / 30%) !important;
	color: rgb(0 0 0 / 30%) !important;
}

/* 去除广告，去除复制粘贴 */
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb, .cnblogs_code_toolbar{
    display: none;
}

/* 雪花纷飞 */
.snow-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100001;}