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

提供:SEO百科事典
編集の要約なし
編集の要約なし
タグ: 差し戻し済み
13行目: 13行目:
.mw-parser-output {
.mw-parser-output {
line-height: 1.8!important;
line-height: 1.8!important;
}
#bodyContent {
color: #fff;
}
}

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

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