Template:Script/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
No edit summary
No edit summary
Line 21: Line 21:
.script-speaker {
.script-speaker {
font-weight: bold;
font-weight: bold;
}

.script-choice {
background: #ddd;
padding: 0.5em;
}

.script-choice-dialogue {
margin-left: 1em;
}
}

Revision as of 05:05, 18 February 2024

.script-container {
	display: grid;
	grid-gap: 0.5em;
	font-family: serif;
	font-size: 17px;
	max-width: 500px;
	border: 1px solid #ddd;
    background: #eee;
    padding: 1em;
}

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

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

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

.script-choice {
	background: #ddd;
	padding: 0.5em;
}

.script-choice-dialogue {
	margin-left: 1em;
}