From 9e50568fdd742f9c258317ed10305853453d9c16 Mon Sep 17 00:00:00 2001 From: martlem Date: Thu, 24 Oct 2024 13:58:01 +0200 Subject: [PATCH] rm cssVarCookies.css --- cssVarCookies.css | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 cssVarCookies.css diff --git a/cssVarCookies.css b/cssVarCookies.css deleted file mode 100644 index 424dc90..0000000 --- a/cssVarCookies.css +++ /dev/null @@ -1,31 +0,0 @@ -#cvfc p::before {content:":root{}"} - -#cvfc:hover p::before {content:":root{"} -#cvfc:hover::after {content:"}"} - -#cvfc { - z-index:10000; - position:fixed; - bottom:10px; - left:10px; - background:whitesmoke; - border:1px solid black; - overflow:hidden; - border-radius:5px; - padding:10px; - width:fit-content; - line-height:auto; -} -#cvfc::after, #cvfc * {color:black !important;font-size:16px; box-sizing:border-box;margin:0;font-family:Unifont;} -#cvfc tr {padding-left:2rem; display:flex;justify-content:space-between; gap:0px;width:inherit} -#cvfc tr:nth-of-type(2n - 1) {background:white} -#cvfc td {background:transparent;position:relative;width:inherit;height:18px !important; white-space:nowrap} -#cvfc td:last-of-type{border-bottom:1px solid transparent; padding-left:10px} -#cvfc textarea{padding:0;margin:0;resize:none; width:40ch;white-space:nowrap; -border:none;background:none} -#cvfc table {display:none; background:none} -#cvfc:hover table {display:inherit} -#cvfc tr:hover td:last-of-type {background:lightgray;border-bottom:1px solid black} -#cvfc:hover {border-color:black; - resize:horizontal; -}