#home {
    margin: 0 auto;
    width: 65%;
    min-width: 1080px;
    background:transparent;
    background-color: rgba(255,255,255,0.5);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

body {
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/woywan/1693403/o_200409080222timg.jpg) fixed no-repeat;
    background-size: cover;
}

.blogStats {
    color: rgba(0,0,0,0.5);
    position: absolute;
    right: 16px;
    top: 35px;
}

.postTitle {
    height: 30px;
}

.postTitle a {
    background: url(https://images.cnblogs.com/cnblogs_com/woywan/1693403/o_200409083627niao.png) no-repeat;
    padding-left: 75px;
    padding-bottom: 16px;
    padding-top: 18px;
    background-size: 65px 55px;
}

a:hover {
    color: lightskyblue !important;
}

.mySearch #q {
    border-radius: 3px;
}

input.btn_my_zzk {
    width: 60px;
    border-radius: 3px;
}

#topics {
    border-radius: 5px;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

#topics .postTitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#comment_form_container {
    border-radius: 5px;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

.comment_textarea {
    border-radius: 5px;
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

.c_ad_block, #under_post_news, #under_post_kb, #ad_t2  {
    display:none;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    border-radius: 5px;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

#blog-calendar {
    border-radius: 5px;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

.entrylistTitle, .PostListTitle, .thumbTitle {
    border-radius: 3px;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

#myposts {
    border-radius: 5px;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    background: transparent;
    background-color: rgba(255,255,255,0.5);
    margin-left:0;
}

.CalTitle {
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

#blog-calendar .CalNextPrev a:link, #blog-calendar .CalNextPrev a:visited, #blog-calendar .CalNextPrev a:active {
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}

#sideBarMain h3, .newsItem h3 {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#footer {
    color:#fff;
    height: 65px;
    background: url(https://images.cnblogs.com/cnblogs_com/woywan/1693403/o_200409082631wa.png) no-repeat center;
    background-size: contain;
    padding-top: 135px;
}



