User:Irukaza/common.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的1个中间版本)
第1行: 第1行:
/* 这里放置的CSS将影响使用移动版网站的用户 */


/*隐藏 标题*/
/* 隐藏 移动端 面底部的讨论按钮 */
.page-123 body{
.talk {
background:url("https://patchwiki.biligame.com/images/factorio/1/1f/dlx6y415mb8eips96h3ib9phxyapx1g.jpg");
  display: none !important;
}
}


/* 首页*/
/* 修正结构式讨论在移动设备上无法点击的问题 */
.box-glz{
.flow-ui-load-overlay {
float:left;
  pointer-events: none;
width:30%;
margin:6px;
text-align:center;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 10px;
}
}


@media (max-width: 768px) {
/* 懒加载渐入 */
.box-glz{
.lazyload,
float:left;
.lazyloading {
width:30%;
opacity: 0;
margin:3px;
text-align:center;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 10px;
}
}
.lazyloaded {
opacity: 1;
transition: opacity 300ms;
}
}


/*p标签修复*/
/* 模糊样式*/
.mw-body p {
.fuzzy {filter:blur(3px); text-shadow: 0px 0px 5px white;transition: all 0.1s ease-in-out;}
   line-height: inherit;
.fuzzy:hover {filter:none;text-shadow:none;}
   margin: 0.5em 0;
}


 
/* 热门评论*/
/* 顶通logo 临时[2020年1月20日]*/
.comment-container-top>div:not(.comment-thread) {
.wiki-header .wiki-nav .wiki-logo .pic-logo{
   background-color: rgba(68,135,223,0.8) !important;
   width:auto;
   color: white !important;
   font-weight: bolder !important;
}
}
 
.comment-thread.comment-popular {
/*视频测试*/
   background-color: rgba(68,135,223,0.1) !important;
.video-player{
width:100%;
height: 35vw;
min-height: 200px;
}
}


/* 测试*/
/* 评论边距 */
.img-video {
.comment-container-top,
   background-size: cover;
.comment-container {
   border-radius: 4px;
margin-left: 2% !important;
   display: block;
margin-right: 2% !important;
   width: 160px;
   height: 100px;
   overflow: hidden;
   position: relative;
}
}


/* 这里放置的CSS将应用于所有页面 */
/*音频组件*/
.audio-wrapper audio {
     position: fixed;
     left: -99999px;
   }


   .audio-controls {
img, object {
     display: inline-block;
  max-width: 100%;
     width: 60px;
  height: auto;
     height: 60px;
}
     padding: 0;
     position: relative;
     text-align: center;
     background-color: #f1f3f4;
     cursor: pointer;
     border-radius: 50%;
     border: 1px solid #dddddd;
     box-sizing: border-box;
   }


   .audio-controls .icon-btn {
/*筛选工具样式*/
     display: inline-block;
.filterable-button {
     width: 100%;
  float: right;
     height: 100%;
  color: black;
   }
  padding: 0 2px 0 0.5em;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}


   .audio-controls .icon-play {
.filterable-button:hover {
     background: url("http://test2-wiki.biligame.com/resources/assets/images/play.png");
  text-shadow: 1px 1px 2px #888;
     background-size: 60% 60%;
}
     background-repeat: no-repeat;
     background-position: center;
   }


   .audio-controls .icon-pause {
.filterable-button-active {
     background: url("http://test2-wiki.biligame.com/resources/assets/images/stop.png");
  color: black;
     background-size: 60% 60%;
}
     background-repeat: no-repeat;
     background-position: center;
   }


.filterable-input-group {
  position: absolute;
  max-width: 45vw;
  display: none;
}


.filterable-input-group .list-group-item input {
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}


.filterable-input-group .dropdown-content {
  padding: 0 10px;
}


.filterable-input-group .dropdown-content .list-group-item {
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}


.filterable-input-group .list-group {
  margin-bottom: 10px;
  max-height: 206px;
  overflow-y: auto;
}


