home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / WIN98SP1 / IE401.SP2 / ieak4.cab / main.css < prev    next >
Cascading Style Sheet File  |  1999-03-17  |  3KB  |  176 lines

  1. body         
  2.     {  
  3.     background-color: #ffffff; 
  4.     font-size: 80%;
  5.     font-family: MS Pゴシック;    
  6.     }
  7.  
  8. a:link
  9.     {
  10.     background: transparent; 
  11.     color: #990000;
  12.     } 
  13.  
  14. a:visited
  15.     {  
  16.     color: #996699;
  17.     }
  18.  
  19. a:active
  20.     {
  21.     color: #999999;
  22.     }
  23.  
  24.  
  25. p    
  26.     { 
  27.     margin-bottom: -.75em;    
  28.     }    
  29.  
  30. /* ---------------- lists &c. ---------------- */
  31.  
  32.  
  33. li p
  34.     {
  35.     margin-top: .75em;
  36.     margin-bottom: 1.25em;    
  37.     }    
  38.  
  39. li
  40.     {
  41.     margin-left: -.25in;
  42.     }     
  43.  
  44. ol li    
  45.     {
  46.     margin-left: -.15in;
  47.     } 
  48.  
  49. ul
  50.     {
  51.     list-style: disc;
  52.     }
  53.  
  54. ul.onestep
  55.     {
  56.     list-style: disc;
  57.     }
  58.  
  59.  
  60. /* ---------------- code &c. ---------------- */
  61.  
  62.  
  63. code        { font-family: MS ゴシック;     }
  64.  
  65. pre        { font-family: MS ゴシック;     }
  66.  
  67.  
  68. /* -------------- tables 'n' stuff -------------- */
  69.  
  70.  
  71. table         { font-size: 100%;
  72.         text-align: left;
  73.         margin-top: 0em;
  74.         }
  75.  
  76. tr        { margin: .25em;
  77.         vertical-align: top;
  78.         }
  79.             
  80. th         { text-align: left;
  81.         margin: .25em;
  82.         vertical-align: top;
  83.         background: #dddddd;
  84.         }
  85.                         
  86. td        { margin: .25em;
  87.         background: #eeeeee;
  88.         vertical-align: top;
  89.         }
  90.  
  91.  
  92. /* -------------- headings 'n' stuff -------------- */
  93.  
  94. h2    {    font-size        :    120%;
  95.         color            :    #336699}
  96.  
  97. h4    {    font-size        :    100%;
  98.         color            :    #669999;
  99.         }
  100.  
  101.  
  102. h5            {font-size: 100%;
  103.             }
  104.  
  105.  
  106.     /* -- subheading -- */
  107.  
  108. h5.subh        { margin-bottom: -1.5em;
  109.             margin-top: 2em;
  110.             }
  111.  
  112.     /* -- procedure heading -- */
  113.  
  114. h5.proch        { margin-bottom: -1em;
  115.             }
  116.  
  117.     /* -- topic heading -- */
  118.  
  119. h5.topich        { margin-bottom: -1em;
  120.             }
  121.  
  122.     /* -- note 'n' tip heading -- */
  123.  
  124. h5.note        { margin-top: 2em;
  125.             margin-bottom: -1em;
  126.             }
  127.  
  128.     /* -- related topics heading -- */
  129.  
  130. h5.relh        { margin-top: 2.75em;
  131.             margin-bottom: -1em;
  132.             }
  133.  
  134. /* -------------- miscellany 'n' stuff -------------- */
  135.  
  136. /* intended to applied with <div></div> tags to groups of links */
  137.  
  138. .dectree    { margin-left: 1.33em;
  139.         margin-top: 1.5em;
  140.         }
  141.  
  142. dectree p     { margin-top: 1.25em;
  143.         }
  144.  
  145.  
  146. .reltopics        { 
  147.             {
  148.             
  149. p.reltopics     { margin-left: 3em; 
  150.             }
  151.             
  152. img.logo     { position:relative; left: -4px; 
  153.             }
  154.  
  155. /* -------------- part opening table styles ------------- */
  156.  
  157. .open        { background: #ffffff;
  158.         margin: 0em;
  159.         }
  160.  
  161. /* note: font-weight: 400 is normal, 700 is bold. We're trying for something a bit less bold than 700. */
  162. .openprod    { background: #ffffff;
  163.         font-family: MS Pゴシック;
  164.         font-size: 1.25em;
  165.         font-weight: 600;
  166.         margin: 0em;
  167.         padding: 0em;
  168.         }
  169.                     
  170. .openhelp    { font-family: MS Pゴシック;
  171.         font-size: 2em;
  172.         background: #cccccc;
  173.         padding: .5em;
  174.         }
  175.  
  176.