#AllanboltSignature
{ 
    border-top: #e0e0e0 1px dashed;
    border-right: #e0e0e0 1px dashed;
    border-bottom: #e0e0e0 1px dashed;
    border-left: #e0e0e0 1px dashed;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 150px;
    font-family: 微软雅黑;
    font-size:13px;
    height: 113px;
    background: url(https://images.cnblogs.com/cnblogs_com/fengjq/2335012/o_230811101804_%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20230811181319.png) #e5f1f4 no-repeat;
    background-size: 20%;
}

#AllanboltSignature div
{
    line-height: 25px;
}

/*添加按钮*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}
.cnblogs-markdown pre:hover > span {
  display:block;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}
