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 / color0.css < prev    next >
Cascading Style Sheet File  |  2007-11-28  |  1KB  |  94 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.     background-color: rgb(255, 255, 255);
  63.     color: rgb(0, 0, 0);
  64. }
  65. label
  66. {
  67.     color: rgb(255, 255, 255);
  68. }
  69. .mstheme-text
  70. {
  71.     background-color: rgb(0, 0, 0);
  72.     color: rgb(11, 0, 0);
  73. }
  74. textarea
  75. {
  76.     color: rgb(0, 0, 0);
  77. }
  78. fieldset
  79. {
  80.     color: rgb(255, 255, 255);
  81. }
  82. legend
  83. {
  84.     color: rgb(255, 255, 255);
  85. }
  86. select
  87. {
  88.     color: rgb(0, 0, 0);
  89. }
  90. caption
  91. {
  92.     color: rgb(255, 255, 255);
  93. }
  94.