晚秋/styles.css:修订间差异
来自RIA | Wiki
更多操作
CandySanjo(留言 | 贡献) 小 CandySanjo移动页面晚秋/style.css至晚秋/styles.css |
CandySanjo(留言 | 贡献) // via Wikitext Extension for VSCode |
||
| 第1行: | 第1行: | ||
/*background*/ | /*background*/ | ||
body { | body { | ||
background:url("https://wiki.ria.red/images/8/8e/Banshuu_bg.png") no-repeat fixed 50% 0; | background-image: url("https://wiki.ria.red/images/8/8e/Banshuu_bg.png"); | ||
background-size:cover; | background-repeat: no-repeat; | ||
background-attachment: fixed; | |||
background-position: 50% 0; | |||
background-size: cover; | |||
} | } | ||
2025年11月17日 (一) 14:05的版本
/*background*/ body { background-image: url("https://wiki.ria.red/images/8/8e/Banshuu_bg.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: 50% 0; background-size: cover; }