更改

大小无更改 、 2021年3月18日 (四) 21:59
无编辑摘要
第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将影响使用移动版网站的用户 */
   第109行: 第124行:  
.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,#ffd0d8 100%)
 
     background-image: linear-gradient(to bottom,rgb(255 255 255 / 0%) 0,#ffd0d8 100%)
}
  −
  −
/* 这里设置了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;
   
}
 
}