Template:Dialogue scene/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 4: Line 4:
font-weight: bold;
font-weight: bold;
padding: 0.5em 1em;
padding: 0.5em 1em;
margin: 1em auto;
margin: 2.5em auto 1.5em;
width: 800px;
width: 800px;
max-width: 100%;
max-width: 100%;

Revision as of 22:00, 11 December 2021

.dialogue-scene {
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 1em;
	margin: 2.5em auto 1.5em;
	width: 800px;
	max-width: 100%;
	background: var(--color-surface-2);
	border: 1px solid var(--color-surface-3);
	border-radius: var(--border-radius--medium);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.