MediaWiki:Mobile.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 标签:已被回退 移动版编辑 移动版网页编辑 |
无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第38行: | 第38行: | ||
} | } | ||
iframe { | |||
width: 100%; | |||
height: 55rem; | |||
} | } | ||
2025年9月10日 (三) 23:16的最新版本
/* 这里放置的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
}
}
iframe {
width: 100%;
height: 55rem;
}