「MediaWiki:Common.css」の版間の差分
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
||
21行目: | 21行目: | ||
margin-bottom:30px; | margin-bottom:30px; | ||
font-size:180%!important; | font-size:180%!important; | ||
} | |||
h3{ | |||
padding: 0.25em 0.5em; | |||
border-left: solid 5px #002060; | |||
font-size:160%!important; | |||
} | } | ||
P{ | P{ |
2023年2月25日 (土) 20:02時点における版
/* ここに記述した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; font-size:180%!important; } h3{ padding: 0.25em 0.5em; border-left: solid 5px #002060; font-size:160%!important; } P{ font-size:113%; } .vector-body h3{ margin-bottom:10px; margin-top:20px; } /* メインページの目次を非表示 */ .vector-body .toc{ display: none; }