[BACK]Return to mandoc.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.css between version 1.2 and 1.3

version 1.2, 2016/04/13 10:19:23 version 1.3, 2017/01/19 13:35:02
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
   
 /*  /*
  * This is an example style-sheet provided for mandoc(1) and the -Thtml   * Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
  * or -Txhtml output mode.  
  *  
  * It mimics the appearance of the traditional cvsweb output.  
  *  
  * See mdoc(7) and man(7) for macro explanations.  
  */   */
   
 html            { max-width: 880px; margin-left: 1em; }  /* Global defaults. */
 body            { font-size: smaller; font-family: Helvetica,Arial,sans-serif; }  
 body > div                      { padding-left: 2em;  html {          max-width: 100ex; }
                                   padding-top: 1em; }  body {          font-family: Helvetica,Arial,sans-serif; }
 body > div.mandoc,  
 body > div#mancgi               { padding-left: 0em;  /* Search form and search results. */
                                   padding-top: 0em; }  
 body > div.results              { font-size: smaller; }  fieldset {      border: thin solid silver;
 #mancgi fieldset                { text-align: center;                  border-radius: 1em;
                                   border: thin solid silver;                  text-align: center; }
                                   border-radius: 1em;  input[name=expr] {
                                   font-size: small; }                  width: 25%; }
 #mancgi input[name=expr]        { width: 25%; }  
 .results td.title               { vertical-align: top;  div.results {   margin-top: 1em;
                                   padding-right: 1em; }                  margin-left: 2em;
                   font-size: smaller; }
   
   
 h1              { margin-bottom: 1ex; font-size: 110% }  h1              { margin-bottom: 1ex; font-size: 110% }
 div.section > h1 { margin-left: -4ex; } /* Section header (Sh, SH). */  div.section > h1 { margin-left: -4ex; } /* Section header (Sh, SH). */
 h2              { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */  h2              { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb