html {
    height: 100%;
    cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}

body {
    background-repeat: no-repeat;  
    background: rgba(12, 100, 129, 0)  fixed;
    background-image:url('https://images.cnblogs.com/cnblogs_com/OVO3/1690385/o_200405131807IMG_0000237.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}
#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #ffffffc4;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff0;
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalDayHeader {
    background: #fff0;
    font-weight: 100;
    color: #5e5f63;
}
.CalTitle td {
    background: #ffffff00 !important;
    border: 0 !important;
    color: #5e5f63;
}
.CalTitle {
    background: #6293bb00;
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
}
.CalTodayDay {
    background: #cc262682 !important;
    color: #fff;
    font-weight: bold;
}