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

Template page
(Created page with "β†’β€ŽMadness combat character infobox styles: .tpl\:infobox{ border-radius: 8px; margin: 0 0 0 20px !important; } .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; }")
Β 
No edit summary
Line 1: Line 1:
/*
/*
Β  Madness combat character infobox styles
Β  Madness combat Weapon infobox styles
*/
*/



Revision as of 22:40, 1 November 2022

/*
 Madness combat Weapon infobox styles
*/

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

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