#MySignature {
    border: solid 1px #E5E5E5;
    padding: 10px;
    background: #FFFEFE url(https://images.cnblogs.com/cnblogs_com/javastack/1195135/o_20122407044620201224150237.png) no-repeat scroll 1% 50%;
    padding-left: 180px;
    height: 160px;
    
}

#MySignature b{
    color: #333;
}
.profile {
     background: #fff; 
}

/* 定制推荐和反对按键   --begin*/
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #800080;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.buryit {
    display: none;
}

.diggit{
   margin-left:30%;
}
/* 定制推荐和反对按键   --end*/