home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / tema / vema / css / custom.css next >
Cascading Style Sheet File  |  2003-09-04  |  677b  |  47 lines

  1. table.blue-price-list,
  2. .mainView table.blue-price-list
  3. {
  4.   background-color: rgb(186,224,245); 
  5.   border-spacing: 0px;
  6.   border-collapse: collapse;
  7. }
  8.  
  9. table.blue-price-list td,
  10. table.blue-price-list th
  11. {
  12.   padding: 2px;
  13.   border-style: solid; 
  14.   border-width: 1px;
  15.   border-color: black;
  16.   vertical-align: top;
  17. }
  18.  
  19. .blue1
  20. {
  21.   background-color: rgb(186,224,245); 
  22. }
  23.  
  24. .blue2
  25. {
  26.   background-color: rgb(156,194,215); 
  27. }
  28.  
  29. .blue3
  30. {
  31.   background-color: rgb(156,204,235); 
  32.   background-color: rgb(176,214,235); 
  33. }
  34.  
  35. .price
  36. {
  37.   text-align: right;
  38.   color: maroon;
  39. }
  40.  
  41. .price-bold
  42. {
  43.   text-align: right;
  44.   color: maroon;
  45.   font-weight: bold;
  46. }
  47.