Template:Internal names/styles.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#internal-names.no-meanings th:nth-of-type(2),
#internal-names.no-games th:nth-of-type(1),
#internal-names.no-meanings td:nth-of-type(2) {
#internal-names.no-games td:nth-of-type(1) {
display: none;
display: none;
}
}
#internal-names.no-origins th:nth-of-type(3),
#internal-names.no-files th:nth-of-type(2),
#internal-names.no-origins td:nth-of-type(3) {
#internal-names.no-files td:nth-of-type(2) {
display: none;
}
#internal-names.no-meanings th:nth-of-type(4),
#internal-names.no-meanings td:nth-of-type(4) {
display: none;
display: none;
}
}

Latest revision as of 10:14, June 10, 2024

#internal-names.no-games th:nth-of-type(1),
#internal-names.no-games td:nth-of-type(1) {
	display: none;
}
#internal-names.no-files th:nth-of-type(2),
#internal-names.no-files td:nth-of-type(2) {
	display: none;
}
#internal-names.no-meanings th:nth-of-type(4),
#internal-names.no-meanings td:nth-of-type(4) {
	display: none;
}