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

Diff for /mandoc/Attic/index.css between version 1.2 and 1.10

version 1.2, 2010/02/17 19:31:00 version 1.10, 2011/05/14 23:44:01
Line 1 
Line 1 
 body            { color: #333333;  html            { min-width: 40em;
                   font-size: smaller;                    margin-top: 2em;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    margin-left: auto;
                     margin-right: auto;
                     width: 80%; }
   
 table.frame     { max-width: 800px;  body            { text-align: justify;
                   padding-left: 10px; }                    font-family: Helvetica,Arial,sans-serif;
                     line-height: 120%;
                     font-size: small; }
   
 table           { padding-left: 40px; }  p,ul,table      { margin-left: 3em; }
   
 p               { padding-left: 40px;  p.head, p.foot  { margin-left: 0.0em; margin-right: 0.0em; }
                   text-align: justify; }  
   
 h1              { font-weight: bold;  p.news          { margin-left: 2.0em; }
                   font-size: small;  
                   font-family: Verdana, Tahoma, Arial, sans-serif; }  
   
 h2              { font-weight: bold;  li              { margin: 0.25em; }
                   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; }  h1              { font-size: 110%; }
   h2              { font-size: 105%; margin-left: 1.5em }
   
 div.clbody      { margin-left: 2px; }  p.head          { margin-bottom: 1.75em;
                     border-bottom: 1px solid #dddddd;
                     padding-bottom: 0.2em; }
   
 ul.clbody       { margin-top: 4px; }  p.foot          { border-top: 1px solid #dddddd;
                     color: #666666;
                     padding-top: 0.2em;
                     margin-top: 1.75em; }
   
 span.rev        { font-weight: bold; }  span.nm         { color: green; }
   
 span.nm         { color: #000000; font-weight: bold; }  span.file       { font-style: italic; }
   
 span.attn       { color: #000000; font-weight: bold; }  span.attn       { font-weight: bold; }
   
 div.head        { border-bottom: 1px dotted #cccccc;  span.flag       { font-weight: bold; }
                   padding-bottom: 5px;  
                   text-align: right; }  
   
 div.foot        { border-top: 1px dotted #cccccc;  a               { text-decoration: none; }
                   padding-top: 5px;  
                   font-size: smaller;  
                   text-align: right; }  
   
 a.external      { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }  a.external      { background: transparent url(external.png) center right no-repeat;
                     padding-right: 12px; }
 span.date       { color: #808080; }  

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

CVSweb