Views
From BarbWiki
added css below to barb3_1.css
tr.even /* Some tables have rows marked even or odd. */ {
background-color: #abc; /* Drupal core uses a #eee background */
}
tr.odd {
background-color: #def; /* Drupal core uses a #eee background */
}