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

提供:SEO百科事典
編集の要約なし
編集の要約なし
19行目: 19行目:
h2{
h2{
border-bottom: solid 3px #002060;
border-bottom: solid 3px #002060;
margin-bottom:20px;
margin-bottom:30px;
}
P{
font-size:120%;
}
}

2023年2月24日 (金) 17:58時点における版

/* ここに記述した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 3px #002060;
margin-bottom:30px;
}
P{
font-size:120%;
}