打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

晚秋/styles.css:修订间差异

来自RIA | Wiki
CandySanjo留言 | 贡献
// via Wikitext Extension for VSCode
CandySanjo留言 | 贡献
// via Wikitext Extension for VSCode
第1行: 第1行:
/*background*/
/*background*/
body {
body {
background-color: #00ffffff;
background: url("Banshuu_bg.png") no-repeat center center fixed;
background-repeat: no-repeat;
    -webkit-background-size: cover;
background-attachment: fixed;
    -moz-background-size: cover;
background-position: 50% 0;
    -o-background-size: cover;
background-size: cover;
}
}

2025年11月17日 (一) 19:08的版本

/*background*/ body { background: url("Banshuu_bg.png") no-repeat center center fixed;

   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;

}