MediaWiki:Common.css:修订间差异

来自歌颂之丘
跳转到导航 跳转到搜索
(撤销Xiyan讨论)的版本835)
标签撤销
(添加样式)
第31行: 第31行:
.ja-text {
.ja-text {
   font-family: "Source Han Sans","Yu Gothic UI",msgothic,sans-serif;
   font-family: "Source Han Sans","Yu Gothic UI",msgothic,sans-serif;
}
.en-text {
  font-family: Arial,sans-serif;
}
}

2023年7月23日 (日) 03:04的版本

/* 这里放置的CSS将应用于所有皮肤 */
.lyrics {
  margin: .5em 0
}

/*去他喵的雅黑符号*/
@font-face {
  font-family: CHS-SYMBOL-HEI;
  src: local('Source Han Sans SC'),
       local('STXihei'),
       local('SimHei'),
       local('SimSun');
  unicode-range: U+201C, U+201D, U+2026;
}

/*中文-简体*/
.zhs-text {
  font-family: CHS-SYMBOL-HEI, "Source Han Sans SC","WenQuanYi Micro Hei","Microsoft YaHei",SimHei,sans-serif;
}

body {
  font-family: CHS-SYMBOL-HEI, "Source Han Sans SC","WenQuanYi Micro Hei","Microsoft YaHei",SimHei,sans-serif;
}

/*中文-繁体*/
.zht-text {
  font-family: "Source Han Sans TC","Microsoft JhengHei",sans-serif;
}

/*日语*/
.ja-text {
  font-family: "Source Han Sans","Yu Gothic UI",msgothic,sans-serif;
}

.en-text {
  font-family: Arial,sans-serif;
}