Template:Legend/styles.css: Difference between revisions
From Research Realm
| No edit summary | m actually i don't think there is a reason for this Tag: Manual revert | ||
| (8 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
| 	min-width: 1.25em; | 	min-width: 1.25em; | ||
| 	height: 1.25em; | 	height: 1.25em; | ||
| 	line-height:  | 	line-height: 1.25; | ||
| 	margin:  | 	margin: 0px 0; | ||
| 	text-align: center; | 	text-align: center; | ||
| 	border: 1px solid black; | 	border: 1px solid black; | ||
Latest revision as of 04:18, 26 May 2023
/* {{pp-template}} */
.legend {
	page-break-inside: avoid;
	break-inside: avoid-column;
}
.legend-color {
	display: inline-block;
	min-width: 1.25em;
	height: 1.25em;
	line-height: 1.25;
	margin: 0px 0;
	text-align: center;
	border: 1px solid black;
	background-color: transparent;
	color: black;
}
.legend-text {/*empty for now, but part of the design!*/}