home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / TSNT.CAB / mstask.chm / coua.css < prev    next >
Cascading Style Sheet File  |  1999-10-01  |  3KB  |  160 lines

  1. /* Style sheet optimized for IE4x - Last updated 7/21/98 */
  2.  
  3. body
  4.         { text: #000000;
  5.         background: #FFFFFF;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Helvetica, Sans Serif }
  8.  
  9. a:link
  10.         { color: #0000FF; }
  11.     
  12. a:visited
  13.         { color: #0000FF; }
  14.  
  15. a:active
  16.         { color: #0000FF; }
  17.  
  18. a:hover
  19.         { color: #0000FF; }
  20.  
  21. h1
  22.         { font-size: 125%; 
  23.         margin-bottom: .5em; }
  24.  
  25. h2
  26.         { font-size: 110%;  
  27.         margin-top: 1.5em;
  28.         margin-bottom: .5em; }
  29.  
  30. h3
  31.         { font-size: 100%; 
  32.         margin-top: 1.2em;  
  33.         margin-bottom: .5em; }
  34.  
  35. h4
  36.         { font-size: 100%; 
  37.         margin-top: 1.2em;  
  38.         margin-bottom: .5em; }
  39.  
  40. h5
  41.         { font-size: 100%; 
  42.         margin-top: 1.2em;  
  43.         margin-bottom: .5em; }
  44.  
  45. p
  46.         { margin-top: .6em; 
  47.         margin-bottom: .6em; }
  48.  
  49. p.proclabel
  50.         { font-size: 100%; 
  51.         font-weight: bold; }
  52.             
  53. ol
  54.         { margin-top: .5em; 
  55.         margin-bottom: 0em; 
  56.         margin-left: 2.1em }
  57.     
  58. ul
  59.         { margin-top: .6em;     
  60.         margin-bottom: 0em;
  61.         list-style-type: disc;
  62.         margin-left: 1.5em }
  63.         
  64. li
  65.         { margin-bottom: .7em;
  66.         margin-left: 0em; }
  67.  
  68. dd
  69.         { margin-bottom: 0em; 
  70.         margin-left: 1.5em; } 
  71.  
  72. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  73. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  74. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  75. /* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  76. dt
  77.         { margin-top: 2em; }
  78.         
  79.  
  80.  
  81. pre
  82.         { margin-top: 1.2em;
  83.         margin-bottom: 1.5em; }
  84.  
  85. code
  86.         { font-family: Courier New; 
  87.         font-size: 125% }
  88.  
  89. table
  90.         { font-size: 100%;
  91.         margin-top: 1em; 
  92.         margin-bottom: 1em; 
  93.         cellpadding: 0.5em; }
  94.         
  95. th
  96.         { text-align: left;
  97.         background: #dddddd;
  98.         vertical-align: bottom;    }
  99.         
  100. tr
  101.         { vertical-align: top; }
  102.  
  103. td
  104.         { background: #eeeeee;
  105.         vertical-align: top; }
  106.  
  107.  
  108. /*                       */
  109. /* extended class styles */
  110. /*                       */
  111. /* add comment tags to disable the style */
  112.  
  113.  
  114. /* this class style is used to wrap text around icons in Related Topics areas */
  115. p.margin
  116.         { margin-left: 2em; 
  117.         margin-top: -1.75em; }  
  118.  
  119. /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  120. p.indent
  121.         { margin-left: 2em; } 
  122.         
  123. /* these class styles are used for the expanding and collapsing text files  */
  124.  
  125. a.expand
  126.         { font-weight: bold; margin-bottom: 12; margin-left: 16; cursor:hand; text-decoration:none; color: #000000;  }
  127.  
  128. img.expand
  129.         { border: none }
  130.         
  131. div.expand
  132.         { margin-left: 17; margin-bottom: 14; display:none }
  133.  
  134. span.empty
  135.         { font-weight: bold; margin-bottom: 12; margin-left: 16 }
  136.  
  137. p.level1
  138.         { margin-left: 1.5em; margin-top: -1.2em }
  139.         
  140. p.empty
  141.         { font-weight: bold; margin-left: 1.5em; margin-top: -1.2em  }
  142.  
  143.  
  144. /*  these classes are for thumbnail art      */
  145.  
  146. img.thumbnail
  147.         {vertical-align: top; border-width:1pt;
  148.          margin-left: 0em; }
  149.          
  150. div.thumbnail
  151.         {float:left; width: 105;}
  152.         
  153. p.thumbnail
  154.                 { clear:both; }
  155.                 
  156. /* this class style is used for the navigation tree in MMC */
  157.         
  158. .navtree
  159.         {  margin-top: .3em; }
  160.