home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 November / VPR9711A.ISO / MS_IE40J / IE4P2 / mailnews.cab / wab.chm / ie40.css < prev    next >
Cascading Style Sheet File  |  1997-07-15  |  2KB  |  130 lines

  1. body         {  background-color: #fff; 
  2.         font-size: 75%;
  3.         font-family: "MS Pゴシック";    
  4.         }
  5.  
  6. a:link     {  background: transparent; 
  7.         color: #800080;
  8.         text-decoration: none;        
  9.         } 
  10.  
  11. a:visited    {  color: #800080;
  12.         text-decoration: none;        
  13.         }
  14.  
  15. a:active    { text-decoration: none;
  16.         }
  17.  
  18.  
  19. h1        {  font-weight: bold;
  20.         font-size: 55%;
  21.         margin-bottom: -2.2em;    }
  22.  
  23. h2        {  font-weight: bold;
  24.         font-size: 66%;
  25.         margin-top: 6pt;
  26.         margin-bottom: -2.2em;    }
  27.  
  28. h3        {  font-weight: bold;
  29.         font-size: 77%;
  30.         margin-top: 6pt;
  31.         margin-bottom: -3em    }
  32.         
  33. p        {  margin-top: 2em;
  34.         margin-bottom: -.5em;    
  35.         }    
  36.  
  37. li p        {  margin-top: 1em;
  38.         margin-bottom: 1em;    
  39.         }    
  40.  
  41. li        {  margin-left: -.25in;
  42.         }     
  43.  
  44. ol li        {  
  45.         } 
  46.  
  47. ul         {  list-style: square;
  48.         }
  49.  
  50. ul.onestep    { list-style: disc;
  51.         }
  52.  
  53. code        { font-family: Courier;     }
  54.  
  55. pre        { font-family: Courier;     }
  56.  
  57.  
  58. /* -------------- tables 'n' stuff -------------- */
  59.  
  60.  
  61. table     { font-size: 100%;
  62.         text-align: left;
  63.         margin-top: 1.5em;
  64.         }
  65.  
  66. tr        { margin: .33em;
  67.         vertical-align: top;
  68.         }
  69.             
  70. th         { text-align: left;
  71.         margin: .33em;
  72.         vertical-align: top;
  73.         background: #ccc;
  74.         }
  75.                         
  76. td        { margin: .33em;
  77.         vertical-align: top;
  78.         }
  79.  
  80.  
  81. /* -------------- headings 'n' stuff -------------- */
  82.  
  83.     /* -- subheading -- */
  84.  
  85. h5.subh        { margin-bottom: -1em;
  86.             }
  87.  
  88.     /* -- procedure heading -- */
  89.  
  90. h5.proch        { margin-bottom: -.5em;
  91.             }
  92.  
  93.     /* -- topic heading -- */
  94.  
  95. h5.topich        { 
  96.             }
  97.  
  98.     /* -- note 'n' tip heading -- */
  99.  
  100. h5.note        { margin-top: 2em;
  101.             margin-bottom: -1em;
  102.             }
  103.  
  104.     /* -- related topics heading -- */
  105.  
  106. h5.relh        { margin-top: 3em;
  107.             margin-bottom: -1em;
  108.             }
  109.  
  110. /* -------------- miscellany 'n' stuff -------------- */
  111.  
  112. /* intended to applied with <div></div> tags to groups of links */
  113.  
  114. .dectree        { margin-left: 1.33em;
  115.             margin-top: 2em;
  116.             }
  117.  
  118. div.dectree p     { margin-top: 1em;
  119.             }
  120.  
  121.  
  122.  
  123. .reltopics        { margin-left: 1.33em;
  124.             margin-top: 2em;
  125.             {
  126.             
  127. div.reltopics p    { margin-top: 1em;
  128.             }
  129.  
  130.