annotate doc/style/edgewall.css @ 392:5c761ca68441 stable-0.3.x

Bump up version number on 0.3.x branch.
author cmlenz
date Mon, 11 Dec 2006 12:20:23 +0000
parents 7fb269e7da81
children 2682dabbcd04
rev   line source
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
1 @import(docutils.css);
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
2
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
3 html, body { height: 100%; margin: 0; padding: 0; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
4 html, body { background: #4b4d4d url(bkgnd_pattern.png); color: #000; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
5 body, th, td {
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
6 font: normal small Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
7 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
8 pre, code, tt { font-size: medium; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
9 h1, h2, h3, h4 {
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
10 font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
11 font-weight: bold; letter-spacing: -0.018em;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
12 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
13 h1 { font-size: 19px; margin: 2em 1em 0 0; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
14 h2 { font-size: 16px; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
15 h3 { font-size: 14px; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
16 hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
17
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
18 :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
19 color: #b00;
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:hover, :visited:hover { background-color: #eee; color: #555; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
22 :link img, :visited img { border: none }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
23 h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
24 h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
25 color: #000;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
26 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
27
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
28 div.document { background: #fff url(shadow.gif) right top repeat-y;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
29 border-left: 1px solid #000; margin: 0 auto 0 80px;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
30 min-height: 100%; width: 54em; padding: 0 180px 1px 20px;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
31 }
236
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
32 h1.title, div.document#genshi h1 { color: #666; font-size: x-large;
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
33 margin: 0 -20px 1em; padding: 2em 20px 0;
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
34 }
236
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
35 h1.title { background: url(vertbars.png) repeat-x; }
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
36 div.document#genshi h1.title { text-indent: -4000px; }
7fb269e7da81 Fix title on index page of HTML docs.
cmlenz
parents: 235
diff changeset
37 div.document#genshi h1 { text-align: center; }
235
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
38 pre.literal-block { background: #f7f7f7; border: 1px solid #d7d7d7;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
39 margin: 1em 0; padding: .25em; overflow: auto;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
40 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
41
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
42 div.contents { position: absolute; position: fixed; margin-left: 80px;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
43 left: 57.3em; top: 30px; right: 0;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
44 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
45 div.contents .topic-title { display: none; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
46 div.contents ul { list-style: none; padding-left: 0; }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
47 div.contents :link, div.contents :visited { color: #c6c6c6; border: none;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
48 display: block; padding: 3px 5px 3px 10px;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
49 }
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
50 div.contents :link:hover, div.contents :visited:hover { background: #000;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
51 color: #fff;
41107d1ba1c8 Beautified the HTML docs a bit.
cmlenz
parents:
diff changeset
52 }
Copyright (C) 2012-2017 Edgewall Software