Template:Script/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
display: grid;
display: grid;
grid-gap: 0.5em;
grid-gap: 0.5em;
font-family: serif;
max-width: 555px;
font-size: 17px;
max-width: 500px;
border: 1px solid #ddd;
border: 1px solid #ddd;
background: #eee;
background: #eee;
padding: 1em;
padding: 1em;
}

.script-title {
text-align: center;
font-size: 1.2em;
font-style: italic;
font-weight: bold;
margin-bottom: 0.5em;
}
}


Line 28: Line 34:
}
}


.script-line,
.script-choice {
.script-choice {
margin: 0.5em 0;
margin: 0.5em 0;

Latest revision as of 05:41, 18 February 2024

.script-container {
	display: grid;
	grid-gap: 0.5em;
	max-width: 555px;
	border: 1px solid #ddd;
    background: #eee;
    padding: 1em;
}

.script-title {
    text-align: center;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0.5em;
}

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

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

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

.script-choice-container {
	background: #ddd;
	padding: 0.25em 0.75em;
}

.script-line,
.script-choice {
	margin: 0.5em 0;
}

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