div.post div.entry {
    font-family: Georgia, "Times New Roman", Times, sans-serif
}

div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

div.post div.entry h1 {
    padding: 5px;
    color: white;
    background-color: gray;
}

div.post h2 {
    font-size: 22px;
    line-height: 100%;
}

div.post div.entry pre.code {
    font-family: Consolas border-style : dashed;
    border-left: solid 5px #6ce26c
}

div#information {
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #666666
}

.cnblogs_code {
    border-left: #58CE60 5px solid !important;
}

#site_nav_under, .c_ad_block, #under_post_news, #under_post_kb {
    display: none !important;
}
div#header{
    padding:0px;
}
#MyIng .ing_title, #sideBar h3 {
    margin: 10px 0;
    border: 1px solid #55895B;
    border-left-width: 5px;
    border-right-width: 5px;
    border-radius: 10px;
    text-align: center;
}
#header {
    background: url(https://images2015.cnblogs.com/blog/459873/201611/459873-20161104114855658-1049556710.png) right top no-repeat;
    background-size: auto 80%;
}
#home {
	overflow: auto;
	margin: 65px auto 50px auto;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px -4px #4E4E4E;
	filter: alpha(opacity=90);
       
}
#div_digg {
    right: 5px;
}
#div_digg {
    width: 44px;
    bottom: 105px;
}
.scrollBtn a {
	display: inline-block;
	width: 54px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	text-align: center;
	opacity: .6;
	color: #fff;
	filter: alpha(opacity=60);
}
.postBody a {
    padding: 1px 3px;
    color: #55895b;
    border-bottom: none;
}