
/* 雪花 */
#Snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}

/* 不显示底部广告 */
#under_post_card1, /* 编辑推荐 */
#under_post_card2, /* 阅读排行 */
#green_channel, /* 绿色通道（推广） */
#author_profile, /* 作者 */
#post_next_prev, /* 上一页 */
#comment_nav a, /* 刷新评论刷新页面返回顶部 */
#div_digg, /* 推荐，反对 */
[target="_blank"] /* 云广告 */ { 
    display:none; !important
}

/* 背景图 */
body {
    background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/700998/galleries/2185754/o_220707141102_wallhaven-8oq95y_3840x2160.jpg");
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    height: 100%;
    width: 100%;
}

/* 鼠标样式 */
#home {
    background: #fff;
    cursor: url(https://cdn.jsdelivr.net/gh/DIYgod/diygod.me/themes/sagiri/source/images/cursor.ico),auto;
}