MediaWiki:Vector-2022.css:修订间差异

来自偶像大师中文维基
跳转到导航 跳转到搜索
创建页面,内容为“body .mw-body{ margin-top: 0; } #right-navigation{ margin-top: 0; } #left-navigation{ margin-top: 0; } .wikitable { display: table; width: 100%; } .nomobile { display: none !important; }”
 
无编辑摘要
 
(未显示同一用户的6个中间版本)
第3行: 第3行:
}
}
#right-navigation{
#right-navigation{
margin-top: 0;
margin-top: 0 !important;
}
}
#left-navigation{
#left-navigation{
margin-top: 0;
margin-top: 0 !important;
}
}
.mw-logo-wordmark {
white-space: nowrap;
color: #F34F6D;
}
.nomobile {
  display: none !important;
}
/* 移动端表格显示优化 */
.wikitable {
.wikitable {
display: table;
display: table !important;
width: 100%;
width: 100%;
word-break: keep-all;
}
}
.nomobile {
.smwtable-clean {
  display: none !important;
word-break: keep-all;
}
.mw-body p + ul,.mw-body p + ol,.mw-body p + table,.mw-body p + dl,.mw-body p + blockquote {
        margin-top: unset;
}
}

2025年10月19日 (日) 21:28的最新版本

body .mw-body{
	margin-top: 0;
}
#right-navigation{
	margin-top: 0 !important;
}
#left-navigation{
	margin-top: 0 !important;
}
.mw-logo-wordmark {
	white-space: nowrap;
	color: #F34F6D;
}
.nomobile {
  display: none !important;
}
/* 移动端表格显示优化 */
.wikitable {
	display: table !important;
	width: 100%;
	word-break: keep-all;
}
.smwtable-clean {
	word-break: keep-all;
}
.mw-body p + ul,.mw-body p + ol,.mw-body p + table,.mw-body p + dl,.mw-body p + blockquote {
        margin-top: unset;
}