User:Harimaron/Sandbox/Template:Navbox/styles.css: Difference between revisions

From Inkipedia, the Splatoon wiki
(test)
 
(Harimaron changed the content model of the page User:Harimaron/Sandbox/Template:Navbox/styles.css from "CSS" to "Sanitized CSS")
Tag: Content model change
(No difference)

Revision as of 14:18, 11 April 2024

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;
}