「MediaWiki:Common.css」の版間の差分
提供:作業療法大百科事典OtWiki
編集の要約なし |
編集の要約なし |
||
40行目: | 40行目: | ||
width: 100%; | width: 100%; | ||
h5 { | #mw-content-text > div > h5 { | ||
margin: 0; /* デフォルトCSS打ち消し */ | margin: 0; /* デフォルトCSS打ち消し */ | ||
font-size: 24px; /* 文字サイズ指定 */ | font-size: 24px; /* 文字サイズ指定 */ | ||
48行目: | 48行目: | ||
font-weight: normal; /* 文字の太さ調整 */ | font-weight: normal; /* 文字の太さ調整 */ | ||
} | } | ||
h5:before { | #mw-content-text > div > h5:before { | ||
content: ''; /* 空白の要素を作る */ | content: ''; /* 空白の要素を作る */ | ||
width: 50px; /* 幅指定 */ | width: 50px; /* 幅指定 */ | ||
59行目: | 59行目: | ||
} | } | ||
h6 { | #mw-content-text > div > h6 { | ||
padding: 0.25em 0.5em;/*上下 左右の余白*/ | padding: 0.25em 0.5em;/*上下 左右の余白*/ | ||
color: #494949;/*文字色*/ | color: #494949;/*文字色*/ |
2021年3月25日 (木) 11:11時点における版
/* ここに記述したCSSはすべての外装に反映されます */ #searchform{ position: -webkit-fixed; position: fixed; top: 0; z-index: 100; width: 66%; padding: 0.5em 0 0; } #mw-content-text > div > h2 { padding: .3em; border-bottom: 2px solid #64B5F6; box-shadow:0px 4px 0px 0px #0D47A1; } h3 { padding: .3em; border-bottom: 2px dashed #29B6F6; } h4{ position: relative; overflow: hidden; padding: .3em; } h4::before, h4::after{ content: ""; position: absolute; bottom: 0; } h4:before{ border-bottom: 4px solid #F4511E; width: 100%; } h4:after{ border-bottom: 4px solid #000000; width: 100%; #mw-content-text > div > h5 { margin: 0; /* デフォルトCSS打ち消し */ font-size: 24px; /* 文字サイズ指定 */ padding-bottom: 5px; /* 余白指定 */ margin-bottom: 15px; /* 周りの余白指定 */ position: relative; /* 位置調整 */ font-weight: normal; /* 文字の太さ調整 */ } #mw-content-text > div > h5:before { content: ''; /* 空白の要素を作る */ width: 50px; /* 幅指定 */ height: 4px; /* 高さ指定 */ background-color: #000; /* 背景色指定 */ display: block; /* ブロック要素にする */ position: absolute; /* 位置調整 */ left: 0; /* 位置調整 */ bottom: -6px; /* 位置調整 */ } #mw-content-text > div > h6 { padding: 0.25em 0.5em;/*上下 左右の余白*/ color: #494949;/*文字色*/ background: transparent;/*背景透明に*/ border-left: solid 5px #7db4e6;/*左線*/ }