“花夜前行解雨臣黑眼镜为双主角状态”
——公众号 南派三叔盗墓笔记

MediaWiki:Common.css:修订间差异

来自瑞恩罗恰德资料库
跳转到导航 跳转到搜索
Koiori留言 | 贡献
无编辑摘要
Koiori留言 | 贡献
无编辑摘要
第1行: 第1行:
/* WIKI全局背景图(适配Vector默认皮肤,!important强制覆盖原生白色) */
/* 页面整体黑色底色 */
body.skin-vector {
body.skin-vector {
    background: url("shturl.cc/aJRA9LDwmtss76JczbRu32is8b2CfeX") no-repeat fixed 50% 0 !important;
     background-color: #000 !important;
     background-size: cover !important;
}
}
 
/* 正文区域半透明白,文字看清 */
body.skin-vector,
.mw-body {
html {
     background-color: rgba(255,255,255,0.85) !important;
     width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}
}
 
/* 侧边栏半透明白 */
/* 全局文字行高 */
.portal {
#mw-content-text {
    background-color: rgba(255,255,255,0.85) !important;
line-height: 1.6;
}
}
 
/* 顶部导航栏彻底透明,露出黑色背景 */
/* 首页内容半透明白底色 */
.page-首页 .mw-content-ltr {
    direction: ltr;
    padding: 30px;
    background: rgba(255, 255, 255, 0.84);
}
 
/* 通用页面内容半透明 */
.game-bg {
    background: rgba(255, 255, 255, 0.84);
}
 
/* 顶部导航栏透明,不遮挡背景 */
.wiki-header,
#mw-page-base {
#mw-page-base {
     background: transparent !important;
     background: transparent !important;
}
}
 
/* 文字默认黑色,适配黑底 */
@media (min-width: 1200px) {
body {
    .page-首页 .container {
     color:#222;
        width: 1220px;
    }
}
 
/* 侧边栏半透明,避免纯白方块 */
.portal {
     background-color: rgba(255, 255, 255, 0.84);
}
}

2026年6月16日 (二) 21:21的版本

/* 页面整体黑色底色 */
body.skin-vector {
    background-color: #000 !important;
}
/* 正文区域半透明白,文字看清 */
.mw-body {
    background-color: rgba(255,255,255,0.85) !important;
}
/* 侧边栏半透明白 */
.portal {
    background-color: rgba(255,255,255,0.85) !important;
}
/* 顶部导航栏彻底透明,露出黑色背景 */
#mw-page-base {
    background: transparent !important;
}
/* 文字默认黑色,适配黑底 */
body {
    color:#222;
}