html/* 背景图*/
/*{
background:url(https://images.cnblogs.com/cnblogs_com/blogs/694362/galleries/2003630/o_210722081836512cbaa7bd350fcc43880491877adc8.png) top center no-repeat #000;
background-attachment:fixed;
}*/
body:before {
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/694362/galleries/2003630/o_210722081836512cbaa7bd350fcc43880491877adc8.png) center/cover no-repeat;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}
body
{
 background: none;
}
/* =============================================================*/
#blogTitle h1 a /*你的博客名*/
{
    color: #FFC0CB;
    font-family: "微软雅黑";
    font-size: 220%;
}
#blogTitle h2/*你的博客小标题*/
{
    color: #FFB6C1;
    font-family: "微软雅黑";
    font-size: 120%;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 70%;
    float: left;
    display: inline;
    letter-spacing: 1px;
}
#navigator
{
    background-color: #0000001a;
    height: 60px;
    margin-top: 40px;
}
#main 
{
    width: auto;
    background: #fffc; /* 10% 透明背景*/
}
#topics .postTitle
{
    font-size: 200%;
    padding: 0;
    padding-bottom: 0.5em;
    border: 0;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active
{
    color: #1c7791;
}
.day /* 个人主页文章之间空隙减小 */
{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}
#mainContent
{
    background: #fff0; /* 导航菜单半透明*/
}

.postTitle 
{
    font-size: 18px;/*让个人主页随笔的标题更大*/
}
.postSeparator 
{
    clear: both;
    height: 1px;
    clear: both;
    float: right;
    margin: 0 auto 2em auto;
}
div.commentform textarea /*缩小评论输入框*/
{
    height: 100px;
}
.c_ad_block /*关闭下方广告*/
{
    display: none;
}
.commentform/*关闭下方广告*/
{
    display: none;
}
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background:rgba(125, 137, 95, 0.1) ;
    pointer-events: none;
}
.buryit{
    display: none;
}
#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';
}
a:hover {
    cursor: (https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto

}
body{
    cursor: url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto;
}
