KKeine Bearbeitungszusammenfassung |
K (GPN Theme) |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* screen only */ | /* screen only */ | ||
@media screen { | @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;" | |||
} | |||
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, 09: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); } }