This commit is contained in:
WieErWill 2021-07-06 11:31:30 +02:00
parent 7d663ef911
commit b28563f783

View File

@ -1,20 +1,15 @@
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,900|Dancing+Script); @import url(https://fonts.googleapis.com/css?family=Montserrat:700,900|Dancing+Script);
/* #### Generated By: http://www.cufonfonts.com #### */ /* #### Generated By: http://www.cufonfonts.com #### */
@font-face { @font-face {
font-family: "RoadRage"; font-family: "RoadRage";
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
src: local("RoadRage"), src: local("RoadRage"), url("http://coding-dude.com/wp/wp-content/uploads/Road_Rage.woff") format("woff");
url("http://coding-dude.com/wp/wp-content/uploads/Road_Rage.woff")
format("woff");
} }
:root {
:root {
font-size: 3vw; font-size: 3vw;
} }
.grid {
.grid {
background-attachment: fixed; background-attachment: fixed;
position: fixed; position: fixed;
bottom: -30%; bottom: -30%;
@ -23,40 +18,20 @@
width: 200%; width: 200%;
height: 100%; height: 100%;
background-position-y: 0px; background-position-y: 0px;
background-image: repeating-linear-gradient( background-image: repeating-linear-gradient( 90deg, var(--grid-color, black) 0%, transparent calc(1px + var(--grid-blur, 0px)), transparent var(--grid-size), var(--grid-color, black) calc(var(--grid-size) + 1px + var(--grid-blur, 0px)) ), repeating-linear-gradient( 180deg, var(--grid-color, black) 0%, transparent calc(1px + var(--grid-blur, 0px)), transparent var(--grid-size), var(--grid-color, black) calc(var(--grid-size) + 1px + var(--grid-blur, 0px)) );
90deg,
var(--grid-color, black) 0%,
transparent calc(1px + var(--grid-blur, 0px)),
transparent var(--grid-size),
var(--grid-color, black)
calc(var(--grid-size) + 1px + var(--grid-blur, 0px))
),
repeating-linear-gradient(
180deg,
var(--grid-color, black) 0%,
transparent calc(1px + var(--grid-blur, 0px)),
transparent var(--grid-size),
var(--grid-color, black)
calc(var(--grid-size) + 1px + var(--grid-blur, 0px))
);
transform: perspective(50vh) rotateX(60deg) translateZ(10px); transform: perspective(50vh) rotateX(60deg) translateZ(10px);
animation: moving-grid 0.5s infinite linear; animation: moving-grid 0.5s infinite linear;
z-index: -1; z-index: -1;
} }
@keyframes moving-grid {
@keyframes moving-grid {
0% { 0% {
transform: perspective(50vh) rotateX(60deg) translateZ(10px) transform: perspective(50vh) rotateX(60deg) translateZ(10px) translateY(-var(--grid-size));
translateY(-var(--grid-size));
} }
100% { 100% {
transform: perspective(50vh) rotateX(60deg) translateZ(10px) transform: perspective(50vh) rotateX(60deg) translateZ(10px) translateY(var(--grid-size));
translateY(var(--grid-size));
} }
} }
.sun {
.sun {
background-attachment: fixed; background-attachment: fixed;
position: fixed; position: fixed;
width: 200px; width: 200px;
@ -67,59 +42,26 @@
bottom: 40%; bottom: 40%;
transform: translateX(-50%); transform: translateX(-50%);
background-image: linear-gradient(red, yellow), linear-gradient(black, white); background-image: linear-gradient(red, yellow), linear-gradient(black, white);
clip-path: polygon( clip-path: polygon( -50% 0px, 150% -50%, 150% 55%, -50% 55%, -50% 62%, 150% 62%, 150% 70%, 0 70%, -50% 75%, 150% 75%, 150% 80%, 0 80%, -50% 82%, 150% 82%, 150% 85%, 0 85%, -50% 87%, 150% 87%, 150% 90%, 0 90%, -50% 92%, 150% 92%, 150% 95%, 0 95%, -50% 96%, 150% 96%, 150% 150%, 0 150% );
-50% 0px,
150% -50%,
150% 55%,
-50% 55%,
-50% 62%,
150% 62%,
150% 70%,
0 70%,
-50% 75%,
150% 75%,
150% 80%,
0 80%,
-50% 82%,
150% 82%,
150% 85%,
0 85%,
-50% 87%,
150% 87%,
150% 90%,
0 90%,
-50% 92%,
150% 92%,
150% 95%,
0 95%,
-50% 96%,
150% 96%,
150% 150%,
0 150%
);
box-shadow: rgba(255, 128, 0, 0.7) 0px 0 20px; box-shadow: rgba(255, 128, 0, 0.7) 0px 0 20px;
} }
.mountain {
.mountain {
background-attachment: fixed; background-attachment: fixed;
position: fixed; position: fixed;
content: ""; content: "";
bottom: 35%; bottom: 35%;
left: calc(50% + var(--mountain-offset, 0px)); left: calc(50% + var(--mountain-offset, 0px));
border-left: calc(var(--mountain-base) / 2) solid transparent; border-left: calc(var(--mountain-base) / 2) solid transparent;
border-bottom: var(--mountain-height, 100px) solid border-bottom: var(--mountain-height, 100px) solid var(--mountain-color1, white);
var(--mountain-color1, white);
border-top: 0px solid transparent; border-top: 0px solid transparent;
border-right: calc(var(--mountain-base, 100px) / 2) solid transparent; border-right: calc(var(--mountain-base, 100px) / 2) solid transparent;
transform-origin: bottom; transform-origin: bottom;
transform: skewX(var(--mountain-tilt, 0deg)); transform: skewX(var(--mountain-tilt, 0deg));
} }
.mountain:after {
.mountain:after {
content: ""; content: "";
border-left: calc(var(--mountain-base) / 2) solid transparent; border-left: calc(var(--mountain-base) / 2) solid transparent;
border-bottom: var(--mountain-height, 100px) solid border-bottom: var(--mountain-height, 100px) solid var(--mountain-color2, black);
var(--mountain-color2, black);
border-top: 0px solid transparent; border-top: 0px solid transparent;
border-right: calc(var(--mountain-base, 100px) / 2) solid transparent; border-right: calc(var(--mountain-base, 100px) / 2) solid transparent;
transform: translate(-50%) scale(0.98); transform: translate(-50%) scale(0.98);
@ -127,8 +69,7 @@
left: 0; left: 0;
top: 0; top: 0;
} }
.overlay {
.overlay {
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 9999; z-index: 9999;
@ -136,26 +77,11 @@
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
background-image: repeating-linear-gradient( background-image: repeating-linear-gradient( rgba(0, 0, 0, 0.3) 0, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.3) 3px );
rgba(0, 0, 0, 0.3) 0,
transparent 1px,
transparent 2px,
rgba(0, 0, 0, 0.3) 3px
);
pointer-events: none; pointer-events: none;
} }
.background-80s {
.background-80s { background: linear-gradient( to bottom, #010310 0, #0c1142 24%, #45125e 45%, #d53567 60%, #f0c3d9 65%, #0c1142 65% ) fixed;
background: linear-gradient(
to bottom,
#010310 0,
#0c1142 24%,
#45125e 45%,
#d53567 60%,
#f0c3d9 65%,
#0c1142 65%
)
fixed;
background-size: 100% var(--background-height, 100vh); background-size: 100% var(--background-height, 100vh);
overflow: hidden; overflow: hidden;
background-attachment: fixed; background-attachment: fixed;
@ -166,23 +92,12 @@
height: var(--background-height, 100vh); height: var(--background-height, 100vh);
z-index: -2; z-index: -2;
} }
.animated-clouds:before {
.animated-clouds:before {
filter: url(#synth-filter); filter: url(#synth-filter);
} }
.background-80s:before {
.background-80s:before {
content: ""; content: "";
background: linear-gradient( background: linear-gradient( to bottom, #010310 0, #0c1142 24%, #45125e 45%, #d53567 60%, #f0c3d9 65%, #0c1142 65% ) fixed;
to bottom,
#010310 0,
#0c1142 24%,
#45125e 45%,
#d53567 60%,
#f0c3d9 65%,
#0c1142 65%
)
fixed;
width: 100%; width: 100%;
height: 55%; height: 55%;
background-attachment: fixed; background-attachment: fixed;
@ -192,9 +107,8 @@
top: 0; top: 0;
opacity: 0.2; opacity: 0.2;
} }
/*stars*/ /*stars*/
.stars:after { .stars:after {
transform: translateY(-40%); transform: translateY(-40%);
content: " "; content: " ";
border-radius: 100%; border-radius: 100%;
@ -204,40 +118,28 @@
left: 0; left: 0;
top: 0; top: 0;
z-index: -1; z-index: -1;
box-shadow: 5vw 15vh 2px white, 1vw 33vh 0px white, 2vw 25vh 2px white, box-shadow: 5vw 15vh 2px white, 1vw 33vh 0px white, 2vw 25vh 2px white, 10vw 10vh 2px white, 12vw 20vh 0px white, 30vw 15vh 2px white, 16vw 5vh 2px white, 24vw 10vh 0px white, 32vw 40vh 0px white, 33vw 35vh 2px white, 12vw 38vh 2px white, 24vw 10vh 0px white, 33vw 5vh 2px white, 20vw 10vh 0px white, 80vw 10vh 2px white, 62vw 20vh 0px white, 60vw 15vh 2px white, 70vw 7vh 0px white, 62vw 50vh 0px white, 65vw 35vh 2px white, 64vw 10vh 0px white, 85vw 2vh 0px white, 92vw 40vh 0px white, 75vw 35vh 2px white, 90vw 10vh 0px white;
10vw 10vh 2px white, 12vw 20vh 0px white, 30vw 15vh 2px white,
16vw 5vh 2px white, 24vw 10vh 0px white, 32vw 40vh 0px white,
33vw 35vh 2px white, 12vw 38vh 2px white, 24vw 10vh 0px white,
33vw 5vh 2px white, 20vw 10vh 0px white, 80vw 10vh 2px white,
62vw 20vh 0px white, 60vw 15vh 2px white, 70vw 7vh 0px white,
62vw 50vh 0px white, 65vw 35vh 2px white, 64vw 10vh 0px white,
85vw 2vh 0px white, 92vw 40vh 0px white, 75vw 35vh 2px white,
90vw 10vh 0px white;
opacity: 0.3; opacity: 0.3;
animation: glitter 2s infinite; animation: glitter 2s infinite;
} }
@keyframes glitter {
@keyframes glitter {
0% { 0% {
opacity: 0.5; opacity: 0.5;
} }
50% { 50% {
opacity: 0.9; opacity: 0.9;
} }
100% { 100% {
opacity: 0.5; opacity: 0.5;
} }
} }
.ui-control{
.ui-control{
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 10px; top: 10px;
white-space: nowrap; white-space: nowrap;
} }
.ui-control button{ .ui-control button{
border: 3px solid #a684cb; border: 3px solid #a684cb;
background-color: #b533b3; background-color: #b533b3;
color: black; color: black;
@ -245,21 +147,19 @@
padding: 5px; padding: 5px;
animation: background-flicker 6s ease-in-out infinite; animation: background-flicker 6s ease-in-out infinite;
} }
.ui-control span{ .ui-control span{
font-size: 20px; font-size: 20px;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.ui-control button{ .ui-control button{
border: 0px solid #fff; border: 0px solid #fff;
background-color: #dd3dda; background-color: #dd3dda;
color: black; color: black;
border-radius: 10px; border-radius: 10px;
padding: 5px; padding: 5px;
}
} }
} .titleview {
.titleview {
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 50%;
@ -267,13 +167,11 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
white-space: nowrap; white-space: nowrap;
} }
.titleview a {
.titleview a {
text-decoration: none; text-decoration: none;
color: white; color: white;
} }
.title {
.title {
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 15%; top: 15%;
@ -281,8 +179,7 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
white-space: nowrap; white-space: nowrap;
} }
.buttonrow {
.buttonrow {
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 20%; bottom: 20%;
@ -290,12 +187,10 @@
transform: translate(-50%, 0%); transform: translate(-50%, 0%);
white-space: nowrap; white-space: nowrap;
} }
.buttonrow a{
.buttonrow a{
display: inline-block; display: inline-block;
} }
.footer{
.footer{
position: fixed; position: fixed;
z-index: 5; z-index: 5;
left: 0; left: 0;
@ -306,27 +201,25 @@
white-space: nowrap; white-space: nowrap;
transform: translate(0%, 0%); transform: translate(0%, 0%);
} }
.footer a{ .footer a{
margin: 0 20px 0 20px; margin: 0 20px 0 20px;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.footer a { .footer a {
margin: auto 5px; margin: auto 5px;
} }
} }
.navbutton{ .navbutton{
margin: 5px 10px 5px 10px; margin: 5px 10px 5px 10px;
padding: 10px; padding: 10px;
background-color: black; background-color: black;
border-radius: 15%; border-radius: 15%;
} }
a {
a {
color: #09ff00; color: #09ff00;
text-decoration: none; text-decoration: none;
} }
button, .button {
button, .button {
border: 5px solid #b533b3; border: 5px solid #b533b3;
background-color: #a684cb; background-color: #a684cb;
color: white; color: white;
@ -334,120 +227,107 @@ button, .button {
padding: 5px 20px 5px 20px; padding: 5px 20px 5px 20px;
animation: border-flicker 2s linear infinite; animation: border-flicker 2s linear infinite;
} }
.button:nth-child(1) { animation-duration: 2s; } .button:nth-child(1) {
.button:nth-child(2) { animation-delay: 1s; animation-duration: 4s; } animation-duration: 2s;
.button:nth-child(3) { animation-duration: 3s; } }
.button:nth-child(2) {
button span { animation-delay: 1s;
animation-duration: 4s;
}
.button:nth-child(3) {
animation-duration: 3s;
}
button span {
font-family: "Montserrat"; font-family: "Montserrat";
font-weight: 900; font-weight: 900;
font-size: calc(10px + 1vh); font-size: calc(10px + 1vh);
letter-spacing: 5px; letter-spacing: 5px;
animation: text-flicker 3s linear infinite; animation: text-flicker 3s linear infinite;
} }
button #offset {
button #offset {
animation: letter-flicker 4s linear infinite; animation: letter-flicker 4s linear infinite;
} }
@keyframes text-flicker {
@keyframes text-flicker {
0% { 0% {
opacity: 0.1; opacity: 0.1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
2% { 2% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
8% { 8% {
opacity: 0.1; opacity: 0.1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
9% { 9% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
12% { 12% {
opacity: 0.1; opacity: 0.1;
text-shadow: 0px 0px rgba(242, 22, 22, 1); text-shadow: 0px 0px rgba(242, 22, 22, 1);
} }
20% { 20% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
25% { 25% {
opacity: 0.3; opacity: 0.3;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
30% { 30% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
70% { 70% {
opacity: 0.7; opacity: 0.7;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
72% { 72% {
opacity: 0.2; opacity: 0.2;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
77% { 77% {
opacity: 0.9; opacity: 0.9;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
100% { 100% {
opacity: 0.9; opacity: 0.9;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
} }
@keyframes border-flicker {
@keyframes border-flicker {
0% { 0% {
opacity: 0.1; opacity: 0.1;
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
} }
2% { 2% {
opacity: 1; opacity: 1;
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
} }
4% { 4% {
opacity: 0.1; opacity: 0.1;
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
} }
8% { 8% {
opacity: 1; opacity: 1;
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
} }
70% { 70% {
opacity: 0.7; opacity: 0.7;
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
} }
100% { 100% {
opacity: 1; opacity: 1;
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
@ -455,103 +335,87 @@ button #offset {
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
} }
} }
@keyframes background-flicker {
@keyframes background-flicker {
0% { 0% {
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73);
} }
2% { 2% {
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.178); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.178);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.178); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.178);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.178); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.178);
} }
4% { 4% {
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.685); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.685);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.685); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.685);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.685); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.685);
} }
8% { 8% {
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.486); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.486);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.486); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.486);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.486); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.486);
} }
70% { 70% {
-webkit-box-shadow: 0px 0px 78px 4px rgb(16, 135, 232); -webkit-box-shadow: 0px 0px 78px 4px rgb(16, 135, 232);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232);
} }
100% { 100% {
-webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.658); -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 135, 232, 0.658);
-moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.658); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.658);
box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.658); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.658);
} }
} }
@keyframes letter-flicker {
@keyframes letter-flicker {
0% { 0% {
opacity: 0.1; opacity: 0.1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
2% { 2% {
opacity: 0.1; opacity: 0.1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
4% { 4% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
19% { 19% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
21% { 21% {
opacity: 0.1; opacity: 0.1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
23% { 23% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
80% { 80% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
83% { 83% {
opacity: 0.4; opacity: 0.4;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
87% { 87% {
opacity: 1; opacity: 1;
text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
} }
} }
.outrun {
.outrun {
font-family: "Road Rage"; font-family: "Road Rage";
font-weight: normal; font-weight: normal;
font-size: calc(30px + 3vh); font-size: calc(30px + 3vh);
} }
.outrun.small { .outrun.small {
font-family: "Road Rage"; font-family: "Road Rage";
font-weight: normal; font-weight: normal;
font-size: calc(30px + 1vh); font-size: calc(30px + 1vh);
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.outrun { .outrun {
font-family: "Road Rage"; font-family: "Road Rage";
font-weight: normal; font-weight: normal;
@ -563,64 +427,41 @@ button #offset {
font-size: calc(10px + 1vh); font-size: calc(10px + 1vh);
} }
} }
.glow {
.glow {
color: #fff; color: #fff;
text-align: center; text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate; -webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate;
} }
@keyframes glow {
@keyframes glow {
from { from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
} }
to { to {
text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
} }
} }
@-moz-keyframes glow {
@-moz-keyframes glow {
from { from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
} }
to { to {
text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
} }
} }
@-webkit-keyframes glow {
@-webkit-keyframes glow {
from { from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
} }
to { to {
text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
} }
} }
.chrome {
.chrome {
font-family: "Montserrat"; font-family: "Montserrat";
font-weight: 900; font-weight: 900;
background-image: linear-gradient( background-image: linear-gradient( #2989cc 0%, #d3e5ec 50%, #592451 51%, #b3628d 55%, #592451 59%, #b3628d 65%, #ac86a6 75%, #b3628d 100% );
#2989cc 0%,
#d3e5ec 50%,
#592451 51%,
#b3628d 55%,
#592451 59%,
#b3628d 65%,
#ac86a6 75%,
#b3628d 100%
);
background-clip: text; background-clip: text;
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
@ -628,22 +469,22 @@ button #offset {
-webkit-text-stroke-color: rgba(255, 255, 255, 0.4); -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
position: relative; position: relative;
} }
.chrome.large { .chrome.large {
font-size: calc(30px + 15vh); font-size: calc(30px + 15vh);
font-size: 100%; font-size: 100%;
font-size: 15vw; font-size: 15vw;
} }
.chrome.medium { .chrome.medium {
font-size: calc(30px + 10vh); font-size: calc(30px + 10vh);
font-size: 100%; font-size: 100%;
font-size: 10vw; font-size: 10vw;
} }
.chrome.small { .chrome.small {
font-size: calc(30px+7vh); font-size: calc(30px+7vh);
font-size: 100%; font-size: 100%;
font-size: 5vw; font-size: 5vw;
} }
@media screen and (max-width: 850px) { @media screen and (max-width: 850px) {
.chrome.large { .chrome.large {
font-size: calc(20px + 5vh); font-size: calc(20px + 5vh);
} }
@ -654,25 +495,16 @@ button #offset {
font-size: calc(20px + 1vh); font-size: calc(20px + 1vh);
} }
} }
.chrome:before {
.chrome:before {
content: attr(data-text); content: attr(data-text);
text-shadow: -1px -1px 1px #2989cc, -2px -2px 1px #2989cc, text-shadow: -1px -1px 1px #2989cc, -2px -2px 1px #2989cc, -3px -3px 1px #2989cc, 1px 1px 1px #000, 0px -1px 2px #000, -1px -2px 2px #000, 0 0 5px rgba(255, 255, 255, 1);
-3px -3px 1px #2989cc, 1px 1px 1px #000, 0px -1px 2px #000,
-1px -2px 2px #000, 0 0 5px rgba(255, 255, 255, 1);
opacity: 1; opacity: 1;
position: absolute; position: absolute;
z-index: -1; z-index: -1;
} }
.shine:after {
.shine:after {
content: attr(data-text); content: attr(data-text);
background-image: linear-gradient( background-image: linear-gradient( 225deg, transparent 53%, white 55%, transparent 58% );
225deg,
transparent 53%,
white 55%,
transparent 58%
);
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
@ -685,22 +517,18 @@ button #offset {
animation: shine 10s ease infinite; animation: shine 10s ease infinite;
animation-delay: var(--shine-delay, 0s); animation-delay: var(--shine-delay, 0s);
} }
@keyframes shine {
@keyframes shine {
0% { 0% {
background-position: 0% 51%; background-position: 0% 51%;
} }
50% { 50% {
background-position: 100% 50%; background-position: 100% 50%;
} }
100% { 100% {
background-position: 0% 51%; background-position: 0% 51%;
} }
} }
.spark {
.spark {
margin-top: calc(4vh); margin-top: calc(4vh);
margin-left: -0.3em; margin-left: -0.3em;
line-height: 0; line-height: 0;
@ -714,73 +542,58 @@ button #offset {
animation: blip 5s infinite; animation: blip 5s infinite;
animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
} }
.chrome:last-of-type .spark {
.chrome:last-of-type .spark {
animation-delay: -2.5s; animation-delay: -2.5s;
} }
@keyframes blip {
@keyframes blip { 0% {
transform: scale(0);
}
5% {
transform: scale(1.2) rotate(0deg);
}
6% {
transform: scale(1) rotate(0deg);
}
8% {
transform: scale(1) rotate(180deg);
}
100% {
transform: scale(1) rotate(180deg);
}
}
@-moz-keyframes blip {
0% {
transform: scale(0);
}
5% {
transform: scale(1.2) rotate(0deg);
}
6% {
transform: scale(1) rotate(0deg);
}
8% {
transform: scale(1) rotate(180deg);
}
100% {
transform: scale(1) rotate(180deg);
}
}
@-webkit-keyframes blip {
0% { 0% {
transform: scale(0); transform: scale(0);
} }
5% { 5% {
transform: scale(1.2) rotate(0deg); transform: scale(1.2) rotate(0deg);
} }
6% { 6% {
transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg);
} }
8% { 8% {
transform: scale(1) rotate(180deg); transform: scale(1) rotate(180deg);
} }
100% { 100% {
transform: scale(1) rotate(180deg); transform: scale(1) rotate(180deg);
} }
} }
@-moz-keyframes blip {
0% {
transform: scale(0);
}
5% {
transform: scale(1.2) rotate(0deg);
}
6% {
transform: scale(1) rotate(0deg);
}
8% {
transform: scale(1) rotate(180deg);
}
100% {
transform: scale(1) rotate(180deg);
}
}
@-webkit-keyframes blip {
0% {
transform: scale(0);
}
5% {
transform: scale(1.2) rotate(0deg);
}
6% {
transform: scale(1) rotate(0deg);
}
8% {
transform: scale(1) rotate(180deg);
}
100% {
transform: scale(1) rotate(180deg);
}
}