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

提供:SEO百科事典
編集の要約なし
編集の要約なし
9行目: 9行目:
a:hover {
a:hover {
   text-decoration: none;
   text-decoration: none;
}
/* メインページの幅を変更する */
#mainpage {
  max-width: 1200px; /* 希望する幅に変更 */
  margin: 0 auto; /* メインページを中央揃えにする */
}
}

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

/* ここに記述したCSSはすべての外装に反映されます */
a:visited {
color: #1A0DAB;
}
a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
/* メインページの幅を変更する */
#mainpage {
  max-width: 1200px; /* 希望する幅に変更 */
  margin: 0 auto; /* メインページを中央揃えにする */
}