From 379c3a382bcc29836a4426c87805e888969c9fb4 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 27 Aug 2006 17:34:50 +0000 Subject: [PATCH] r1131: Adding even more manual stuff that I forgot about. Wooops. --- locale/manual.css | 75 +++++++++++++++++++++++++++++++++++++++++++++++ locale/manual.xsl | 43 +++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 locale/manual.css create mode 100644 locale/manual.xsl diff --git a/locale/manual.css b/locale/manual.css new file mode 100644 index 0000000..8fc780d --- /dev/null +++ b/locale/manual.css @@ -0,0 +1,75 @@ +body { + font-family: Tahoma, Arial, sans-serif; +} + +h1, h2, h3, h4, h5 { + font-family: Arial, serif; +} + +h2 { + font-size: 1.3em; +} + +h3, h4, h5 { + font-size: 1em; + margin: 0.2em; +} + +div.note, div.warning, div.tip { + margin-left: 0.3in; + margin-right: 0.5in; + border: solid 1px blue; + background-color: #e0e0e0; + padding: 0.1in; +} + +div.note img, div.warning img, div.tip img { + margin-right: 0.1in; + border: solid 1px blue; +} + +pre.programlisting { + border: solid 1px #444; + background-color: #e0e0e0; + padding: 0.1in; + margin: 0.2in; + clear: right; +} + +pre.screen { + border: solid 1px #777; + background-color: #ddd; + padding: 0.1in; + margin: 0.2in; + clear: right; +} + +div.variablelist dl dt span.term { + font-weight: bold; +} + +hr { display: none; } + +div.navheader { + padding-bottom: 0.1in; + border-bottom: solid 1px black; + border-color: #aaa; +} +div.navfooter { + margin-top: 0.1in; + border-top: solid 1px black; + border-color: #aaa; + padding-top: 0.1in; +} + +div.figure-float { + float: right; + margin-left: 2em; + margin-bottom: 2em; +} + +div.revinfo { + text-align: center; + font-size: 0.7em; + text-decoration: italic; +} diff --git a/locale/manual.xsl b/locale/manual.xsl new file mode 100644 index 0000000..418857b --- /dev/null +++ b/locale/manual.xsl @@ -0,0 +1,43 @@ + + + + + 0 + 1 + ./ + 1 + 1 + 1 + 1 + 1 + yes + UTF-8 + 0 + 0 + 1 + 1 + 1 + + ../../manual.css + 0 + 0 + + + + + + + + + revinfo + + + + + + + -- 2.22.5