1routers2 and Style Sheets
2-------------------------
3
4routers2 now supports stylesheets, although by default they are disabled.
5
6To enable, you need to add the line:
7
8stylesheet = /rrdicons/routers2.css
9
10into the [routers.cgi] section of the routers2.conf file.  This is commented
11out normally.
12
13Note that any colour settings you add in the routers2.conf (eg: fgcolour) will
14override the settings in the stylesheet.  Similarly, any Background[] directive
15in a MRTG .cfg file will take precedent over everything.
16
17You can use the stylesheet to set default colours etc for different page types
18and different target types.
19
20There is also a section in the stylesheet for printing, which will hide the
21various options and icons when printing a web page, so you just get the image,
22the text, and the footer.  You may wish to alter this, although usually people
23aren't interested in printing out the control buttons.
24
25The supplied stylesheet is optimised for sans-serif fonts under MSIE, but is
26also tested under Firefox.  Classes and divisions are defined for most screen
27sections to help with customisation, however due to the need for backwards
28compatibiilty and PDA compatibility there is still use of the B and I tags.
29
30The trending plugin also supports stylesheets, although none of the others have
31been extended in this way as yet.
32
33Steve
34