“用户:GuoPC/vector.css”的版本间的差异
< 用户:GuoPC
(Update) |
小 |
||
(未显示同一用户的2个中间版本) | |||
第1行: | 第1行: | ||
+ | /* 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 */ | /* Customized fonts */ | ||
− | + | #firstHeading[lang="en"] {font-family: "Source Serif 4", "Source Han Serif SC" !important;} | |
− | #firstHeading[lang=" | + | #firstHeading {font-family: "SHSerif Full-Width Quotation", "Source Serif 4", serif !important;} |
− | #firstHeading | ||
− | |||
− | |||
/* Customized headers */ | /* Customized headers */ |
2024年11月3日 (日) 09:35的最新版本
/* 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;}