home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / help / veendf98.chm / html / msdn_ie4.css < prev   
Cascading Style Sheet File  |  1998-06-01  |  1KB  |  87 lines

  1. BODY {
  2.     font: x-small Verdana, Arial, Helvetica, sans-serif;
  3.     background-color: #FFFFFF; }
  4.     
  5. h1, h2, h3, h4 {
  6.     font-family: verdana, Arial, Helvetica, sans-serif;    
  7.     font-weight: bold;
  8.     color: #000000; }
  9.     
  10. h1 {
  11.     font-size: 145%;
  12.     margin-bottom: .5em; }
  13.     
  14. h2 {
  15.     font-size: 125%;
  16.     margin-top: 1.5em;
  17.     margin-bottom: .5em; }
  18.     
  19. h3 {
  20.     font-size: 115%;
  21.     margin-top: 1.2em;
  22.     margin-bottom: .5em}
  23.     
  24. h4 {
  25.     font-size: 100%;
  26.     margin-top: 1.2em;
  27.     margin-bottom: .5em; }
  28.  
  29. P  {
  30.     font: x-small Verdana, Arial, Helvetica, sans-serif;
  31.     color: #000000; }
  32.  
  33. CODE {
  34.     font: 100% "Courier New", Courier, mono; }
  35.  
  36. TD {
  37.     font-size: x-small; }
  38.  
  39. A:LINK {
  40.     color: #0000FF; }
  41.     
  42. A:VISITED {
  43.     color: #660066; }
  44.     
  45. A:HOVER {
  46.     color: #FF9900; }
  47.     
  48. .label {
  49.     font-weight: bold; }
  50.     
  51. .tl {
  52.     margin-bottom: .75em; }
  53.     
  54. .atl {
  55.     padding-left: 1.5em;
  56.     padding-bottom: .75em; }
  57.     
  58. .cfe {
  59.     font-weight: bold; }
  60.     
  61. .mini {
  62.     font-size: smaller; }
  63.     
  64. LI {
  65.     margin-top: .75em;
  66.     margin-bottom: .75em; }
  67.     
  68. UL {
  69.     list-style: disc; }
  70.  
  71. UL UL, OL OL, OL UL, UL OL {
  72.     margin-top: 1em;
  73.     margin-bottom: 1em; }
  74.     
  75. LI P {
  76.     margin-top: .5em;
  77.     margin-bottom: .5em; }
  78.  
  79. .dt {
  80.     margin-bottom: -1em; }
  81.     
  82. .indent {
  83.     margin-left: 1.5em; }
  84.     
  85. SUP {
  86.     text-decoration: none;
  87.     font-size: smaller; }