用户:GuoPC/vector.css
< 用户:GuoPC
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/* Specific font for certain characters: - Em Dash (2014) - Single Quotation Marks (2018, 2019) - Double Quotation Marks (201C, 201D) - Horizontal Ellipsis (2026) */ @font-face { font-family: "SHSerif Full-Width Quotation"; src: local("Source Han Serif SC"); unicode-range: U+2014, U+2018, U+2019, U+201C, U+201D, U+2026; } /* Customized fonts */ #firstHeading[lang="en"] {font-family: "Source Serif 4", "Source Han Serif SC" !important;} #firstHeading {font-family: "SHSerif Full-Width Quotation", "Source Serif 4", serif !important;} /* Customized headers */ h1, h2, h3, h4, h5, h6 {color: #222 !important;} h1 {border-bottom: 2px solid #0174F9 !important;} h2 {border-bottom: 1px solid #0174F9 !important;} /* Customized panel */ #mw-panel .portal .body {background-image: none !important;} #mw-panel .portal h3 { border-bottom: 1px solid #0174F9; color: #222 !important; } /* Other */ span.popup_contribs > a.popupNavLink {display: block;} .mw-body {border: 1px solid #0174F9 !important;}