User:GuoPC/vector.css

來自萌娘共享
跳轉至: 導航搜索

注意:在保存之後,您可能需要清除瀏覽器緩存才能看到所作出的變更的影響。

  • Firefox或Safari:按住Shift的同時單擊刷新,或按Ctrl-F5Ctrl-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 #E7BB5E !important;}
h2 {border-bottom: 1px solid #E7BB5E !important;}

/* Customized panel */
#mw-panel .portal .body {background-image: none !important;}
#mw-panel .portal h3 {
	border-bottom: 1px solid #E7BB5E;
	color: #222 !important;
}

/* Other */
span.popup_contribs > a.popupNavLink {display: block;}
.mw-body {border: 1px solid #E7BB5E !important;}