NicerTableColors: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
KKeine Bearbeitungszusammenfassung
K (GPN Theme)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
   /* screen only */
   /* screen only */
   @media screen {
   @media screen {
   td.GPN {
   td.GPN div.logo{
     background-image: url("/gulasch/imgs/wikilogo.png");
    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){
   table.termine tbody tr:nth-of-type(odd){
     background:rgba(215,215,215,0.5);
     background:rgba(215,215,215,0.5);
   }
   }
   }
   }

Aktuelle Version vom 20. April 2016, 10:21 Uhr

 /* 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);
 }
 }