body {
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/Aiden-/1453946/o_bg.jpg);
    background-repeat:no-repeat; 
    background-attachment:fixed;
    background-size: cover;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
}

#home {
    margin: 0 auto;
    width: 95%;
    min-width: 930px;
    background-attachment: scroll;
    background: url() no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: 50% 0%;
}
#footer {
    color: #999;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    height: 41px;
    margin-top: 10px;
    background: url() no-repeat;
    padding-top: 40px;

}


#sidebar_categories :hover{
   background-color: #ffffffCC;
}

#blog-calendar {
    width: 229px;
    background-color: #ffffff4d;
    transition:0.5s;
    margin-bottom: 30px;
    padding-bottom: 10px;
    *padding-right: 20px;
}

#blog-calendar:hover{
    background-color:#ffffffCC;

}

#blog-calendar .CalNextPrev a:link, #blog-calendar .CalNextPrev a:visited, #blog-calendar .CalNextPrev a:active {
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff4d;
    transition:0.5s;
}

#topics {
    background: url();
    background-color:#ffffff66;
    transition:0.5s;
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 10px 0;
    margin-bottom: 10px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#topics:hover{
   background-color:#ffffffCC;
}


#comment_form_container {
    background-color:#ffffff66;
    transition:0.5s;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}


#comment_form_container:hover{
    background-color:#ffffffCC;
}

.day {
    background: url("");
    background-color: rgba(0, 0, 0, 0);
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff4d;
    transition:0.5s;

}

.day:hover{
   background-color:#ffffffCC;

}


.postTitle a {
    background: url() no-repeat;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-top: 2px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background-color: #ffffff4d;
    transition:0.5s;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.newsItem:hover {
    background-color: #ffffffCC;

}

.CalTitle {
    width: 100%;
    background-color: #ffffff4d;
    transition:0.5s;
    color: black;
    border-bottom: 1px solid #ddd;
}

.CalTitle:hover {
     background-color: #ffffffCC;

}

/* adblock屏蔽广告
#ad_t2 {
display: none;
}
.c_ad_block {
display: none;
}

 */