home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Eso / MAIN.CSS < prev    next >
Cascading Style Sheet File  |  1999-04-06  |  763b  |  48 lines

  1. TABLE.title {
  2.  font-family: sans-serif;
  3.  border-color: #3333ff #000099 #000099 #3333ff;
  4.  border-width: thin;
  5.  border-style: solid;
  6. }
  7.  
  8. TABLE.price {
  9.  font-family: Arial, sans-serif;
  10.  font-size: 10pt;
  11. }
  12.  
  13. TABLE.button TH {
  14.  font-family: Arial, sans-serif;
  15.  border-color: #ffffff #000099 #000099 #3333ff;
  16.  border-width: thin;
  17.  border-style: solid;
  18. }
  19.  
  20. TABLE.button A {
  21.  text-decoration: none;
  22. }
  23.  
  24. TABLE.button A:hover {
  25.  color: #ffff33;
  26. }
  27.  
  28. TABLE.button INPUT {
  29.  width: 88px;
  30.  height: 30px;
  31. }
  32.  
  33. TABLE.label TH {
  34.  font-family: Arial, sans-serif;
  35.  border-color: #ccccff #000033 #000033 #ccccff;
  36.  border-width: thin;
  37.  border-style: solid;
  38. }
  39.  
  40. TABLE.label A {
  41.  text-decoration: none;
  42. }
  43.  
  44. TABLE.label A:hover {
  45.  color: #ffff33;
  46. }
  47.  
  48.