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

来自偶像大师中文维基
跳转到导航 跳转到搜索
无编辑摘要
标签移动版编辑 移动版网页编辑
无编辑摘要
标签移动版编辑 移动版网页编辑
第7行: 第7行:
#left-navigation{
#left-navigation{
margin-top: 0 !important;
margin-top: 0 !important;
}
.mw-logo-wordmark {
white-space: nowrap;
color: #F34F6D;
}
}
.wikitable {
.wikitable {
display: table;
display: table !important;
width: 100%;
width: 100%;
}
}

2025年9月2日 (二) 19:22的版本

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;
}
.wikitable {
	display: table !important;
	width: 100%;
}
.nomobile {
  display: none !important;
}