
博主是个喜欢折腾的人,看久了自己博客的样式就想着要换一换,于是便从网络上收集知更鸟主题的美化教程,此篇为记录博主这次更改的网站样式作为备忘。
首先,如果你也想给你的博客折腾以下修改样式,请记住:
- 网站做好备份
- 网站做好备份
- 网站做好备份
重要的事情说三遍,因为我就没有备份而导致出现一个问题后全站又恢复原样。
下面开始记录这次折腾的内容:
1.更换知更鸟主题文章内分享按钮

美化效果
更改教程:打开主题内style.css文件替换下面样式代码:
原代码:
/** 分享 **/
#share {
position: absolute;
top: -60px;
rightright: -29px;
width: 302px;
height: 68px;
display: none;
z-index: 999;
}
#share a {
float: left;
background: #999;
font-size: 20px !important;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
margin-left: 4px;
padding-left: 0;
text-align: center;
border-radius: 3px;
background: rgba(128, 128, 128, 0.9);
}
#share .be-addbox:hover {
background: #7ab951 !important;
}
#share .be-qzone:hover {
background: #ff7400 !important;
}
#share .be-stsina:hover {
background: #ff0000 !important;
}
#share .be-tqq:hover {
background: #46c0e6 !important;
}
#share .be-renren:hover {
background: #3b68ac !important;
}
#share .be-weixin:hover {
background: #006f1d !important;
}
.bd_weixin_popup {
height: 250px !important;
}
.bd_weixin_popup_foot {
display: none;
}
更改为:
/** 分享 **/
#share {
position: absolute;
top: -60px;
rightright: -29px;
width: 302px;
height: 68px;
display: none;
z-index: 999;
}
#share a {
float: left;
background: #999;
font-size: 20px !important;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
margin-left: 4px;
padding-left: 0;
text-align: center;
border-radius: 20px;
background: rgba(128, 128, 128, 0.9);
}
#share .be-addbox {
color: #7ab951;
border: 1px solid #7ab951;
background: #fff;
}
#share .be-addbox:hover {
background: #7ab951 !important;
color: #fff !important;
}
#share .be-qzone {
color: #ff7400;
border: 1px solid #ff7400;
background: #fff;
}
#share .be-qzone:hover {
background: #ff7400 !important;
color: #fff !important;
}
#share .be-stsina {
color: red;
border: 1px solid red;
background: #fff;
}
#share .be-stsina:hover {
background: #ff0000 !important;
color: #fff !important;
}
#share .be-tqq {
color: #46c0e6;
border: 1px solid #46c0e6;
background: #fff;
}
#share .be-tqq:hover {
background: #46c0e6 !important;
color: #fff !important;
}
#share .be-renren {
color: #3b68ac;
border: 1px solid #3b68ac;
background: #fff;
}
#share .be-renren:hover {
background: #3b68ac !important;
color: #fff !important;
}
#share .be-weixin {
color: #006f1d;
border: 1px solid #006f1d;
background: #fff;
}
#share .be-weixin:hover {
background: #006f1d !important;
color: #fff !important;
}
.bd_weixin_popup {
height: 250px !important;
}
.bd_weixin_popup_foot {
display: none;
}
2.评论头像框方形变圆形

美化效果
原代码:
.vcard .avatar {
float: left;
width: 64px;
height: 64px;
margin: 7px 10px 0 0;
padding: 3px;
border-radius: 5px;
border: 1px solid #ddd;
transition: all 0.8s ease 0s;
}
更改为:
.vcard .avatar {
float: left;
width: 64px;
height: 64px;
margin: 7px 10px 0 0;
padding: 3px;
border-radius: 34px;
border: 1px solid #ddd;
transition: all 0.8s ease 0s;
}
3.给知更鸟主题首页加上日期和问候语

效果图
4.“提交评论”按钮美化

美化效果
将下面代码覆盖原有样式:
#respond #submit {
background: #38a3fd;
width: 15%;
margin: 5px 0 15px 0;
padding: 8px;
cursor: pointer;
border: 1px solid #ddd;
border-radius: 19px;
-webkit-appearance: none;
color: #fff;
box-shadow: 0 6px 10px #38a3fd50;
}
5.知更鸟主题首页阅读全文按钮美化
6.WordPress9款链接跳转页面美化
[neilian ids=1528]
7.Wordpress知更鸟主题海报分享功能
[neilian ids=1571]
未完待续。。。
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END















- 最新
- 最热
查看全部