MediaWiki:Timeless.css:修订间差异
来自空幻城档案馆 | Skyhuancity Archive
无编辑摘要 |
无编辑摘要 |
||
| 第6行: | 第6行: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
2026年7月4日 (六) 13:28的最新版本
/* 设置整体网页的大背景 */
#mw-content-container {
background-image: url('/images/a/ab/background.png'); /* 替换为你的图片URL */
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}