Template:Script/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
(Created page with ".script-container { font-family: serif; font-size: 17px; max-width: 525px; } .script-location { font-weight: bold; } .script-action { font-style: italic; } .script-speaker { font-weight: bold; }")
 
No edit summary
Line 1: Line 1:
.script-container {
.script-container {
display: grid;
grid-gap: 0.25em;
font-family: serif;
font-family: serif;
font-size: 17px;
font-size: 17px;
Line 7: Line 9:
.script-location {
.script-location {
font-weight: bold;
font-weight: bold;
text-transform: capitalize;
}
}



Revision as of 13:38, 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: capitalize;
}

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

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