html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body, html {
height: 100%;
width: 100%;
}
body {
display: flex;
justify-content: center;
text-align: center;
flex-direction: column;
font-family: sans-serif;
background-color: #100d1e;
}
body {
overflow-x: hidden;
}
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700");
.game {
font-size: 100px;
}
.nightly {
background-color: #310909;
color: #cd79cd;
}
.box {
margin: 5vw;
flex-wrap: center;
}
.heading {
font-size: 100px;
color: #7991cd;
}
.body {
font-size: 40px;
color: #7991cd;
}
.footer {
position: sticky;
top: 95%;
color: #58678e;
}
a {
font-size: 40px;
color: #b6acd8;
text-decoration: none;
}
a:hover {
color: #726899;
}
.goodyeet {
color: #7991cd;
background-color: #344b85;
border-width: 3px;
}
.badyeet {
color: #cd7984;
background-color: #752020;
border-width: 3px;
}
@media (min-aspect-ratio: 1/1) {
.button {
width: 15vw;
height: 8vw;
font-size: 3vw;
}
}
@media (max-aspect-ratio: 1/1) {
.button {
width: 50vw;
height: 20vw;
font-size: 10vw;
}
}
.flex-container {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
position: static;
top: 0%;
max-height: 60%;
}
.flex-container:hover .game-button {
opacity: 0.25;
}
.flex-container:hover .game-button-small {
opacity: 0.25;
}
.flex-container:hover .game-button:hover {
opacity: 1;
}
.flex-container:hover .game-button-small:hover {
opacity: 1;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.game-button {
user-select: none;
position: relative;
transition: 0.2s;
transform: scale(1, 1);
}
.game-button-small {
user-select: none;
position: relative;
transition: 0.2s;
transform: scale(1, 1);
}
@media (max-aspect-ratio: 1/1) {
.game-button .game-logo {
width: 40vw;
}
.game-button-small .game-logo {
width: 10vw;
}
}
@media (min-aspect-ratio: 1/1) {
.game-button .game-logo {
width: 40vh;
}
.game-button-small .game-logo {
width: 10vh;
}
}
.game-logo {
transition: 0.3s;
opacity: 0.5;
}
.game-button:hover {
transition: 0.2s;
transform: scale(1.25, 1.25);
}
.game-button:hover > .game-logo {
opacity: 1;
}
.game-title {
position: absolute;
color: red;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(1, 1);
z-index: 1;
font-family: 'Source Code Pro';
transition: 0.4s ease-out;
}
@media (max-aspect-ratio: 1/1) {
.game-title {
font-size: 6vh;
}
}
@media (min-aspect-ratio: 1/1) {
.game-title {
font-size: 9vh;
}
}
.game-button:hover > .game-title {
transform: translate(-50%, -50%) scale(1.25, 1.25);
transition: 0.4s ease-out;
}
.game-description {
width: 80%;
display: none;
position: fixed;
left: 50%;
transform: translate(-50%, 0);
font-size: 48px;
color: gray;
font-family: 'Source Code Pro', monospace;
}
@media (max-aspect-ratio: 1/1) {
.game-title {
font-size: 6vh;
}
.game-description {
bottom: 10%;
}
}
@media (min-aspect-ratio: 1/1) {
.game-title {
font-size: 9vh;
}
.game-description {
bottom: 10%;
}
}
.game-button:hover + .game-description {
display: inline;
}
.title {
color: gray;
position: fixed;
left: 50%;
top: 10%;
transform: translate(-50%, 0);
font-family: 'Source Code Pro', monospace;
}
@media (max-aspect-ratio: 1/1) {
.title {
font-size: 10vh;
top: 5%;
}
}
@media (min-aspect-ratio: 1/1) {
.title {
font-size: 10vh;
top: 10%;
}
}
.switcher {
text-align: center;
background-color: pink;
min-width: 300px;
min-height: 100px;
position: fixed;
right: -100px;
top: 0px;
transform: rotate(45deg);
}
.switcher-text {
position: relative;
color: black;
font-size: 24px;
top: 25px;
}
.changelog-banner {
text-align: center;
background-color: pink;
min-width: 300px;
min-height: 100px;
position: fixed;
left: -100px;
top: 0px;
transform: rotate(-45deg);
}
.changelog-text {
position: relative;
color: black;
font-size: 24px;
top: 45px;
}
.discord-footer {
position: fixed;
max-width: 50vw;
max-height: 7vh;
left: 50%;
top: 5%;
transform: translate(-50%, -50%);
}
#discord-image {
width: 100%;
height: 10vh;
transition: 0.2s !important;
}
#discord-image:hover {
transition: 0.2s;
transform: scale(1.25, 1.25);
--shadowcolor: rgba(113, 51, 128, 1);
filter: drop-shadow(0px 0px 5px var(--shadowcolor)) drop-shadow(0px 0px 5px var(--shadowcolor)) drop-shadow(0px 0px 5px var(--shadowcolor));
}
.back-text {
position: relative;
color: black;
font-size: 36px;
top: 25px;
}
.version {
font-size: 36px;
color: gray;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.about-button {
position: fixed;
left: 50%;
top: 12%;
transform: translate(-50%, 0%);
width: 30vh;
height: 8vh;
border-radius: 5vh;
font-size: 8vh !important;
color: gray;
letter-spacing: 2pt;
user-select: none;
transition: 0.2s;
background: #222;
}
.about-button#about-disable {
top: 24.8%;
}
.about-button:hover {
transition: 0.2s !important;
text-shadow: 0px 0px 5px #713380, 0px 0px 5px #713380;
box-shadow: 0px 0px 10px 4px #713380;
transform: translate(-50%, 0%) scale(1.25, 1.25);
}
#about {
position: fixed;
display: none;
width: 80vw;
height: 50vh;
top: 50%;
left: 50%;
padding-left: 25vw;
padding-right: 25vw;
padding-top: 50vh;
padding-bottom: 50vh;
transform: translate(-50%, -50%);
z-index: 1;
font-size: 48px;
color: gray;
}
body.about-enable #about {
display: flex;
flex-direction: column;
}
body #about-disable {
display: none;
}
body.about-enable #about-disable{
display: block;
}
#about div, #about a {
font-size: 32pt;
flex: 1 0;
}
body > *:not(#about) {
transition: 0.2s;
}
body.about-enable > *:not(#about) {
transition: 1s;
filter: blur(25px);
}
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}