annotate doc/style/edgewall.css @ 587:1d2870364b9b stable-0.4.x

Ported [700] to 0.4.x branch.
author cmlenz
date Wed, 08 Aug 2007 22:27:26 +0000
parents c16ccc077d72
children
rev   line source
511
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
1 @import url(docutils.css);
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
2 @import url(pygments.css);
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
3
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
4 html, body { height: 100%; margin: 0; padding: 0; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
5 html, body { background: #4b4d4d url(bkgnd_pattern.png); color: #000; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
6 body, th, td {
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
7 font: normal small Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
8 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
9 pre, code, tt { font-size: medium; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
10 h1, h2, h3, h4 {
382
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
11 border-bottom: 1px solid #ccc;
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
12 font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
13 font-weight: bold; letter-spacing: -0.018em;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
14 }
382
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
15 h1 { font-size: 19px; margin: 2em 0 .5em; }
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
16 h2 { font-size: 16px; margin: 1.5em 0 .5em; }
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
17 h3 { font-size: 14px; margin: 1.2em 0 .5em; }
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
18 hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; }
382
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
19 p { margin: 0 0 1em; }
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
20
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
21 :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
22 color: #b00;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
23 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
24 :link:hover, :visited:hover { background-color: #eee; color: #555; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
25 :link img, :visited img { border: none }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
26 h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
27 h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
28 color: #000;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
29 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
30
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
31 div.document { background: #fff url(shadow.gif) right top repeat-y;
382
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
32 border-left: 1px solid #000; margin: 0 auto 0 40px;
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
33 min-height: 100%; width: 54em; padding: 0 180px 1px 20px;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
34 }
382
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
35 h1.title, div.document#genshi h1 { border: none; color: #666;
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
36 font-size: x-large; margin: 0 -20px 1em; padding: 2em 20px 0;
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
37 }
236
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
38 h1.title { background: url(vertbars.png) repeat-x; }
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
39 div.document#genshi h1.title { text-indent: -4000px; }
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
40 div.document#genshi h1 { text-align: center; }
511
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
41 pre.literal-block, div.highlight pre { background: #f4f4f4;
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
42 border: 1px solid #e6e6e6; color: #000; margin: 1em 1em; padding: .25em;
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
43 overflow: auto;
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
44 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
45
382
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
46 div.contents { font-size: 90%; position: absolute; position: fixed;
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
47 margin-left: 80px; left: 60em; top: 30px; right: 0;
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
48 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
49 div.contents .topic-title { display: none; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
50 div.contents ul { list-style: none; padding-left: 0; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
51 div.contents :link, div.contents :visited { color: #c6c6c6; border: none;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
52 display: block; padding: 3px 5px 3px 10px;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
53 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
54 div.contents :link:hover, div.contents :visited:hover { background: #000;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
55 color: #fff;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
56 }
382
2682dabbcd04 * Added documentation for the various stream event kinds.
cmlenz
parents: 236
diff changeset
57
511
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
58 div.admonition, div.attention, div.caution, div.danger, div.error, div.hint,
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
59 div.important, div.note, div.tip, div.warning {
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
60 border: none; color: #333; font-style: italic; margin: 1em 2em;
438
2c38ec4e2dff Added documentation page on the builtin stream filters.
cmlenz
parents: 382
diff changeset
61 }
511
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
62 div.attention p.admonition-title, div.caution p.admonition-title, div.danger
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
63 p.admonition-title, div.error p.admonition-title,
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
64 div.warning p.admonition-title {
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
65 color: #b00;
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
66 }
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
67 p.admonition-title { margin-bottom: 0; text-transform: uppercase; }
26cf27d4f2b3 Ported [611:614] to 0.4.x branch.
cmlenz
parents: 438
diff changeset
68 tt.docutils { background-color: transparent; }
532
c16ccc077d72 Ported [634:637] to 0.4.x branch.
cmlenz
parents: 511
diff changeset
69 span.pre { white-space: normal }
Copyright (C) 2012-2017 Edgewall Software