46080bd0d54021e1c779ad04159a820acc7a9b93
[lms] / www / python-api / public / epydoc.css
1
2 /* Body color */ 
3 body               { background: #ffffff; color: #000000; } 
4  
5 /* Tables */ 
6 table.summary, table.details, table.index
7                    { background: #e8f0f8; color: #000000; } 
8 tr.summary, tr.details, tr.index
9                    { background: #70b0f0; color: #000000;  
10                      text-align: left; font-size: 120%; } 
11 tr.group           { background: #c0e0f8; color: #000000;
12                      text-align: left; font-size: 120%;
13                      font-style: italic; } 
14
15 /* Documentation page titles */
16 h2.module          { margin-top: 0.2em; }
17 h2.class           { margin-top: 0.2em; }
18  
19 /* Headings */
20 h1.heading         { font-size: +140%; font-style: italic;
21                      font-weight: bold; }
22 h2.heading         { font-size: +125%; font-style: italic;
23                      font-weight: bold; }
24 h3.heading         { font-size: +110%; font-style: italic;
25                      font-weight: normal; }
26                     
27 /* Base tree */
28 pre.base-tree      { font-size: 80%; margin: 0; }
29
30 /* Details Sections */
31 table.func-details { background: #e8f0f8; color: #000000;
32                      border: 2px groove #c0d0d0;
33                      padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
34 h3.func-detail     { background: transparent; color: #000000;
35                      margin: 0 0 1em 0; }
36
37 table.var-details  { background: #e8f0f8; color: #000000;
38                      border: 2px groove #c0d0d0;
39                      padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
40 h3.var-details     { background: transparent; color: #000000;
41                      margin: 0 0 1em 0; }
42
43 /* Function signatures */
44 .sig               { background: transparent; color: #000000;
45                      font-weight: bold; }  
46 .sig-name          { background: transparent; color: #006080; }  
47 .sig-arg, .sig-kwarg, .sig-vararg
48                    { background: transparent; color: #008060; }  
49 .sig-default       { background: transparent; color: #602000; }  
50 .summary-sig       { background: transparent; color: #000000; }  
51 .summary-sig-name  { background: transparent; color: #204080; }
52 .summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg
53                    { background: transparent; color: #008060; }  
54
55 /* Doctest blocks */
56 .py-src            { background: transparent; color: #000000; }
57 .py-prompt         { background: transparent; color: #005050;
58                      font-weight: bold;}
59 .py-string         { background: transparent; color: #006030; }
60 .py-comment        { background: transparent; color: #003060; }
61 .py-keyword        { background: transparent; color: #600000; }
62 .py-output         { background: transparent; color: #404040; }
63 pre.doctestblock   { background: #f4faff; color: #000000; 
64                      padding: .5em; margin: 1em;
65                      border: 1px solid #708890; }
66 table pre.doctestblock
67                    { background: #dce4ec; color: #000000; 
68                      padding: .5em; margin: 1em;
69                      border: 1px solid #708890; }
70
71 /* Variable values */
72 pre.variable       { background: #dce4ec; color: #000000;
73                      padding: .5em; margin: 0;
74                      border: 1px solid #708890; }
75 .variable-linewrap { background: transparent; color: #604000; }
76 .variable-ellipsis { background: transparent; color: #604000; }
77 .variable-quote    { background: transparent; color: #604000; }
78 .re                { background: transparent; color: #000000; }
79 .re-char           { background: transparent; color: #006030; }
80 .re-op             { background: transparent; color: #600000; }
81 .re-group          { background: transparent; color: #003060; }
82 .re-ref            { background: transparent; color: #404040; }
83
84 /* Navigation bar */ 
85 table.navbar       { background: #a0c0ff; color: #0000ff;
86                      border: 2px groove #c0d0d0; }
87 th.navbar          { background: #a0c0ff; color: #0000ff; } 
88 th.navselect       { background: #70b0ff; color: #000000; } 
89 .nomargin          { margin: 0; }
90
91 /* Links */ 
92 a:link             { background: transparent; color: #0000ff; }  
93 a:visited          { background: transparent; color: #204080; }  
94 a.navbar:link      { background: transparent; color: #0000ff; 
95                      text-decoration: none; }  
96 a.navbar:visited   { background: transparent; color: #204080; 
97                      text-decoration: none; }  
98
99 /* Lists */
100 ul { margin-top: 0; }