From c2173bb016e473f546adb65b068752453f3a931f Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Fri, 8 Mar 2019 14:46:44 +0100 Subject: [PATCH] fixed some more bad styles --- userContent.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/userContent.css b/userContent.css index c7f2ab4..3766ba8 100644 --- a/userContent.css +++ b/userContent.css @@ -84,6 +84,19 @@ width: calc(100% - 220px) !important; /* 220px is nav bar with style #inner-left */ } } +@-moz-document domain(www.pma.at) { +/* p-m-a.at's bad style was replaced */ + #redim-cookiehint{ visibility: hidden ! important; } +} + +@-moz-document domain(www.wko.at) { + .popup{ visibility: hidden ! important; } +} + +@-moz-document domain(members.easynews.com) { + a.thumblink{ font-size: 18pt !important; } + a.slide{ font-size: 18pt !important; } /* does not work */ +} @-moz-document domain(domm.plix.at) { /* bad colour contrast */ -- GitLab