「利用者:GuoPC/common.css」の版間の差分
細 |
細 |
||
1行目: | 1行目: | ||
+ | /* Customized fonts */ | ||
[lang="ja"], html[lang="ja"] body {font-family: "Kozuka Gothic Pro", "Noto Sans CJK";} | [lang="ja"], html[lang="ja"] body {font-family: "Kozuka Gothic Pro", "Noto Sans CJK";} | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {font-family: "Kozuka Mincho Pro", "Noto Serif CJK" !important;} | .mw-body h1, .mw-body-content h1, .mw-body-content h2 {font-family: "Kozuka Mincho Pro", "Noto Serif CJK" !important;} | ||
.mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {font-family: "Sarasa Term", "Sarasa Term J", monospace;} | .mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {font-family: "Sarasa Term", "Sarasa Term J", monospace;} | ||
− | .mw-disambig {color: #F80 | + | /* Colored special links */ |
− | .mw-redirect {color: #90A | + | .mw-disambig {color: #F80;} |
− | .extiw {color: #072 | + | .mw-redirect {color: #90A;} |
− | .external {color: steelblue | + | .extiw {color: #072;} |
+ | .external {color: steelblue;} | ||
+ | |||
+ | /* IPE CodeMirror related */ | ||
+ | .CodeMirror-gutter.CodeMirror-linenumbers, .CodeMirror-lines {font-family: monospace;} |
2021年3月25日 (木) 23:47時点における版
/* Customized fonts */ [lang="ja"], html[lang="ja"] body {font-family: "Kozuka Gothic Pro", "Noto Sans CJK";} .mw-body h1, .mw-body-content h1, .mw-body-content h2 {font-family: "Kozuka Mincho Pro", "Noto Serif CJK" !important;} .mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {font-family: "Sarasa Term", "Sarasa Term J", monospace;} /* Colored special links */ .mw-disambig {color: #F80;} .mw-redirect {color: #90A;} .extiw {color: #072;} .external {color: steelblue;} /* IPE CodeMirror related */ .CodeMirror-gutter.CodeMirror-linenumbers, .CodeMirror-lines {font-family: monospace;}