From 85d856fd9edc67d8cb1da9d604efc98d263fedc3 Mon Sep 17 00:00:00 2001 From: htom Date: Fri, 26 Sep 2025 16:26:00 +0200 Subject: [PATCH] finished ora2 css --- ora2/hamlet.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ora2/hamlet.css b/ora2/hamlet.css index e6bbca4..42978b6 100644 --- a/ora2/hamlet.css +++ b/ora2/hamlet.css @@ -61,3 +61,32 @@ speech, scene>stagedir { 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; +}