body {
    background: url('https://files-cdn.cnblogs.com/files/huangzhex/bg2.bmp') fixed;
    background-size:100%;
    background-repeat: no-repeat;
}
#home {
opacity: 0.98;
margin: 0 auto;
width: 90%;
min-width: 950px;
background-color: #fff;
padding: 0px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#main{
    padding:0 30px;
    width:auto;
}
#blogTitle h2{
    padding-left: 65px;
}
#blogTitle{
    background-image:url('https://files-cdn.cnblogs.com/files/huangzhex/96091_top.bmp');
    background-size:cover;
    height:200px;
    filter: grayscale(30%);
}
#blogTitle:hover{
    filter: grayscale(0%);
    transition:all .8s ease 0s;
}
#blogTitle h1{
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-weight: unset;
    padding-top:60px;
    padding-left: 50px;
}
#blogTitle h1 a{
    color: #295c9d;
}
#navigator{
    margin-top: -5px;
    background-image:url('https://files-cdn.cnblogs.com/files/huangzhex/96091_menu_bg.bmp');
    border:none;
}
#navigator #navList li a{
    font-weight: unset;
    color:#154b49
}
#live2dcanvas{
 opacity: 1 !important;
}
.postTitle {
    background-image: url('https://files-cdn.cnblogs.com/files/huangzhex/m1.bmp');
    background-size: 25px auto;
    background-repeat: no-repeat;
    padding-left: 15px;
    filter: grayscale(100%);
    border-left:none;
    transition:all .4s linear 0s;
}
.postTitle:hover{
    filter: grayscale(0%);
}
.postTitle2{
    filter: grayscale(0%);
}
#topics .postTitle{
    padding-left:25px;
}
#footer{
    background: rgba(21,25,34,1);
    padding-bottom: 30px;
    padding-top:20px;
    line-height: 30px;
    color: #7F8699;
}
.day{
    border-bottom: 1px dashed #ccc;
}
.sidebar-block{
    border:1px solid #ccc;
    margin-bottom: 5px;
}
#sidebar_search{
    display: none;
}
#sidebar_recentcomments{
    display: none;
}
#sidebar_topdiggedposts{
    display: none;
}
#sideBar h3{
    background-color: #c1d9f3;
    padding:10px 0;
    margin: 0;
    text-align: center;
    color: #295c9d;
}
#sideBarMain ul{
    padding-left: 4px;
}