home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 400616 / IE5 / IEAK5.EXE / 1033 / RCDATA / CABINET / ieakhelp.chm / ieak5.css < prev    next >
Cascading Style Sheet File  |  1999-11-15  |  4KB  |  175 lines

  1. /* Style sheet optimized for IE4x & later */
  2.  
  3. body
  4.         { color: #000000;
  5.         background: #FFFFFF;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Helvetica, Sans Serif;
  8. /* messing around with padding and margins for IEAK 5.0 Help */
  9.         margin: 0 22 2em 22; }
  10.  
  11. /* all link colors match the IE4+ default colors */
  12. a:link
  13.         { color: #0000FF; }
  14.     
  15. a:visited
  16.         { color: #800080; }
  17.  
  18. a:active
  19.         { color: #FF0000; }
  20.  
  21. a:hover
  22.         { color: #FF0000; }
  23.  
  24. h1
  25.         { font-size: 130%; /* was 140 */ 
  26.         margin-bottom: .5em; }
  27.  
  28. h2, h1.wiz
  29.         { font-size: 110%; /* was 130 */  
  30.         margin-top: 1.5em;
  31.         margin-bottom: .5em; }
  32.  
  33. h3
  34.         { font-size: 100%; /* was 120 */
  35.         margin-top: 1.2em;  
  36.         margin-bottom: .5em; }
  37.  
  38. h4
  39.         { font-size: 100%; /* was 110 - I don't think we'll use these */
  40.         margin-top: 1.2em;  
  41.         margin-bottom: .5em; }
  42.  
  43. h5
  44.         { font-size: 100%; /* I don't think we'll use these */
  45.         margin-top: 1.2em;  
  46.         margin-bottom: .5em; }
  47.  
  48. p
  49.         { margin-top: .6em; 
  50.         margin-bottom: .6em; }
  51.  
  52.  
  53. p.proclabel, p.otherh
  54.         { font-size: 100%; 
  55.         font-weight: bold;
  56.         margin-top: 1.1em; }
  57.             
  58. ol
  59.         { margin-top: .5em; 
  60.         margin-bottom: 0em; 
  61.         margin-left: 4em;
  62. /* bizarrely enough, needed to prevent ul ol items getting bullets instead of numbers */
  63.         list-style-image: url();
  64.         }    
  65.     
  66. ul
  67.         { margin-top: .6em;     
  68.         margin-bottom: 0em;
  69. /* added for IEAK 5.0 Help */
  70.         list-style-image: url(blu_sqr.gif); }
  71.  
  72. li
  73.         { margin-bottom: .7em;
  74.         margin-left: -1.9em; } /* was -2em; we want this unit fixed so li numbers will be flush left */
  75.  
  76. dd
  77.         { margin-bottom: 0em; 
  78.         margin-left: 1.5em; } 
  79.  
  80. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  81. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  82. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  83. /* pre-defined arguments are bold and italic--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. /* the next two lines added by Brad Matter for IEAK 5 Help file */
  91.         font-family: Courier New;
  92.         font-size: 125%  }
  93.  
  94. code
  95.         { font-family: Courier New; 
  96.         font-size: 125% }
  97.  
  98. table
  99.         { font-size: 100%;
  100.         margin-top: 1em; 
  101.         margin-bottom: 1em;
  102.         padding: 2px; }
  103.  
  104. /*
  105. padding in td and th added to replace "cellpadding" in table (there *isn't* such a thing as cellpadding in css!)
  106. tried using ems, but only got padding on top and bottom        
  107. */
  108.  
  109. th
  110.         { text-align: left;
  111.         background: #dddddd;
  112.         vertical-align: bottom;
  113.          }
  114.         
  115. tr
  116.         { vertical-align: top; }
  117.  
  118. td
  119.         { background: #eeeeee;
  120.         vertical-align: top;
  121.          }
  122.  
  123.  
  124. /*                       */
  125. /* extended class styles */
  126. /*                       */
  127. /* remove comment tags to enable the style */
  128.  
  129.  
  130. /* this class style is used to wrap text around icons in Related Topics areas */
  131. /*p.margin
  132.         { margin-left: 2em; 
  133.         margin-top: -1.75em; }  */
  134.  
  135. /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  136. p.indent
  137.         { margin-left: 2.1em; }  /* was 2; changed to line up better with li */
  138.  
  139. /* this class style is used for table footnotes and anywhere else you want small type */
  140. /*p.mini
  141.         { font-size: 80% }  */
  142.         
  143.  
  144. /* added for IEAK 5.0 Help */
  145.  
  146. .topbar
  147.     {
  148.     margin: 0 -25 30 -25;
  149.     }
  150.  
  151. /* The the category headings have a fixed point size because they are superimposed on the banner image.
  152.     It does look kinda cool when they shift if they're specified using percentage, but... */
  153.     
  154. .toptext1 /* first word of category heading goes on the top line */
  155.     {
  156.     font-family: Arial, Helvetica, Sans Serif;
  157.     font-weight: bold;
  158.     font-size: 14pt;
  159.     font-variant: small-caps;
  160. /*    letter-spacing: .25pt; */
  161.     color: #ffffff; 
  162.     position:absolute; top:35; left:22;
  163.     }
  164.  
  165. .toptext2 /* second and subsequent words of category heading go on the second line */
  166.     {
  167.     font-family: Arial, Helvetica, Sans Serif;
  168.     font-weight: bold;
  169.     font-size: 14pt;
  170.     font-variant: small-caps;
  171. /*    letter-spacing: .25pt; */
  172.     color: #003399; 
  173.     position:absolute; top:49; left:64;
  174.     }
  175.