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

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

version 1.6, 2009/07/16 14:07:23 version 1.7, 2009/09/21 13:06:13
Line 1 
Line 1 
 body            { color: #333333;  div.body        { } /* Wraps entire body file. */
                   font-size: smaller;  
                   font-family: Verdana, Tahoma, Arial, sans-serif; }  
   
 table.frame     { max-width: 800px;  span.sec-head   { font-weight: bold; } /* Sections (Sh). */
                   padding-left: 10px; }  div.sec-head    { }
   div.sec-body    { }
   div.sec-block   { }
   
 table           { padding-left: 40px; }  span.ssec-head  { font-weight: bold; } /* Sub-sections (Ss). */
   div.ssec-head   { }
   div.ssec-body   { }
   div.ssec-block  { }
   
 p               { padding-left: 40px;  span.addr       { text-decoration: underline; } /* Address (Ad). */
                   text-align: justify; }  span.arg        { font-style: italic; } /* Command argument (Ar). */
   span.author     { } /* Author name (An). */
   span.config     { font-weight: bold; } /* Config statement (Cd). */
   span.define     { } /* Defines (Dv). */
   span.desc       { } /* Nd.  After em-dash. */
   span.diag       { font-weight: bold; } /* Diagnostic (Bl -diag). */
   span.emph       { font-style: italic; } /* Emphasis (Em). */
   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). */
   
 h1              { font-weight: bold;  a.link-man      { } /* Manual links (Xr). */
                   font-size: small;  a.link-sec      { } /* Section links (Sx). */
                   font-family: Verdana, Tahoma, Arial, sans-serif; }  
   
 h2              { font-weight: bold;  div.lit-block   { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */
                   font-size: small;  
                   padding-left: 20px;  
                   margin-bottom: 0px;  
                   font-family: Verdana, Tahoma, Arial, sans-serif; }  
   
 div.clhead      { background-color: #E6E6FA; color: #000000; padding: 2px; font-weight: bold; }  table.header    { } /* Document header. */
   table.footer    { } /* Document footer. */
   
 div.clbody      { margin-left: 2px; }  
   
 ul.clbody       { margin-top: 4px; }  
   
 span.rev        { color: #808080; }  
   
 span.nm         { color: #000000; font-weight: bold; }  
   
 span.attn       { color: #000000; font-weight: bold; }  
   
 div.head        { border-bottom: 1px dotted #cccccc;  
                   padding-bottom: 5px;  
                   text-align: right; }  
   
 div.foot        { border-top: 1px dotted #cccccc;  
                   padding-top: 5px;  
                   font-size: smaller;  
                   text-align: right; }  
   
 a.external      { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }  

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

CVSweb