MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
创建页面,内容为“→这里放置的CSS将应用于所有皮肤: div:has(> div > label[for="wpRealName"]) { display: none !important; }” |
小无编辑摘要 |
||
| (未显示2个用户的3个中间版本) | |||
| 第1行: | 第1行: | ||
@media screen and (max-width: 600px) { | |||
img { max-width: 100%; height: auto; } | |||
display: | table { display: block; overflow-x: auto; white-space: nowrap; } | ||
pre, code { white-space: pre-wrap; word-wrap: break-word; } | |||
} | } | ||
2026年4月12日 (日) 08:57的最新版本
@media screen and (max-width: 600px) {
img { max-width: 100%; height: auto; }
table { display: block; overflow-x: auto; white-space: nowrap; }
pre, code { white-space: pre-wrap; word-wrap: break-word; }
}