body
{	background-image:
		url("https://img2018.cnblogs.com/blog/1354114/201908/1354114-20190822211203782-1200643160.jpg");

		background-repeat:
	repeat;
		background-attachment:
	fixed;
		background-size:
	cover;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Courier New",sans-serif!important;
    font-size: 12px!important;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.3)!important;
    border: 1px solid #ccc!important;
    padding: 0 5px!important;
    border-radius: 3px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}

#navList a:link, #navList a:active {
    color: #555!important;
    font-weight: bold;
}

#home
{	width: 87%;
	background-color: rgba(255, 255, 255, 0.72);
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
    background-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background-color: rgba(255, 255, 255, 0.3)!important;
    color: #000;
}

.postBody {
    color: #000;
    line-height: 1.8;
    font-size: 15px;
}

#sideBar a {
    color: #666;
}

#sidebar_search_box{
    opacity:0.5;
}

#comment_form_container .comment_textarea {
    width: 362px;
    height: 200px;
    font-size: 13px;
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    background-color: rgba(255, 255, 255, 0.33)!important;;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
    font-size: 21px;
}