“MediaWiki:Common.css”的版本间差异

来自橘猪小站
跳到导航 跳到搜索
第5行: 第5行:


/* 全站字体 */
/* 全站字体 */
body,.mw-body h1{
:root {
font-size:18px !important;
}
body,.mw-body h1,.mw-body h2,.mw-body h3{
   font-family: "Nunito", "Google Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
   font-family: "Nunito", "Google Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
}
}

2022年3月27日 (日) 21:02的版本

/* 这里放置的CSS将应用于所有皮肤 */
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Google Sans'); /* 谷歌的字体 */
@import url('https://fonts.googleapis.com/css?family=Noto Sans SC'); /* 思源黑体 */

/* 全站字体 */
:root {
	font-size:18px !important;
}
body,.mw-body h1,.mw-body h2,.mw-body h3{
  font-family: "Nunito", "Google Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
}
.ace_content {
   font-family:monospace !important;
}

td.Quote_Left {
    line-height: 0.7em;
    vertical-align: top;
    text-align: right;
}
td.Quote_Right {
    line-height: 0.1em;
    vertical-align: bottom;
    text-align: left;
}
td.Quote_Left, td.Quote_Right {
    color: #0D9BE3;
    font-size: 40px;
    font-family: 'Arial Black','Times New Roman',serif;
    font-weight: bold;
    width: 0px;
}