Upload files

This commit is contained in:
rintyuu 2024-03-29 07:58:15 +00:00
parent bc0c01d6b3
commit f6ac5d51b5
3 changed files with 1458 additions and 0 deletions

1247
XP.css Normal file

File diff suppressed because one or more lines are too long

21
script.js Normal file
View file

@ -0,0 +1,21 @@
console.log(
"hello world"
);
function rintyuubddownload() {
location.replace(
"https://cdn.glitch.com/2ff3a645-91cc-42fd-bae2-3ba8fb0148a0%2Frintyuu-theme-unzip-me.zip?v=1623972051939"
);
}
setTimeout(rintyuu() {
location.replace("http://rintyuu.glitch.me/rintyuus/about/");
}, 1);
funtion alertcontact() {
alert('my discord is rintyuu kohai#4896');
}
function myFunction() {
location.replace("https://www.w3schools.com")
}

190
style.css Normal file
View file

@ -0,0 +1,190 @@
::selection {
background: #5b84cb;
}
body {
font-family: helvetica, arial, sans-serif;
background-color: #000;
margin: 2em;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background: #1a1a1a;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
em {
color: #ffffff;
}
h1 {
font-style: bold;
color: #ffffff;
background-color: #1a1a1a;
display: inline-block;
padding: 15px 32px;
}
.h1 {
font-style: bold;
color: #ffffff;
background-color: #1a1a1a;
display: inline-block;
padding: 15px 32px;
}
#h1 {
font-style: bold;
color: #ffffff;
background-color: #1a1a1a;
display: inline-block;
padding: 15px 32px;
}
ul {
color: #ffffff;
}
li {
color: #ffffff;
}
a {
font-style: bold;
color: #ffffff;
}
b {
color: #ffffff;
font-size: 20px;
}
p {
color: #ffffff;
}
canvas {
color: #ffffff;
}
.button {
background-color: #1a1a1a;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(0, 0, 0);
text-align: left;
opacity: 1;
}
#rintyuubetterdiscord {
background-color: #1a1a1a;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
#rintyuuexedownload {
background-color: #1a1a1a;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
#rintyuuvmdld {
background-color: #1a1a1a;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
#rintyuuvirdld {
background-color: #1a1a1a;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
#rintyuujjkdld {
background-color: #1a1a1a;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
#rintyuuchrome {
background-color: #1a1a1a;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
#discord {
font-style: bold;
margin-top: 54px;
margin-right: 32px;
position: absolute;
top: 0;
right: 0;
}
.gray {
color: #808080;
}