Revision [18586]

This is an old revision of ChartStyling made by DarTar on 2008-01-28 00:12:12.

 

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 TableStyling 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
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki