MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 35: Line 35:
   border: 0;
   border: 0;
}
}
/** TABLES **/
  .table.ktv-table > :first-child > tr:first-child,
  .table.ktv-table > tbody > tr.heading,
  .table.ktv-table > :first-child > tr:first-child > *,
  .table.ktv-table > tbody > tr.heading > * {
    background-color:#522F65!important;
    border-color:#777d9e!important;
  }
  .table.ktv-table > tbody > tr > th,
  .table.ktv-table > tfoot > tr > th,
  .table.ktv-table > thead > tr > th,
  table.table > tbody > tr.ktv-table > th {
    background-color:#522F65;
    border-color:#87A992;
  }
  .table.ktv-table > tbody > tr:nth-child(odd),
  .table > tbody > tr.ktv-table:nth-child(odd) {
    background-color:#dfe1ec;
  }