#cnblogs_post_body p {
margin:10px;
text-indent:2em;
}

body {
    background:#205424 url('https://img2022.cnblogs.com/blog/1102571/202209/1102571-20220927135433906-771613752.jpg') no-repeat center fixed;
    background-size:cover;
}

#home {
    opacity: 0.9;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.369);
    transition-duration: 0.4s;
}



#home:hover {

    background-color: rgba(0, 0, 0, 0.776);
}

#mainContent {
    margin-right:-22em;
    margin-left: 0em;
}

#mainContent .forFlow {
    margin-right:22em;
    margin-left: 0em;
}

#sidebar_news {
    opacity: 0.9;
    color: white;
    background-color: rgba(0, 0, 0, 0);

}

#blogCalendar.Cal {
    opacity: 0.8;
    color: white;
    background: rgba(0, 0, 0, 0);

}

#sideBar a {
    color: #a3daff;

}

#sideBar a:hover {
    color: #1ec0ff;

}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(255, 255, 255, 0);

}

.input_my_zzk {
    background: rgba(255, 255, 255, 0);
    color: white;

}

.postTitle {
    border-left:3px solid #a3daff;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #a3daff;
}

a:visited {
    color: #a3daff;
}

a:hover {
    color: #1ec0ff;
}

#blogTitle h1 a {
    color: #a3daff;
}

#blogTitle h1 a:hover {
    color: #1ec0ff;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #a3daff;
}

#navList a:hover {
    color: #1ec0ff;
}

.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #a3daff;
}

.postDesc a:hover {
    color: #1ec0ff;
}

.postDesc {
    color:rgba(255, 255, 255, 0.788)
}

#footer {
    color:rgba(255, 255, 255, 0.788)
}

.blogStats {
    color:rgba(255, 255, 255, 0.788)
}

.postBody {
    color: white;
}

.postBody blockquote {
    color: white;
}

a:link {
    color: #a3daff;
}

#cnblogs_c1, #cnblogs_ch, #under_post_card1, #under_post_card2 {
    display: none;
}

.CalTodayDay{
    background: #03a6ff !important;
}