home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / vbasic / Data / Utils / WME71SDK.exe / RCDATA / CABINET / wmencsdk.chm / coua.css < prev    next >
Cascading Style Sheet File  |  2001-04-26  |  4KB  |  171 lines

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