Template:Mbox/styles.css: Difference between revisions

From stencil.wiki
(Created page with ".ambox { margin: auto; text-align: center; padding: 0.5em 1em; }")
 
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.ambox {
.mbox {
margin: auto;
font-size: 1rem;
text-align: center;
padding: 1.25rem 1.5rem;
padding: 0.5em 1em;
border-radius: .75rem;
margin: 1.5rem auto;
}
 
.mbox th {
font-size: 1.25rem;
font-weight: normal;
text-align: left;
padding-bottom: .25rem;
}
}

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