Package epydoc :: Module css
[show private | hide private]
[frames | no frames]

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)
Value:
{'black': ('\n/* Body color */ \nbody               { background: #000\
000; color: #ffffff; } \n \n/* Tables */ \ntable.summary, table.detail\
s, table.index\n                   { background: #070f17; color: #ffff\
ff; } \ntr.summary, tr.details, tr.index\n                   { backgro\
und: #0f4f8f; color: #ffffff;  \n                     text-align: left\
; font-size: 120%; } \ntr.group           { background: #071f3f; color\
: #ffffff;\n                     text-align: left; font-size: 120%;\n \
                    font-style: italic; } \n\n/* Documentation page ti\
...                                                                    

Generated by Epydoc 2.1 on Sat Mar 20 17:46:21 2004 http://epydoc.sf.net