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

Template page
No edit summary
Tag: Reverted
No edit summary
 
(4 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 15px 0 20px !important;
}
}


.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 > *{
border-radius: 4px 4px 0 0;
border-radius: 4px;
}
overflow: hidden;
.tpl\:infobox > tbody > tr:last-child > *{
border-radius: 0 0 4px 4px;
}
}

Latest revision as of 22:12, 3 March 2024

/*
 Madness combat character infobox styles
*/

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