关于知更鸟主题“关于本站”小工具中头像的居中布局美化工作,其实比较简单,一段CSS代码就可以搞定。代码来源【朱曙明的博客】,感谢作者提供!
美化方法,将下面样式代码添加主题选项→定制风格,“自定义样式”中。
/** 修改关于本站css**/
.about-img {
text-align: center;
background: url(http://imgs.zhushuming.cn/wp-content/uploads/2017/09/20170906100932100.jpg) center center no-repeat;
background-size: cover;
height: 120px;
margin: 0px 0 40px 0;
}
.about-img img {
width: 120px;
height: auto;
margin: 35px 0px 0 92px;
padding: 2px;
border-radius: 50%;
border: 2px solid #f8f8f8;
}
.about-name {
font-size: 16px;
font-weight: 700;
text-align: center;
}
修改后效果
修改前效果