
/* 博客背景自定义 */
body { 
    background-color:rgb(178, 209, 223);
    background-image:url(); 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center 0; 
    background-size: cover; 
    padding-top:0px;
    opacity:0.9; 
 }


/* 公告栏文字样式自定义
.blog{
    text-align: center;
    font-size:17px;
    color:red;
}
.wangzhan1{
    text-align: center;
    font-size:15px;
    color:blue;
}
.wangzhan2{
    text-align: center;
    font-size:15px;
    color:blue;
}
 */

/* 文章末尾签名样式自定义 */
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}

/*去除文章评论下的广告
div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
*/