/* 鼠标样式动画 */
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
/*     cursor: url(https://blog-static.cnblogs.com/files/liyhbk/cursor.ico),auto;
    cursor: url(https://blog-static.cnblogs.com/files/blogs/409706/BLOG_cursor.ico),auto; */
    cursor: url(https://files.cnblogs.com/files/blogs/679726/favicon.ico),auto;

/* 添加背景图
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/840430/galleries/2447014/t_250228032015_csdn%E5%B0%81%E9%9D%A2%E5%9B%BE.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover; */

    /* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:50px;
  right:35px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  ">#fff;
  border-radius:4px 4px 4px 4px !important;
}
.icon_favorite {
    background: transparent url('https://blog-static.cnblogs.com/files/liyhbk/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}
#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}
/* 反对按钮不显示 */
.buryit{
  display: none;
}

/* 天上飘雪花，css和页脚都要配置 */
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    // 博客背景色，不是雪花颜色
    background: rgba(0, 0, 95, 0);
    pointer-events: none;
}

/* 评论区带头像且支持旋转，css和页脚都要配置 */
.feedbackCon img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.feedbackCon img {
    border-radius: 40px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
}







