.day{
border: 1px solid #49A249;
}

.dayTitle a {
    color: #008200;
    font-size: 133%;
    font-style: oblique;
}
.dayTitle {
    background-color: #fff;
    border-left: 10px solid green;
    margin-bottom: 0;
}
.dayTitle {
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

/**设置title颜色***/
.postTitle a:link,.postTitle a:visited,.postTitle a:hover,.postTitle a:active {
    color: #008200;
    text-decoration: none;
}


#cnblogs_post_body h1,#cnblogs_post_body h2 {
      background: #eceadb;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #008200;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 4px !important;
    padding: 5px 0 5px 20px;
	border-left: 3px solid #008200;
    border-bottom: 1px solid #008200;
    border-radius: 0 4px 0 0;
}
#cnblogs_post_body h2{font-size:14px;}
.postBody blockquote {
margin: 20px 0;
    padding: 15px 20px 15px 60px;
    background: rgb(223, 255, 163) url('https://images.cnblogs.com/cnblogs_com/wangiqngpei557/417984/o_title.png') no-repeat 9px 0px;
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    box-shadow: 0 0 8px #aaa;
    clear: both;
}

.cnblogs-toc-pinned-navigator{
    width: 350px !important;
}
