home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1998 October / Image.iso / poland / zielnik / _themes / zkob / color0.css < prev    next >
Cascading Style Sheet File  |  1998-07-15  |  498b  |  49 lines

  1. <style>
  2. a:link
  3. {
  4.     color: rgb(0,0,255);
  5. }
  6. a:visited
  7. {
  8.     color: rgb(204,0,0);
  9. }
  10. a:active
  11. {
  12.     color: rgb(0,204,51);
  13. }
  14. body
  15. {
  16.     color: rgb(0,0,0);
  17.     background-color: rgb(255,216,176);
  18. }
  19. table
  20. {
  21.     table-border-color-light: rgb(204,204,204);
  22.     table-border-color-dark: rgb(102,102,102);
  23. }
  24. h1
  25. {
  26.     color: rgb(0,0,0);
  27. }
  28. h2
  29. {
  30.     color: rgb(0,0,0);
  31. }
  32. h3
  33. {
  34.     color: rgb(0,0,0);
  35. }
  36. h4
  37. {
  38.     color: rgb(0,0,0);
  39. }
  40. h5
  41. {
  42.     color: rgb(0,0,0);
  43. }
  44. h6
  45. {
  46.     color: rgb(0,0,0);
  47. }
  48. </style>.
  49.