aboutsummaryrefslogtreecommitdiff
path: root/doc/reference.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference.css')
-rw-r--r--doc/reference.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/reference.css b/doc/reference.css
new file mode 100644
index 0000000..4f17046
--- /dev/null
+++ b/doc/reference.css
@@ -0,0 +1,40 @@
1body {
2 margin-left: 1em;
3 margin-right: 1em;
4}
5
6body > * { margin-left: 1em; }
7
8div.header, div.footer { margin-left: 0em; }
9hr, h1, h2, h3, h4 { margin-left: 0em; }
10p.name { margin-left: 0em; }
11
12h2:first-letter, h2:first-letter, h3:first-letter { color: #00007f; }
13
14blockquote { margin-left: 3em; }
15
16a[href] { color: #00007f; }
17
18p.name {
19 font-size: large;
20 font-family: monospace;
21 padding-top: 1em;
22}
23
24pre.example {
25 background: #ccc;
26 font-size: small;
27 padding: 1em;
28}
29
30hr {
31 background: #00007f;
32 border: 0px;
33 height: 1px;
34}
35
36ul { list-style-type: disc; }
37
38table.index { border: 1px #00007f; }
39table.index td { text-align: left; vertical-align: top; }
40table.index ul { padding-top: 0em; margin-top: 0em; }