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\n/* Tables */ \ntable.help { margin-left: auto;\
margin-right: auto; }\nth.summary, th.details, th.index\n \
{ text-align: left; font-size: 120%; } \nth.group { t\
ext-align: left; font-size: 120%;\n font-style: it\
alic; } \n\n/* Documentation page titles */\nh2.module { marg\
in-top: 0.2em; }\nh2.class { margin-top: 0.2em; }\nh2.type \
{ margin-top: 0.2em; }\nh2.py-src { margin-top: 0.2\
em; }\n\n/* Headings */\nh1.help { text-align: center; }\nh\
...
|
|