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

MediaWiki:Common.css

来自瑞恩罗恰德资料库
Koiori留言 | 贡献2026年6月16日 (二) 21:14的版本
跳转到导航 跳转到搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* WIKI全局背景图(适配Vector默认皮肤,!important强制覆盖原生白色) */
body.skin-vector {
    background: url("shturl.cc/aJRA9LDwmtss76JczbRu32is8b2CfeX") no-repeat fixed 50% 0 !important;
    background-size: cover !important;
}

body.skin-vector,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

/* 全局文字行高 */
#mw-content-text {
	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 {
    background: transparent !important;
}

@media (min-width: 1200px) {
    .page-首页 .container {
        width: 1220px;
    }
}

/* 侧边栏半透明,避免纯白方块 */
.portal {
    background-color: rgba(255, 255, 255, 0.84);
}