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

提供:「ムラの戸籍簿」データベース
 
1行目: 1行目:
/* ここに記述したCSSはすべての外装に反映されます */
/* ここに記述したCSSはすべての外装に反映されます */
.align_center {
text-align: center;
}
.wikitable tr:nth-child(2n) {
.wikitable tr:nth-child(2n) {
background: #fff;
background: #fff;
}
.goukei_c {
background: #aaa;
font-weight:bold;
}
.goukei_r {
background: #aaa;
font-weight:bold;
border-right: solid 1px #000 !important;
}
.century {
border-bottom: solid 1px #000 !important;
width: 1em;
}
.goumei {
width: 4em !important;
}
.border_bottom {
border-bottom: solid 1px #000 !important;
}
}

2018年11月20日 (火) 17:30時点における最新版

/* ここに記述したCSSはすべての外装に反映されます */
.align_center {
	text-align: center;
}
.wikitable tr:nth-child(2n) {
	background: #fff;
}
.goukei_c {
	background: #aaa;
	font-weight:bold;
}

.goukei_r {
	background: #aaa;
	font-weight:bold;
	border-right: solid 1px #000 !important;
}
.century {
	border-bottom: solid 1px #000 !important;
	width: 1em;
}
.goumei {
	width: 4em !important;
}
.border_bottom {
	border-bottom: solid 1px #000 !important;
}