Template:Ahnentafel/styles.css: Difference between revisions

From Empire of Dragons
Jump to navigation Jump to search
(dark mode fix)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 07:55, 31 March 2025

/* {{pp-template}} */
table.ahnentafel {
	border-collapse: separate;
	border-spacing: 0;
	line-height: 130%;
}
.ahnentafel tr {
	text-align:center;
}
.ahnentafel-t {
	border-top:var(--color-base, #000) solid 1px; 
	border-left:var(--color-base, #000) solid 1px;
}
.ahnentafel-b {
	border-bottom:var(--color-base, #000) solid 1px;
	border-left:var(--color-base, #000) solid 1px;
}