finished ora2 css

This commit is contained in:
2025-09-26 16:26:00 +02:00
parent 8bfb569f7d
commit 85d856fd9e

View File

@@ -61,3 +61,32 @@ speech,
scene>stagedir { scene>stagedir {
margin-top: 1em; margin-top: 1em;
} }
stagedir {
color: gray;
font-style: italic;
letter-spacing: 0.05em;
}
stagedir::before {
content: "(";
}
stagedir::after {
content: ")";
}
speech>line,
speech>stagedir {
margin-left: 1em;
}
scene>stagedir {
text-align: center;
}
speaker {
font-weight: bold;
margin-bottom: 0.25em;
text-transform: uppercase;
}