MediaWiki:Common.css

来自圣洛神教
圣洛管理员留言 | 贡献2026年9月3日 (四) 06:13的版本 (创建页面,内容为“全局页面背景:​ body { background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp"); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; } 把白色内容面板改成半透明,避免盖住背景:​ .mw-page-container { background-color: rgba(255,255,255,0.72) !important; } .vector-header-container { background-color: rg…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 全局页面背景 */
body {
    background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

/* 把白色内容面板改成半透明,避免盖住背景 */
.mw-page-container {
    background-color: rgba(255,255,255,0.72) !important;
}
.vector-header-container {
    background-color: rgba(255,255,255,0.75) !important;
}