.dayTitle{
display:none;
}
h3 {
    color: #fff;
    background-color: #bf571a;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}
a:link, a:visited{
    text-decoration: none;
    color: #39f;
}
.postCon a, .postBody a, .feedbackCon a {
     font-size: 16px;
     border-bottom: none; 
}


/*代码高亮*/

.cnblogs_code span[style="color: rgba(128, 0, 0, 1)"]{
    color: rgb(236, 118, 0)!important;
}
/*代码高亮结束*/