/*推荐和反对*/
#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.70;
    filter: alpha(opacity=60);
}

body {
    font-size:18px;
    padding:0;
    margin:0;
    font-family:Ubuntu,"Consolas","Microsoft YaHei",Courier;
    background:#000000  repeat top center scroll;
    background-size: cover;
    min-width:900px;
}

#home {
    font-size:18px;
    opacity: 0.70;
    filter: alpha(opacity=70);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1150px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}
.cnblogs_code pre {
font-family: Courier New!important;
font-size: 18px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 18px!important;
line-height: 1.5!important;
}