MediaWiki:Navbox.css: Difference between revisions

From Ephinea PSO Wiki
(Created page with "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; pad...")
 
mNo edit summary
Line 13: Line 13:


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

Revision as of 01:29, 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: #fff;
  background-color: #006675;
  width: 7%;
  text-align: right;
  padding-right: 1%;
}

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

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