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

MediaWiki:Common.css:修订间差异

来自瑞恩罗恰德资料库
跳转到导航 跳转到搜索
Koiori留言 | 贡献
无编辑摘要
Koiori留言 | 贡献
无编辑摘要
第1行: 第1行:
html {
html {
scroll-padding-top: 60px;
    scroll-padding-top: 60px;
}
}


/* 背景 */
/* 全局背景,锁定Vector皮肤,强制最高优先级 */
body {
body.skin-vector {
background:url("https://i.postimg.cc/tRD11dmm/beijing.jpg") no-repeat fixed 50% 0;
    background: url("shturl.cc/aG1wflGIQJsYApmUjHAXZRkK5QPziH8") no-repeat fixed center !important;
background-size:cover;
    background-size: cover !important;
}
}
/* 正文半透明白底,文字看得清 */
.mw-body {
    background-color: rgba(255, 255, 255, 0.85);
}
/* 左侧侧边栏半透明 */
.portal {
    background-color: rgba(255, 255, 255, 0.85);
}
/* 顶部导航栏清除纯白遮挡 */
#mw-page-base {
    background: none !important;
}
.mw-special-ApiHelp {
.mw-special-ApiHelp {
     background: url("https://i.postimg.cc/tRD11dmm/beijing.jpg") no-repeat fixed 50% 0;
     background: url("shturl.cc/aG1wflGIQJsYApmUjHAXZRkK5QPziH8") no-repeat fixed center !important;
background-size:cover;
    background-size: cover !important;
color:#ffffff
    color:#ffffff;
}
}


p {margin: 0;}
p {
    margin: 0;
}


.resp-tab-content p {
.resp-tab-content p {
margin:0;
    margin:0;
}
}


.full-width {
.full-width {
width: 100% !important;
    width: 100% !important;
}
}


.mw-indicators {
.mw-indicators {
display: none;
    display: none;
}
}



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

html {
    scroll-padding-top: 60px;
}

/* 全局背景,锁定Vector皮肤,强制最高优先级 */
body.skin-vector {
    background: url("shturl.cc/aG1wflGIQJsYApmUjHAXZRkK5QPziH8") no-repeat fixed center !important;
    background-size: cover !important;
}

/* 正文半透明白底,文字看得清 */
.mw-body {
    background-color: rgba(255, 255, 255, 0.85);
}

/* 左侧侧边栏半透明 */
.portal {
    background-color: rgba(255, 255, 255, 0.85);
}

/* 顶部导航栏清除纯白遮挡 */
#mw-page-base {
    background: none !important;
}

.mw-special-ApiHelp {
    background: url("shturl.cc/aG1wflGIQJsYApmUjHAXZRkK5QPziH8") no-repeat fixed center !important;
    background-size: cover !important;
    color:#ffffff;
}

p {
    margin: 0;
}

.resp-tab-content p {
    margin:0;
}

.full-width {
    width: 100% !important;
}

.mw-indicators {
    display: none;
}

.comment-container {
    margin-top: 1em;
    background: white;
}

/* Nav */
.wiki-header {
	z-index: 1;
}

 .wiki-header .wiki-nav-celling {
	background: transparent;
} 
.wiki-header .wiki-nav .celling-box {
	background: #2D2D2D;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.6);
}


.menu-wrap .wiki-menu-li-1 {
	background: transparent;
}

.menu-wrap .wiki-menu-li-1>a {
	color: white;
}

/* Sep out local notice */
#bodyContent, #flowthread {
	padding: 2rem;
    background: white;
}

@media (min-width: 768px){
.game-bg {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.firstHeadingTools {
    margin-bottom: 0px;
    background: #fff;
    padding-left: 10px;
	
}
#firstHeading {
    background: #fff;
    padding-left: 10px;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    margin-bottom: 0px;
}
}

@media (max-width: 759px) {
#bodyContent {
	padding: 0;
}
}

.page-首页 > .game-bg > .mw-body > #bodyContent {
	padding: 0;
}

/*#contentSub{
	display:none;
} */

@media (min-width: 982px){
.client-js #mw-content-text {
    margin: 0;
}
}