MediaWiki:Timeless.css:修订间差异

来自空幻城档案馆 | Skyhuancity Archive
无编辑摘要
无编辑摘要
第8行: 第8行:
     background-size: cover;
     background-size: cover;
}
}
/* 移除 Timeless 默认自带的头部和底部背景色/渐变,防止遮挡 */
/* #mw-header-container, #mw-footer-container {
    background: transparent;
} */

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;
}