MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 放置于这里的CSS将应用于所有皮肤 */ | /* 放置于这里的CSS将应用于所有皮肤 */ | ||
@font-face { | |||
font-family: IntelOneMono; | |||
src: url(0v0.zjsnrwiki.com/static/IntelOneMono-Regular.woff2); | |||
} | |||
body { | body { | ||
font-family: | font-family: sans-serif; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | |||
font-family: sans-serif !important; | |||
} | |||
. | .CodeMirror { | ||
font-family: "IntelOneMono", sans-serif, monospace; | |||
} | } | ||
| 第26行: | 第35行: | ||
/* background: url(https://www.zjsnrwiki.com/images/archive/3/3e/20171012032217%21Main_light_bg_gai.png) no-repeat top left; */ | /* background: url(https://www.zjsnrwiki.com/images/archive/3/3e/20171012032217%21Main_light_bg_gai.png) no-repeat top left; */ | ||
} | } | ||