/* 大标题字体格式设置 */
#blogTitle h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    text-shadow: -2px -4px 7px black;
}

body {
   color: #000;

background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}


/* 网页背景设置 */
#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #cacffb;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    opacity:0.8;
    border-radius: 10px;
}
 .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff;
    margin-bottom: 35px;
    word-wrap: break-word;
    background-color: #e2f7c287;
}


/* 定制推荐和反对按键 */
#div_digg {
    position: fixed;
    bottom: 5px;
    right: 2px;
    box-shadow: 0 0 3px #00ffe7;
    border: 2px solid #f7f7f7;
    padding: 4px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

/* 隐藏反对按钮 */
.buryit {
display:none;
}
#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 45px;
    text-align: center;
    margin-top: 10px;
}

/* 标签栏背景及格式 */
.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fbf7f7;
    margin-bottom: 35px;
    word-wrap: break-word;
    background-color: #d9ece6b0;
    border-radius: 8px 8px 8px 8px !important;
    padding: 10px;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: -webkit-center;
}

/* 公告栏 */
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #e5e7fc;
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 8px 8px 8px 8px !important;
    padding: 5px;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 0%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: -webkit-center;
}