.dropdown-menu {
  padding: 7px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 95;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border:
   1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}


.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}


.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}


.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}


.resp-tabs-list {
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
   zoom: 1
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
}


.resp-tabs-list:after {
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
   visibility: hidden;
  color: #ffffff;
   display: block;
  text-decoration: none;
   font-size: 0;
  outline: 0;
   content: " ";
  background-color: #337ab7;
   clear: both;
   height: 0
}
}


@media (max-width: 768px) {
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
   .resp-tabs .resp-tabs-list {
  color: #777777;
     white-space: nowrap;
}
     overflow-x: scroll
   }


   .resp-tabs .resp-tabs-list .bili-list-style {
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
     float: none !important;
  text-decoration: none;
     display: inline-block
  background-color: transparent;
   }
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
}


/*主站登陆样式修复*/
.btn-group-sm {
.bili-header-m .i_menu_login .img {
  display: inline-block;
   width: 294px !important;
}
}


/*分类高度修正*/
.dropdown-menu {
  padding: 7px;
}


#catlinks {
.mw-collapsible-toggle {
margin-bottom:14px;
  position: relative;
  Z-index: 50;
}
}


/* 隐藏更新日志时间*/
/* 表格强制不换行,使用最小字体 */
.wikitable {
  white-space: nowrap;
}


.bili-list-group .bili-list-group-item .fr {
table.wraptable {
   display: none !important;
  white-space: normal;
}
}


.wikiEditor-ui-toolbar .tabs{
/* 表格内图片设置最小宽度*/
height:auto
.wikitable img {
  min-width: 24px;
}
}
.wikiEditor-ui-toolbar .tabs, .wikiEditor-ui-toolbar .section-main{
 
height:auto
/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
  line-height: 1.5em;
}
}
/* 这里放置的CSS将影响使用Vector皮肤的用户 */


/*图片自适应*/
.hlist dl,
.img-kk {
.hlist ol,
display: inline-block;
.hlist ul {
height: auto;
  margin: 0;
padding:0px 3px 3px 0px;
max-width:100%;
line-height: 1.42857143;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
}


.img-icon {
.hlist dd,
border-radius:5px
.hlist dt,
.hlist li {
  display: inline;
  margin: 0;
}
}


/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
  display: inline;
}


/*logo修正*/
/* Generate interpuncts */
.wiki-logo .pic-logo {
.hlist dt:after {
margin-left:0px;
  content: " :";
}
}


.wiki-logo {
.hlist dd:after,
padding-left:0px;
.hlist li:after {
  content: " · ";
  font-weight: bold;
}
}


@media (max-width: 768px){
.hlist dd:last-child:after,
   .wiki-header .wiki-logo {
.hlist dt:last-child:after,
     padding-left: 0;
.hlist li:last-child:after {
   }
  content: none;
}
}


/* 隐藏首页标题*/
/* for IE 8 */
.page-首页 #firstHeading{display:none;}
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
  content: none;
}


/* 隐藏首页分类*/
/* Add parens around nested lists */
.page-首页 #catlinks{display:none;}
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
  content: "(";
}


