MediaWiki:Common.css:修订间差异
小无编辑摘要 |
小 添加CJK字符间距 |
||
| (未显示同一用户的2个中间版本) | |||
| 第43行: | 第43行: | ||
#footer-icons a.cdx-button { | #footer-icons a.cdx-button { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | |||
/* 首页整体容器 */ | |||
.mainpage-container { | |||
display: flex; | |||
flex-direction: row; | |||
} | |||
/* 移动端时上下堆叠 */ | |||
@media (max-width: 768px) { | |||
.mainpage-container { | |||
flex-direction: column; | |||
} | |||
} | |||
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 { | |||
font-family: 'Source Han Serif SC VF', 'Georgia', 'Times', 'Source Serif Pro', serif; | |||
} | |||
:root, | |||
* { | |||
text-autospace: normal !important; | |||
} | } | ||