#blogTitle h1 {
    font-size: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: KaiTi;
}
/* 子标题 */
#blogTitle h2 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: KaiTi;
}

/* 设置签名格式 */
#MySignature {
    display: none;
    background-color: #EEE8AA;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    font-size: 16px;
    font-family:Microsoft YaHei;
}
/* 去广告 */
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {display:none;!important}



#home {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 80%;/*大白框的宽度*/
    min-width: 650px;/*最小宽度*/
    background-color: #ffffffff;/*颜色 我比较喜欢不特别透的*/
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 5);
    /*圆角：*/
    border-radius: 20px;
}

body{
cursor: url('https://files.cnblogs.com/files/HL-space/ms.ico'),pointer;
}
a:hover{
cursor: url('https://files.cnblogs.com/files/HL-space/ms.ico'),pointer;
}

/* 点赞按钮 */
.diggit {
    background: url(//images.cnblogs.com/cnblogs_com/foreach-break/688769/o_b.gif 
) no-repeat;
    width: 81px;
}
/* 隐藏按钮 */
.buryit {
    display: none;
}