/**标题**/
#cnblogs_post_body h2 {
    background: none repeat scroll 0 0 #1DAFDE;
    border-radius: 6px;
    box-shadow: 0 0 0 1px lightblue, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: white;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222;
    width: 97%;
}
#MySignature {
    border: 1px dashed #E0E0E0;
    padding: 10px 10px 10px 60px;
    background: url("https://images.cnblogs.com/cnblogs_com/jiekzou/780174/o_o_info.png") no-repeat scroll 1% 10% #FFFEEE;
}

.border{
    border: 1px dashed #111;
 padding: 10px;
}
.entrylistPostSummary,.postCon{
display:none;
}
.entrylistPosttitle,.postTitle{
width:auto;
float:left;
}
.entrylistItemPostDesc,.postDesc{
float:right;
width:auto;
}

.entrylistItem,.day{
margin-bottom: 2px;
}