Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameSoup committed Oct 18, 2023
1 parent e9857dd commit b9c6c55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions _site/assets/css/default/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _site/assets/css/default/style.css.map

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions assets/css/default/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ html::before { content: "";
z-index: -2;
pointer-events: none;
background: url(/assets/image/cloud.png), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/cloud.png) { size: cover; position: center; };
opacity: .5;
}

html::after { content: "";
position: fixed;
inset: 0;
z-index: -1;
background: url(/assets/image/rain.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/rain.gif);
image-rendering: pixelated;
}

/* ======= */
Expand Down Expand Up @@ -327,7 +325,7 @@ html::after { content: "";
}
}

.fullscreenTg { padding: 0; }
.fullscreenTg { padding: 0; } // ios fix

.window &.fullscreenTg::before { background: url(/assets/image/button/max.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/max.gif); }
.fullscreen &.fullscreenTg::before { background: url(/assets/image/button/unmax.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/unmax.gif); }
Expand Down Expand Up @@ -453,7 +451,7 @@ html::after { content: "";
// pos
position: absolute;
display: none;
right: -38%; bottom: -27%;
right: -38%; bottom: -55%;
transform: scale(.17, .23) rotate(8deg) skew(3deg);
// size
width: 170%;
Expand Down Expand Up @@ -537,7 +535,7 @@ html::after { content: "";
// pos
position: absolute;
display: block;
right: 32.7%; bottom: 10%;
right: 32.7%; bottom: 20%;
z-index: 1;
transform: rotate(11deg) skew(7deg);
// size
Expand Down

0 comments on commit b9c6c55

Please sign in to comment.