「MediaWiki:Common.css」の版間の差分
Kaien-admin (トーク | 投稿記録) 編集の要約なし |
Kaien-admin (トーク | 投稿記録) 編集の要約なし |
||
(同じ利用者による、間の1版が非表示) | |||
3行目: | 3行目: | ||
:root { | :root { | ||
--ff-body: 'Segoe UI', Arial, sans-serif; /* フォントファミリー */ | --ff-body: 'Segoe UI', Arial, sans-serif; /* フォントファミリー */ | ||
--fs-body: | --fs-body: 18px; /* 基本の文字サイズ */ | ||
--fw-body: normal; /* フォントの太さ */ | --fw-body: normal; /* フォントの太さ */ | ||
--lh-body: 1. | --lh-body: 1.7; /* 行の高さ */ | ||
} | } | ||
42行目: | 42行目: | ||
/* 本文全体の文字サイズを大きく設定 */ | /* 本文全体の文字サイズを大きく設定 */ | ||
.mw-body-content { | .mw-body-content { | ||
font-size: | font-size: 18px; /* 文字サイズを20pxに設定 */ | ||
line-height: 1. | line-height: 1.7; /* 行間も調整して読みやすく */ | ||
} | } | ||
79行目: | 79行目: | ||
} | } | ||
.mw-logo-container{ | |||
/*visibility: hidden;*/ | |||
display:none; | |||
} | } | ||
104行目: | 105行目: | ||
/* | /* 未ログインユーザーには「ソースを閲覧」「履歴表示」ボタンを非表示 */ | ||
body.ns-0.action-view #ca-viewsource { | body.ns-0.action-view #ca-viewsource { | ||
display: none; | display: none; | ||
} | |||
body.ns-0.action-view #ca-history { | |||
display: none; | |||
} | } |