/*a链接变色*/
.hlist dl dl:after,
a:link {color:#00b6ff;}
.hlist ol ol:after,
a:visited {color:#397BBD;}
.hlist ul ul:after {
  content: ")";
}


/* 标题*/
/* Put numbers in ordered lists */
#firstHeading{
.hlist.hnum ol li {
font-family: Reeji-CloudSongDa-GB-Regular;
  counter-increment: level1;
font-size: 30px;
color: rgba(0,0,0,0.85);
line-height: 40px;
padding-bottom:10px;
}
}


.mw-body-content h2 {
.hlist.hnum ol li:before {
  font-family: Reeji-CloudSongDa-GB-Regular;
  content: counter(level1) " ";
  font-size: 24px;
  color: rgba(0,0,0,0.85);
  line-height: 32px;
  padding-bottom:8px;
}
}


.mw-body-content h3 {
.hlist.hnum ol ol li {
   font-family: Reeji-CloudSongDa-GB-Regular;
  counter-increment: level2;
   font-size: 16px;
   color: rgba(0,0,0,0.85);
   line-height: 24px;
   padding-bottom:6px;
}
}


.mw-body-content h4 {
.hlist.hnum ol ol li:before {
  font-family: MicrosoftYaHei-Bold;font-size: 14px;color: rgba(0,0,0,0.85);line-height: 22px;
  content: counter(level2) " ";
}
}


/* 表格*/
/* 隐藏元素 */
table.wikitable > tr > th, table.wikitable > * > tr > th {
.nomobile {
background:#e9edf2;
  display: none !important;
height:40px;
opacity:0.6;
border-right: 1px solid rgba(0, 0, 0, .1);
}
}


table.wikitable > tr > td, table.wikitable > * > tr > td{
/* plainlist & plainlinks */
background-color: #fff;
.plainlist ul {
height:40px;
  list-style: none;
border-right: 1px solid rgba(0, 0, 0, .1)
  padding-left: 0;
}
}


table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
.plainlinks a {
border: 1px #ccc solid;padding:0.3em 1em;
  background: none !important;
  padding: 0 !important;
}
}


table.wikitable{border: 1px solid rgba(0,0,0,0.10);;margin: 10px 0;font-family: SourceHanSansCN-Bold;;}
/* 模板:半折叠 */
.template-semicollapse {
  display: block;
  overflow-x: auto;
}


/*首页h2标题高度修复*/
.template-semicollapse-content {
.bili-title-h2 {
  overflow-y: hidden;
   font-size: 16px;
  max-height: 400px;
   line-height: 24px;
  padding: 1px;
   margin-bottom:15px;
  -webkit-mask-image: linear-gradient(black 80%, transparent);
  mask-image: linear-gradient(black 80%, transparent);
}
}


.bili-divider {
.template-semicollapse-button {
   height: 1px;
  display: block;
   margin: 20px 0;
  width: 200px;
   background: rgba(0,0,0,.16);
  margin: auto;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #4487DF;
  color: white;
  text-align: center;
  padding: 4px;
  font-size: 20px;
  cursor: pointer;
}
}
/*首页链接颜色*/
 
.update-log a{
.template-semicollapse-button:hover {
   font-family: MicrosoftYaHei;
  background: #85C1F7;
   font-size: 14px;
  text-decoration: none;
   color: rgba(0,0,0,0.85) !important;
   line-height: 22px;
}
}


/* *** */
body.page-首页 div#block-basenav tbody {
  vertical-align: top;
}


/*标题编辑隐藏
body.page- 首页_sandbox div#block-basenav tbody {
h1 .mw-editsection ,h2 .mw-editsection,h3 .mw-editsection ,h4 .mw-editsection,h5 .mw-editsection{
  vertical-align: top;
   white-space: nowrap;
}
   unicode-bidi: -moz-isolate;
   display: none;
}*/


/* 隐藏SMW帮助*/
/** 引用自萌娘百科 https://zh.moegirl.org/MediaWiki:Mobile.css
.smw-editpage-help {
.heimu, .heimu a, a .heimu, .heimu a.new {
    display: none;
   background-color: #252525;
   color: #252525;
    text-shadow: none;
}
}
/*隐藏特殊页面帮助*/
.heimu:hover, .heimu:active {
.mw-body .mw-indicators {
    color: white;
    display: none;
}
}
/*更新日志样式修复*/
.heimu:hover a, a:hover .heimu {
.update-log .bili-list-group {
    color: lightblue;
    padding: 10px 0px;
   margin-left: 0;
}
}
/*更新日志标签变色*/
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu {
.bili-label-purple {
    color: #BA0000;
   background: rgba(0,182,255,0.10);
    color: #00B6FF;
}
}


.bili-label-pink {
.content h2 {
    background: rgba(0,182,255,0.10);
    font-weight: bold;
   color: #00B6FF;
}
}


