Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MPN Weapon infobox/style.css: Difference between revisions

Template page
More languages
No edit summary
No edit summary
Line 5: Line 5:
.tpl\:infobox{
.tpl\:infobox{
border-radius: 8px;
border-radius: 8px;
margin: 0 0 0 20px !important;
margin: 0 20px 0 20px !important;
white-space: nowrap;
white-space: nowrap;
}
}

Revision as of 12:08, 4 March 2024

/*
 MPN weapon infobox styles
*/

.tpl\:infobox{
	border-radius: 8px;
	margin: 0 20px 0 20px !important;
	white-space: nowrap;
}

.tpl\:infobox > tbody > tr{
	overflow: hidden;
}
.tpl\:infobox > tbody > tr:first-child > *{
	border-radius: 4px 4px 0 0;
}
.tpl\:infobox > tbody > tr:last-child > *{
	border-radius: 0 0 4px 4px;
}