home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 January / VPR9901A.BIN / Msie4sp1 / mswallet.cab / mswallet.chm / ie40.css next >
Cascading Style Sheet File  |  2002-03-07  |  3KB  |  153 lines

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