home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / document.cab / rscripts.chm / scripts / coua_help.css < prev    next >
Cascading Style Sheet File  |  1999-12-02  |  3KB  |  122 lines

  1. /* Style sheet optimized for IE4x - Last updated 5/6/98 */
  2.  
  3. body
  4.         { color: #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. p
  47.         { margin-top: .6em; 
  48.         margin-bottom: .6em; }
  49.  
  50. p.proclabel
  51.         { font-size: 100%; 
  52.         font-weight: bold; }
  53.             
  54. ol
  55.         { margin-top: .5em; 
  56.         margin-bottom: 0em; 
  57.         margin-left: 2em }
  58.     
  59. ul
  60.         { margin-top: .6em;     
  61.         margin-bottom: 0em;
  62.         list-style-type: disc;
  63.         margin-left: 1.5em }
  64.         
  65. li
  66.         { margin-bottom: .7em;
  67.         margin-left: 0em; }
  68.  
  69. dd
  70.         { margin-bottom: 0em; 
  71.         margin-left: 1.5em; } 
  72.  
  73. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  74. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  75. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  76. /* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  77. dt
  78.         { margin-top: 2em; }
  79.  
  80. pre
  81.         { margin-top: 0em;
  82.         margin-bottom: 1.5em; }
  83.  
  84. code
  85.         { font-family: Courier New; 
  86.         font-size: 125% }
  87.  
  88. table
  89.         { font-size: 100%;
  90.         margin-top: 1em; 
  91.         margin-bottom: 1em; 
  92.         cellpadding: 0.5em; }
  93.         
  94. th
  95.         { text-align: left;
  96.         background: #dddddd;
  97.         vertical-align: bottom;    }
  98.         
  99. tr
  100.         { vertical-align: top; }
  101.  
  102. td
  103.         { background: #EEEEEE;
  104.         vertical-align: top; }
  105.  
  106.  
  107. /*                       */
  108. /* extended class styles */
  109. /*                       */
  110. /* add comment tags to disable the style */
  111.  
  112.  
  113. /* this class style is used to wrap text around icons in Related Topics areas */
  114. p.margin
  115.         { margin-left: 2em; 
  116.         margin-top: -1.75em; }  
  117.  
  118. /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  119. p.indent
  120.         { margin-left: 1.5em; } 
  121.  
  122.