"साँचा:Legend/styles.css" के अवतरणों में अंतर

मुक्त ज्ञानकोश विकिपीडिया से
नेविगेशन पर जाएँ खोज पर जाएँ
https://hiwiki.iiit.ac.in/index.php?title=>Nihiltres
(Updated (a touch boldly) based on discussion on talk; sets legend-color size and line-height to 1.25 em, makes width minimum, not fixed, and removes font-size)
 
छो (१ अवतरण आयात किया गया)
 
(३ सदस्यों द्वारा किये गये बीच के ३ अवतरण नहीं दर्शाए गए)
(कोई अंतर नहीं)

१३:२२, १ जुलाई २०२२ के समय का अवतरण

/* {{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!*/}