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

Template page
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
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;
}
}


.tpl\:infobox > tbody > tr{
.tpl\:infobox > tbody > tr{
overflow: hidden;
overflow: hidden;
}
}
.tpl\:infobox > tbody > tr:first-child > *{
.tpl\:infobox > tbody > tr:first-child > *{

Latest revision as of 16:09, 4 March 2024

/*
 Madness combat weapon infobox styles
*/

.tpl\:infobox{
	border-radius: 8px;
	margin: 0 20px 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;
}