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; +}