Default Epydoc CSS Stylesheet

Note: this is not up-to-date.

/* Body color */ 
body               { background: #ffffff; color: #000000; } 
 
/* Tables */ 
table.summary, table.details, table.index
                   { background: #e8f0f8; color: #000000; } 
tr.summary, tr.details, tr.index 
                   { background: #70b0f0; color: #000000;  
                     text-align: left; font-size: 120%; } 
 
/* Headings */
h1.heading         { font-size: +140%; font-style: italic;
                     font-weight: bold; }
h2.heading         { font-size: +125%; font-style: italic;
                     font-weight: bold; }
h3.heading         { font-size: +110%; font-style: italic;
                     font-weight: normal; }
                     
/* Base tree */
pre.base-tree      { font-size: 80%; }

/* Details Sections */
table.func-details { background: #e8f0f8; color: #000000;
                     border: 2px groove #c0d0d0;
                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
h3.func-detail     { background: transparent; color: #000000;
                     margin: 0 0 1em 0; }

table.var-details  { background: #e8f0f8; color: #000000;
                     border: 2px groove #c0d0d0;
                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
h3.var-details     { background: transparent; color: #000000;
                     margin: 0 0 1em 0; }

/* Function signatures */
.sig               { background: transparent; color: #000000;
                     font-weight: bold; }  
.sig-name          { background: transparent; color: #006080; }  
.sig-arg, .sig-kwarg, .sig-vararg
                   { background: transparent; color: #008060; }  
.sig-default       { background: transparent; color: #602000; }  
.summary-sig       { background: transparent; color: #000000; }  
.summary-sig-name  { background: transparent; font-weight: bold; }  
.summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg
                   { background: transparent; color: #008060; }  

/* Doctest blocks */
.pysrc             { background: transparent; color: #000000; }
.pyprompt          { background: transparent; color: #003030;
                     font-weight: bold;}
.pystring          { background: transparent; color: #006030; }
.pycomment         { background: transparent; color: #003060; }
.pykeyword         { background: transparent; color: #402000; }
.pyoutput          { background: transparent; color: #404040; }
 
/* Navigation bar */ 
table.navbar       { background: #a0c0ff; color: #000000;
                     border: 2px groove #c0d0d0; }
th.navbar          { background: #a0c0ff; color: #6090d0; font-size: 110% } 
th.navselect       { background: #70b0ff; color: #000000; font-size: 110% } 

/* Links */ 
a:link             { background: transparent; color: #0000ff; }  
a:visited          { background: transparent; color: #204080; }  
a.navbar:link      { background: transparent; color: #0000ff; 
                     text-decoration: none; }  
a.navbar:visited   { background: transparent; color: #204080; 
                     text-decoration: none; }