Template:Overlay nav
Revision as of 09:10, 1 April 2019 by Frank@tygron.nl (talk | contribs)
{{#css:
div.nav.items .heading { background-color:#96C; } div.nav.items dd, div.nav.items dt, div.nav.items table th { border-color:#96C; }
.table.items > :first-child > tr:first-child, .table.items > :first-child > tr:first-child > *, .table.items > tbody > tr.heading, .table.items > tbody > tr.heading > * {
background-color:#96C !important; border-color:#7A52A3 !important;
} .table.items > tbody > tr > th, .table.items > tfoot > tr > th, .table.items > thead > tr > th, table.table > tbody > tr.items > th {
background-color:#CCB3E6; border-color:#A38FB8;
} .table.items > tbody > tr:nth-child(odd), .table > tbody > tr.items:nth-child(odd) {
background-color:#F0E8F8;
}
}}