From 2fa3ccf8542bd5c82283567c2529b8789cf6eb23 Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Mon, 19 Nov 2018 09:57:37 -0500 Subject: [PATCH] Fixed bug with spoiler blocks --- www/style-brutalist.linux.css | 4 ++++ www/style-brutalist.mac.css | 4 ++++ www/style-brutalist.windows.css | 4 ++++ www/style-classic.linux.css | 4 ++++ www/style-classic.mac.css | 4 ++++ www/style-classic.windows.css | 4 ++++ www/style-dark.linux.css | 4 ++++ www/style-dark.mac.css | 4 ++++ www/style-dark.windows.css | 4 ++++ www/style-grey.linux.css | 4 ++++ www/style-grey.mac.css | 4 ++++ www/style-grey.windows.css | 4 ++++ www/style-less.linux.css | 4 ++++ www/style-less.mac.css | 4 ++++ www/style-less.windows.css | 4 ++++ www/style-rts.linux.css | 4 ++++ www/style-rts.mac.css | 4 ++++ www/style-rts.windows.css | 4 ++++ www/style-ultramodern.linux.css | 4 ++++ www/style-ultramodern.mac.css | 4 ++++ www/style-ultramodern.windows.css | 4 ++++ www/style-zero.linux.css | 4 ++++ www/style-zero.mac.css | 4 ++++ www/style-zero.windows.css | 4 ++++ www/style.css.php | 4 ++++ www/style.linux.css | 4 ++++ www/style.mac.css | 4 ++++ www/style.windows.css | 4 ++++ 28 files changed, 112 insertions(+) diff --git a/www/style-brutalist.linux.css b/www/style-brutalist.linux.css index d422a57a..638edba7 100644 --- a/www/style-brutalist.linux.css +++ b/www/style-brutalist.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-brutalist.mac.css b/www/style-brutalist.mac.css index d422a57a..638edba7 100644 --- a/www/style-brutalist.mac.css +++ b/www/style-brutalist.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-brutalist.windows.css b/www/style-brutalist.windows.css index d422a57a..638edba7 100644 --- a/www/style-brutalist.windows.css +++ b/www/style-brutalist.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-classic.linux.css b/www/style-classic.linux.css index 7cbe0464..fafcabf1 100644 --- a/www/style-classic.linux.css +++ b/www/style-classic.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-classic.mac.css b/www/style-classic.mac.css index 7cbe0464..fafcabf1 100644 --- a/www/style-classic.mac.css +++ b/www/style-classic.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-classic.windows.css b/www/style-classic.windows.css index 7cbe0464..fafcabf1 100644 --- a/www/style-classic.windows.css +++ b/www/style-classic.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-dark.linux.css b/www/style-dark.linux.css index 79c5d7c2..8fd25c40 100644 --- a/www/style-dark.linux.css +++ b/www/style-dark.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-dark.mac.css b/www/style-dark.mac.css index 44831828..f58f383f 100644 --- a/www/style-dark.mac.css +++ b/www/style-dark.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-dark.windows.css b/www/style-dark.windows.css index 79c5d7c2..8fd25c40 100644 --- a/www/style-dark.windows.css +++ b/www/style-dark.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-grey.linux.css b/www/style-grey.linux.css index a0e9d620..98e4f34b 100644 --- a/www/style-grey.linux.css +++ b/www/style-grey.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-grey.mac.css b/www/style-grey.mac.css index eb8226af..4ef674c1 100644 --- a/www/style-grey.mac.css +++ b/www/style-grey.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-grey.windows.css b/www/style-grey.windows.css index aa5ca6be..71e6f397 100644 --- a/www/style-grey.windows.css +++ b/www/style-grey.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-less.linux.css b/www/style-less.linux.css index aaa16fd0..9a36ae69 100644 --- a/www/style-less.linux.css +++ b/www/style-less.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-less.mac.css b/www/style-less.mac.css index f8eea34a..f309a204 100644 --- a/www/style-less.mac.css +++ b/www/style-less.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-less.windows.css b/www/style-less.windows.css index aaa16fd0..9a36ae69 100644 --- a/www/style-less.windows.css +++ b/www/style-less.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-rts.linux.css b/www/style-rts.linux.css index a71deb21..ce4a6223 100644 --- a/www/style-rts.linux.css +++ b/www/style-rts.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-rts.mac.css b/www/style-rts.mac.css index c34f1a16..64784994 100644 --- a/www/style-rts.mac.css +++ b/www/style-rts.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-rts.windows.css b/www/style-rts.windows.css index a71deb21..ce4a6223 100644 --- a/www/style-rts.windows.css +++ b/www/style-rts.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-ultramodern.linux.css b/www/style-ultramodern.linux.css index 6b647566..15fb9e80 100644 --- a/www/style-ultramodern.linux.css +++ b/www/style-ultramodern.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-ultramodern.mac.css b/www/style-ultramodern.mac.css index df2797b6..871060ea 100644 --- a/www/style-ultramodern.mac.css +++ b/www/style-ultramodern.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-ultramodern.windows.css b/www/style-ultramodern.windows.css index 46d9b545..f42abad3 100644 --- a/www/style-ultramodern.windows.css +++ b/www/style-ultramodern.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-zero.linux.css b/www/style-zero.linux.css index cd7542ac..b5f61e4f 100644 --- a/www/style-zero.linux.css +++ b/www/style-zero.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-zero.mac.css b/www/style-zero.mac.css index cd7542ac..b5f61e4f 100644 --- a/www/style-zero.mac.css +++ b/www/style-zero.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style-zero.windows.css b/www/style-zero.windows.css index cd7542ac..b5f61e4f 100644 --- a/www/style-zero.windows.css +++ b/www/style-zero.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style.css.php b/www/style.css.php index 004b0a27..e58a27f6 100644 --- a/www/style.css.php +++ b/www/style.css.php @@ -3238,6 +3238,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style.linux.css b/www/style.linux.css index 77dd8d92..8c10940e 100644 --- a/www/style.linux.css +++ b/www/style.linux.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style.mac.css b/www/style.mac.css index a8d0fc27..3f8bc5f7 100644 --- a/www/style.mac.css +++ b/www/style.mac.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; diff --git a/www/style.windows.css b/www/style.windows.css index 77dd8d92..8c10940e 100644 --- a/www/style.windows.css +++ b/www/style.windows.css @@ -3245,6 +3245,10 @@ li { padding: 0 6px; text-shadow: none; } +#content .spoiler * { + color: inherit; + border: none; +} .spoiler:hover { color: unset; background-color: unset; -- 2.11.4.GIT