view mcabber/doc/manpage.css @ 255:035e45093ab7

# HG changeset patch # User mikael@frmp8452 # Node ID e8f9abe7dc3fbc03c95cacdd7a6c760d87664ea1 # Parent 6427f367adae6195e51758fbf463888471ec111b Update hgignore for mcabber development environment diff -r 6427f367adae -r e8f9abe7dc3f .hgignore
author mikael@frmp8452
date Thu, 30 Jun 2005 23:06:09 +0100
parents 78c645333fb7
children
line wrap: on
line source

/*
    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%;
}