非常喜庆个性的一个美化,有点非常的闪亮,不是一般人都能接受的,默认出现时间为晚8点到早8点,距离顶部为50px;可以根据自己的需求修改。 演示效果: 代码部署: [hidecontent type="reply"] PHPCSS 下面的代码加入到主题目录下function.php中 /*每天晚8点到早8点出现小桔灯墨染云天 www.huijuf.com*/ add_filter('wp_footer', 'add_lu_xiaojudeng'); function add_lu_xiaojudeng() { date_default_timezone_set("Asia/Shanghai"); $curTime = date("Y-m-d H:i:s",time()); $stimestamp = date("Y-m-d H:i:s",mktime(8,0,0,date("m"),date("d"),date("Y"))); //早上8点。 $etimestamp = date("Y-m-d H:i:s",mktime(20,0,0,date("m"),date("d"),date("Y"))); //晚上8点。 if(($curTime >= $stimestamp & $curTime <=$etimestamp)==... 基于6ke论坛提供的美化代码修改了下颜色方案并添加了文本自适应根据色彩而改变(就是黑白两色而已),这样的话,找颜色方案的时候看着嘎嘎好看! 演示效果: 代码部署: [hidecontent type="reply"] /*论坛标签美化颜色JS代码*/ const tagColors = [ { bg: `linear-gradient(120deg, #FFF0DE 20%, #6FB4BC 80%)`, textColor: getTextColor('#FFF0DE', '#6FB4BC') }, { bg: `linear-gradient(120deg, #FFE6E3 20%, #8379A8 80%)`, textColor: getTextColor('#FFE6E3', '#8379A8') }, { bg: `linear-gradient(120deg,... 这是一款子比主题模仿致美化顶部样式代码样式,这款样式能够更好的去让用户加入自己的群聊,还是不错的一款顶部样式美化,喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] WP后台–>>外观–>>小工具–>>自定义HTML,建议放到:首页-顶部全宽度,自己改一下跳转链接 CSSHTML <style type='text/css'>/*www.huijuf.com*/ a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var { border: 0; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; box-sizing: border-box; } .index-header { width: 100%; height:...