MediaWiki:Common.css:修订间差异

来自圣洛神教
跳转到导航 跳转到搜索
创建页面,内容为“全局页面背景:​ 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…”
 
无编辑摘要
标签已被回退
第1行: 第1行:
/* 全局页面背景 */
body {
body {
     background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp");
     background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp");
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center center;
     background-position: center;
     background-attachment: fixed;
     background-attachment: fixed;
     background-size: cover;
     background-size: cover;
}
}
/* 把白色内容面板改成半透明,避免盖住背景 */
.mw-page-container {
.mw-page-container {
     background-color: rgba(255,255,255,0.72) !important;
     background-color: rgba(0,0,0,0.65) !important;
    color:#eeeeee !important;
}
}
.vector-header-container {
.vector-header-container {
     background-color: rgba(255,255,255,0.75) !important;
     background-color: rgba(0,0,0,0.7) !important;
}
}

2026年9月3日 (四) 06:15的版本

body {
    background-image: url("https://tc.alcy.cc/tc/20260429/0250621d810c416de209f19d011ae10e.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.mw-page-container {
    background-color: rgba(0,0,0,0.65) !important;
    color:#eeeeee !important;
}
.vector-header-container {
    background-color: rgba(0,0,0,0.7) !important;
}