Template:Mbox/styles.css: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.ambox {
.mbox {
font-size: .875rem;
font-size: 1rem;
margin: auto;
padding: 1.25rem 1.5rem;
padding: 0.75em 1.5em;
border-radius: .75rem;
border-radius: 1rem;
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;
}