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

Diff for /mandoc/Attic/style.css between version 1.7 and 1.8

version 1.7, 2009/09/21 13:06:13 version 1.8, 2009/09/21 13:44:56
Line 1 
Line 1 
 div.body        { } /* Wraps entire body file. */  div.body        { color: #333333;
                     max-width: 800px;
 span.sec-head   { font-weight: bold; } /* Sections (Sh). */                    padding-left: 10px;
 div.sec-head    { }                    font-size: smaller;
 div.sec-body    { }                    font-family: Verdana, Tahoma, Arial, sans-serif; }
 div.sec-block   { }  span.sec-head   { font-weight: bold; color: blue; }
   span.ssec-head  { font-weight: bold; color: blue; }
 span.ssec-head  { font-weight: bold; } /* Sub-sections (Ss). */  span.addr       { text-decoration: underline; }
 div.ssec-head   { }  span.arg        { font-style: italic; }
 div.ssec-body   { }  span.config     { font-weight: bold; }
 div.ssec-block  { }  span.diag       { font-weight: bold; }
   span.emph       { font-style: italic; }
 span.addr       { text-decoration: underline; } /* Address (Ad). */  span.farg       { font-style: underline; }
 span.arg        { font-style: italic; } /* Command argument (Ar). */  span.file       { font-style: italic; }
 span.author     { } /* Author name (An). */  span.flag       { font-weight: bold; }
 span.config     { font-weight: bold; } /* Config statement (Cd). */  span.name       { font-weight: bold; }
 span.define     { } /* Defines (Dv). */  span.type       { font-weight: italic; }
 span.desc       { } /* Nd.  After em-dash. */  span.utility    { font-weight: bold; }
 span.diag       { font-weight: bold; } /* Diagnostic (Bl -diag). */  table.header    { border-bottom: 1px dotted #cccccc; }
 span.emph       { font-style: italic; } /* Emphasis (Em). */  table.footer    { border-top: 1px dotted #cccccc; }
 span.env        { } /* Environment variables (Ev). */  
 span.errno      { } /* Error string (Er). */  
 span.farg       { font-style: underline; } /* Function argument (Fa, Fn). */  
 span.file       { font-style: italic; } /* File (Pa). */  
 span.flag       { font-weight: bold; } /* Flag (Fl, Cm). */  
 span.macro      { } /* Macro-ish thing (Fd). */  
 span.name       { font-weight: bold; } /* Name of utility (Nm). */  
 span.opt        { } /* Options (Op, Oo/Oc). */  
 span.type       { font-weight: italic; } /* Variable types (Vt, Ft, Fn). */  
 span.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */  
 span.utility    { font-weight: bold; } /* Name of utility (Ex). */  
   
 a.link-man      { } /* Manual links (Xr). */  
 a.link-sec      { } /* Section links (Sx). */  
   
 div.lit-block   { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */  
   
 table.header    { } /* Document header. */  
 table.footer    { } /* Document footer. */  
   

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

CVSweb