——公众号 南派三叔盗墓笔记
MediaWiki:Common.css
跳转到导航
跳转到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* WIKI背景图 */
body {
background: url("https://patchwiki.biligame.com/images/sr/2/29/tjd2rlq7gbac4k46mnum5fvtt1218r8.png") no-repeat fixed 50% 0;
background-size: cover;
}
body,
html {
width: 100%;
height: 100%;
padding: 0;
margin: 0
}
/* 全局行高 */
#mw-content-text {
line-height: 1.6;
}
/* WIKI页面透明化 */
.page-首页.game-bg {
background: rgb(0 0 0 / 49%);
box-sizing: content-box;
padding: 0 30px 100px;
margin-bottom: 200px;
box-shadow: 0 6px 12px 0 rgb(0 0 0 / 30%);
}
.wiki-header {
background: transparent;
}
.game-bg {
background: rgb(255 255 255 / 84%);
}
.page-首页.mw-content-ltr {
direction: ltr;
padding: 30px;
background: rgb(255 255 255 / 84%);
}
@media (min-width: 1200px) {
.page-首页.container {
width: 1220px;
}
}