#blogTitle h1 a {
    font-size: 250%;
    font-weight: 800;
    line-height: 0.1em;
    margin-top: 10px;
    width: 8000%;
    float: left;
    display: inline;
    letter-spacing: 2px;
    color: #00c1cc;
    font-family: "微软雅黑";
    text-shadow: 9px 2px 15px #003d44;
}


#blogTitle h2 {
    color: saddlebrown;
    font-family: serif;
    font-size: 20px;
    text-shadow: 4px 3px 25px #003d44;
}

/*推荐和反对*/
#div_digg{
  position:fixed;
  bottom:5px;
  width:250px;
  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.54;
    filter: alpha(opacity=100);

}



body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family: Ubuntu, 'Comic Sans MS',"微软雅黑","宋体",Arial;
    background:#205424 url('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1524307521193&di=2f941e4c81dc42ea096a9550463184ec&imgtype=jpg&src=http%3A%2F%2Fimg0.imgtn.bdimg.com%2Fit%2Fu%3D328393395%2C1695473021%26fm%3D214%26gp%3D0.jpg') no-repeat top center fixed;
    background-size:cover;
    min-width:1200px;
}

#home {
    opacity: 0.54;
    filter: alpha(opacity=100);
    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;
}

#sideBar {
    min-height: 200px;
    padding: 0 5px 0 5px;
    margin-left: 900px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 240px;
    padding-bottom: 20px;
}