home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / document.cab / gp.chm / couaprint.css < prev    next >
Cascading Style Sheet File  |  1999-12-10  |  750b  |  37 lines

  1. /* last updated 10/4/99 */
  2.  
  3. body            { color: #000000;
  4.         background: #FFFFFF;      
  5.         font-size: 70%;            
  6.         font-family: Verdana, Arial, Sans Serif; }
  7.  
  8. H1        { font-size: 150% }
  9.  
  10. span.printOnly    { display:inline; }
  11.  
  12. span.webOnly    {display:none }
  13.  
  14. #nav        { display:none }
  15.  
  16. div.expand    { margin-left: "1.5em"; display:block;  }
  17.  
  18. img.expand     { margin-left: "1.5em"; display: none}
  19.  
  20. table  { font-size: 100%; }
  21.  
  22. td  { border-style: solid; border-width: 1; }
  23. th  { border-style: solid; border-width: 1; }
  24.  
  25. ul        { margin-left: "1.5em"; list-style-type: disc; }
  26.  
  27. #text        { overflow:visible;  }
  28.  
  29. img.thumbnail        {vertical-align: top; margin-left: 0;
  30.              width:auto; border-width: 1;  }
  31.  
  32. table.prev_next
  33.     {    margin-top:1em; }
  34.  
  35.  
  36.              
  37.