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

Template page
No edit summary
No edit summary
Line 9: Line 9:


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

Revision as of 21:44, 4 October 2022

/*
 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;
}