MediaWiki:Gadget-site-styles.css:修订间差异
MediaWiki界面页面
更多操作
移除黑白 标签:手工回退 mobile edit mobile web edit advanced mobile edit |
添加规则 |
||
| 第7行: | 第7行: | ||
** [[MediaWiki:<皮肤名>.css]] — 作用于特定皮肤的CSS。 | ** [[MediaWiki:<皮肤名>.css]] — 作用于特定皮肤的CSS。 | ||
*/ | */ | ||
.nowrap { | |||
white-space: nowrap; | |||
} | |||
2023年9月5日 (二) 15:59的版本
/*
* 全wiki通用CSS
*
* 这里放置的CSS是全站通用的, 不分皮肤、客户端。
** [[MediaWiki:Common.css]] — 仅在桌面版生效的CSS;
** [[MediaWiki:Mobile.css]] — 仅在移动版生效的CSS;
** [[MediaWiki:<皮肤名>.css]] — 作用于特定皮肤的CSS。
*/
.nowrap {
white-space: nowrap;
}