MediaWiki:Common.css:修订间差异
小无编辑摘要 |
小 添加CJK字符间距 |
||
| (未显示同一用户的5个中间版本) | |||
| 第35行: | 第35行: | ||
body.page-Main_Page li#ca-talk { display: none !important; } | body.page-Main_Page li#ca-talk { display: none !important; } | ||
body.page-Main_Page li#ca-delete { display: none !important; } | body.page-Main_Page li#ca-delete { display: none !important; } | ||
.vector-main-menu-action-opt-out { | |||
display: none !important; | |||
} | |||
#footer-icons a.cdx-button { | |||
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; | |||
} | |||