点击查看更新记录
添加 Cherry 樱花雨背景特效
引入 Iconfont 阿里图标矢量库
自定义 Loading 黏性加载动画
标签 Tag 右上角添加章数
点击查看教程
- 修改
[Blogroot]\themes\butterfly\scripts\helpers\page.js
,在约第 52
行处:
1 2 3 4 5 6 7 8 9
| source.forEach(tag => { const ratio = length ? sizes.indexOf(tag.length) / length : 0 const size = minfontsize + ((maxfontsize - minfontsize) * ratio) let style = `font-size: ${parseFloat(size.toFixed(2))}${unit};` const color = 'rgb(' + Math.floor(Math.random() * 201) + ', ' + Math.floor(Math.random() * 201) + ', ' + Math.floor(Math.random() * 201) + ')' // 0,0,0 -> 200,200,200 style += ` color: ${color}` - result += `<a href="${env.url_for(tag.path)}" style="${style}">${tag.name}</a>` + result += `<a href="${env.url_for(tag.path)}" style="${style}">${tag.name}<sup>${tag.length}</sup></a>` })
|
引入 Aplayer 音乐播放器
Twikoo 评论块气泡风格魔改美化
点击查看教程
- 新建
[Blogroot]\themes\butterfly\source\css\custom\twikoo_beautify.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
| .tk-input[data-v-619b4c52] .el-textarea__inner { height: 130px !important; }
.tk-input[data-v-619b4c52] .el-textarea__inner:focus { background-image: none !important; }
.tk-replies { left: -70px; width: calc(100% + 70px); }
.tk-replies .tk-avatar { width: 2.5rem !important; height: 2.5rem !important; } .tk-replies .tk-avatar img { width: 2.5rem !important; height: 2.5rem !important; }
.tk-comments-container .tk-submit { position: relative; left: -70px; }
.tk-content { background: #00a6ff; padding: 10px; color: #fff; border-radius: 10px; font-size: 16px !important; width: fit-content; max-width: 100%; position: relative !important; overflow: visible !important; max-height: none !important; }
.tk-content img { max-width: 100% !important; }
.tk-content pre { white-space: pre-wrap; word-wrap: break-word; } .tk-content a { color: #eeecaa; } .tk-content::before { content: ''; width: 0; height: 0; position: absolute; top: 20px; left: -13px; border-top: 2px solid transparent; border-bottom: 20px solid transparent; border-right: 15px solid #00a6ff; border-left: 0px solid transparent; } .tk-master .tk-content { background: #ff8080; color: #fff; width: fit-content; max-width: 100%; } .tk-master .tk-content a { color: #eeecaa; } .tk-master .tk-content::before { content: ''; width: 0; height: 0; position: absolute; top: 20px; left: -13px; border-top: 2px solid transparent; border-bottom: 20px solid transparent; border-right: 15px solid #ff8080; border-left: 0px solid transparent; } .tk-row[data-v-d82ce9a0] { max-width: 100%; width: fit-content; } .tk-avatar { border-radius: 50%; margin-top: 10px; }
[data-theme="dark"] .tk-content { background: #000; color: #fff; } [data-theme="dark"] .tk-content a { color: #dfa036; } [data-theme="dark"] .tk-content::before { border-right: 15px solid #000; } [data-theme="dark"] .tk-master .tk-content { background: #000; color: #fff; } [data-theme="dark"] .tk-master .tk-content a { color: #dfa036; } [data-theme="dark"] .tk-master .tk-content::before { border-top: 2px solid transparent; border-bottom: 20px solid transparent; border-right: 15px solid #000; border-left: 0px solid transparent; }
@media screen and (min-width: 1024px) { .tk-content { max-width: 75%; width: fit-content; } .tk-master .tk-content { width: 75%; } .tk-master .tk-content::before { left: 100%; border-left: 15px solid #ff8080; border-right: 0px solid transparent; } .tk-master .tk-avatar { position: relative; left: calc(75% + 70px); } .tk-master .tk-row[data-v-d82ce9a0] { position: relative; top: 0px; left: calc(75% - 230px); } [data-theme="dark"] .tk-master .tk-content::before { border-left: 15px solid #000; border-right: 0px solid transparent; } }
.tk-extras { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .tk-content:hover + .tk-extras { -webkit-animation: tk-extras-fadeIn 0.5s linear; -moz-animation: tk-extras-fadeIn 0.5s linear; -o-animation: tk-extras-fadeIn 0.5s linear; -ms-animation: tk-extras-fadeIn 0.5s linear; animation: tk-extras-fadeIn 0.5s linear; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-moz-keyframes tk-extras-fadeIn { from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } to { opacity: 1; -ms-filter: none; filter: none; } } @-webkit-keyframes tk-extras-fadeIn { from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } to { opacity: 1; -ms-filter: none; filter: none; } } @-o-keyframes tk-extras-fadeIn { from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } to { opacity: 1; -ms-filter: none; filter: none; } } @keyframes tk-extras-fadeIn { from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } to { opacity: 1; -ms-filter: none; filter: none; } }
|
- 修改
[Blogroot]\_config.butterfly.yml
的 inject
配置项
1 2 3
| inject: head: + - <link rel="stylesheet" href="/css/custom/twikoo_beautify.css" media="defer" onload="this.media='all'">
|
使用 Hexo-abbrlink 生成唯一文章链接
留言板 爱心❤️ 信封✉️ 动画
Friend Link 友链样式魔改
引入 Wow.js Animation 动画
侧边栏归档样式修改
点击查看教程
- 新建
[Blogroot]\themes\butterfly\source\css\custom\index.css
:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
| #aside-content .card-archives ul.card-archive-list { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
li.card-archive-list-item { width: 100%; flex: 0 0 48%; }
span.card-archive-list-count { width: auto; text-align: left; font-size: 1.2rem; line-height: .9; font-weight: 700; }
span.card-archive-list-count-unit { width: auto; text-align: left; font-size: 14px; font-weight: 700; }
#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a { border-radius: 8px; margin: 4px 0; display: flex; flex-direction: column; align-content: space-between; border: 1px solid var(--cyan-theme-color); }
#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a:hover { background-color: var(--cyan-theme-color); color: #fff; }
|
添加 Echarts 统计图表
渐变星空 Sky 粒子背景特效