body {
background:#fefef2;
}
#blogTitle {
height: 300px;
background: url(https://images.cnblogs.com/cnblogs_com/baishier/1594999/o_19112006015798009_top.jpg) center top no-repeat #FAF4E1;
}
#blogTitle h2 {
font-weight: normal;
font-size: 18px;
color: #cc8f14;
}
#home{
background:#fbefd6;
width: 90%;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fbefd6;
    margin-bottom: 35px;
    word-wrap: break-word;
}

.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    #text-align: center;
    background-color: #fbefd6;
}
#blog-news {
    #text-align: center;
    background-color: #fbefd6;
}

#back-to-top {
    background-color: #e6ce95;
    bottom: 0;
    box-shadow: 0 0 6px #000000;
    color: #fbefff;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    width:15px;height:15px;display:inline-block;
    cursor: pointer;
}
#go-to-qrcode {
    background-color: #e6ce95;
    bottom: 0;
    box-shadow: 0 0 6px #000000;
    color: #fbefff;
    padding: 10px 10px;
    position: fixed;
    right: 5px;
    width:15px;height:15px;display:inline-block;
    -webkit-animation: rotatefresh 4s infinite linear;
    cursor: pointer;
}
#go-to-github {
    background-color: #e6ce95;
    bottom: 0;
    box-shadow: 0 0 6px #000000;
    color: #fbefff;
    padding: 10px 10px;
    position: fixed;
    left: 5px;
    width:15px;height:15px;display:inline-block;
    cursor: pointer;
}
@-webkit-keyframes rotatefresh {
    0% {
        background: #e6ce95;
    }
    50% {
        background: #A4270C;
    }
    100% {
        background: #e6ce95;
    }
}
#post-date {
    font-size: 16px;
    color: #000000;
}
