summaryrefslogtreecommitdiff
path: root/doc/texinfo.css
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-05 15:01:51 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-05 15:01:51 +0100
commitd5fd2776f34683a62369b700b0f10720e09e98e2 (patch)
treec364813e9046f4f7ab34074ce31ab1e3ca3e2bc7 /doc/texinfo.css
parent8252dde50b3b1542efeec55b667791aa14fa2aad (diff)
downloadlibtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.tar.gz
libtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.tar.bz2
libtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.zip
Add texinfo stylesheet.
Diffstat (limited to 'doc/texinfo.css')
-rw-r--r--doc/texinfo.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/texinfo.css b/doc/texinfo.css
new file mode 100644
index 0000000..96df89e
--- /dev/null
+++ b/doc/texinfo.css
@@ -0,0 +1,44 @@
+body {
+ margin: 2%;
+ padding: 0 5%;
+ background: #ffffff;
+}
+h1,h2,h3,h4,h5 {
+ font-weight: bold;
+ padding: 5px 5px 5px 5px;
+ background-color: #c2e0ff;
+ color: #336699;
+}
+h1 {
+ padding: 2em 2em 2em 5%;
+ color: white;
+ background: #336699;
+ text-align: center;
+ letter-spacing: 3px;
+}
+h2 { text-decoration: underline; }
+pre {
+ margin: 0 5%;
+ padding: 0.5em;
+}
+pre.example {
+ border: solid 1px;
+ background: #eeeeff;
+ padding-bottom: 1em;
+}
+pre.verbatim {
+ border: solid 1px gray;
+ background: white;
+ padding-bottom: 1em;
+}
+div.node {
+ margin: 0 -5% 0 -2%;
+ padding: 0.5em 0.5em;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ font-weight: bold;
+}
+dd, li {
+ padding-top: 0.1em;
+ padding-bottom: 0.1em;
+}