「MediaWiki:Common.css」の版間の差分
編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
/* | /* 基本フォント定義 */ | ||
@font-face { | @font-face { | ||
font-family: 'Bravura'; | font-family: 'Bravura'; | ||
| 23行目: | 23行目: | ||
} | } | ||
/* 全端末共通の文字サイズ */ | |||
body { | |||
font-size: 110%; | |||
} | } | ||
textarea { | |||
font-size: 110% !important; | |||
} | } | ||
.clearfix:after, | |||
.clearfix:after | |||
.clearfix:before { | .clearfix:before { | ||
content: ""; | content: ""; | ||
display: block; | |||
clear: both; | |||
} | } | ||
.clearfix { | .clearfix { | ||
display: block; | |||
} | } | ||
. | .mw-editfont-monospace { | ||
font-family: | |||
"ヒラギノ角 Pro-等幅", "ヒラギノ角ゴ Pro―等幅", "ヒラギノ角ゴ Pro", | |||
"ヒラギノ角ゴ ProN", "ヒラギノ角ゴ StdN", HiraKakuProN-W3, | |||
メイリオ, Meiryo, 游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, sans-serif !important; | |||
} | } | ||
. | .vector-sticky-header-context-bar-primary, | ||
#content { | |||
font-family: | |||
"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ StdN W3", | |||
"ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", | |||
メイリオ, Meiryo, 游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, sans-serif; | |||
font- | |||
} | } | ||
2026年2月18日 (水) 00:20時点における最新版
/* 基本フォント定義 */
@font-face {
font-family: 'Bravura';
src: url('./font/Bravura.woff2') format('woff2'),
url('./font/Bravura.woff') format('woff');
}
@font-face {
font-family: 'BravuraText';
src: url('./font/BravuraText.woff2') format('woff2'),
url('./font/BravuraText.woff') format('woff');
}
@font-face {
font-family: 'YonetMuFL';
src: url('./font/YonetMuFL.woff2') format('woff2'),
url('./font/YonetMuFL.woff') format('woff');
}
@font-face {
font-family: 'Neo Euler Medium';
src: url('./font/euler.woff') format('woff');
}
/* 全端末共通の文字サイズ */
body {
font-size: 110%;
}
textarea {
font-size: 110% !important;
}
.clearfix:after,
.clearfix:before {
content: "";
display: block;
clear: both;
}
.clearfix {
display: block;
}
.mw-editfont-monospace {
font-family:
"ヒラギノ角 Pro-等幅", "ヒラギノ角ゴ Pro―等幅", "ヒラギノ角ゴ Pro",
"ヒラギノ角ゴ ProN", "ヒラギノ角ゴ StdN", HiraKakuProN-W3,
メイリオ, Meiryo, 游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, sans-serif !important;
}
.vector-sticky-header-context-bar-primary,
#content {
font-family:
"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ StdN W3",
"ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro",
メイリオ, Meiryo, 游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, sans-serif;
}