MediaWiki:Common.css:修订间差异

Ztm0929留言 | 贡献
无编辑摘要
Ztm0929留言 | 贡献
添加CJK字符间距
 
(未显示同一用户的3个中间版本)
第42行: 第42行:


#footer-icons a.cdx-button {
#footer-icons a.cdx-button {
   background: none !important;
   background-color: transparent !important;
   padding: 0 !important;
}
   border: none !important;
 
   box-shadow: none !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;
}
}