mcabber/doc/manpage.css
changeset 201 78c645333fb7
equal deleted inserted replaced
200:f042a2400809 201:78c645333fb7
       
     1 /*
       
     2     AsciiDoc manpage stylesheet.
       
     3  */
       
     4 
       
     5 BODY {
       
     6     background-color: #FFD;
       
     7 }
       
     8 
       
     9 /* Man page text is indented from headings. */
       
    10 h1 { 
       
    11     border-bottom: solid 2px;
       
    12 }
       
    13 h2 {
       
    14     border-bottom: dashed 1px;
       
    15 }
       
    16 
       
    17 p,ul,ol,dl,h4,h5 {
       
    18     padding: 0 2%;
       
    19 }
       
    20 
       
    21 table {
       
    22     padding: 0 2%;
       
    23 }
       
    24 
       
    25 /* Man page emphasis is always bold. */
       
    26 dt {
       
    27     font-style: normal;
       
    28     font-weight: bold;
       
    29     margin-top : 10px;
       
    30     margin-left: 0
       
    31 }
       
    32 em {
       
    33     font-style: normal;
       
    34     font-weight: bold;
       
    35 }
       
    36 
       
    37 div#synopsis p { }
       
    38 
       
    39 div.literalparagraph { margin: 0 10%; }
       
    40 div.literalblock { margin: 0 10%; }
       
    41 
       
    42 div.listingblock   {
       
    43     margin: 0 10%;
       
    44 }