yee raining neofops :)
This commit is contained in:
parent
0375d071ff
commit
5daa694518
3 changed files with 109 additions and 70 deletions
|
@ -1,8 +1,11 @@
|
||||||
<html><head>
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
<title>kyla</title>
|
<title>kyla</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="back">
|
<div id="back">
|
||||||
|
|
||||||
|
@ -27,10 +30,15 @@
|
||||||
<li>stinky</li>
|
<li>stinky</li>
|
||||||
</ul>
|
</ul>
|
||||||
administrator<br>
|
administrator<br>
|
||||||
<a href="https://kitsunes.club"><img src="https://s3.kitsunes.club/storage/bf399313-959c-43e1-a225-0e8e6f71a852.png" height="25px">kitsuclub</a>
|
<a href="https://kitsunes.club"><img
|
||||||
<a href="https://kitsunes.gay"><img src="https://cdn.flashfire.site/kitsunesgay/eaf6912c-d95d-4ca5-b6ff-5b1cf2f44cc2.png" height="25px">kitsugay (nsfw)</a>
|
src="https://s3.kitsunes.club/storage/bf399313-959c-43e1-a225-0e8e6f71a852.png" height="25px">kitsuclub</a>
|
||||||
<a href="https://kitsunes.chat"><img src="https://s3.kitsunes.club/storage/600e1975-ed4c-4ea5-ba05-caadcc95e003.png" height="25px">kitsuchat</a>
|
<a href="https://kitsunes.gay"><img
|
||||||
<a href="https://status.kitsu.life"><img src="https://status.kitsunes.club/upload/logo1.png?t=1687391965528" height="25px">kitsustatus</a><br>
|
src="https://cdn.flashfire.site/kitsunesgay/eaf6912c-d95d-4ca5-b6ff-5b1cf2f44cc2.png" height="25px">kitsugay
|
||||||
|
(nsfw)</a>
|
||||||
|
<a href="https://kitsunes.chat"><img
|
||||||
|
src="https://s3.kitsunes.club/storage/600e1975-ed4c-4ea5-ba05-caadcc95e003.png" height="25px">kitsuchat</a>
|
||||||
|
<a href="https://status.kitsu.life"><img src="https://status.kitsunes.club/upload/logo1.png?t=1687391965528"
|
||||||
|
height="25px">kitsustatus</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
@ -46,11 +54,16 @@
|
||||||
<a href="https://paypal.me/imkio">paypal</a><a href="https://ko-fi.com/kitsunesclub">kofi</a>
|
<a href="https://paypal.me/imkio">paypal</a><a href="https://ko-fi.com/kitsunesclub">kofi</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="right">
|
<div id="right">
|
||||||
<img src="https://s3.kitsunes.club/storage/0c9a87bf-73ef-43df-885d-b3554579a292.webp" height="700px" alt="Kio. A picture of a foxboy.">
|
<img src="https://s3.kitsunes.club/storage/0c9a87bf-73ef-43df-885d-b3554579a292.webp" height="700px"
|
||||||
|
alt="Kio. A picture of a foxboy.">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="code.js"></script>
|
<script src="code.js"></script>
|
||||||
|
|
||||||
|
<img src="neofox.png" class="falling">
|
||||||
|
|
||||||
</div></body></html>
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
docs/neofox.png
Executable file
BIN
docs/neofox.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
150
docs/style.css
150
docs/style.css
|
@ -1,98 +1,124 @@
|
||||||
body {
|
body {
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stickers {
|
#stickers {
|
||||||
border-top: 1px solid black;
|
border-top: 1px solid black;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
flex-grow: 100;
|
flex-grow: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerSticker {
|
#innerSticker {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: bottom;
|
align-content: bottom;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#webring {
|
#webring {
|
||||||
background: white;
|
background: white;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
width: 155px;
|
width: 155px;
|
||||||
border-left: black solid 1px;
|
border-left: black solid 1px;
|
||||||
border-top: black solid 1px
|
border-top: black solid 1px
|
||||||
}
|
}
|
||||||
|
|
||||||
#back {
|
#back {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: black;
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0px 5px
|
padding: 0px 5px
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
box-shadow: -25px 15px 10px lightgray;
|
box-shadow: -25px 15px 10px lightgray;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
overflow: hidden auto;
|
overflow: hidden auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content #left {
|
#content #left {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
margin-bottom: ;
|
margin-bottom: ;
|
||||||
margin-block: auto;
|
margin-block: auto;
|
||||||
padding-block: 30px;
|
padding-block: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lighter {
|
.lighter {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right {
|
#right {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: -100px;
|
right: -100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerSticker a img {
|
#innerSticker a img {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
width: 88px;
|
width: 88px;
|
||||||
height: 33px;
|
height: 33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img {
|
a img {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.falling {
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 0;
|
||||||
|
animation: fall 3s linear forwards infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes fall {
|
||||||
|
0% {
|
||||||
|
transform: translateY(0) rotate(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
transform: translateY(200vh) rotate(180deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue