MediaWiki:Navbox.css: Difference between revisions
From Ephinea PSO Wiki
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
table.navbox th { | table.navbox th { | ||
color: #202020; | color: #202020; | ||
background-color: # | background-color: #ccc; | ||
width: 7%; | width: 7%; | ||
text-align: right; | text-align: right; |
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; }