Template:Mbox/styles.css: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.ambox {
.mbox {
font-size: 1rem;
font-size: 1rem;
padding: 1.25rem 1.5rem;
padding: 1.25rem 1.5rem;
border-radius: .75rem;
border-radius: .75rem;
margin: 0 auto 1.5rem auto;
margin: 1.5rem auto;
}
}


.ambox th {
.mbox th {
font-size: 1.25rem;
font-size: 1.25rem;
font-weight: normal;
font-weight: normal;

Latest revision as of 15:12, 28 January 2025

.mbox {
	font-size: 1rem;
	padding: 1.25rem 1.5rem;
	border-radius: .75rem;
	margin: 1.5rem auto;
}

.mbox th {
	font-size: 1.25rem;
	font-weight: normal;
	text-align: left;
	padding-bottom: .25rem;
}