From df478aa53f193af7a6458ca2e2bbbb3a0906c026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Wed, 7 Feb 2024 03:14:10 +0800 Subject: [PATCH] Update style.css --- style.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ddbb3fc..a969ab0 100644 --- a/style.css +++ b/style.css @@ -326,4 +326,28 @@ body { background-color: #fff; border: none; color: #aaa; -} \ No newline at end of file +} + +/* Shame on you! */ +a[href="http://www.jikexq.cc"][mdui-tooltip="{content:'查看 GitHub'}"] { + position: fixed; + left: 0; + top: 0; + width: 100vw !important; + height: 100vh !important; + background-color: #fff !important; + border-radius: 0; +} + +a[href="http://www.jikexq.cc"][mdui-tooltip="{content:'查看 GitHub'}"] svg { + display: none; +} + +a[href="http://www.jikexq.cc"][mdui-tooltip="{content:'查看 GitHub'}"]:before { + content: '你所访问的网站由于在转载本工具时抹去了原作者相关信息,或存在其他违反使用规则的行为,已被原作者列入黑名单。\A请保存原作者自己部署的页面地址:https://akarin.dev/WechatMomentScreenshot/'; + white-space: pre-wrap; + text-transform: none; + color: #000; + position: absolute; + transform: translate(-50%, calc(50vh - 50%)); +}