MediaWiki:Timeless.css:修订间差异
来自空幻城档案馆 | Skyhuancity Archive
无编辑摘要 |
无编辑摘要 |
||
| 第8行: | 第8行: | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
2026年7月4日 (六) 13:25的版本
/* 这里放置的CSS将应用于Timeless皮肤 */
/* 或者是 body 元素 */
#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;
}