annotate doc/style/epydoc.css @ 438:2c38ec4e2dff trunk

Added documentation page on the builtin stream filters.
author cmlenz
date Mon, 02 Apr 2007 18:21:03 +0000
parents doc/style/apidoc.css@77e99857b351
children ab817188f100
rev   line source
426
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
1 html { background: #4b4d4d url(../style/bkgnd_pattern.png); margin: 0;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
2 padding: 1em 1em 3em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
3 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
4 body { background: #fff url(../style/vertbars.png) repeat-x;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
5 border: 1px solid #000; color: #000; margin: 1em 0; padding: 0 1em 1em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
6 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
7 body, th, td {
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
8 font: normal small Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
9 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
10 h1, h2, h3, h4 {
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
11 font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
12 font-weight: bold; letter-spacing: -0.018em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
13 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
14 h1 { font-size: 19px; margin: 2em 0 .5em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
15 h2 { font-size: 16px; margin: 1.5em 0 .5em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
16 h3 { font-size: 14px; margin: 1.2em 0 .5em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
17 hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
18 p { margin: 0 0 1em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
19 :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
20 color: #b00;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
21 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
22 :link:hover, :visited:hover { background-color: #eee; color: #555; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
23
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
24 table { border: none; border-collapse: collapse; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
25
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
26 table.navbar { background: #000; color: #fff; margin: 2em 0 .33em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
27 table.navbar th { border: 1px solid #000; font-weight: bold; padding: 1px; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
28 table.navbar :link, table.navbar :visited { border: none; color: #fff; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
29 table.navbar :link:hover, table.navbar :visited:hover { background: none;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
30 text-decoration: underline overline;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
31 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
32 table.navbar th.navbar-select { background: #fff; color: #000; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
33 span.breadcrumbs { color: #666; font-size: 95%; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
34 h1.epydoc { border: none; color: #666;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
35 font-size: x-large; margin: 1em 0 0; padding: 0;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
36 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
37 pre.base-tree { color: #666; margin: 0; padding: 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
38 pre.base-tree :link, pre.base-tree :visited { border: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
39 pre.py-doctest, pre.variable, pre.rst-literal-block { background: #eee;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
40 border: 1px solid #e6e6e6; color: #000; margin: 1em; padding: .25em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
41 overflow: auto;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
42 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
43 pre.variable { margin: 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
44
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
45 /* Summary tables */
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
46
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
47 table.summary { margin: .5em 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
48 table.summary tr.table-header { background: #f7f7f0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
49 table.summary td.table-header { color: #666; font-weight: bold; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
50 table.summary th, table.summary td { border: 1px solid #d7d7d7; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
51 table.summary th th, table.summary td td { border: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
52 table.summary td.summary table td { color: #666; font-size: 90%; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
53 table.summary td.summary table br { display: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
54 p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
55 padding: 0 0 0 7em; text-indent: -7em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
56 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
57 p.indent-wrapped-lines code { color: #999; font-size: 115%; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
58 p.indent-wrapped-lines :link, p.indent-wrapped-lines :visited { border: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
59 .summary-sig { display: block; font-family: monospace; font-size: 120%;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
60 margin-bottom: .5em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
61 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
62 .summary-sig-name { font-weight: bold; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
63 .summary-sig-arg { color: #333; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
64 .summary-sig :link, .summary-sig :visited { border: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
65 .summary-name { font-family: monospace; font-weight: bold; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
66
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
67 /* Details tables */
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
68
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
69 table.details { margin: 2em 0 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
70 div table.details { margin-top: 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
71 table.details tr.table-header { background: transparent; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
72 table.details td.table-header { border-bottom: 1px solid #ccc; padding: 2em 0 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
73 table.details span.table-header {
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
74 font: bold 140% Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
75 letter-spacing: -0.018em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
76 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
77 table.details th, table.details td { border: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
78 table.details th th, table.details td td { border: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
79 table.details td { padding-left: 2em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
80 table.details td td { padding-left: 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
81 table.details h3.epydoc { margin-left: -2em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
82 table.details h3.epydoc .sig { color: #999; font-family: monospace; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
83 table.details h3.epydoc .sig-name { color: #000; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
84 table.details h3.epydoc .sig-arg { color: #666; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
85 table.details h3.epydoc .sig-default { font-size: 95%; font-weight: normal; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
86 table.details h3.epydoc .sig-default code { font-weight: normal; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
87 table.details h3.epydoc .fname { color: #999; font-size: 90%;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
88 font-style: italic; font-weight: normal; line-height: 1.6em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
89 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
90
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
91 dl dt { color: #666; margin-top: 1em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
92 dl dd { margin: 0; padding-left: 2em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
93 dl.fields { margin: 1em 0; padding: 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
94 dl.fields dt { color: #666; margin-top: 1em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
95 dl.fields dd ul { margin: 0; padding: 0; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
96 div.fields { font-size: 90%; margin: 0 0 2em 2em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
97 div.fields p { margin-bottom: 0.5em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
98
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
99 table td.footer { color: #999; font-size: 85%; margin-top: 3em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
100 padding: 0 3em 1em; position: absolute; width: 80%; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
101 table td.footer :link, table td.footer :visited { border: none; color: #999; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
102 table td.footer :link:hover, table td.footer :visited:hover {
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
103 background: transparent; text-decoration: underline;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
104 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
105
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
106 /* Syntax highlighting */
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
107
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
108 .py-prompt, .py-more, .variable-ellipsis, .variable-op { color: #999; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
109 .variable-group { color: #666; font-weight: bold; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
110 .py-string, .variable-string, .variable-quote { color: #093; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
111 .py-comment { color: #06f; font-style: italic; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
112 .py-keyword { color: #00f; }
430
77e99857b351 Moved the `builder` document into the API docs.
cmlenz
parents: 426
diff changeset
113 .py-output { background: #f6f6f0; color: #666; font-weight: bold; }
426
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
114
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
115 /* Index */
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
116
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
117 table.link-index { background: #f6f6f0; border: none; margin-top: 1em; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
118 table.link-index td.link-index { border: none; font-family: monospace;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
119 font-weight: bold; padding: .5em 1em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
120 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
121 table.link-index td table, table.link-index td td { border: none; }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
122 table.link-index .index-where { color: #999;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
123 font-family: Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
124 font-size: 90%; font-weight: normal; line-height: 1.6em;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
125 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
126 table.link-index .index-where :link, table.link-index .index-where :visited {
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
127 border: none; color: #666;
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
128 }
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
129 h2.epydoc { color: #999; font-size: 200%; line-height: 10px; }
Copyright (C) 2012-2017 Edgewall Software