Subversion Repositories wimsdev

Rev

Rev 6239 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* TABLES STYLES */
  2. table.wimstable {
  3.    width:90%;
  4.    border-collapse:collapse;
  5.    border: 1px solid #999;
  6.    font-size: .9em;
  7. }
  8. table.wimstable caption {
  9.    font-weight: bold;
  10.    font-size: 1.1em;
  11.    border: 1px solid #999;
  12. }
  13. table.wimstable th {
  14.    border-collapse:collapse;
  15.    border: 1px solid #999;
  16.    color:white;
  17. }
  18. table.wimstable td {
  19.    background-color:white;
  20.    border: 1px solid #999;
  21.    padding: 6px;
  22. }
  23. table.wimstable .odd td {
  24.    background-color:white;
  25.    border: 1px solid #999;
  26.    padding: 6px;
  27. }
  28. table.wimstable .even td {
  29.    background-color:#DFDFDF;
  30.    border: 1px solid #999;
  31.    padding: 6px;
  32. }
  33. table.wimstable th a {
  34.    display: inline-block;
  35.    padding: 5px 5px;
  36.    text-decoration: none;
  37. }
  38.  
  39. table.wimstable a:hover {text-decoration:underline;}
  40. a:hover {text-decoration:none;}