Website/style.css

249 lines
6.0 KiB
CSS
Raw Permalink Normal View History

@font-face {
2023-11-22 16:58:50 -05:00
font-family: 'Glacial Indifference Bold';
src: url('fonts/GlacialIndifference/GlacialIndifference-Bold.eot');
src: url('fonts/GlacialIndifference/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/GlacialIndifference/GlacialIndifference-Bold.woff2') format('woff2'),
url('fonts/GlacialIndifference/GlacialIndifference-Bold.woff') format('woff'),
url('fonts/GlacialIndifference/GlacialIndifference-Bold.ttf') format('truetype'),
url('fonts/GlacialIndifference/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
2023-11-22 16:58:50 -05:00
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Glacial Indifference';
src: url('fonts/GlacialIndifference/GlacialIndifference-Regular.eot');
src: url('fonts/GlacialIndifference/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/GlacialIndifference/GlacialIndifference-Regular.woff2') format('woff2'),
2023-11-22 16:58:50 -05:00
url('fonts/GlacialIndifference/GlacialIndifference-Regular.woff') format('woff'),
url('fonts/GlacialIndifference/GlacialIndifference-Regular.ttf') format('truetype'),
url('fonts/GlacialIndifference/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
2023-11-22 16:58:50 -05:00
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'CaslonOS';
src: url('fonts/caslon-os/CaslonOS-Regular.woff2') format('woff2'),
url('fonts/caslon-os/CaslonOS-Regular.woff') format('woff');
}
@keyframes fade {
2023-11-22 16:58:50 -05:00
from {opacity: 5%; border-color: #07121B;}
to {opacity: 100%; border-color: #07121B;}
}
@keyframes fadeup {
2023-11-22 16:58:50 -05:00
from {opacity: 5%; margin-top: 1vh;}
to {opacity: 100%; margin-top: relative;}
}
@keyframes fadegrow {
2023-11-22 16:58:50 -05:00
from {opacity: 0%; width: calc(5vh + 5vw);}
to {opacity: 100%; width: calc(20vh + 20vw);}
}
@keyframes bgcolor {
2023-11-22 16:58:50 -05:00
from {color: #BEBEBE;}
to {color: #07121B;}
}
h1 {
2023-11-22 16:58:50 -05:00
font-family: 'Glacial Indifference';
margin-top: 40vh;
margin-bottom: auto;
font-size: calc(2.5vh + 2.5vw);
text-align: center;
2023-11-22 16:58:50 -05:00
color: #BEBEBE;
border-radius: 5px;
2023-11-22 16:58:50 -05:00
border: #BEBEBE;
border-width: 1vh;
2023-11-22 16:58:50 -05:00
transition: 0.5s;
animation-name: fade;
2023-11-22 16:58:50 -05:00
animation-duration: 0.5s;
animation-delay: 0;
min-width: 150px;
2023-11-22 16:58:50 -05:00
font-weight: bold;
}
body {
2023-11-22 16:58:50 -05:00
background-color: #07121B;
size: 100%;
2023-11-22 16:58:50 -05:00
/*height: 100vh;*/
animation-name: bgcolor;
2023-11-22 16:58:50 -05:00
animation-duration: 0.5s;
margin: 0;
}
hr {
2023-11-22 16:58:50 -05:00
display: calc(0.15vh + 0.15vw) solid #BEBEBE;
border: calc(0.15vh + 0.15vw) solid #BEBEBE;
color: #BEBEBE;
fill: #BEBEBE;
fill-opacity: 100%;
width: calc(20vh + 20vw);
border-radius: 5px;
animation-name: fadegrow;
2023-11-22 16:58:50 -05:00
animation-duration: 1s;
transition: 1s;
animation-delay: -3;
2023-11-22 16:58:50 -05:00
background-color: #BEBEBE;
}
p {
2023-11-22 16:58:50 -05:00
font-family: 'Glacial Indifference';
text-align: center;
font-size: calc(1.3vh + 1.3vw);
2023-11-22 16:58:50 -05:00
color: #BEBEBE;
margin-top: -0.01vh;
animation-name: fadeup;
animation-duration: 2s;
2023-11-22 16:58:50 -05:00
transition: 2s;
animation-delay: -3;
}
.aligner {
text-align: center;
}
button {
border-radius: 0 0 0 15px;
2023-11-22 16:58:50 -05:00
border-color: #202F3A;
color: #BEBEBE;
width: calc(7vw + 5vh);
height: calc(3vw + 1vh);
text-align: center;
2023-11-22 16:58:50 -05:00
background-color: #202F3A;
font-family: 'Glacial Indifference';
transition: 1s;
border-width: 1px;
font-size: calc(1vw + 1vh);
margin: 0.0vw;
2023-11-22 16:58:50 -05:00
border-style: none;
animation-name: fade;
animation-duration: 1s;
min-width: 60px;
min-height: 30px;
transition: 1s;
}
@keyframes buttonwhitefade {
2023-11-22 16:58:50 -05:00
from {color: #BEBEBE;}
to {color: #BEBEBE;}
}
button:hover {
border-radius: 0 0 0 15px;
2023-11-22 16:58:50 -05:00
color: #BEBEBE;
border-color: #2D4251;
text-align: center;
2023-11-22 16:58:50 -05:00
background-color: #2D4251;
transition: 0.75s;
cursor: pointer;
}
.b2 {
border-radius: 0px;
2023-11-22 16:58:50 -05:00
border-color: #2D4251;
color: #BEBEBE;
width: calc(7vw + 5vh);
height: calc(3vw + 1vh);
text-align: center;
2023-11-22 16:58:50 -05:00
background-color: #111920;
font-family: 'Glacial Indifference';
border-width: 2px;
font-size: calc(1vw + 1vh);
margin-top: calc(0);
margin: 0vw;
2023-11-22 16:58:50 -05:00
border-style: none;
animation-name: fade;
2023-11-22 16:58:50 -05:00
animation-duration: 0.75s;
}
.b2:hover {
border-radius: 0px;
color: #BEBEBE;
border-color: #363636;
text-align: center;
background-color: #0E2533;
cursor: pointer;
}
.b3 {
border-radius: 0 0 15px 0;
border-color: #2D4251;
color: #BEBEBE;
width: calc(7vw + 5vh);
height: calc(3vw + 1vh);
text-align: center;
background-color: #111920;
font-family: 'Glacial Indifference';
border-width: 2px;
font-size: calc(1vw + 1vh);
margin-top: calc(0.0vw + 0.0vh);
margin: 0vw;
border-style: none;
animation-name: fade;
animation-duration: 0.75s;
}
.b3:hover {
border-radius: 0 0 15px 0;
2023-11-22 16:58:50 -05:00
color: #BEBEBE;
border-color: #363636;
text-align: center;
2023-11-22 16:58:50 -05:00
background-color: #0E2533;
cursor: pointer;
}
2023-11-22 16:58:50 -05:00
nav {
height: calc(3vw + 1vw + 1vh + 1vh);
padding: 0;
width: calc(22vw + 1vw + 16vh + 1vh);
2023-11-22 16:58:50 -05:00
animation-name: fade;
animation-duration: 0.75s;
background-color: #050C12;
border-radius: 0 0 15px 15px;
2023-11-22 16:58:50 -05:00
min-height: 38px;
min-width: 220px;
transition: 0.75s;
margin-left: auto;
margin-right: auto;
margin-top: 0;
2023-11-22 16:58:50 -05:00
}
.footer {
2023-11-22 16:58:50 -05:00
background-color: #07121B;
border-color: #07121B;
border-style: solid;
border-width: 0.25vh;
2023-11-22 16:58:50 -05:00
color: #BEBEBE;
padding-bottom: 0vh;
padding-top: 0vh;
margin-bottom: 0vh;
height: 5vh;
border-radius: 0px;
transition: 1s;
animation-name: fade;
animation-duration: 2s;
2023-11-22 16:58:50 -05:00
font-family: 'Glacial Indifference';
text-align: center;
2023-11-22 16:58:50 -05:00
font-size: calc(0.75vh + 0.75vw);
position: fixed;
bottom: 0;
right: 0%;
2023-11-22 16:58:50 -05:00
width: 100%;
box-sizing: border-box;
display: inline-block;
2023-11-22 16:58:50 -05:00
margin-right: 0%;
margin-left: 2.5%;
}
html {
2023-11-22 16:58:50 -05:00
background-color: #07121B;
color:#07121B
margin: 0;
}