.bili-label-green {
.toc-mobile>div>ul>li{
    background: rgba(0,182,255,0.10);
    font-weight: bold;
   color: #00B6FF;
}
}


.toc-mobile>div>ul>li>ul>li{
   font-weight: normal;
}


/* 条件筛选页面*/
**/
.select-grid {
/* 黑幕 */
width: 100%;
.heimu, .heimu a, a .heimu, .heimu a.new {
   padding: 10px 0 35px 0;
  background-color: #252525;
   display: table;
  color: #252525;
   margin: 0 0 40px 0;
  text-shadow: none;
   border-bottom: 1px solid #a2a9b1;
}
}


.select-grid table td {
.heimu:hover, .heimu:active {
   padding: 5px 10px 0 0;
  color: white;
}
}


.filter {
.heimu:hover a, a:hover .heimu {
   display: block;
  color: lightblue;
   clear: both;
}
}


span.select-wrap, span.imgselect-wrap {
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu {
margin:0 15px 5px 0;
  color: #BA0000;
padding: 8px 0;
font-family: SourceHanSansCN-Regular;
   font-size: 14px;
   display: inline-block;
   color: rgba(0,0,0,.85);
   text-align: center;
   line-height: 14px;
   background: #fff;
   border: 1px solid rgba(0,0,0,.1);
}
}


span.select-wrap {
/** tl-splink **/
width:80px;
.tl-splink a,
height:30px;
.tl-splink a:visited,
.tl-splink a:hover {
  border-bottom: dashed 1px;
}
}
span.imgselect-wrap {
 
padding:8px 10px;
/** pathnav2 **/
.pathnav2-center a,
.pathnav2-center a:visited {
  color: white;
}
}


span.imgselect-wrap p {
/** 隐藏登录后的首页欢迎语 **/
display: block;
body.page-Main_Page.is-authenticated .pre-content {
margin-top:10px;
  display: none !important;
}
}


/* 手机端hover伪类显示异常,magic,只能靠js了*/
/* 使行宽占满表格 */
span.select-wrap.hover, span.imgselect-wrap.hover {
th.fullline,
color: #000;
td.fullline {
   border: 1px solid rgb(133, 146, 239);
width: 850px;
   cursor: pointer;
   background:#FFF;
}
}


span.select-wrap.active, span.imgselect-wrap.active {
/* 侧栏调整 */
border: 1px solid rgba(119,132,222);
.navigation-enabled #mw-mf-viewport {
   color:rgba(119,132,222);
  overflow: hidden;
  min-height: 100%;
  height: 100% !important;
}
}


.filter li {
nav#mw-mf-page-left {
   list-style:none;
  height: 100%
   float:left;
}
}


nav#mw-mf-page-left>.menu.view-border-box {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
}


nav ul li a:hover {
  box-shadow: inset 5px 0 0 0 #2196f3;
  text-decoration: none;
}


.game-aggregation-wrap {
nav .mw-parser-output ul li a {
padding-bottom: 30px;
  font-weight: bold;
  line-height: 1.857;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}


.game-aggregation-wrap .game-card-list {
nav .mw-parser-output ul li a>i {
padding-top: 10px;
  margin-right: 0.76em;
display: flex;
  font-size: 1.4em;
flex-wrap: wrap;
  vertical-align: middle;
margin-left: -40px;
  width: 24px;
  text-align: center;
}
}


.game-aggregation-wrap .game-card-list .game-card-list-item{
/* 顶栏颜色 */
margin-left: 40px;
.header-container {
margin-bottom: 30px;
  background-color: #2196f3 !important;
width: 360px;
border: 1px solid rgba(0,0,0,0.1);
}
}


.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-cover{
.branding-box>h1:nth-child(1)>span:nth-child(1) {
width: 100%;
  color: #FFFFFF;
height: 200px;
overflow: hidden;
}
}


.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-cover .cover-img{
.overlay-header .overlay-title {
width: 100%;
  color: #FFFFFF;
height: 100%;
}
}


/* 通知样式 */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
  background: transparent !important;
}


