mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-09 14:40:16 -04:00
161 lines
3.3 KiB
CSS
161 lines
3.3 KiB
CSS
@charset "UTF-8";
|
|
@font-face {
|
|
src: url("./fonts/Hanson-Bold.ttf");
|
|
font-family: "Hanson-Bold"; }
|
|
@font-face {
|
|
src: url("./fonts/FuturaPTMedium.otf");
|
|
font-family: "Futura";
|
|
font-weight: normal;
|
|
font-style: normal; }
|
|
@font-face {
|
|
src: url("./fonts/FuturaPTLight.otf");
|
|
font-family: "Futura-Light"; }
|
|
@font-face {
|
|
src: url("./fonts/FuturaPTHeavy.otf");
|
|
font-family: "Futura-Heavy"; }
|
|
html {
|
|
background-color: #333;
|
|
font-family: "Hanson-Bold", "Arial", sans-serif;
|
|
overflow-x: none; }
|
|
|
|
body {
|
|
overflow-y: scroll;
|
|
/* Keep scroll functionality */
|
|
-ms-overflow-style: none;
|
|
/* IE and Edge */
|
|
scrollbar-width: none;
|
|
/* Firefox */ }
|
|
|
|
body::-webkit-scrollbar {
|
|
display: none; }
|
|
|
|
.hero {
|
|
color: #333 !important;
|
|
background-color: #333 !important;
|
|
background-image: url("res/hilo-hero-text.png");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-attachment: fixed; }
|
|
@media (max-width: 768px) {
|
|
.hero {
|
|
background-image: url("res/hilo-hero-text-mobile.png"); } }
|
|
|
|
.arrow {
|
|
cursor: pointer;
|
|
width: 70px;
|
|
margin: 0 auto;
|
|
margin-top: 70vh;
|
|
height: 100px; }
|
|
|
|
.arrow:after {
|
|
content: "";
|
|
margin-top: 70vh;
|
|
width: 70px;
|
|
height: 100px;
|
|
position: absolute;
|
|
background-image: url("res/arrow.svg");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
-webkit-animation: 3s infinite ease;
|
|
animation: 3s infinite ease;
|
|
animation-name: การเคลื่อนไหวที่-1; }
|
|
@keyframes การเคลื่อนไหวที่-1 {
|
|
0%,
|
|
100% {
|
|
top: 50px; }
|
|
50% {
|
|
top: 80px; } }
|
|
.vh-25 {
|
|
height: 25vh; }
|
|
|
|
.vh-50 {
|
|
height: 50vh; }
|
|
|
|
.banner {
|
|
color: white;
|
|
background-image: url("res/banner.png");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-attachment: fixed; }
|
|
|
|
.info-col {
|
|
background-color: #fff; }
|
|
|
|
.info-header {
|
|
color: white;
|
|
font-family: "Hanson-Bold", "Arial", sans-serif;
|
|
text-stroke: 3px #305899;
|
|
-webkit-text-stroke: 3px #305899; }
|
|
@media (max-width: 768px) {
|
|
.info-header {
|
|
font-size: 1.25em;
|
|
text-stroke: 2px #305899;
|
|
-webkit-text-stroke: 2px #305899; } }
|
|
|
|
.info {
|
|
font-size: .8em;
|
|
color: #2b5291;
|
|
font-family: "Hanson-Bold", "Arial", sans-serif; }
|
|
@media (max-width: 768px) {
|
|
.info {
|
|
font-size: .75em; } }
|
|
|
|
#insta-section {
|
|
background-color: #333; }
|
|
|
|
.bg-colored:before {
|
|
right: -999em;
|
|
background: #0b3b52;
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
width: 999em;
|
|
top: 0;
|
|
bottom: 0; }
|
|
|
|
.poll {
|
|
color: white;
|
|
background-image: url("res/gradient-mobile.png");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
font-family: "Hanson-Bold", "Arial", sans-serif;
|
|
font-weight: lighter;
|
|
font-size: .75em; }
|
|
@media (max-width: 768px) {
|
|
.poll {
|
|
background-image: url("res/gradient-mobile.png"); } }
|
|
|
|
.short-answer {
|
|
font-size: 1.2em; }
|
|
|
|
.title {
|
|
color: #42b8c7;
|
|
font-size: 1.45em; }
|
|
|
|
.subtitle {
|
|
color: #42b8c7;
|
|
font-size: 1.15em; }
|
|
|
|
label {
|
|
font-size: 1.25em; }
|
|
|
|
.emote img {
|
|
width: 25vw;
|
|
height: auto; }
|
|
|
|
.btn {
|
|
color: #2b5291;
|
|
border-image-repeat: none; }
|
|
|
|
.hi {
|
|
color: #48B93E; }
|
|
|
|
.lo {
|
|
color: #E34848; }
|
|
|
|
/*# sourceMappingURL=styles.css.map */
|