MediaWiki:Navbox.css: Difference between revisions

From PSP2i Wiki
No edit summary
(No difference)

Revision as of 18:58, 3 October 2021

table.navbox {
  width: 100%;
  border: 1px solid #aaa;
  font-size: 75%;
}

table.navbox tr:first-child > th {
  font-size: larger;
  width: 100%;
  text-align: center;
  padding-right: 0;
}

table.navbox th {
  color: #c1c1c1;
  background-color: #B41E2B;
  width: 7%;
  text-align: right;
  padding-right: 1%;
}

table.navbox td {
  text-align: left;
}

table.navbox tr:nth-child(odd) > td {
  background-color: #cfcfcf1a;
}