NicerTableColors: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
   @media screen {
   @media screen {
    
    
   tbody tr:nth-of-type(odd){
   #termine tbody tr:nth-of-type(odd){
     background:rgba(215,215,215,0.5);
     background:rgba(215,215,215,0.5);
   }
   }
   }
   }

Version vom 20. Dezember 2013, 13:58 Uhr

 /* screen only */
 @media screen {
 
 #termine tbody tr:nth-of-type(odd){
   background:rgba(215,215,215,0.5);
 }
 }