「MediaWiki:Common.css」の版間の差分
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
||
13行目: | 13行目: | ||
.mw-parser-output { | .mw-parser-output { | ||
line-height: 1.8!important; | line-height: 1.8!important; | ||
} | |||
.vector-body h2{ | |||
padding: 50px 0px 10px 0px!important; | |||
} | |||
h2{ | |||
border-bottom: solid 2px #002060; | |||
margin-bottom:30px; | |||
} | |||
P{ | |||
font-size:113%; | |||
} | |||
.vector-body h3{ | |||
margin-bottom:10px; | |||
margin-top:20px; | |||
} | |||
/* メインページの目次を非表示 */ | |||
.vector-body .toc{ | |||
display: none; | |||
} | } |
2023年2月25日 (土) 19:34時点における版
/* ここに記述したCSSはすべての外装に反映されます */ /* リンク */ a:visited { color: #1A0DAB; } a { text-decoration: underline; } a:hover { text-decoration: none; } /* 文字調整 */ .mw-parser-output { line-height: 1.8!important; } .vector-body h2{ padding: 50px 0px 10px 0px!important; } h2{ border-bottom: solid 2px #002060; margin-bottom:30px; } P{ font-size:113%; } .vector-body h3{ margin-bottom:10px; margin-top:20px; } /* メインページの目次を非表示 */ .vector-body .toc{ display: none; }