Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
584 B

  1. BODY { color: #000000; }
  2. H1 { color: #3366CC; }
  3. #stepnum { color: #3366CC; }
  4. /* NOTE: Table cell backgrounds cannot be spec'd in style sheets, hence */
  5. /* there is additional luna formatting code in the "HelpLA_lib.js" file in */
  6. /* the User Accounts Learn Abouts topic */
  7. TD.headerFont { color: #FFFFFF; }
  8. A:link { color: "#265CC0"; text-decoration:none; }
  9. A:visited { color: "#265CC0"; text-decoration:none; }
  10. A:active { color: "#265CC0"; cursor:hand; text-decoration:none; }
  11. A:hover { color: "#265CC0"; cursor:hand; text-decoration:"underline"; }