Wiki source for ChartStyling


Show raw source

===== Chart styling =====

>>**See also:**
~-InfoHandler
~-PageAdminAction
~-TableStyling
>>::c::

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:

%%(css)
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
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki