Loading... ## 1.文章页无头图设置 只喜欢首页有头图(也就是缩略图,无缩略图自动随机 图片在主题目录下usr/img/sj) ## 2.文章标题居中 本项修改的是文章标题,使其居中。将以下代码添加至后台主题设置 自定义CSS。 ``` /*文章标题居中*/ .panel h2{ text-align: center; } .post-item-foot-icon{ text-align: center; } ``` ## 3.首页头像放大并自动旋转 本项修改的是首页头像,效果就是将首页头像放大,并使其自动旋转。将以下代码添加至后台主题设置 自定义CSS。 ``` #旋转速度请修改3s数值 /*首页头像放大并自动旋转*/ .thumb-lg{ width:130px; } @-webkit-keyframes rotation{ from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } .img-full{ -webkit-transform: rotate(360deg); animation: rotation 3s linear infinite; -moz-animation: rotation 3s linear infinite; -webkit-animation: rotation 3s linear infinite; -o-animation: rotation 3s linear infinite; } ``` ## 4.首页文章图片获取焦点放大 本项修改的是首页文章图片,将鼠标放到首页头图后使其放大。将以下代码添加至后台主题设置 自定义CSS。 ``` #放大的时间和大小自行修改以下数值 /*首页文章图片获取焦点放大*/ .item-thumb{ cursor: pointer; transition: all 0.6s; } .item-thumb:hover{ transform: scale(1.05); } .item-thumb-small{ cursor: pointer; transition: all 0.6s; } .item-thumb-small:hover{ transform: scale(1.05); } ``` ## 5.鼠标点击特效 将以下代码放在主题的handsome/component/footer.php中的</body>之前即可。 ``` #字体自行修改 <script type="text/javascript"> /* 鼠标特效 */ var a_idx = 0; jQuery(document).ready(function($) { $("body").click(function(e) { var a = new Array("富强", "民主", "文明", "和谐", "自由", "平等", "公正" ,"法治", "爱国", "敬业", "诚信", "友善"); var $i = $("<span/>").text(a[a_idx]); a_idx = (a_idx + 1) % a.length; var x = e.pageX, y = e.pageY; $i.css({ "z-index": 999999999999999999999999999999999999999999999999999999999999999999999, "top": y - 20, "left": x, "position": "absolute", "font-weight": "bold", "color": "#ff6651" }); $("body").append($i); $i.animate({ "top": y - 180, "opacity": 0 }, 1500, function() { $i.remove(); }); }); }); </script> ``` ## 6.文章中插入短代码高亮文本 ``` <div class="tip inlineBlock share"> 这是灰色的短代码框,常用来引用资料什么的 </div> <div class="tip inlineBlock warning"> 这是黄色的短代码框,常用来做提示,引起读者注意。 </div> <div class="tip inlineBlock error"> 这是红色的短代码框,用于严重警告什么的。 </div> <div class="tip inlineBlock info"> 这是浅蓝色的短代码框,用于显示一些信息。 </div> <div class="tip inlineBlock success"> 这是绿色的短代码框,显示一些推荐信息。 </div> ``` ## 7.首页文章版式圆角化 本项修改的是首页文章版式,包括图片使其四个角由方形变成圆角形状。将以下代码添加至后台主题设置 自定义CSS。 ``` #圆角大小可修改15px数值 /*首页文章版式圆角化*/ .panel{ border: none; border-radius: 15px; } .panel-small{ border: none; border-radius: 15px; } .item-thumb{ border-radius: 15px; } ``` ## 8.评论表情修改 本项修改评论表情,将原始表情替换成泡泡和阿鲁,只需要替换主题文件里的OwO.min.js和OwO.json文件就可以了。文件下载:HS\_OwO.zip。OwO.min.js在handsome/assets/js/features文件夹,OwO.json在handsome/usr文件夹。 评论框特效 下载特效JS文件,[彩色打字](https://cdn.jsdelivr.net/gh/iuiurun/tyup@latest/143.html),编辑主题文件handsome/component/footer.php,在</body>后面添加以下代码。 ``` <script type="text/javascript" src="(JS文件路径)"></script> ``` ## 9.博主介绍的闪字特效 将以下代码加入博主介绍中,显示内容可自行修改。 ``` <span class="text-muted text-xs block"><div id="chakhsu"></div> <script> var chakhsu = function (r) {function t() {return b[Math.floor(Math.random() * b.length)]} function e() {return String.fromCharCode(94 * Math.random() + 33)} function n(r) {for (var n = document.createDocumentFragment(), i = 0; r > i; i++) { var l = document.createElement("span"); l.textContent = e(), l.style.color = t(), n.appendChild(l) } return n}function i() {var t = o[c.skillI]; c.step ? c.step-- : (c.step = g, c.prefixP < l.length ? (c.prefixP >= 0 && (c.text += l[c.prefixP]), c.prefixP++) : "forward" === c.direction ? c.skillP < t.length ? (c.text += t[c.skillP], c.skillP++) : c.delay ? c.delay-- : (c.direction = "backward", c.delay = a) : c.skillP > 0 ? (c.text = c.text.slice(0, -1), c.skillP--) : (c.skillI = (c.skillI + 1) % o.length, c.direction = "forward")), r.textContent = c.text, r.appendChild(n(c.prefixP < l.length ? Math.min(s, s + c.prefixP) : Math.min(s, t.length - c.skillP))), setTimeout(i, d) } /*以下内容自定义修改*/ var l = "*", o = ["露从今夜白,月是故乡明" ].map(function (r) {return r + ""}), a = 2, g = 1, s = 5, d = 75, b = ["rgb(110,64,170)", "rgb(150,61,179)", "rgb(191,60,175)", "rgb(228,65,157)", "rgb(254,75,131)", "rgb(255,94,99)", "rgb(255,120,71)", "rgb(251,150,51)", "rgb(226,183,47)", "rgb(198,214,60)", "rgb(175,240,91)", "rgb(127,246,88)", "rgb(82,246,103)", "rgb(48,239,130)", "rgb(29,223,163)", "rgb(26,199,194)", "rgb(35,171,216)", "rgb(54,140,225)", "rgb(76,110,219)", "rgb(96,84,200)"], c = {text: "", prefixP: -s, skillI: 0, skillP: 0, direction: "forward", delay: a, step: g}; i() }; chakhsu(document.getElementById('chakhsu')); </script> </span> </span> ``` ## 10.彩色标签云 1、替换sidebar.php文件中标签云为以下代码 ``` <section id="tag_cloud-2" class="widget widget_tag_cloud wrapper-md clear"> <h3 id="tag-cloud-title" class="widget-title m-t-none text-md"><?php _me("标签云") ?></h3> <?php Typecho_Widget::widget('Widget_Metas_Tag_Cloud','ignoreZeroCount=1&limit=30')->to($tags); ?> <?php if($tags->have()): ?> <?php while ($tags->next()): ?> <span id="tag-clould-color" style="background-color:rgb(<?php echo(rand(0,255)); ?>,<?php echo(rand(0,255)); ?>, <?php echo(rand(0,255)); ?>)"> <a href="<?php $tags->permalink();?>"> <?php $tags->name(); ?></a> </span> <?php endwhile; ?> <?php endif; ?> </section> ``` 在assets--css--新建任意名称的CSS文件(例:biaoqian.css) ``` #tag-clould-color { padding: 5px 10px 5px 10px; border-radius: 10px; color: #FFFFFF; margin: 3px 3px 3px 0; display: inline-block; } ``` 在header.php中引用此CSS文件(位置放在英文字体文件后即可) ``` <link rel="stylesheet" href="<?php echo STATIC_PATH; ?>css/filename.css" type="text/css"> ``` ## 11.顶部导航天气 在headnav.php中添加如下代码,添加在搜索的代码前后都可以。 ``` <!-- 天气 --> <div id="tp-weather-widget" class="navbar-form navbar-form-sm navbar-left shift"></div> <script>(function(T,h,i,n,k,P,a,g,e){g=function(){P=h.createElement(i);a=h.getElementsByTagName(i) [0];P.src=k;P.charset="utf- 8";P.async=1;a.parentNode.insertBefore(P,a)};T["ThinkPageWeatherWidgetObject"]=n;T[n]|| (T[n]=function(){(T[n].q=T[n].q||[]).push(arguments)});T[n].l=+new Date();if(T.attachEvent) {T.attachEvent("onload",g)}else{T.addEventListener("load",g,false)}} (window,document,"script","tpwidget","//widget.seniverse.com/widget/chameleon.js"))</script> <script>tpwidget("init", { "flavor": "slim", "location": "WX4FBXXFKE4F", "geolocation": "enabled", "language": "auto", "unit": "c", "theme": "black", "container": "tp-weather-widget", "bubble": "enabled", "alarmType": "badge", "color": "#00AFDB", "uid": "UB7BEE62D3", "hash": "3600ce1f732c2aa637f35517da5f7081" }); tpwidget("show");</script> <!-- 天气结束 --> ``` ## 12.编辑器Markdown语法## 后期会出一个箱子的介绍,针对自带编辑器。 **更多修改介绍请看** [主题使用帮助文档](https://auth.ihewro.com/admin/login/?next=/user/docs/) ## 13.头图大小## 小版头图大小:200\*194 px 大版头图大小:688\*250 px ## 14.typecho博客handsome主题音乐播放失效解决方案 替换meting.php文件 或者把CDN缓存时间设置为0 正文到此结束 本文作者:苏洋 本文链接:https://www.yyb03.cn/archives/31/ 版权声明:本博客所有文章除特别声明外,均默认采用 CC BY-NC-SA 4.0 许可协议。 最后修改:2024 年 07 月 19 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 4 如果觉得我的文章对你有用,请随意赞赏