190 lines
3 KiB
CSS
190 lines
3 KiB
CSS
::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;
|
|
}
|