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

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

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

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

a:hover {
  text-decoration: none;
}
#bodyContent {
line-height: 1.5;
}