Skip to content

Commit

Permalink
Merge pull request #42 from RTa-scp/main
Browse files Browse the repository at this point in the history
雑踏テーマ修正
  • Loading branch information
MikuKaneko authored Oct 26, 2023
2 parents f2338a4 + d5bc210 commit 3dbb26f
Showing 1 changed file with 41 additions and 9 deletions.
50 changes: 41 additions & 9 deletions theme/zattou/style0.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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;
Expand All @@ -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 {
Expand Down Expand Up @@ -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);
}

0 comments on commit 3dbb26f

Please sign in to comment.