summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-04-12 11:22:57 +0200
committerYorhel <git@yorhel.nl>2020-04-12 11:22:59 +0200
commit981f226b189c133d937acc419c269a353b9f4a8d (patch)
tree24338270133582dabc22e308d191925ec84e7e01 /data
parent3ada3f1bcc759a862b1851e3a7c8b01f4f8d290c (diff)
Char::Page: Mark spoiler traits in VNs in character info table
Now that spoiler hiding works through a page load, one can't simply toggle the spoiler setting quickly enough to see the differences. That's a pretty shitty way of finding spoilerous traits anyway, so let's mark them instead. The superscripts are kind of ugly, but it works.
Diffstat (limited to 'data')
-rw-r--r--data/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index 214be656..f01137bc 100644
--- a/data/style.css
+++ b/data/style.css
@@ -107,8 +107,9 @@ div.warning h2, div.notice h2 { font-size: 13px; font-weight: bold; margin: 0; }
ul, ol { margin-left: 35px; }
p.locked { float: right; color: $standout$; font-style: italic; margin: 0!important; }
-b.grayedout { font-weight: normal; color: $grayedout$ }
-i.grayedout { font-style: normal; color: $grayedout$ }
+.grayedout { color: $grayedout$ }
+b.grayedout { font-weight: normal }
+i.grayedout { font-style: normal }
#maincontent h2 b { font: 13px "Tahoma", "Arial", sans-serif; font-weight: normal; }
p.description { margin: 10px 100px!important; }
b.done { font-weight: normal; color: $statok$ }