annotate doc/style/edgewall.css @ 18:77a68f88f6bc

Started documentation for date formatting, plus some code tweaks in that area.
author cmlenz
date Thu, 31 May 2007 17:10:47 +0000
parents b2492365f186
children 9552a500e7fd
rev   line source
2
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
1 @import(docutils.css);
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
2
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
3 html, body { height: 100%; margin: 0; padding: 0; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
4 html, body { background: #4b4d4d url(bkgnd_pattern.png); color: #000; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
5 body, th, td {
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
6 font: normal small Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
7 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
8 pre, code, tt { font-size: medium; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
9 h1, h2, h3, h4 {
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
10 border-bottom: 1px solid #ccc;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
11 font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
12 font-weight: bold; letter-spacing: -0.018em;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
13 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
14 h1 { font-size: 19px; margin: 2em 0 .5em; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
15 h2 { font-size: 16px; margin: 1.5em 0 .5em; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
16 h3 { font-size: 14px; margin: 1.2em 0 .5em; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
17 hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
18 p { margin: 0 0 1em; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
19
18
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
20 table { border: 1px solid #999; border-width: 0 1px 0 0;
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
21 border-collapse: separate; border-spacing: 0;
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
22 }
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
23 table thead th { background: #999; border: 1px solid #999;; color: #fff;
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
24 font-weight: bold;
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
25 }
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
26 table td { border: 1px solid #ccc; border-width: 0 0 1px 1px; padding: .3em; }
77a68f88f6bc Started documentation for date formatting, plus some code tweaks in that area.
cmlenz
parents: 2
diff changeset
27
2
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
28 :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
29 color: #b00;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
30 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
31 :link:hover, :visited:hover { background-color: #eee; color: #555; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
32 :link img, :visited img { border: none }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
33 h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
34 h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
35 color: #000;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
36 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
37
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
38 div.document { background: #fff url(shadow.gif) right top repeat-y;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
39 border-left: 1px solid #000; margin: 0 auto 0 40px;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
40 min-height: 100%; width: 54em; padding: 0 180px 1px 20px;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
41 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
42 h1.title, div.document#babel h1 { border: none; color: #666;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
43 font-size: x-large; margin: 0 -20px 1em; padding: 2em 20px 0;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
44 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
45 h1.title { background: url(vertbars.png) repeat-x; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
46 div.document#babel h1.title { text-indent: -4000px; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
47 div.document#babel h1 { text-align: center; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
48 pre.literal-block { background: #d7d7d7; border: 1px solid #e6e6e6; color: #000;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
49 margin: 1em 1em; padding: .25em; overflow: auto;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
50 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
51
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
52 div.contents { font-size: 90%; position: absolute; position: fixed;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
53 margin-left: 80px; left: 60em; top: 30px; right: 0;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
54 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
55 div.contents .topic-title { display: none; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
56 div.contents ul { list-style: none; padding-left: 0; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
57 div.contents :link, div.contents :visited { color: #c6c6c6; border: none;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
58 display: block; padding: 3px 5px 3px 10px;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
59 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
60 div.contents :link:hover, div.contents :visited:hover { background: #000;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
61 color: #fff;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
62 }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
63
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
64 p.admonition-title { font-weight: bold; margin-bottom: 0; }
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
65 div.note, div.warning { font-style: italic; margin-left: 2em;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
66 margin-right: 2em;
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
67 }
Copyright (C) 2012-2017 Edgewall Software