/* 阅读增加点赞按钮 */
#div_digg{
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  left: 40px;
  bottom: 80px;
  width:80px;
  z-index:100;
}
.diggit{
  background: url(https://images2017.cnblogs.com/blog/894443/201709/894443-20170920105433618-867225449.png) no-repeat;
  width: 60px;
  height: 60px;
  left: 40px;
}
#div_digg .diggnum{
  position: absolute;
  bottom: -20px;
  left: 6px;
  background: #D0D0D0;
  padding: 2px 0;
  display: block;
  color: #555;
  font-size: 12px;
  text-align: center;
  width: 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}
/* 删除反对按钮,有点邪恶了 */
.buryit{
  display: none;
}


/* 文章title自定义带动画样式，鼠标移动标题变化 */
.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  background-color: #FBF9F9;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-left: 3px solid #21759b;
  padding-left: 20px;
  font-size: 20px;
  border-radius:0px;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  color: #E00000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}



/* 看板娘 */
canvas#live2dcanvas {
border: 0 !important;
left: 50%;
width:10%;
height: 39%;
}



/*<!-- 页脚简介打赏 -->*/
  /*<!--全部复制粘贴到 页面定制CSS代码  不能引入-->*/
 <style type="text/css"><!-- 页脚简介打赏 -->
  * {
      margin:0;
      padding:0;
  }
  html {
      _background:url(about:blank);
 } /**//* 阻止闪动 in IE6 , 把空文件换成about:blank , 减少请求 */
 body {
     background:#fff;
     font: 12px/1.5 Tahoma, Geneva, \\5b8b\\4f53, sans-serif;
     height:100%;
 }
 .custom_hide {
     display: none;
 }
 .mid {
     font-size:18px;
     font-weight:bold;
     color:#f9f;
     text-align:center;
     vertical-align:top;
     line-height:24px;
 }
 /**//** 遮罩层 **/ 
 .div_masklayer {
     background:#000;
     display:none;
     filter:alpha(opacity = 50);
     opacity:0.5;
     top:0;
     left:0;
     height:100%;
     width:100%;
     z-index:999;
     position:fixed;
     _position:absolute;
 _left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
 _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
 }
 /**//** 弹出层 **/ 
 .div_popup {
     display:none;
     width:300px;
     z-index:1000;
     background:#0aa;
     left:50%;
     top:50%;
     position:fixed!important;
     margin-left:-150px !important;
     _position:absolute;
 _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat')? documentElement.scrollTop + (document.documentElement.clientHeight - this.offsetHeight)/2: /**//*IE6*/ 
 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); /**//*IE5 IE5.5*/
 }
 /*图片样式*/
 .img_zfb {
     width:100%;
     height:100%;
 }
 /*签名*/
 .autograph {
     padding: 15px;
     background-color: #FFF7DC;
     border: 2px solid #FFBFBF;
     font-family:"Courier New", 微软雅黑, Consolas, Arial, 宋体;
 }
 .custom_hide {
     display: none;
 }
 .blogds {
     height:82px;
     line-height:82px;
 }
 a.btn_donate {
     display: inline-block;
     width: 82px;
     height: 82px;
     background: url("https://files.cnblogs.com/files/ujq3/footer_reward.gif") no-repeat;
     _background: url("https://files.cnblogs.com/files/ujq3/footer_reward.gif") no-repeat;
     -webkit-transition: background 0s;
     -moz-transition: background 0s;
     -o-transition: background 0s;
     -ms-transition: background 0s;
     transition: background 0s;
 }
 a.btn_donate:hover {
     cursor:pointer;
     background-position: 0px -82px;
     background-color:unset !important;
 }
 .bold {
     font-weight: bold;
 }   
 </style>





