From d5bc210c7e494822049dc505ed2d0ab7e5573445 Mon Sep 17 00:00:00 2001 From: RTa <57354947+r74tech@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:13:04 +0900 Subject: [PATCH] Update style0.css --- theme/zattou/style0.css | 50 +++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/theme/zattou/style0.css b/theme/zattou/style0.css index 46e62e0..253a2d3 100644 --- a/theme/zattou/style0.css +++ b/theme/zattou/style0.css @@ -427,6 +427,7 @@ a.fa.fa-info:hover { background: linear-gradient(to left, #2b2b2b, #180614, #000b00); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; } #side-bar .collapsible-block-unfolded-link, @@ -440,12 +441,17 @@ a.fa.fa-info:hover { background: linear-gradient(to left, #2b2b2b, #180614, #000b00); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; } #side-bar div.menu-item img { filter: hue-rotate(180deg); } +#side-bar .menu-item li { + filter: hue-rotate(180deg); +} + #side-bar .collapsible-block-folded, #side-bar .collapsible-block-unfolded-link { position: relative; @@ -470,15 +476,6 @@ img.image[title = "SCP-JP Twitter"] { filter: hue-rotate(310deg) !important; } -#side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame { - border: none; - border-radius: 0; - box-shadow: 0 0 4px #181b39; - color: #181b39; - background: #181b39; - background-color: #d3dbe2 !important; -} - /* TITLE */ #page-title { @@ -714,3 +711,38 @@ textarea:focus { div.page-rate-widget-box .rate-points { color: #292929 !important; } + +/* INTER WIKI */ + + + +#interwiki .side-block { + border-radius: 0; + position: relative; + border: none; + box-shadow: 0 0 4px #181b39; + color: #181b39; + background: #181b39; + background-color: #d3dbe2; +} + +#interwiki .heading { + border-color: #d3dbe2; + color: #181b39; + background: linear-gradient(to left, #2b2b2b, #180614, #000b00); + background-clip: text; + -webkit-text-fill-color: transparent; + -webkit-background-clip: text; +} + +#interwiki .menu-item a { + color: #181b39; + background: linear-gradient(to left, #2b2b2b, #180614, #000b00); + background-clip: text; + -webkit-text-fill-color: transparent; + -webkit-background-clip: text; +} + +#interwiki .menu-item img { + filter: hue-rotate(180deg); +}