home *** CD-ROM | disk | FTP | other *** search
/ ip-72-10-208-29.nwptny.ntcnet.net / ip-72-10-208-29.nwptny.ntcnet.net.tar / ip-72-10-208-29.nwptny.ntcnet.net / newhartsystems / _themes / copy-of-compass / color1.css < prev    next >
Cascading Style Sheet File  |  2007-11-28  |  900b  |  88 lines

  1. a:link
  2. {
  3.     color: rgb(204, 153, 0);
  4. }
  5. a:active
  6. {
  7.     color: rgb(204, 51, 153);
  8. }
  9. a:visited
  10. {
  11.     color: rgb(102, 102, 153);
  12. }
  13. body
  14. {
  15.     background-color: rgb(255, 255, 255);
  16.     color: rgb(0, 51, 153);
  17. }
  18. table
  19. {
  20.     table-border-color-light: rgb(0, 51, 153);
  21.     table-border-color-dark: rgb(0, 51, 153);
  22.     border-color: rgb(0, 51, 153);
  23. }
  24. th
  25. {
  26.     border-color: rgb(0, 51, 153);
  27. }
  28. td
  29. {
  30.     border-color: rgb(0, 51, 153);
  31. }
  32. h1
  33. {
  34.     color: rgb(0, 0, 102);
  35. }
  36. h2
  37. {
  38.     color: rgb(0, 0, 102);
  39. }
  40. h3
  41. {
  42.     color: rgb(0, 0, 102);
  43. }
  44. h4
  45. {
  46.     color: rgb(0, 0, 102);
  47. }
  48. h5
  49. {
  50.     color: rgb(0, 0, 102);
  51. }
  52. h6
  53. {
  54.     color: rgb(0, 0, 102);
  55. }
  56. hr
  57. {
  58.     color: rgb(182, 84, 78);
  59. }
  60. button
  61. {
  62. }
  63. label
  64. {
  65. }
  66. .mstheme-text
  67. {
  68. }
  69. textarea
  70. {
  71. }
  72. fieldset
  73. {
  74.     color: rgb(0, 0, 0);
  75. }
  76. legend
  77. {
  78.     color: rgb(18, 104, 94);
  79. }
  80. select
  81. {
  82.     color: rgb(0, 0, 0);
  83. }
  84. caption
  85. {
  86.     color: rgb(18, 104, 94);
  87. }
  88.