.skin-simplememory{
    background-image:url('https://s2.loli.net/2022/03/18/a9EGuOo7qp8ZVF6.jpg');
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    height: 100%;
    width: 100%;
    color:black;
}
#home{
        background-color: rgba(255,255,255,0.85) !important;
    }

#navigator{
    border-bottom: 1px solid #c9c7c7;
    border-top: 1px solid #c9c7c7;
}

.CalTodayDay {
    background: #b28de8 !important;
    color: #fff;
    font-weight: bold;
}
.postTitle{
    border-left: 3px solid #874fda;
}
.day .postTitle a{
    color:#b28de8;
}
.postDesc a{
    margin-left:10px;
}
.post-view-count{
    margin-left:38%;
}
.post-comment-count{
    margin-left:10px;
}
.post-digg-count{
    margin-left:10px;
}


/* 侧边栏公告样式 */
.catListTitle{
    margin:auto 0;
    padding:7px 0;
    background-color:#d0bded;
    text-align:center;
    color:white;
}

/* 侧边栏方框背景 */
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
    background: #d1c5fb70;
}