Template:Script/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
No edit summary
No edit summary
Line 9: Line 9:
.script-location {
.script-location {
font-weight: bold;
font-weight: bold;
text-transform: capitalize;
text-transform: uppercase;
}
}



Revision as of 13:39, 16 February 2024

.script-container {
	display: grid;
	grid-gap: 0.25em;
	font-family: serif;
	font-size: 17px;
	max-width: 525px;
}

.script-location {
	font-weight: bold;
	text-transform: uppercase;
}

.script-action {
	font-style: italic;
}

.script-speaker {
	font-weight: bold;
}