MediaWiki:Navbox.css
From Ephinea PSO Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
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;
}