changeset 201:78c645333fb7

[/trunk] Changeset 213 by mikael * Add a css stylesheet for the HTML version of the manpage
author mikael
date Sat, 07 May 2005 14:00:13 +0000
parents f042a2400809
children 9bdc6d9996f6
files mcabber/doc/manpage.css
diffstat 1 files changed, 44 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/doc/manpage.css	Sat May 07 14:00:13 2005 +0000
@@ -0,0 +1,44 @@
+/*
+    AsciiDoc manpage stylesheet.
+ */
+
+BODY {
+    background-color: #FFD;
+}
+
+/* Man page text is indented from headings. */
+h1 { 
+    border-bottom: solid 2px;
+}
+h2 {
+    border-bottom: dashed 1px;
+}
+
+p,ul,ol,dl,h4,h5 {
+    padding: 0 2%;
+}
+
+table {
+    padding: 0 2%;
+}
+
+/* Man page emphasis is always bold. */
+dt {
+    font-style: normal;
+    font-weight: bold;
+    margin-top : 10px;
+    margin-left: 0
+}
+em {
+    font-style: normal;
+    font-weight: bold;
+}
+
+div#synopsis p { }
+
+div.literalparagraph { margin: 0 10%; }
+div.literalblock { margin: 0 10%; }
+
+div.listingblock   {
+    margin: 0 10%;
+}