Template:TributeAnimation infobox/styles.css

Template page
Revision as of 23:26, 2 November 2022 by Admin (talk | contribs) (Created page with "β†’β€ŽMadness combat animation 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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
/*
 Madness combat animation 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;
}