晚秋/styles.css:修订间差异
来自RIA | Wiki
更多操作
CandySanjo(留言 | 贡献) CandySanjo将页面晚秋/styles.css的内容模型从“wikitext”更改为“已过滤的CSS” |
CandySanjo(留言 | 贡献) // via Wikitext Extension for VSCode |
||
| 第1行: | 第1行: | ||
/*background | /*background*/ | ||
body { | body { | ||
background-image: url('//wiki.ria.red/images/8/8e/Banshuu_bg.png'); | /* background-image: url('//wiki.ria.red/images/8/8e/Banshuu_bg.png'); */ | ||
background-color: aqua; | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: 50% 0; | background-position: 50% 0; | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
2025年11月17日 (一) 19:30的版本
/*background*/
body {
/* background-image: url('//wiki.ria.red/images/8/8e/Banshuu_bg.png'); */
background-color: aqua;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 0;
background-size: cover;
}