]> git.saurik.com Git - wxWidgets.git/blame - wxPython/docs/wxPython-epydoc.css
The Lesser wxMask Refactoring: merged wxMGL and wxDFB version, added wxMaskBase which...
[wxWidgets.git] / wxPython / docs / wxPython-epydoc.css
CommitLineData
36305df5
RD
1
2/* Body color */
3body { background: #ffffff; color: #000000; }
4
5/* Tables */
6table.summary, table.details, table.index
7 { background: #e8f0f8; color: #000000; }
8tr.summary, tr.details, tr.index
9 { background: #70b0f0; color: #000000;
10 text-align: left; font-size: 120%; }
11tr.group { background: #c0e0f8; color: #000000;
12 text-align: left; font-size: 120%;
13 font-style: italic; }
14
15
16
17/* for tables generated by reST */
18table.rst-table {
19 border-width: 0px;
20 margin-top: 0em;
21 margin-bottom: .3em;
22 background: transparent;
23}
24
25th.rst {
26 border-width: 0px;
27 padding: 2px 4px;
3ea6e0ec 28 background: #cccccc;
36305df5
RD
29 text-align: left;
30 vertical-align: top;
31 margin: .25em;
32}
33
34td.rst {
35 border-width: 0px;
36 margin: .25em;
37 padding: 2px 4px;
3ea6e0ec 38 background: #dddddd;
36305df5
RD
39 vertical-align: top;
40}
41
42tr.rst {
43 border-width: 0px;
44 margin: .25em;
45 vertical-align: top;
46}
47
48
49
50
51/* Documentation page titles */
52h2.module { margin-top: 0.2em; }
53h2.class { margin-top: 0.2em; }
54
55/* Headings */
56h1.heading { font-size: +140%; font-style: italic;
57 font-weight: bold; }
58h2.heading { font-size: +125%; font-style: italic;
59 font-weight: bold; }
60h3.heading { font-size: +110%; font-style: italic;
61 font-weight: normal; }
62
63/* Base tree */
64pre.base-tree { font-size: 80%; margin: 0; }
65
66/* Details Sections */
67table.func-details { background: #e8f0f8; color: #000000;
68 border: 2px groove #c0d0d0;
69 padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
70h3.func-detail { background: transparent; color: #000000;
71 margin: 0 0 1em 0; }
72
73table.var-details { background: #e8f0f8; color: #000000;
74 border: 2px groove #c0d0d0;
75 padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
76h3.var-details { background: transparent; color: #000000;
77 margin: 0 0 1em 0; }
78
79/* Function signatures */
80.sig { background: transparent; color: #000000;
81 font-weight: bold; }
82.sig-name { background: transparent; color: #006080; }
83.sig-arg, .sig-kwarg, .sig-vararg
84 { background: transparent; color: #008060; }
85.sig-default { background: transparent; color: #602000; }
86.summary-sig { background: transparent; color: #000000; }
87.summary-sig-name { background: transparent; color: #204080; }
88.summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg
89 { background: transparent; color: #008060; }
90
91/* Doctest blocks */
92.py-src { background: transparent; color: #000000; }
93.py-prompt { background: transparent; color: #005050;
94 font-weight: bold;}
95.py-string { background: transparent; color: #006030; }
96.py-comment { background: transparent; color: #003060; }
97.py-keyword { background: transparent; color: #600000; }
98.py-output { background: transparent; color: #404040; }
99pre.doctestblock { background: #f4faff; color: #000000;
100 padding: .5em; margin: 1em;
101 border: 1px solid #708890; }
102table pre.doctestblock
103 { background: #dce4ec; color: #000000;
104 padding: .5em; margin: 1em;
105 border: 1px solid #708890; }
106
107/* Variable values */
108pre.variable { background: #dce4ec; color: #000000;
109 padding: .5em; margin: 0;
110 border: 1px solid #708890; }
111.variable-linewrap { background: transparent; color: #604000; }
112.variable-ellipsis { background: transparent; color: #604000; }
113.variable-quote { background: transparent; color: #604000; }
114.re { background: transparent; color: #000000; }
115.re-char { background: transparent; color: #006030; }
116.re-op { background: transparent; color: #600000; }
117.re-group { background: transparent; color: #003060; }
118.re-ref { background: transparent; color: #404040; }
119
120/* Navigation bar */
121table.navbar { background: #a0c0ff; color: #0000ff;
122 border: 2px groove #c0d0d0; }
123th.navbar { background: #a0c0ff; color: #0000ff; }
124th.navselect { background: #70b0ff; color: #000000; }
125.nomargin { margin: 0; }
126
127/* Links */
128a:link { background: transparent; color: #0000ff; }
129a:visited { background: transparent; color: #204080; }
130a.navbar:link { background: transparent; color: #0000ff;
131 text-decoration: none; }
132a.navbar:visited { background: transparent; color: #204080;
133 text-decoration: none; }
134
135/* Lists */
136ul { margin-top: 0; }