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

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

version 1.3, 2017/01/19 13:35:02 version 1.7, 2017/01/19 16:56:54
Line 7 
Line 7 
   
 html {          max-width: 100ex; }  html {          max-width: 100ex; }
 body {          font-family: Helvetica,Arial,sans-serif; }  body {          font-family: Helvetica,Arial,sans-serif; }
   table {         width: 100%;
                   margin-top: 0ex;
                   margin-bottom: 0ex; }
   td {            vertical-align: top; }
   
 /* Search form and search results. */  /* Search form and search results. */
   
Line 20  div.results { margin-top: 1em;
Line 24  div.results { margin-top: 1em;
                 margin-left: 2em;                  margin-left: 2em;
                 font-size: smaller; }                  font-size: smaller; }
   
   /* Header and footer lines. */
   
 h1              { margin-bottom: 1ex; font-size: 110% }  table.head {    border-bottom: 1px dotted #808080;
 div.section > h1 { margin-left: -4ex; } /* Section header (Sh, SH). */                  margin-bottom: 1em;
 h2              { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */                  font-size: smaller; }
 table           { width: 100%; margin-top: 0ex; margin-bottom: 0ex; } /* All tables. */  td.head-vol {   text-align: center; }
 td              { vertical-align: top; } /* All table cells. */  td.head-rtitle {
 p               { } /* Paragraph: Pp, Lp. */                  text-align: right; }
 blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */  
 div.section     { margin-bottom: 2ex; margin-left: 5ex; } /* Sections (Sh, SH). */  
 div.subsection  { } /* Sub-sections (Ss, SS). */  
 table.synopsis  { } /* SYNOPSIS section table. */  
 div.spacer      { margin: 1em 0; }  
   
 /* Preamble structure. */  table.foot {    border-top: 1px dotted #808080;
                   margin-top: 1em;
                   font-size: smaller; }
   td.foot-date {  width: 50%; }
   td.foot-os {    width: 50%;
                   text-align: right; }
   
 table.foot      { font-size: smaller; margin-top: 1em; border-top: 1px dotted #dddddd; } /* Document footer. */  /* Sections and paragraphs. */
 td.foot-date    { width: 50%; } /* Document footer: date. */  
 td.foot-os      { width: 50%; } /* Document footer: OS/source. */  
 table.head      { font-size: smaller; margin-bottom: 1em; border-bottom: 1px dotted #dddddd; } /* Document header. */  
 td.head-ltitle  { width: 10%; } /* Document header: left-title. */  
 td.head-vol     { width: 80%; } /* Document header: volume. */  
 td.head-rtitle  { width: 10%; } /* Document header: right-title. */  
   
   div.manual-text {
                   margin-left: 5ex; }
   h1.Sh {         margin-top: 2ex;
                   margin-bottom: 1ex;
                   margin-left: -4ex;
                   font-size: 110%; }
   h2.Ss {         margin-top: 2ex;
                   margin-bottom: 1ex;
                   margin-left: -2ex;
                   font-size: 105%; }
   div.Pp {        margin: 1ex 0ex; }
   a.Sx { }
   a.Xr { }
   
   /* Displays and lists. */
   
   div.Bd { }
   div.D1 {        margin-left: 5ex; }
   
   /* Fonts. */
   
   .Li {           font-style: normal;
                   font-weight: normal;
                   font-family: monospace; }
   
   
   table.synopsis  { } /* SYNOPSIS section table. */
   
 /* General font modes. */  /* General font modes. */
   
 i               { } /* Italic: BI, IB, I, (implicit). */  i               { } /* Italic: BI, IB, I, (implicit). */
Line 50  i  { } /* Italic: BI, IB, I, (implicit). */
Line 77  i  { } /* Italic: BI, IB, I, (implicit). */
 b               { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */  b               { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
 .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */  .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
 small           { } /* Small: SB, SM. */  small           { } /* Small: SB, SM. */
 .lit            { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */  
   
 /* Block modes. */  /* Block modes. */
   
 .display        { } /* Top of all Bd, D1, Dl. */  
 .list           { } /* Top of all Bl. */  .list           { } /* Top of all Bl. */
   
 /* Context-specific modes. */  /* Context-specific modes. */
Line 76  b.fname  { font-style: normal; } /* Function name (Fa,
Line 101  b.fname  { font-style: normal; } /* Function name (Fa,
 i.ftype         { font-weight: normal; } /* Function types (Ft, Fn). */  i.ftype         { font-weight: normal; } /* Function types (Ft, Fn). */
 b.includes      { font-style: normal; } /* Header includes (In). */  b.includes      { font-style: normal; } /* Header includes (In). */
 span.lib        { } /* Library (Lb). */  span.lib        { } /* Library (Lb). */
 i.link-sec      { font-weight: normal; } /* Section links (Sx). */  
 b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */  b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */
 b.name          { font-style: normal; } /* Name of utility (Nm). */  b.name          { font-style: normal; } /* Name of utility (Nm). */
 span.opt        { } /* Options (Op, Oo/Oc). */  span.opt        { } /* Options (Op, Oo/Oc). */
Line 102  b.var  { font-style: normal; } /* Variables (Rv). */
Line 126  b.var  { font-style: normal; } /* Variables (Rv). */
 a.link-ext      { } /* Off-site link (Lk). */  a.link-ext      { } /* Off-site link (Lk). */
 a.link-includes { } /* Include-file link (In). */  a.link-includes { } /* Include-file link (In). */
 a.link-mail     { } /* Mailto links (Mt). */  a.link-mail     { } /* Mailto links (Mt). */
 a.link-man      { } /* Manual links (Xr). */  
 a.link-ref      { } /* Reference section links (%Q). */  a.link-ref      { } /* Reference section links (%Q). */
 a.link-sec      { } /* Section links (Sx). */  
   
 /* Formatting for lists.  See mdoc(7). */  /* Formatting for lists.  See mdoc(7). */
   

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

CVSweb