NicerTableColors

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.
 /* screen only */
 @media screen {
 td.GPN div.logo{
   display: inline-block;
   height: 40px;
   width: 160px;
   background-color: #1486cc;
   background-image: url('/images/0/00/GPN16-Background_smal.svg');
 }
 td.GPN div.icon {
   display: inline-block;
   height: 40px;
   width: 40px;
 }
 td.GPN div.icon:nth-child(1n+0){
   background: url('/images/1/10/GPN16-Logo1_smal.svg') no-repeat left top;
 }
 td.GPN div.icon:nth-child(2n+0){
   background: url('/images/b/ba/GPN16-Logo2_smal.svg') no-repeat left top;"
 }
 td.GPN div.icon:nth-child(3n+0){
   background: url('/images/2/2c/GPN16-Logo3_smal.svg') no-repeat left top;"
 }
 td.GPN div.icon:nth-child(4n+0){
   background: url('/images/e/ef/GPN16-Logo4_smal.svg') no-repeat left top;"
 }
 
 table.termine tbody tr:nth-of-type(odd){
   background:rgba(215,215,215,0.5);
 }
 }