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

MediaWiki:Common.css:修订间差异

来自瑞恩罗恰德资料库
跳转到导航 跳转到搜索
Koiori留言 | 贡献
无编辑摘要
Koiori留言 | 贡献
无编辑摘要
标签已被回退
第6行: 第6行:
}
}


 
/* WIKI背景图 锁定Vector皮肤 */
/* WIKI背景图 */
body.skin-vector {
body {
background:url("https://patchwiki.biligame.com/images/umamusume/a/ae/0o5v7jr3cqggjele4zr8jl2rrhvbzp4.png") no-repeat fixed 50% 0 !important;
background:url("https://patchwiki.biligame.com/images/umamusume/a/ae/0o5v7jr3cqggjele4zr8jl2rrhvbzp4.png") no-repeat fixed 50% 0;
background-size:cover !important;
background-size:cover;
}
}
/* WIKI页面透明化 */
/* WIKI页面透明化 */
第32行: 第31行:
}
}


.mw-body {
/* 正文+底部容器双重强制50%透明 */
body.skin-vector .mw-body {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
body.skin-vector #content {
     background-color: rgba(255, 255, 255, 0.5) !important;
     background-color: rgba(255, 255, 255, 0.5) !important;
}
}

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

body,html {
	width:100%;
	height:100%;
	padding:0;
	margin:0
}

/* WIKI背景图 锁定Vector皮肤 */
body.skin-vector {
	background:url("https://patchwiki.biligame.com/images/umamusume/a/ae/0o5v7jr3cqggjele4zr8jl2rrhvbzp4.png") no-repeat fixed 50% 0 !important;
	background-size:cover !important;
}
/* WIKI页面透明化 */
.game-bg {
    background: rgb(255 255 255 / 84%);
}
.wiki-header {
    background: transparent;
}
/* 导航菜单 */
.wiki-header .wiki-nav {
    border: 1px solid #d0d0d0;
    background: #fff;
}
.menu-wrap .wiki-menu-li-1 {
    border-bottom: 0px solid rgba(0,0,0,.16);
}

.wiki-header .wiki-nav .nav-search-box {
    border-bottom: 0px solid rgba(0, 0, 0, 0.16);
}

/* 正文+底部容器双重强制50%透明 */
body.skin-vector .mw-body {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
body.skin-vector #content {
    background-color: rgba(255, 255, 255, 0.5) !important;
}