模板仓库:修订间差异
更新日期: 2024-05-30 最新编辑:郑妹仙
无编辑摘要 |
无编辑摘要 |
||
第13行: | 第13行: | ||
.so-content-in .tmpl-item a { | .so-content-in .tmpl-item a { | ||
text-decoration: none; | text-decoration: none; | ||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
font-weight: bold; | |||
color: rgba(0, 0, 0, 0.85); | |||
text-align: center; | |||
line-height: 25px; | |||
background: #fff; | |||
margin-right: 10px; | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
padding: 10px 10px; | |||
} | } | ||
.so-content-in .tmpl-item a:hover { | .so-content-in .tmpl-item a:hover { | ||
第23行: | 第30行: | ||
cursor: pointer; | cursor: pointer; | ||
color: white; | color: white; | ||
text-decoration: none; | |||
} | } | ||
}} | }} |
2024年4月23日 (二) 15:02的版本
丨前言
- 本页面旨在分享WIKI上各位WIKI创作者已经使用的各种样式和js相关代码
- 欢迎各位大佬分享与补充内容,相关内容会予以署名,如有错误欢迎指正
- 本页内容修改/添加请联系管理员
丨常用模板