home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / TemaCD / WinApiVB / win32apitutor.exe / default.cs_ / default.cs
Text File  |  1999-02-05  |  649b  |  25 lines

  1. /* Style Sheet for Windows 95 API Guide
  2.  *  CSS1
  3.  */
  4.  
  5. BODY { background: #004000;
  6.        color: #FFFFFF; }
  7. A:link { color: #FFFF00; }
  8. A:visited { color: #FF8000; }
  9. A:active { color: #80FF80; }
  10.  
  11. H1, H2, H3, H4, H5, H6 { text-align: center; }
  12. .center { text-align: center; }
  13. .left { text-align: left; }
  14.  
  15. CODE.declare { padding-left: 5%;
  16.                padding-right: 3%;
  17.                text-indent: -2%; }
  18. CODE.tc { padding-left: 30%;
  19.           padding-right: 3%; }
  20. CODE.example { padding-left: 3%; }
  21.  
  22. UL { list-style: square outside; }
  23. UL UL { list-style: disc outside; }
  24. DL.ghost { color: #CCCCCC; }
  25. DL DL { color: #CCCCCC; }