萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航
跳转到搜索
/* 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页面]] */