From 340fde42353cda1741e73b89617931b34df1053a Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 13 Oct 2023 18:10:24 +0200 Subject: [PATCH] style: Ass and make red in preparation for its removal I went a bit overboard with literal thought quotes and it didn't even fit all my use cases so I decided to replace it with an alternative that better fits what I want to use it for. TODO: Change the solid triangle on for the open ones currently used for and find a new symbol to use for non-speech. --- html_resources/style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/html_resources/style.css b/html_resources/style.css index 7c4f9f5..d66c51a 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -112,7 +112,7 @@ span.speech::after { bottom: 0.15em; } -span.thought { +span.non-speech { color: #303030; } span.thought::before { @@ -130,6 +130,26 @@ span.thought::after { bottom: 0.15em; } +/*TODO: Remove and replace with speech/non-speech where appropriate*/ +span.thought { + color: red; + /*color: #303030;*/ +} +span.thought::before { + color: red; + content: "\25b9"; + font-size: 0.75em; + position: relative; + bottom: 0.15em; +} +span.thought::after { + color: red; + content: "\25c3"; + font-size: 0.75em; + position: relative; + bottom: 0.15em; +} + button.back { font-size: 2.8em; width: 1.3em;