home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / data / prezent / _spidla / _themes / sunflowr / color0.css next >
Cascading Style Sheet File  |  1999-06-07  |  542b  |  49 lines

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