Template:HonorPrintHeader/style.css

From Pathfinder Wiki
/*Color for ADRA*/
#printhonorheader.cat-is-adra .header-item {
	background-color: rgb(67,77,154);
}
#printhonorheader.cat-is-adra .header-item--bottom:not(.placeholder) {
	background-color: rgb(192,195,221);
}

/*Color for Arts, Crafts and Hobbies*/
#printhonorheader.cat-is-arts .header-item {
	background-color: rgb(0,169,217);
}
#printhonorheader.cat-is-arts .header-item--bottom:not(.placeholder) {
	background-color: rgb(173,220,235);
}

/*Color for Health and Science*/
#printhonorheader.cat-is-health .header-item {
	background-color: rgb(41,30,73);
}
#printhonorheader.cat-is-health .header-item--bottom:not(.placeholder) {
	background-color: rgb(155,147,173);
}

/*Color for Household Arts*/
#printhonorheader.cat-is-household .header-item {
	background-color: rgb(234,144,71);
}
#printhonorheader.cat-is-household .header-item--bottom:not(.placeholder) {
	background-color: rgb(248,213,176);
}

/*Color for Nature*/
#printhonorheader.cat-is-nature .header-item {
	background-color: rgb(52,52,52);
}
#printhonorheader.cat-is-nature .header-item--bottom:not(.placeholder) {
	background-color: rgb(180,180,180);
}

/*Color for Outdoor Industries*/
#printhonorheader.cat-is-industries .header-item {
	background-color: rgb(117,65,35);
}
#printhonorheader.cat-is-industries .header-item--bottom:not(.placeholder) {
	background-color: rgb(204,173,146);
}

/*Color for Recreation*/
#printhonorheader.cat-is-recreation .header-item {
	background-color: rgb(34,98,52);
}
#printhonorheader.cat-is-recreation .header-item--bottom:not(.placeholder) {
	background-color: rgb(164,188,159);
}

/*Color for Spiritual Growth, Outreach and Heritage*/
#printhonorheader.cat-is-spirit .header-item {
	background-color: rgb(55,70,126);
}
#printhonorheader.cat-is-spirit .header-item--bottom:not(.placeholder) {
	background-color: rgb(170,170,195);
}

/*Color for Vocational*/
#printhonorheader.cat-is-vocational .header-item {
	background-color: rgb(192,62,58);
}
#printhonorheader.cat-is-vocational .header-item--bottom:not(.placeholder) {
	background-color: rgb(231,182,161);
}