home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / jsp / css / styles.css
Encoding:
Cascading Style Sheet File  |  2005-01-28  |  1.1 KB  |  76 lines

  1. A.clickme {
  2.   font-family: Tahoma, helvectica, sans-serif;
  3.   font-size: 10px;
  4.   font-weight: bold; 
  5.   text-decoration: none; 
  6.   color: #cfcfcf; 
  7. }
  8.  
  9. A.clickme:hover {
  10.   color: #FFFFFF
  11. }
  12.  
  13. A.button {
  14.   color: #000000;
  15.   text-decoration: none;
  16. }
  17.  
  18. A.button:hover {
  19.   color: #FFFFFF
  20. }
  21.  
  22. input.button {
  23.   background-color: #cccccc;
  24.   border-width: 1px;
  25. }
  26.  
  27. input.button:hover {
  28.   background-color: #dddddd;
  29.   border-width: 1px;
  30. }
  31.  
  32. TABLE.header {
  33.   background-color: #3c5c84;
  34.   padding: 0px;
  35.   border-top: 0px;
  36.   border-left: 0px;
  37.   border-right: 0px;
  38.   border-bottom: #3c4a73 1px solid;
  39. }
  40.  
  41. TABLE.nav {
  42.   background-color: #000000;
  43.   border-top: #3c6d9f 1px solid;
  44.   border-left: 0px;
  45.   border-right: 0px;
  46.   border-bottom: #666666 1px solid;
  47. }
  48.  
  49. TABLE.box {
  50.   border: #9ab8dc 1px solid;
  51. }
  52.  
  53. TR.header {
  54.   background-color: #9ab8dc;
  55. }
  56.  
  57. TR.e8 {
  58.   background-color: #e8e8e8;
  59. }
  60.  
  61. TD.e8 {
  62.   background-color: #e8e8e8;
  63. }
  64.  
  65. TD.cf {
  66.   background-color: #cfcfcf;
  67. }
  68.  
  69. TR.f1 {
  70.   background-color: #f1f1f1;
  71. }
  72.  
  73. TD.f1 {
  74.   background-color: #f1f1f1;
  75. }
  76.