/* Only for [[田中姬铃木雏]]及相关页面 */
.toc {
/* 居中目录 */
margin: auto;
}
.onmobile {
display: none;
}
.nomobile {
display: block;
}
@media screen and (orientation: portrait) and (max-device-width: 780px) {
.onmobile {
display: block;
}
.nomobile {
display: none;
}
}
/* [[Category:在主命名空间下的CSS页面]] */