Template:UserRightsBox/style.css

From Inkipedia, the Splatoon wiki
/* Bureaucrats orange */
.bureaucrat .ruserboxx {
	border: 1px solid #FFCC99 !important;
}
.bureaucrat td {
	background-color: #FFCC99 !important;
}
.bureaucrat td:first-child {
	background-color: #FFE4B5 !important;
}

/* sysop green */
.sysop .ruserboxx {
	border: 1px solid #C1E1C1 !important;
}
.sysop td {
	background-color: #C1E1C1 !important;
}
.sysop td:first-child {
	background-color: #D0F0C0 !important;
}

/* interface-admin indigo */
.interface-admin .ruserboxx {
	border: 1px solid #8A9ACD !important;
}
.interface-admin td {
	background-color: #8A9ACD !important;
}
.interface-admin td:first-child {
	background-color: #C3CDE6 !important;
}

/* affiliate purple */
.affiliate .ruserboxx {
	border: 1px solid #D8BFD8 !important;
}
.affiliate td {
	background-color: #D8BFD8 !important;
}
.affiliate td:first-child {
	background-color: #E6E6FA !important;
}

/* patroller blue */
.patroller .ruserboxx {
	border: 1px solid #ADD8E6 !important;
}
.patroller td {
	background-color: #ADD8E6 !important;
}
.patroller td:first-child {
	background-color: #B0E0E6 !important;
}

/* retired-staff gray */
.retired-staff .ruserboxx {
	border: 1px solid #B0B0B0 !important;
}
.retired-staff td {
	background-color: #B0B0B0 !important;
}
.retired-staff td:first-child {
	background-color: #DCDCDC !important;
}

/* user red */
.user .ruserboxx {
	border: 1px solid #FF99CC !important;
}
.user td {
	background-color: #FF99CC !important;
}
.user td:first-child {
	background-color: #FFC0CB !important;
}