Add (initial): futurewalker code

This commit is contained in:
2023-11-20 00:15:18 +08:00
parent f8602cb456
commit 9ce3e5c82a
166 changed files with 15941 additions and 1072 deletions

View File

@@ -1,3 +1,15 @@
.bg-hero {
background: transparent;
background: linear-gradient(
0deg,
rgba(254, 254, 254, 0) 0%,
rgba(240, 245, 246, 1) 1%,
rgba(255, 255, 255, 0.9164040616246498) 19%,
rgba(255, 255, 255, 0) 42%,
rgba(255, 255, 255, 0) 100%
);
}
.nav-scroller {
position: relative;
z-index: 2;
@@ -40,3 +52,15 @@ a.link-body-emphasis {
text-decoration: none;
}
}
.bg-globe {
position: absolute;
top: calc(50% - 150px);
left: calc(50% - 150px);
width: 300px;
height: 300px;
border-radius: 50%;
box-shadow: inset 0 0 50px #fff, inset 20px 0 80px #f0f,
inset -20px 0 80px #0ff, inset 20px 0 300px #f0f, inset -20px 0 300px #0ff,
0 0 50px #fff, -10px 0 80px #f0f, 10px 0 80px #0ff;
}