「MediaWiki:Common.css」の版間の差分

提供:SEO百科事典
編集の要約なし
編集の要約なし
31行目: 31行目:
left: -16px;
left: -16px;
display: inline-block;
display: inline-block;
width: 9px;
width: 10px;
height: 9px;
height: 10px;
content: '';
content: '';
border-radius: 100%;
border-radius: 100%;

2023年2月26日 (日) 00:15時点における版

/* ここに記述した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: -16px;
display: inline-block;
width: 10px;
height: 10px;
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;
}