知更鸟begin主题美化

知更鸟begin主题美化

一直以来爱游都是用的知更鸟的begin主题,当然爱游是用的破解版,前几天爱游买了一个正版begin主题,这里分享下以前爱游做的一些美化,有些在最新版的主题里面已经不适用了所以也算是记录,万一哪天我忘了呢。以后也会不定期的更新一些知更鸟begin主题美化,以最...

标签云样式美化代码

复制下面css代码放在“外观->定制风格”里

.tagcloud{  
padding:14px 0 14px 12px;  
}  
.tagcloud a{  
float:left;  
margin:3px;  
line-height:26px;  
text-align:center;  
border:1px solid #ddd;  
border-radius:2px;  
padding-top:0;  
padding-right:5px;  
padding-bottom:0;  
padding-left:5px;  
overflow:hidden;  
display:block;  
width:92px;  
height:28px;  
}  
.tagcloud a{  
color:#fff;  
}

复制下面代码添加到页脚文件(主题下footer.php文件)的body标签前

<script type="text/javascript">box_width = $("#cx_tag_cloud-5").width();  
len = $(".tagcloud a").length - 1;  
$(".tagcloud a").each(function(i) {  
    var let = new Array('3366FF', '31ac76', 'ea4563', '31a6a0', '8e7daa', '4fad7b', 'f99f13', 'f85200', '666666');  
    var random1 = Math.floor(Math.random() * 9) + 0;  
    var num = Math.floor(Math.random() * 6 + 9);  
    $(this).attr('style', 'background:#' + let[random1] + '');  
    if ($(this).next().length > 0) {  
        last = $(this).next().position().left  
    }  
});
</script>
1 2 3 4 5 6 7 8 9 10 11 12 13
原文链接:https://www.vipiu.net/archives/2019/07/07/1944.html,转载请注明出处。
0

评论2

请先

  1. 面包屑导航美化少写了一个【width: 1122px;】
    匿名 2021-03-17 0
  2. 关注你期待你更多的美化效果
    匿名 2021-03-17 0
会员低至49元,开通享海量VIP资源免费下载 自助开通
显示验证码
没有账号?注册  忘记密码?