Template:Frame data diagram/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.frame-data-diagram tr {
.frame-data-diagram tr {
height: 4em;
height: 6em;
}
}


.frame-data-diagram td {
.frame-data-diagram td {
width: 4em;
width: 6em;
text-align: center;
}
}



Revision as of 09:07, 19 February 2023

.frame-data-diagram tr {
	height: 6em;
}

.frame-data-diagram td {
	width: 6em;
	text-align: center;
}

.frame-data-diagram td:nth-child(1), .frame-data-diagram td:nth-child(2), .frame-data-diagram td:nth-child(3) {
	background: #f8b898;
}

.frame-data-diagram td:nth-child(4), .frame-data-diagram td:nth-child(5), .frame-data-diagram td:nth-child(6) {
	background: #80d0f8;
}