/*推荐和反对*/
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:150px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);

  opacity: 0.73;
    filter: alpha(opacity=73);

}



body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family: Ubuntu, 'Comic Sans MS',"微软雅黑","宋体",Arial;
    background:#205424 url('https://images.cnblogs.com/cnblogs_com/AUSTIN-tkys/1066869/o_timg.jpg') no-repeat top center fixed;
    background-size:cover;
    min-width:1200px;
}

#home {
    opacity: 0.70;
    filter: alpha(opacity=70);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1250px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}

.cnblogs_code pre {
font-family: Courier New!important;
font-size: 15px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 15px!important;
line-height: 1.5!important;
}