MediaWiki:Mobile.css:修订间差异
跳转到导航
跳转到搜索
来自PRTS 标签:移动版编辑 移动版网页编辑 |
无编辑摘要 标签:已被回退 移动版编辑 移动版网页编辑 |
||
| 第36行: | 第36行: | ||
font-size: x-small | font-size: x-small | ||
} | } | ||
} | |||
.skin-minerva h3 { | |||
border-bottom:2px solid #343434; | |||
} | } | ||
2025年9月9日 (二) 22:27的版本
/* 这里放置的CSS将应用于移动版网站 */
/* 表格强制不换行,使用最小字体 */
.wikitable {
white-space: nowrap;
}
table.wraptable {
white-space: normal;
}
/* 表格内图片设置最小宽度*/
.wikitable img {
min-width: 24px;
}
/* Minerva隐藏Vector元素 */
.skin-minerva .nomobile {
display: none !important;
}
table.scaletable {
transform: scale(0.5);
transform-origin: top left;
width: 200% !important;
}
/*手机端*/
@media screen and (max-width: 640px) {
body {
font-size: small;
}
.wikitable,
.infobox {
font-size: x-small
}
}
.skin-minerva h3 {
border-bottom:2px solid #343434;
}