MediaWiki:Navbox.css: Difference between revisions
From Ephinea PSO Wiki
No edit summary |
|
| (3 intermediate revisions by the same user not shown) | |
(No difference)
| |
Latest revision as of 02:26, 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;
}