Template:Legend/styles.css: Difference between revisions

From Wiki Balkavani
Created page with "→‎{{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: 1px 0; text-align: center; border: 1px solid black; background-color: transparent; color: black; } .legend-text {→‎empty for now, but part of the design!: }"
 
mNo edit summary
 
Line 1: Line 1:
/* {{pp-template}} */
/* page protection normally goes here, its here in the main wikipedia page. I (Jacob) have disabled it for wiki balkavani because this is a css document */


.legend {
.legend {

Latest revision as of 18:01, 2 October 2025

/* page protection normally goes here, its here in the main wikipedia page. I (Jacob) have disabled it for wiki balkavani because this is a css document */

.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: 1px 0;
	text-align: center;
	border: 1px solid black;
	background-color: transparent;
	color: black;
}

.legend-text {/*empty for now, but part of the design!*/}