「MediaWiki:Common.css」の版間の差分
提供:「ムラの戸籍簿」データベース
1行目: | 1行目: | ||
/* ここに記述したCSSはすべての外装に反映されます */ | /* ここに記述したCSSはすべての外装に反映されます */ | ||
.wikitable tr:nth-child(2n) { | .wikitable tr:nth-child(2n+1) { | ||
background: #fff; | background: #fff; | ||
} | |||
.s-tbl tr:hover { | |||
background:#aaa; | |||
} | } |