Template:RoundRobin.css: Difference between revisions

Template page
(Couchor created the page Template:RoundRobin.css using a non-default content model "Sanitized CSS")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.rr-table {
text-align: center;
border: 1px solid #000;
}


.rr-table td {
padding: 0 3px;
border-top: 1px solid #000;
}
.rr-table td:not(:last-child) {
border-right: 1px solid #000;
}
.promote {background-color: #c7e5c7}
.stay {background-color: #f5e9b1}
.relegate {background-color: #f7c2c2}

Latest revision as of 10:13, 5 October 2023

.rr-table {
	text-align: center;
	border: 1px solid #000;
}

.rr-table td {
	padding: 0 3px;
	border-top: 1px solid #000; 
}

.rr-table td:not(:last-child) {
	border-right: 1px solid #000;
}

.promote {background-color: #c7e5c7}
.stay {background-color: #f5e9b1}
.relegate {background-color: #f7c2c2}