「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;
}
}

2018年9月23日 (日) 14:42時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.wikitable tr:nth-child(2n+1) {
	background: #fff;
}
.s-tbl tr:hover {
	background:#aaa;
}