Chart styling
The latest versions of some new (beta) handlers (like
InfoHandler) make use of the following classes for styling percentage bars. Colors match those of the
statistics columns of the
PageAdminAction:
span.c1 {
background-color: #DEE;
border:1px outset #EFF;
}
span.c2 {
background-color: #EDD;
border:1px outset #FEE;
}
span.c3 {
background-color: #EED;
border:1px outset #FFE;
}
span.c4 {
background-color: #DED;
border:1px outset #EFE;
}
span.c5 {
background-color: #DDE;
border:1px outset #EEF;
}
span.c6 {
background-color: #EDE;
border:1px outset #FEF;
}
CategoryLayout