.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-info{
.overlay-header h2>* {
width: 100%;
  color: #333 !important;
height: 93px;
padding: 20px;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-info .game-name{
 
font-family: MicrosoftYaHei;
.notification-count {
font-weight: 700;
  background: transparent !important;
font-size: 20px;
color: rgba(0,0,0,0.85);
letter-spacing: 0;
line-height: 28px;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-info .game-message{
 
font-family: MicrosoftYaHei;
/* 首页背景调整 */
font-size: 14px;
body.page-首页>#mw-mf-viewport>#mw-mf-page-center>#content,
color: rgba(0,0,0,0.35);
body.page- 首页_sandbox>#mw-mf-viewport>#mw-mf-page-center>#content {
line-height: 22px;
  background-color: #f8f8f8;
margin-top: 6px;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
}


.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button{
/* 隐藏首页和sandbox顶部内容 */
width: 100%;
body.page- 首页 .pre-content,
height: 60px;
body.page- 首页_sandbox .pre-content {
border-top: 1px solid rgba(0,0,0,0.1);
display: none;
display: flex;
align-items: center;
justify-content: space-between;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button-line{
 
height: 100%;
/* 隐藏首页和sandbox的编辑按钮 */
width: 1px;
body.page- 首页 .edit-page,
background-color: rgba(0,0,0,0.1);
body.page- 首页_sandbox .edit-page {
display: none;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button-lt,.game-card-button-rt{
 
height: 100%;
/* 隐藏首页和sandbox目录 */
flex: 1;
body.page- 首页 .toc-mobile,
color: #000;
body.page- 首页_sandbox .toc-mobile {
font-family: 'MicrosoftYaHei';
display: none;
background-color: #fff;
font-size: 14px;
text-align: center;
line-height: 60px;
cursor: pointer;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button a {
 
display: block;
/* 隐藏首页和sandbox讨论按钮 */
color: #000;
body.page- 首页 #page-secondary-actions,
   background-image: none;
body.page- 首页_sandbox #page-secondary-actions {
   margin-right: 0;
display: none;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button a,a:hover,a:visited,a:active,a:focus {
 
text-decoration: none;
/* 隐藏首页和sandbox最后编辑栏 */
body.page- 首页 .last-modified-bar,
body.page- 首页_sandbox .last-modified-bar {
display: none;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button-lt:hover,.game-card-button-rt:hover{
 
color: #00B6FF;
/* 缩小显示表格 */
table.scaletable {
transform: scale(0.5);
transform-origin: top left;
width: 200% !important;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button-lt:hover a,.game-card-button-rt:hover a{
 
color: #00B6FF;
/* Infobox */
infobox {
   position: relative;
   border: 1px solid #eaecf0;
   margin-bottom: 2em;
   background-color: #f8f9fa;
   display: flex;
   flex: 1 1 100%;
   flex-flow: column nowrap;
}
}
.game-aggregation-wrap .game-card-list .game-card-list-item .game-card-button-lt:active,.game-card-button-rt:active,.game-card-button-lt:focus,.game-card-button-rt:focus{
.infobox td,
background-color: rgb(234, 249, 255);
.infobox th {
  vertical-align: top;
}
}
 
.infobox th {
 
background-color: #eaecf0;
 
.game-aggregation-wrap .other-game-list {
width: 1211px;
padding-top: 10px;
display: flex;
flex-wrap: wrap;
margin-left: -51px;
}
}
.game-aggregation-wrap .other-game-list-item {
.infobox caption {
width: 122px;
  font-size: larger;
height: 160px;
margin-left: 51px;
margin-bottom: 30px;
}
}
.game-aggregation-wrap .other-game-list-item .game-pic{
.infobox.bordered {
display: block;
  border-collapse: collapse;
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 22px;
overflow: hidden;
}
}
.game-aggregation-wrap .other-game-list-item .game-pic img{
.infobox.bordered td,
display: block;
.infobox.bordered th {
width: 100px;
  border: 1px solid #a2a9b1;
height: 100px;
}
}
.game-aggregation-wrap .other-game-list-item .game-name{
.infobox.bordered .borderless td,
width: 100%;
.infobox.bordered .borderless th {
height: 48px;
  border: 0;
line-height: 24px;
margin: 10px 0 0;
text-align: center;
font-family: MicrosoftYaHei;
font-size: 16px;
color: rgba(0,0,0,0.85);
text-align: center;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
}


 
/* 在页面标题后增加复制URL按钮 */
 
body:not(.ns--1) h1#section_0 {
@media only screen and (max-width: 1200px) {
  pointer-events: none;
.game-aggregation-wrap .game-card-list {
  cursor: text;
width: 100%;
margin-left: 0;
justify-content: space-between;
}
.game-aggregation-wrap .game-card-list .game-card-list-item {
margin-left: 0;
}
.game-aggregation-wrap .other-game-list {
width: 1017.6px;
margin-left: -47.6px;
}
.game-aggregation-wrap .other-game-list .other-game-list-item {
margin-left: 47.6px;
}
}
}


@media only screen and (max-width: 992px) {
body:not(.ns--1) h1#section_0::after {
.game-aggregation-wrap .other-game-list {
  content: "\f0c1";
width: 785px;
  font-family: 'Font Awesome 5 Free';
margin-left: -35px;
  font-weight: 900;
}
  -webkit-font-smoothing: antialiased;
.game-aggregation-wrap .other-game-list .other-game-list-item {
  display: inline-block;
margin-left: 35px;
  font-style: normal;
}
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 70%;
  margin-left: .4em;
  color: var(--blue);
  pointer-events: auto;
  cursor: pointer;
}
}


@media only screen and (max-width: 768px) {
/* 临时修正section问题 */
.game-aggregation-wrap .game-card-list {
section.lst {
justify-content: center;
display: none;
}
.game-aggregation-wrap .other-game-list {
width: 100%;
justify-content: flex-start;
margin-left: 0;
}
.game-aggregation-wrap .other-game-list .other-game-list-item {
width: 24%;
margin-left: 0;
}
.game-aggregation-wrap .other-game-list .other-game-list-item:not(:nth-child(4n)) {
margin-right: calc(4% / 3);
}
}
}


@media only screen and (max-width: 500px) {
/*手机端*/
.game-aggregation-wrap .other-game-list .other-game-list-item {
@media screen and (max-width: 640px) {
width: 32%;
  body {
margin-left: 0;
   font-size: small;
}
  }
.game-aggregation-wrap .other-game-list .other-game-list-item:not(:nth-child(4n)) {
  .wikitable,
margin-right: 0;
  .infobox {
}
   font-size: x-small
.game-aggregation-wrap .other-game-list .other-game-list-item:not(:nth-child(3n)) {
  }
margin-right: calc(4% / 3);
}
}
}

2020年3月20日 (五) 17:17的版本

/* 这里放置的CSS将影响使用移动版网站的用户 */

/* 隐藏移动端页面底部的讨论按钮 */
.talk {
  display: none !important;
}

/* 修正结构式讨论在移动设备上无法点击的问题 */
.flow-ui-load-overlay {
  pointer-events: none;
}

/* 懒加载渐入 */
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/*模糊样式*/
.fuzzy {filter:blur(3px); text-shadow: 0px 0px 5px white;transition: all 0.1s ease-in-out;}
.fuzzy:hover {filter:none;text-shadow:none;}

/*热门评论*/
.comment-container-top>div:not(.comment-thread) {
    background-color: rgba(68,135,223,0.8) !important;
    color: white !important;
    font-weight: bolder !important;
}
.comment-thread.comment-popular {
    background-color: rgba(68,135,223,0.1) !important;
}

/* 评论边距 */
.comment-container-top,
.comment-container {
	margin-left: 2% !important;
	margin-right: 2% !important;
}


img, object {
  max-width: 100%;
  height: auto;
}

/*筛选工具样式*/
.filterable-button {
  float: right;
  color: black;
  padding: 0 2px 0 0.5em;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.filterable-button:hover {
  text-shadow: 1px 1px 2px #888;
}

.filterable-button-active {
  color: black;
}

.filterable-input-group {
  position: absolute;
  max-width: 45vw;
  display: none;
}

.filterable-input-group .list-group-item input {
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}

.filterable-input-group .dropdown-content {
  padding: 0 10px;
}

.filterable-input-group .dropdown-content .list-group-item {
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filterable-input-group .list-group {
  margin-bottom: 10px;
  max-height: 206px;
  overflow-y: auto;
}

.dropdown-menu {
  padding: 7px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 95;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border:
    1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.btn-group-sm {
  display: inline-block;
}

.dropdown-menu {
  padding: 7px;
}

.mw-collapsible-toggle {
  position: relative;
  Z-index: 50;
}

/* 表格强制不换行,使用最小字体 */
.wikitable {
  white-space: nowrap;
}

table.wraptable {
  white-space: normal;
}

/* 表格内图片设置最小宽度*/
.wikitable img {
  min-width: 24px;
}

/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
  line-height: 1.5em;
}

.hlist dl,
.hlist ol,
.hlist ul {
  margin: 0;
}

.hlist dd,
.hlist dt,
.hlist li {
  display: inline;
  margin: 0;
}

/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
  display: inline;
}

/* Generate interpuncts */
.hlist dt:after {
  content: " :";
}

.hlist dd:after,
.hlist li:after {
  content: " · ";
  font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
  content: none;
}

/* for IE 8 */
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
  content: none;
}

/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
  content: "(";
}

.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
  content: ")";
}

/* Put numbers in ordered lists */
.hlist.hnum ol li {
  counter-increment: level1;
}

.hlist.hnum ol li:before {
  content: counter(level1) " ";
}

.hlist.hnum ol ol li {
  counter-increment: level2;
}

.hlist.hnum ol ol li:before {
  content: counter(level2) " ";
}

/* 隐藏元素 */
.nomobile {
  display: none !important;
}

/* plainlist & plainlinks */
.plainlist ul {
  list-style: none;
  padding-left: 0;
}

.plainlinks a {
  background: none !important;
  padding: 0 !important;
}

/* 模板:半折叠 */
.template-semicollapse {
  display: block;
  overflow-x: auto;
}

.template-semicollapse-content {
  overflow-y: hidden;
  max-height: 400px;
  padding: 1px;
  -webkit-mask-image: linear-gradient(black 80%, transparent);
  mask-image: linear-gradient(black 80%, transparent);
}

.template-semicollapse-button {
  display: block;
  width: 200px;
  margin: auto;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #4487DF;
  color: white;
  text-align: center;
  padding: 4px;
  font-size: 20px;
  cursor: pointer;
}

.template-semicollapse-button:hover {
  background: #85C1F7;
  text-decoration: none;
}

/* *** */
body.page-首页 div#block-basenav tbody {
  vertical-align: top;
}

body.page-首页_sandbox div#block-basenav tbody {
  vertical-align: top;
}

/** 引用自萌娘百科 https://zh.moegirl.org/MediaWiki:Mobile.css 
.heimu, .heimu a, a .heimu, .heimu a.new {
    background-color: #252525;
    color: #252525;
    text-shadow: none;
}
.heimu:hover, .heimu:active {
    color: white;
}
.heimu:hover a, a:hover .heimu {
    color: lightblue;
}
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu {
    color: #BA0000;
}

.content h2 {
    font-weight: bold;
}

.toc-mobile>div>ul>li{
    font-weight: bold;
}

.toc-mobile>div>ul>li>ul>li{
    font-weight: normal;
}

**/
/* 黑幕 */
.heimu, .heimu a, a .heimu, .heimu a.new {
  background-color: #252525;
  color: #252525;
  text-shadow: none;
}

.heimu:hover, .heimu:active {
  color: white;
}

.heimu:hover a, a:hover .heimu {
  color: lightblue;
}

.heimu:hover .new, .heimu .new:hover, .new:hover .heimu {
  color: #BA0000;
}

/** tl-splink **/
.tl-splink a,
.tl-splink a:visited,
.tl-splink a:hover {
  border-bottom: dashed 1px;
}

/** pathnav2 **/
.pathnav2-center a,
.pathnav2-center a:visited {
  color: white;
}

/** 隐藏登录后的首页欢迎语 **/
body.page-Main_Page.is-authenticated .pre-content {
  display: none !important;
}

/* 使行宽占满表格 */
th.fullline,
td.fullline {
	width: 850px;
}

/* 侧栏调整 */
.navigation-enabled #mw-mf-viewport {
  overflow: hidden;
  min-height: 100%;
  height: 100% !important;
}

nav#mw-mf-page-left {
  height: 100%
}

nav#mw-mf-page-left>.menu.view-border-box {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
}

nav ul li a:hover {
  box-shadow: inset 5px 0 0 0 #2196f3;
  text-decoration: none;
}

nav .mw-parser-output ul li a {
  font-weight: bold;
  line-height: 1.857;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

nav .mw-parser-output ul li a>i {
  margin-right: 0.76em;
  font-size: 1.4em;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}

/* 顶栏颜色 */
.header-container {
  background-color: #2196f3 !important;
}

.branding-box>h1:nth-child(1)>span:nth-child(1) {
  color: #FFFFFF;
}

.overlay-header .overlay-title {
  color: #FFFFFF;
}

/* 通知样式 */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
  background: transparent !important;
}

.overlay-header h2>* {
  color: #333 !important;
}

.notification-count {
  background: transparent !important;
}

/* 首页背景调整 */
body.page-首页>#mw-mf-viewport>#mw-mf-page-center>#content,
body.page-首页_sandbox>#mw-mf-viewport>#mw-mf-page-center>#content {
  background-color: #f8f8f8;
}

/* 隐藏首页和sandbox顶部内容 */
body.page-首页 .pre-content,
body.page-首页_sandbox .pre-content {
	display: none;
}

/* 隐藏首页和sandbox的编辑按钮 */
body.page-首页 .edit-page,
body.page-首页_sandbox .edit-page {
	display: none;
}

/* 隐藏首页和sandbox目录 */
body.page-首页 .toc-mobile,
body.page-首页_sandbox .toc-mobile {
	display: none;
}

/* 隐藏首页和sandbox讨论按钮 */
body.page-首页 #page-secondary-actions,
body.page-首页_sandbox #page-secondary-actions {
	display: none;
}

/* 隐藏首页和sandbox最后编辑栏 */
body.page-首页 .last-modified-bar,
body.page-首页_sandbox .last-modified-bar {
	display: none;
}

/* 缩小显示表格 */
table.scaletable {
	transform: scale(0.5);
	transform-origin: top left; 
	width: 200% !important;
}

/* Infobox */
infobox {
    position: relative;
    border: 1px solid #eaecf0;
    margin-bottom: 2em;
    background-color: #f8f9fa;
    display: flex;
    flex: 1 1 100%;
    flex-flow: column nowrap;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox th {
	background-color: #eaecf0;
}
.infobox caption {
   font-size: larger;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* 在页面标题后增加复制URL按钮 */
body:not(.ns--1) h1#section_0 {
  pointer-events: none;
  cursor: text;
}

body:not(.ns--1) h1#section_0::after {
  content: "\f0c1";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 70%;
  margin-left: .4em;
  color: var(--blue);
  pointer-events: auto;
  cursor: pointer;
}

/* 临时修正section问题 */
section.lst {
	display: none;
}

/*手机端*/
@media screen and (max-width: 640px) {
  body {
    font-size: small;
  }
  .wikitable,
  .infobox {
    font-size: x-small
  }
}