#site_nav_under {
		display: none;
}
.c_ad_block, .ad_text_commentbox {
		display: none;
		margin: 0;
		padding: 0;
}
#ad_under_google {
		height: 0;
		overflow: hidden;
}
#ad_under_google a {
		display: none;
}
#blog_post_info_block
 {
		display: none;
}
#widget_my_google{
 display:none;
}
.catListEssay
{
		display: none;
}
#sidebar_topcommentedposts
{
		display: none;
}
#comment_nav,#homepage1_HomePageDays_DaysList_ctl05_ImageLink{
	 display: none;
}
#sidebar_topviewedposts{
 display:none;
}

#home {
		opacity: 0.90;
		width:80%;
		background-color:#f5f5f5;
		border-radius:6px 6px 6px 6px;
		box-shadow:0 0 20px black;
}
#under_post_news{
		display: none;
}
/*评论框边框*/
#comment_form_container,#blog-comments-placeholder{
		background-color:#f5f5f5;
		border-radius:6px 6px 6px 6px;
		padding:20px;
}

.postBody {
		border-bottom: 2px solid green;
}
.day {
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		margin-bottom:5px;
}
.postSeparator {
		display: none;
}
.postTitle {
		border-left: 3px solid #21759b;
		font-size: 110%px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
		padding-left: 10px;
}
#cb_post_title_url.postTitle2
{
		font-size: 120%;
}
.dayTitle a:link
{
		display:none;
}
a {
		color: #008b8b;
}
#main {
		font-size:16px;
		font-family:"Fira Sans", "Noto Sans CJK SC","Microsoft YaHei","wenquanyi micro hei",FreeSans,Arimo,"Droid Sans","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome, "sans-serif";
		padding-left: 0px;
		padding-right: 0px;
}
body {
		background-image: url("https://i.loli.net/2021/02/09/RFAZiwSVlz57aQ6.png");
		background-attachment:fixed;
		background-size: cover;
}
.feedbackCon {
	 background: url('https://images2015.cnblogs.com/blog/370709/201612/370709-20161230031921867-127780074.png') no-repeat 5px 0px;
}
#ad_t2 {
		margin-top: 5px;
		line-height: 1.8;
		display:none;
}
#green_channel {
		display:none;
}
#cnblogs_post_body h1 {
		font-size:30px;
}
#cnblogs_post_body h2 {
		font-size: 26px;
}
#cnblogs_post_body h3 {
		font-size: 22px;
}
#cnblogs_post_body h4 {
		font-size: 18px;
}
#cnblogs_post_body h5 {
		font-size: 14px;
}
#cnblogs_post_body h6 {
		font-size: 10px;
}
.cnblogs-markdown code {
		font-family: "Jetbrains Mono","Fira Code","Sarasa Term SC",Input,"Dejavu Sans Mono","Ubuntu Mono",Consolas,"Courier New","sans-serif" !important;
		font-size: 14px !important;
}
pre.prettyprint code {
		font-family: "Jetbrains Mono","Fira Code","Sarasa Term SC",Input,"Dejavu Sans Mono","Ubuntu Mono",Consolas,"Courier New","sans-serif" !important;
		font-size: 14px !important;
}
.cnblogs-markdown .hljs {
		font-family: "Jetbrains Mono","Fira Code","Sarasa Term SC",Input,"Dejavu Sans Mono","Ubuntu Mono",Consolas,"Courier New","sans-serif" !important;
		font-size: 14px !important;
}
.catListTitle {
		font-size: 18px;
}
/* https://jmblog.github.com/color-themes-for-google-code-highlightjs */

/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
	color: #8e908c;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
	color: #c82829;
}

/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
	color: #f5871f;
}

/* Tomorrow Yellow */
.hljs-attribute {
	color: #eab700;
}

/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
	color: #718c00;
}

/* Tomorrow Blue */
.hljs-title,
.hljs-section {
	color: #4271ae;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
	color: #8959a8;
}

.hljs {
	display: block;
	overflow-x: auto;
	background: white;
	color: #4d4d4c;
	padding: 0.5em;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: bold;
}