home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 19 / DOKAN19.iso / IE5 / IE_EXTRA.CAB / msident.chm / ie40.css < prev    next >
Cascading Style Sheet File  |  1999-03-05  |  3KB  |  169 lines

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