MediaWiki:Navbox.css: Difference between revisions

From Ephinea PSO Wiki
mNo edit summary
(Undo revision 9838 by Ryan (talk))
Line 13: Line 13:


table.navbox th {
table.navbox th {
   color: #fff;
   color: #202020;
   background-color: #006675;
   background-color: #ccc;
   width: 7%;
   width: 7%;
   text-align: right;
   text-align: right;

Revision as of 02:14, 5 November 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: #202020;
  background-color: #ccc;
  width: 7%;
  text-align: right;
  padding-right: 1%;
}

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

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