STYLESHEETS
- A dictionary mapping from stylesheet names to CSS stylesheets and
descriptions. A single stylesheet may have multiple names. Currently, the
following stylesheets are defined:
-
default: The default stylesheet (synonym for
white).
-
white: Black on white, with blue highlights (similar to
javadoc).
-
blue: Black on steel blue.
-
green: Black on green.
-
black: White on black, with blue highlights
-
grayscale: Grayscale black on white.
-
none: An empty stylesheet.
- Type:
dictionary from string to (string,
string)
|