「MediaWiki:Common.css」の版間の差分
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし タグ: 差し戻し済み |
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし タグ: 手動差し戻し |
||
33行目: | 33行目: | ||
margin-bottom:10px; | margin-bottom:10px; | ||
margin-top:20px; | margin-top:20px; | ||
} | } |
2023年2月25日 (土) 00:22時点における版
/* ここに記述した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%; } ul{ font-size:110%; } ol{ font-size:110%; } .vector-body h3{ margin-bottom:10px; margin-top:20px; }