body {/*页面背景图片*/
    background-image: url(https://images.cnblogs.com/cnblogs_com/ChaseMeng/1687870/o_200402095513EastProject.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#home{
    background-color: rgba(255,255,255,0.75);
}
#cnblogs_post_body img {/*图片阴影*/
    max-width: 93% !important;
    width:93%;/*图片宽度固定为93，否则看起来很不整齐*/
    height: auto;
    box-shadow: 5px 5px 5px grey;
}
#cnblogs_post_body h3 {/*在博客的标题3左边加上小标点*/
    border-left: 5px solid rgba(0, 235, 255, 0.3);
    padding: 2px 5px;
    text-shadow: 2px 3px 2px grey;
}
.cnblogs_code {/*代码框阴影*/
    /*max-width: 93%;91太宽，比图片要宽一些*/
    max-width: 91.5%;
    font-weight: bold;/*字体加粗*/
    box-shadow: 5px 5px 5px grey;
    background-color: rgba(0,0,0,0);
}
.cnblogs_code img{/*代码框的图片大小设置为自动，否则就会被上面的93%宽度影响，变得特别大*/
    width:auto !important;
}
/**代码部分*/
pre {
    position: relative;
    background: rgba(0,0,0,0);
}
.cnblogs_code_toolbar {/*代码框的操作栏的透明度，并添加优先级*/
    background-color: rgba(255,255,255,0) !important;
    display:none;
}
.pre-background{
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(5px);
    z-index: -1;
    background-image: url(https://images.cnblogs.com/cnblogs_com/ChaseMeng/1687870/o_200402095513EastProject.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

#comment_form_container .comment_textarea {/*评论输入框的阴影*/
    max-width:95%;
    box-shadow: 5px 5px 5px grey;
}
/*去除广告*/
#bannerbar,.c_ad_block,#ad_t2,#cnblogs_c1,#under_post_card1,#under_post_card2,#cnblogs_c2{
    display:none;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {/*侧边栏各组件背板透明*/
    background-color: rgba(255,255,255,0);
}
.mySearch{/*搜索背板透明*/
    background-color: rgba(255,255,255,0);
}
.input_my_zzk {/*搜索框内样式*/
    background-color: rgba(255,255,255,0.5);
}
/*调整动态人物的样式*/
#live2dcanvas{
    border:none !important;
    width: 15%;
    opacity: 0.85 !important;
}
