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

来自偶像大师中文维基
跳转到导航 跳转到搜索
撤销ZheiZhei讨论)的修订版本149
标签撤销
大型表格移动端可读性增强
第12行: 第12行:
color: #F34F6D;
color: #F34F6D;
}
}
.nomobile {
  display: none !important;
}
/* 移动端表格显示优化 */
.wikitable {
.wikitable {
display: table !important;
display: table !important;
width: 100%;
width: 100%;
}
word-break: keep-all;
.nomobile {
  display: none !important;
}
}

2025年9月5日 (五) 01:18的版本

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;
}