home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 325445 / 0190warn.exe / whelp.chm / css / layout.css
Cascading Style Sheet File  |  2003-09-03  |  1KB  |  55 lines

  1. body  {  font-size: 10pt; font-family: Verdana, Arial, Helvetica, Sans-Serif;    }
  2. p,li  {  font-size: 10pt; font-family: Verdana, Arial, Helvetica, Sans-Serif;    }
  3.  
  4.  
  5. a:link     {  background: transparent; 
  6.         color: #0000FF;        } 
  7.  
  8. a:visited    {  color: #800080;    }
  9.  
  10. h1        {  font-weight: bold;
  11.         font-size: 12pt; }
  12.  
  13. h2        {  font-weight: bold;
  14.         font-size: 11pt;}
  15.  
  16.  
  17. h3        {  font-weight: bold;
  18.         font-size: 12pt }
  19.  
  20.  
  21. h4        {  font-weight: bold; font-size: 11pt }
  22.  
  23. h5        {  font-weight: bold; font-size: 11pt }
  24.  
  25. h6        {  text-decoration: underline; font-weight: none; font-size: 10pt}
  26.         
  27. code        {  font-family: Courier;     }
  28.  
  29. pre        {  font-family: Courier;     }
  30.  
  31. table     { font-size: 10pt; }
  32.             
  33. th        {  text-align: left; }
  34.  
  35. td, tr    {  font-size: 100%;} 
  36.  
  37.  
  38. img        {  margin-top: -4pt;  }    
  39.  
  40. ul          {list-style-type: square}
  41.  
  42. /* Overview heading   */
  43. h5.overh    {  font-size: 120%;    }           
  44.  
  45. h5    {  font-size: 100%;    }           
  46.  
  47. /* Procedure heading  */
  48. h5.proch    {    font-size: 100%;    }          
  49.  
  50. /* Decision heading   */
  51. h5.what     {    font-size: 100%; 
  52.         color: #993399;        }           
  53.  
  54. /* Note & Tip heading */
  55. h5.note    {    font-size: 95%;     }