home *** CD-ROM | disk | FTP | other *** search
/ Gamer's Paradise 2 / Hracuv-raj-2.bin / INSTDISK / _themes / blueprnt / color1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-05-12  |  559 b   |  49 lines

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