home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / Vyzkuste / sqldes / sqldesigner.EXE / VISUALSQLDESIGNER.CHM / visual.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-05-25  |  573 b   |  34 lines

  1. BODY { 
  2. color: white;
  3. background: steelblue;
  4. font-size: 10pt;
  5. font-weight:none;
  6. font-family: Arial, Helvetica; 
  7. }
  8. H1 {
  9. color: paleturquoise;
  10. font-family:"Arial"; 
  11. font-size: 20pt;
  12. font-weight:bold;
  13. text-align:center;
  14. }
  15. .P1 {font-size: 14pt }
  16. .P2 {font-size: 75% }
  17. .P3 {font-size: xx-large }
  18. .P4 {font-size: larger }
  19.  
  20. a:link {
  21. color: yellow;
  22. text-decoration : none;
  23. }
  24. a:visited {
  25. color: white;
  26. text-decoration : none;
  27. }
  28. /*    Links when hovered over (MSIE only)                    */
  29. a:hover {
  30. color: #FF6666;
  31. font-weight:bold;
  32. text-decoration : underline;
  33. }
  34.