HTML: Uppercase scene titles with CSS
cweiske opened this issue · 3 comments
I don't want to have uppercase scene names, but screenplain writes them uppercase in the HTML file.
If screenplain used CSS to uppercase them instead of hard-coding them uppercase into the html file, I could simply remove the CSS rule to get my desired output.
h6 {
text-transform: uppercase;
}
Help me understand the use case. Why wouldn't you want upper-case scene headings?
Because I HATE TO BE SHOUTED AT :)
I can circumvent UPPERCASECHARACTERNAMES with @
(thanks to #22), but scene titles are out of my reach for now.
For my needs I also created a terse output style with CSS, see http://cweiske.de/schneewittchen/schneewittchen-kita.html - I'm pretty much changing everything in the default output.
OK, so you're using Screenplain for stage plays? That looks pretty neat. Let me see if this is an easy fix.