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

Diff for /mandoc/Attic/example.style.css between version 1.27 and 1.32

version 1.27, 2010/12/16 23:23:34 version 1.32, 2010/12/17 10:37:26
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
   
 html            { min-width: 580px; width: 580px; }  html            { min-width: 580px; width: 580px; }
   
 body            { font-family: monospace; }  body            { font-family: monospace; }
   
 /* Sections. */  /* Preamble structure. */
   
 div.sec-head    { font-style: normal; font-weight: bold; } /* Sections (Sh). */  table.foot      { width: 100%; } /* Document footer. */
 div.sec-body    { }  td.foot-date    { width: 50%; } /* Document footer: date. */
 div.sec-block   { }  td.foot-os      { width: 50%; text-align: right; } /* Document footer: OS/source. */
   table.head      { width: 100%; } /* Document header. */
   td.head-ltitle  { width: 10%; } /* Document header: left-title. */
   td.head-vol     { width: 80%; text-align: center; } /* Document header: volume. */
   td.head-rtitle  { width: 10%; text-align: right; } /* Document header: right-title. */
   
 div.ssec-head   { font-style: normal; font-weight: bold; } /* Sub-sections (Ss). */  /* Sections. */
 div.ssec-body   { }  
 div.ssec-block  { }  
   
   h1              { font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
   h2              { font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
   div.section     { margin-bottom: 3ex; margin-left: 4ex; } /* Sections (Sh, SH). */
   div.subsection  { } /* Sub-sections (Ss, SS). */
   table.synopsis  { } /* SYNOPSIS section table. */
   table.synopsis td { vertical-align: top; } /* SYNOPSIS section table. */
   
 /* Vertical spacing. */  /* Vertical spacing. */
   
 p               { } /* Paragraph: Pp, Lp. */  p               { } /* Paragraph: Pp, Lp. */
   blockquote      { margin-top: 0px; margin-bottom: 0px; }
   table           { margin-top: 0px; margin-bottom: 0px; }
   
 /* General font modes. */  /* General font modes. */
   
Line 28  p  { } /* Paragraph: Pp, Lp. */
Line 38  p  { } /* Paragraph: Pp, Lp. */
 .roman          { font-style: normal; font-weight: normal; } /* Roman: (implicit). */  .roman          { font-style: normal; font-weight: normal; } /* Roman: (implicit). */
 .small          { font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */  .small          { font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */
   
   /* Block modes. */
   
   .display        { }
   
 /* Context-specific modes. */  /* Context-specific modes. */
   
 span.addr       { font-style: italic; font-weight: normal; } /* Address (Ad). */  span.addr       { font-style: italic; font-weight: normal; } /* Address (Ad). */
Line 75  a.link-mail { } /* Mailto links (Mt). */
Line 89  a.link-mail { } /* Mailto links (Mt). */
 a.link-man      { } /* Manual links (Xr). */  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). */  a.link-sec      { } /* Section links (Sx). */
   
 table.footer    { } /* Document footer. */  
 table.header    { } /* Document header. */  
   
 /* Formatting for lists. */  /* Formatting for lists. */
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.32

CVSweb