home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / MSIE_50 / icw.cab / icwdial.chm / basicie4.css < prev    next >
Cascading Style Sheet File  |  1999-04-01  |  3KB  |  144 lines

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