comparison doc/style/epydoc.css @ 2:b2492365f186

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