Template:Character infobox/styles.css: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
Line 10: Line 10:
.tpl\:infobox > tbody > tr{
.tpl\:infobox > tbody > tr{
border-radius: 4px;
border-radius: 4px;
overflow: hidden;
}
.tpl\:infobox > tbody > tr:first-child{
border-radius: 4px 4px 0 0;
overflow: hidden;
}
.tpl\:infobox > tbody > tr:last-child{
border-radius: 0 0 4px 4px;
overflow: hidden;
overflow: hidden;
}
}

Revision as of 21:43, 4 October 2022

/*
 Madness combat character infobox styles
*/

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

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