home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual: EDK Windows 2000 / Edk_cd1.iso / EDK / docs / Professional / Unattend / HTML / coUA.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-03-23  |  3.1 KB  |  145 lines

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