From f940c6425ef5f58302382577f869298aac0ab3a7 Mon Sep 17 00:00:00 2001 From: Mariu Date: Fri, 1 Apr 2022 15:37:46 +0200 Subject: [PATCH] filters fix --- dyslexia-dark.css | 12 ++++++++++++ dyslexia-lowcontrast.css | 36 ++++++++++++++++++++++++++++++++---- dyslexia-sepia.css | 12 ++++++++++++ dyslexia.css | 12 ++++++++++++ 4 files changed, 68 insertions(+), 4 deletions(-) diff --git a/dyslexia-dark.css b/dyslexia-dark.css index cc14f8d..fbffd1e 100644 --- a/dyslexia-dark.css +++ b/dyslexia-dark.css @@ -1200,6 +1200,10 @@ h5.fandoms.heading { Filters! ============ */ +.filters fieldset { + padding: 0px; +} + .filters .expander, .filters .expanded .expander { /* @@ -1358,6 +1362,14 @@ input[type=checkbox]:hover, border: none; } +.filters dt { + min-width: auto; +} + +.filters { + font-size: 90%; +} + form.search input[type=text], dd.autocomplete li.input, input[type=radio], diff --git a/dyslexia-lowcontrast.css b/dyslexia-lowcontrast.css index 609f8d1..2b87489 100644 --- a/dyslexia-lowcontrast.css +++ b/dyslexia-lowcontrast.css @@ -1139,7 +1139,7 @@ a.tag, a.tag:visited, a.tag:link { display: inline-block; - padding: 4px 7px; + padding: 3px 7px; margin: 4px 0px; border: 2px solid #772d47; border-radius: 5px; @@ -1149,6 +1149,11 @@ a.tag:link { content: ""; } +h5.fandoms.heading { + /*this removes the commas in the fandom tags (yeah, it's weird)*/ + color: transparent; +} + .favorite a.tag { border: none; } @@ -1195,6 +1200,10 @@ a.tag:link { Filters! ============ */ +.filters fieldset { + padding: 0px; +} + .filters .expander, .filters .expanded .expander { /* @@ -1340,13 +1349,27 @@ input[type=checkbox]:hover, input[type=checkbox]:checked, input[type=radio]:checked, .actions input[type=checkbox]:checked, -label.action input[type=checkbox]:checked, -input[type=checkbox]:hover, -.actions input[type=checkbox]:hover { +label.action input[type=checkbox]:checked { background-color: #772d47; border: none; } +input[type=checkbox]:hover, +.actions input[type=checkbox]:hover, .filters [type=checkbox]:hover + .indicator:before, +.filters [type=radio]:hover + .indicator:before, +.filters .exclude [type=checkbox]:hover + .indicator:before { + background-color: #976a7a; + border: none; +} + +.filters dt { + min-width: auto; +} + +.filters { + font-size: 90%; +} + form.search input[type=text], dd.autocomplete li.input, input[type=radio], @@ -1801,6 +1824,11 @@ ul.notes, background-color: #c8c6c6; } +#outer .pagination .current { + color: #772d47; + background: #afacac; +} + #footer .heading, #footer a, #footer { /*changes the color of the footer text. Necessary for squidgeworld*/ color: #b2afaf; diff --git a/dyslexia-sepia.css b/dyslexia-sepia.css index 272d512..2bf9477 100644 --- a/dyslexia-sepia.css +++ b/dyslexia-sepia.css @@ -1191,6 +1191,10 @@ h5.fandoms.heading { Filters! ============ */ +.filters fieldset { + padding: 0px; +} + .filters .expander, .filters .expanded .expander { /* @@ -1349,6 +1353,14 @@ input[type=checkbox]:hover, border: none; } +.filters dt { + min-width: auto; +} + +.filters { + font-size: 90%; +} + form.search input[type=text], dd.autocomplete li.input, input[type=radio], diff --git a/dyslexia.css b/dyslexia.css index 579be34..873a1a4 100644 --- a/dyslexia.css +++ b/dyslexia.css @@ -1191,6 +1191,10 @@ h5.fandoms.heading { Filters! ============ */ +.filters fieldset { + padding: 0px; +} + .filters .expander, .filters .expanded .expander { /* @@ -1349,6 +1353,14 @@ input[type=checkbox]:hover, border: none; } +.filters dt { + min-width: auto; +} + +.filters { + font-size: 90%; +} + form.search input[type=text], dd.autocomplete li.input, input[type=radio],