home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / HELPCONT.CAB / iewebhlp.chm / basicie4.css < prev    next >
Cascading Style Sheet File  |  1999-11-05  |  3KB  |  142 lines

  1. /* Style sheet optimized for IE4x  */
  2.  
  3. body
  4.         { color: #000000;
  5.         background: #FFFFFF;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Helvetica, Sans Serif }
  8.  
  9. /* all link colors match the IE4+ default colors */
  10. a:link
  11.         { color: #0000FF; }
  12.     
  13. a:visited
  14.         { color: #800080; }
  15.  
  16. a:active
  17.         { color: #FF0000; }
  18.  
  19. a:hover
  20.         { color: #FF0000; }
  21.  
  22. h1
  23.         { font-size: 110%; /* was 140 */
  24.         margin-bottom: .5em; }
  25.  
  26. h2
  27.         { font-size: 100%;  /* was 130 */
  28.         margin-top: 1.5em;
  29.         margin-bottom: .5em; }
  30.  
  31. /* we're just not gonna use these, ok?
  32. h3
  33.         { font-size: 120%; 
  34.         margin-top: 1.2em;  
  35.         margin-bottom: .5em; }
  36.  
  37. h4
  38.         { font-size: 110%; 
  39.         margin-top: 1.2em;  
  40.         margin-bottom: .5em; }
  41.  
  42. h5
  43.         { font-size: 100%; 
  44.         margin-top: 1.2em;  
  45.         margin-bottom: .5em; }
  46. */
  47.  
  48. p
  49.         { margin-top: .6em; 
  50.         margin-bottom: .6em; }
  51.  
  52. p.proclabel
  53.         { font-size: 100%; 
  54.         font-weight: bold; }
  55.             
  56. ol
  57.         { margin-top: .5em; 
  58.         margin-bottom: 0em; 
  59.         margin-left: 2em }
  60.     
  61. ul
  62.         { margin-top: .6em;     
  63.         margin-bottom: 0em;
  64.         margin-left: 1.5em; 
  65.         list-style-type: disc; }
  66.  
  67. li
  68.         { margin-bottom: .7em;
  69.         margin-left: 0em; }
  70.  
  71. dd
  72.         { margin-bottom: 0em; 
  73.         margin-left: 1.5em; } 
  74.  
  75.  
  76. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  77.  
  78. /* Keywords, functions, and anything else the user must enter exactly as shown are bold
  79. --add "font-weight: bold;" to the dt tag */
  80. /* Variables, book titles, and placeholders the user must provide are italic
  81. --add "font-style: italic;" to the dt tag */
  82. /* pre-defined arguments are bold and italic
  83. --add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  84. dt
  85.         { margin-top: 2em; }
  86.  
  87. pre
  88.         { margin-top: 0em;
  89.         margin-bottom: 1.5em; }
  90.  
  91. code
  92.         { font-family: Courier New; 
  93.         font-size: 125% }
  94.  
  95. table
  96.         { font-size: 100%;
  97.         margin-top: .75em; 
  98.         margin-bottom: .75em; 
  99.         padding: 2pt; }
  100.         
  101. th
  102.         { text-align: left;
  103.         background: #dddddd;
  104.         vertical-align: bottom;    }
  105.         
  106. tr
  107.         { vertical-align: top; }
  108.  
  109. td
  110.         { background: #EEEEEE;
  111.         vertical-align: top; }
  112.  
  113.  
  114. /*                       */
  115. /* extended class styles */
  116. /*                       */
  117.  
  118.  
  119. /* this class style is used for inline art, especially Related Topics that use icons */
  120. p.margin
  121.         { margin-left: 2em; 
  122.         margin-top: -1.75em; }
  123.  
  124. /* this class style is used to indent text for alerts; use this instead of the blockquote tag */
  125. p.indent
  126.         { margin-left: 2em; }
  127.  
  128. /*_______________________________________________________
  129.  
  130.   bits added for IE5 help
  131. _________________________________________________________*/
  132.  
  133.     /* -- non-hierarchical head; for notes, tips, and related topics -- */
  134.  
  135. p.otherh
  136.     {
  137.     font-size: 100%; 
  138.     font-weight: bold;
  139.     margin-top: 1.1em; /* subtle but satisfying! */
  140.     }
  141.  
  142.