/*background设置整个博客的背景图片，你可以在博客园后台相册里面上传图片 */
body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family:"微软雅黑","宋体",Arial;
    background:#243B0D 
    url('https://images.cnblogs.com/cnblogs_com/blogs/709427/galleries/2236242/o_221029011059_51miz-P1261923-TR8V7UJ4-3840x2560.jpg') no-repeat top center fixed;
    min-width:1200px;
    opacity: 0.65;
}
#blogTitle{
    background-color:#0FF;
}


/* 设置博客点赞按钮 */
#div_digg{
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  left: 0;
  bottom: 80px;
  width:80px;
  z-index:100;
}
.diggit{
  background: url(https://img1.baidu.com/it/u=3941833561,827880889&fm=253&fmt=auto&app=120&f=JPEG?w=800&h=800) no-repeat;
  width: 60px;
  height: 60px;
}
#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;
}
