Here is the CSS code that defines different header styles:
.head_red{
background-image: url(../../Images/box_header_red.png) !important;
background-repeat:no-repeat;
height: 59px;
}
.head_blue{
background-image: url(../../Images/box_header_blue.png) !important;
background-repeat:no-repeat;
height: 59px;
}
.head_green{
background-image: url(../../Images/box_header_green.png) !important;
background-repeat:no-repeat;
height: 59px;
}
.head_yellow{
background-image: url(../../Images/box_header_yellow.png) !important;
background-repeat:no-repeat;
height: 59px;
}
.head_orange{
background-image: url(../../Images/box_header_orange.png) !important;
background-repeat:no-repeat;
height: 59px;
}
I'm looking for a way to inherit these classes so I only need to specify the background-image property in each.