「MediaWiki:Common.css」の版間の差分
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
||
71行目: | 71行目: | ||
h6{ | h6{ | ||
font-size:115%!important; | font-size:115%!important; | ||
border-bottom: solid 1px #cccccc; | |||
color:#666666!important; | |||
} | } | ||
.vector-body h6{ | .vector-body h6{ |
2023年2月26日 (日) 00:23時点における版
/* ここに記述した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; } .vector-body h3{ margin: 50px 0px 10px 0px!important; } .vector-body ul{ font-size:113%; } .vector-body li { list-style-type: none; } .vector-body li::before{ position: relative; top: 0px; left: -16px; display: inline-block; width: 10px; height: 10px; content: ''; border-radius: 100%; background: #009DC6; } .vector-body ol{ font-size:113%; } h2{ border-bottom: solid 2px #009DC6; margin-bottom:30px; font-size:180%!important; } h3{ padding: 0.25em 0.5em; border-left: solid 3px #009DC6; font-size:160%!important; font-weight: 400!important; } h4{ font-size:140%!important; border-left: 3px dashed #009DC6; color:#009DC6; } .vector-body h4{ margin: 50px 0px 10px 0px!important; padding:0px 0px 0px 10px!important; } h5{ font-size:125%!important; background: #DDF9FF; color:#009DC6!important; } .vector-body h5{ margin: 50px 0px 10px 0px!important; padding:10px 10px 10px 10px!important; } h6{ font-size:115%!important; border-bottom: solid 1px #cccccc; color:#666666!important; } .vector-body h6{ margin: 50px 0px 10px 0px!important; padding:10px 10px 10px 10px!important; } P{ font-size:113%; } .vector-body h3{ margin-bottom:10px; margin-top:20px; } /* メインページの目次を非表示 */ .vector-body .toc{ display: none; } /* メインロゴ文字 */ .mw-logo-container{ color:#009DC6!important; }