Template:Overlay nav: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#css:   
{{#css:   
     div.nav.location .heading { background-color:#96C; }
     div.nav.items .heading { background-color:#96C; }
     div.nav.location dd,
     div.nav.items dd,
     div.nav.location dt,
     div.nav.items dt,
     div.nav.location table th { border-color:#96C; }
     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;
}
 
 
}}
}}



Revision as of 09:10, 1 April 2019

{{#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;

}


}}