view mcabber/doc/manpage.css @ 1668:41c26b7d2890

Install mcabber headers * Change mcabber headers naming scheme * Move 'src/' -> 'mcabber/' * Add missing include <mcabber/config.h>'s * Create and install clean config.h version in 'include/' * Move "dirty" config.h version to 'mcabber/' * Add $(top_srcdir) to compiler include path * Update modules HOWTO
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 15:36:19 +0200
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%;
}