NicerTableColors: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
(nicer tables, maybe)
 
KKeine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
    
    
   tbody tr:nth-of-type(odd){
   tbody tr:nth-of-type(odd){
     background:rgba(227,227,227,0.5);
     background:rgba(215,215,215,0.5);
   }
   }
   }
   }

Version vom 20. Dezember 2013, 13:50 Uhr

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