home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ie4 / mswallet.cab / mswallet.chm / ie40.css < prev    next >
Cascading Style Sheet File  |  1997-10-13  |  3KB  |  154 lines

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