body{
    background: rgba(12, 100, 129, 1) url(https://images.cnblogs.com/cnblogs_com/97jay/1218080/o_bg_img.jpg) fixed no-repeat;
    background-position: 50% 90%;
    background-size: cover;
}
#home{
    background-color: rgba(245, 245, 245, 0.7);
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.day{
    background: rgba(255, 255, 255, 0.5);
}
#blogTitle{
    background: rgba(255, 255, 255, 0.5);    
}
#topics {
    background: rgba(255, 255, 255, 0.5);
}
.newsItem{
   background: rgba(255, 255, 255, 0.5); 
}
#blog-calendar{
   background: rgba(255, 255, 255, 0.5); 
}
.CalTitle {
    background: rgba(255, 255, 255, 0);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory, #blog-calendar {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}
#navigator{
    background-color: rgba(245, 245, 245, 0.7);
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#navList li :hover{
    background-color: #e0e4e5;
    color:blue;
}