通用站点样式美化及性能优化

博客底部添加石蒜模拟器

可以自己参看官方说明添加石蒜模拟器石蒜模拟器:https://github.com/itorr/sakana也可以试试下面现成的打开主题设置--找到“标签前自定义内容”选项,填入下面内容也可以打开footer.php,将下面代码直接粘贴到底部<div class="sakana-box-l"></div> <div class="sakana-box-r"></div> <script src="https://cdn.jsdelivr.net/npm/sakana"><

# 喵喵
  • 2 月前
  • 1 min read
分享一些有趣的事

MyLife关闭开屏页面

设置--自定义cssbody .cat_topimg

# 喵喵
  • 3 月前
  • 1 min read
分享一些有趣的事

Sunny主题恢复旧版本的板块样式

Sunny主题在更新3.5.0之后,默认添加了板块的边框和悬停弹起效果。有的朋友希望恢复到之前没有特效的状态,可以进行以下修改。进入主题设置,在自定义css中填写:html:not(.cat_pyq):not(.cat_cms):not(.cat_pig) .cat_menu:hover html:not(.cat_pyq):not(.cat_cms):not(.cat_pig) .cat_archive_next .next, html:not(.cat_pyq):not(.cat_cms):not(.cat_pig) .cat_pagination_page a, html:not(.c

# 喵喵
  • 3 月前
  • 1 min read
分享一些有趣的事

Sunny主题如何给菜单栏的“首页”和“分类”添加emoji图标

主题设置————自定义css填入:.goto_indexpage .title:before .category_menu .title:before

# 喵喵
  • 4 月前
  • 1 min read
主题扩展教程与相关介绍

Sunny主题添加视频背景

背景视频:在“主题设置--自定义body标签”中填入:<video autoplay muted loop style="opacity: 0.5;position: fixed;right: 0;bottom: 0;min-width: 100%;min-height: 100%;z-index: -1;"><source src="https://xxx.mp4" type="video/mp4"></video>顶部视频:在“主题设置--自定义js”中填入:$('.cat_top').prep

# 喵喵
  • 4 月前
  • 1 min read
主题扩展教程与相关介绍

Sunny主题添加自定义启动画面

越来越多的小伙伴也想得到类似MyLife主题的欢迎页面,但是很难添加,这里看到了泽泽社长的css方法,很不错,分享给需要的人。以下内容来自泽泽社长分享的方法:《使用css给xlog加上原神启动》在主题设置——自定义css——中填写:body:after @keyframes fadeOut { 50% 100% 默认是原神logo,可以替换为自己喜欢的图片

# 喵喵
  • 4 月前
  • 1 min read