User:Harimaron/Sandbox/Template:Navbox/styles.css

From Inkipedia, the Splatoon wiki
< User:Harimaron‎ | Sandbox‎ | Template:Navbox
Revision as of 14:18, 11 April 2024 by Harimaron (talk | contribs) (test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
table.navbox {
	margin: auto;
	width: 80%;
}
table.navbox > tbody > tr:first-child > td > div {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-left: 56px;
}
table.navbox > tbody > tr:not(:first-child) > td {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 18px;
	padding: 0px;
}
table.navbox > tbody > tr:not(:first-child) > td > div {
	box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5) inset;
	border-radius: 18px;
	padding: 4px 4px 0px 4px;
}