home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / wab.chm / ie40.css < prev    next >
Cascading Style Sheet File  |  2000-06-19  |  3KB  |  163 lines

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