「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
22行目: | 22行目: | ||
background-color: | background-color: | ||
#E4EAC7; | #E4EAC7; | ||
+ | } | ||
+ | |||
+ | .mw-body-content { | ||
+ | font-size: 17px; | ||
+ | line-height: 1.6; | ||
} | } |
2020年2月13日 (木) 19:29時点における版
/* ここに記述したCSSはすべての外装に反映されます */ body { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; background-color:#E4EAC7; font-size:17px; line-height:1.6; } #mw-page-base { height: 5em; background-position: bottom left; background-color: #E4EAC7; } #mw-head { position: absolute; top: 0; right: 0; width: 100%; background-color: #E4EAC7; } .mw-body-content { font-size: 17px; line-height: 1.6; }