MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
fixing wikitables
No edit summary
(fixing wikitables)
Line 192: Line 192:
  div.thumbinner {
  div.thumbinner {
     background-color: #000b10;
     background-color: #000b10;
}
/* Fix colors of wikitables */
.wikitable {
  background-color: #4A31FF;
  color: #fff;
}
.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #4A31FF;
    text-align: center;
}
}

Navigation menu