NicerTableColors

aus dem Wiki des Entropia e.V., CCC Karlsruhe
 /* screen only */
 @media screen {
 td.GPN {
   background-image: url("/gulasch/imgs/topbar.png");
 }  
 
 table.termine tbody tr:nth-of-type(odd){
   background:rgba(215,215,215,0.5);
 }
 }