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

提供:SEO百科事典
編集の要約なし
編集の要約なし
15行目: 15行目:
font-size: 18px!important;
font-size: 18px!important;
}
}
.mw-parser-output p{
#bodyContent {
font-size: 28px!important;
font-size: 28px!important;
}
}

2023年2月23日 (木) 08:46時点における版

/* ここに記述したCSSはすべての外装に反映されます */
/* リンク */
a:visited {
color: #1A0DAB;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* 文字調整 */
.mw-parser-output {
line-height: 1.8!important;
font-size: 18px!important;
}
#bodyContent {
font-size: 28px!important;
}