Home | Trees | Index | Help |
|
---|
Package epydoc :: Module css |
|
epydoc.html
).
Function Summary | |
---|---|
string
|
Given a regexp match for a color, return the reverse-video version of that color. |
Variable Summary | |
---|---|
dictionary from string to
(string, string) |
STYLESHEETS : A dictionary mapping from stylesheet names to CSS stylesheets and
descriptions. |
str |
_BLACK = '\n/* Body color */ \nbody { back...
|
str |
_BLUE = '\n/* Body color */\nbody { backgr...
|
SRE_Pattern |
_COLOR_RE = #(..)(..)(..)
|
str |
_GRAYSCALE = '\n/* Body color */ \nbody { ...
|
str |
_GREEN = '\n/* Body color */\nbody { backg...
|
str |
_OLD_BLUE = '\n/* Body color */ \nbody { b...
|
str |
_OLD_GREEN = '\n/* Body color */ \nbody { ...
|
str |
_WHITE = '\n/* Body color */ \nbody { back...
|
Function Details |
---|
_rv(match)Given a regexp match for a color, return the reverse-video version of that color.
|
Variable Details |
---|
_BLACK
|
_BLUE
|
_COLOR_RE
|
_GRAYSCALE
|
_GREEN
|
_OLD_BLUE
|
_OLD_GREEN
|
_WHITE
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 20 17:46:21 2004 | http://epydoc.sf.net |