[show private | hide private]

Module epydoc.css

Predefined CSS stylesheets for the HTML outputter (epydoc.html).
Variable Summary
dictionary from string to (string, string) STYLESHEETS - A dictionary mapping from stylesheet names to CSS stylesheets and descriptions.

Variable Details

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)

Generated by Epydoc on Sun Oct 6 03:32:11 2002 http://epydoc.sf.net