——公众号 南派三叔盗墓笔记
MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* WIKI全局背景图(适配Vector默认皮肤,!important强制覆盖原生白色) */ | |||
/* | |||
body.skin-vector { | body.skin-vector { | ||
background: url("shturl.cc/ | background: url("shturl.cc/aJRA9LDwmtss76JczbRu32is8b2CfeX") no-repeat fixed 50% 0 !important; | ||
background-size: cover !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 { | |||
background: | direction: ltr; | ||
padding: 30px; | |||
background: rgba(255, 255, 255, 0.84); | |||
} | } | ||
/* 通用页面内容半透明 */ | |||
/* | |||
.game-bg { | .game-bg { | ||
background: | background: rgba(255, 255, 255, 0.84); | ||
} | } | ||
/* 顶部导航栏透明,不遮挡背景 */ | |||
# | .wiki-header, | ||
#mw-page-base { | |||
background: transparent !important; | |||
} | } | ||
.page-首页 | @media (min-width: 1200px) { | ||
.page-首页 .container { | |||
width: 1220px; | |||
} | |||
} | } | ||
/* | /* 侧边栏半透明,避免纯白方块 */ | ||
.portal { | |||
background-color: rgba(255, 255, 255, 0.84); | |||
. | |||
} | } | ||
2026年6月16日 (二) 21:14的版本
/* 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);
}