更改

删除192字节 、 2021年3月18日 (四) 22:02
无编辑摘要
第1行: 第1行:  +
/* 这里设置了Google Font */
 +
 +
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&display=swap');
 +
 +
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 +
body {
 +
  font-family: 'Noto Serif SC', serif;
 +
}
 +
 +
/* Changes the default font used for MediaWiki headings to Noto Serif: */
 +
#content h1,
 +
#content h2 {
 +
  font-family: 'Noto Serif SC', serif;
 +
}
 +
 
/* 这里放置的CSS将应用于所有皮肤 */
 
/* 这里放置的CSS将应用于所有皮肤 */
   第81行: 第96行:  
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
 
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
 
     background-image: linear-gradient(to bottom,rgb(255 255 255 / 0%) 0,#ff9dae 100%)
 
     background-image: linear-gradient(to bottom,rgb(255 255 255 / 0%) 0,#ff9dae 100%)
}
  −
  −
/* 这里设置了Google Font */
  −
  −
@import url( 'https://fonts.googleapis.com/css?family=Noto+Serif+SC');
  −
  −
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
  −
body {
  −
  font-family: "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", "Noto Serif CJK",  "Source Han Serif", source-han-serif-sc, sans-serif;
  −
}
  −
  −
/* Changes the default font used for MediaWiki headings to Noto Serif: */
  −
#content h1,
  −
#content h2 {
  −
  font-family: "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", "Noto Serif CJK",  "Source Han Serif", source-han-serif-sc, sans-serif;
   
}
 
}