Khác biệt giữa các bản “Bản mẫu:Legend/styles.css”
(Tạo trang mới với nội dung “→‎{{pp-template}}: .legend { page-break-inside: avoid; break-inside: avoid-column; } .legend-color { display: inline-block; width: 1.5em; height…”)
 
 
(Không hiển thị phiên bản của cùng người dùng ở giữa)
Dòng 1: Dòng 1:
/* {{pp-template}} */
 
 
 
.legend {
 
.legend {
 
page-break-inside: avoid;
 
page-break-inside: avoid;
Dòng 8: Dòng 6:
 
.legend-color {
 
.legend-color {
 
display: inline-block;
 
display: inline-block;
width: 1.5em;
+
min-width: 1.25em;
height: 1.5em;
+
height: 1.25em;
 +
line-height: 1.25;
 
margin: 1px 0;
 
margin: 1px 0;
 
text-align: center;
 
text-align: center;
Dòng 15: Dòng 14:
 
background-color: transparent;
 
background-color: transparent;
 
color: black;
 
color: black;
font-size: 100%;
 
 
}
 
}

Bản hiện tại lúc 08:34, ngày 14 tháng 5 năm 2024

.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;
}