body {
color: #000;
background: url(https://inews.gtimg.com/newsapp_match/0/6965677969/0.jpg
) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
/* 中心内容区域 */
#home {
   opacity: 0.9;
   border-radius: 30px;
   width:75%;
}

/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:40px;
  width:120px;
  right:-20px;
  box-shadow: 0 0 0px #0000FF;
  border:2px solid #FF0000;
  padding:0px;
  background-color:#fff;
  border-radius:0px 0px 0px 0px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 0px;
}

/* 返回顶部 */
#back-to-top {
    position: fixed;
    background-color: #5B9DCA;
    bottom: 0;
    box-shadow: 0 0 6px #5B9DCA;
    color: #444444;
    padding: 10px 25px;
    font-size:18px;
    right: 10px;
    cursor: pointer;
}

/* 侧边头像 */
#authorHeadPic {
    border-radius: 30px;
}

/* 签名 */
#MySignature{　　
 border:solid 1px #E5E5E5;
 padding:5px 10px 5px 5px;
 font-size:16px;
 background:#E5EEF7 no-repeat scroll 20px 50%;
 padding-left:0px;
 }

#MySignature div{
  line-height: 10px;
}



/* 导航 */
/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:200px;
    right:53px;
    width: auto;
    height: auto; 
    
    
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#5B9DCA;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#fff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}