「MediaWiki:Common.css」の版間の差分
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
||
28行目: | 28行目: | ||
.vector-body li::before{ | .vector-body li::before{ | ||
position: relative; | position: relative; | ||
top: - | top: -1px; | ||
left: - | left: -17px; | ||
display: inline-block; | display: inline-block; | ||
width: | width: 8px; | ||
height: | height: 8px; | ||
content: ''; | content: ''; | ||
border-radius: 100%; | border-radius: 100%; |
2023年2月26日 (日) 00:14時点における版
/* ここに記述した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: -1px; left: -17px; display: inline-block; width: 8px; height: 8px; content: ''; border-radius: 100%; background: darkturquoise; } .vector-body ol{ font-size:113%; } 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; } h4{ font-size:140%!important; border-left: 4px dashed #002060; color:#002060; } .vector-body h4{ margin: 50px 0px 10px 0px!important; padding:0px 0px 0px 10px!important; } h5{ font-size:125%!important; background: #f0f0f0; color:#66666!important; } .vector-body h5{ margin: 50px 0px 10px 0px!important; padding:10px 10px 10px 10px!important; } h6{ font-size:115%!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; }