MediaWiki:Common.css:修订间差异

Ztm0929留言 | 贡献
无编辑摘要
Ztm0929留言 | 贡献
添加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;
}
}