 body {
            font-size: 15px;
            padding: 0;
            margin: 0;
            font-family: "微软雅黑","宋体",Arial;
            width: 100%;
            height: 100%;
            background: #ccc url(https://images.cnblogs.com/cnblogs_com/smile-l/1747723/o_2004220715145d886fd89c374.jpg) no-repeat top
            center fixed;
            background-size: cover;
        }

#home {
    background-color: rgba(255,255,255,0.9);
    width: 80%;
    margin-top: 10px;
    box-shadow: 0 0 20px #e7e133;
}
#header{
    margin-top: 0px;
}
#navigator {
    box-shadow: 0 0 20px #a0b6f3;
}

/*去掉文章随笔评论的统计*/
.blogStats {
    display: none;
}
#navigator #blog_nav_rss{    
   display: none; !important
}

.CalTodayDay {
    background: #fff9cb !important;
}
#navList a:link, #navList a:visited{
    color: #ce4343;
}
#navList a:hover{
    color: #4347ce
}
#navList a:active{
   color: #ff00eb;
}

#blogTitle h1{
    margin-top: 0px
}
#home h1{
    font-size:45px;
}

.wall{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
div#top{
    background: url("https://images.cnblogs.com/cnblogs_com/yaoxinger/1699448/o_200414083518snowflake.png");
    z-index: -4;
    -webkit-animation: da 200s linear infinite;
    -o-animation: da 200s linear infinite;
    animation: da 200s linear infinite;
}
@-webkit-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@-o-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@-moz-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@keyframes cc {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 600% 0;
    }
}

@keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-webkit-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-moz-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-ms-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
           background-color: rgba(255,255,255,0.1);
}


/*去掉底部广告*/
#ad_t2,#under_post_news, #under_post_kb{
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}

