#AllanboltSignature
{ 
    border-top: #59A8E5 1px dashed;
    border-right: #59A8E5 1px dashed;
    border-bottom: #59A8E5 1px dashed;
    border-left: #59A8E5 1px dashed;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    font-family: 微软雅黑;
    font-size:11px;
background: url(https://images.cnblogs.com/cnblogs_com/zoexia/548974/o_Head.jpg) #E9F3F1 no-repeat 1% 50%;
}
#AllanboltSignature div
{
    line-height: 25px;
}
/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 1px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  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);
}
/*标题3*/
h3{
text-align:left;
vertical-align:middle;
box-shadow:3px 3px 2px #888888;
background-color:lightblue;
color:014E82;
border-radius: 5px 5px 5px 5px !important;
padding-left: 10px;
height:28px;
line-height:28px
}
/*博文标题*/
#div.postTitle{
background-color:red;
}