Updated 42 files via CloudCannon
This commit is contained in:
parent
43d0fb6e17
commit
b73f250a68
38 changed files with 769 additions and 753 deletions
|
|
@ -97,7 +97,7 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
|
|||
|
||||
.hero .imagecontainer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../img/vignette.svg"); background-size: 960px; background-repeat: repeat-x; background-position: bottom; z-index: 1; }
|
||||
|
||||
.hero .imagecontainer h4 { width: 90vw; /* height: auto; */ /* min-height: 100px; */ line-height: 1.011em; letter-spacing: -0em; color: var(--bg); font-size: 15vw; display: inline; opacity: 1; border-radius: var(--border-radius); position: absolute; bottom: 0; transform: rotate(-3deg); overflow: hidden; background: -webkit-linear-gradient(90deg, var(--bg) 25%, var(--accent2-alt) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: blur(1px); }
|
||||
.hero .imagecontainer h4 { width: 90vw; /* height: auto; */ /* min-height: 100px; */ line-height: 1.011em; letter-spacing: -0em; color: var(--bg); font-size: 15vw; display: inline; opacity: 1; border-radius: var(--border-radius); position: absolute; bottom: 0; transform: rotate(-3deg); overflow: hidden; background: -webkit-linear-gradient(90deg, var(--bg) 25%, var(--accent2-alt) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: blur(2px); }
|
||||
|
||||
.hero .splash { background-color: transparent; display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
|
|
@ -119,6 +119,8 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
|
|||
|
||||
@media only screen and (max-width: 759px) { .hero .splash div { min-width: 100%; padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
|
||||
|
||||
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } }
|
||||
|
||||
section { flex: 1 1 100%; background-color: var(--bg); z-index: 2; }
|
||||
|
||||
section .container { max-width: var(--max-width); margin: 0 auto; }
|
||||
|
|
@ -177,7 +179,7 @@ footer .footframe small .label { display: none; }
|
|||
|
||||
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
|
||||
|
||||
.streambox { text-align: center; line-height: 2em; padding: 0 40px; }
|
||||
.streambox { text-align: center; line-height: 2em; padding: 0; }
|
||||
|
||||
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }
|
||||
|
||||
|
|
@ -207,6 +209,8 @@ a:hover { color: var(--accent2); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
.button:active { -webkit-box-shadow: 0px 0px 0px -3px var(--border-alt); -moz-box-shadow: 0px 0px 0px -3px var(--border-alt); box-shadow: 0px 0px 0px -3px var(--border-alt); }
|
||||
|
||||
@media only screen and (max-width: 480px) { .button { font-size: 0.75em; padding: 0.75em; } }
|
||||
|
||||
.normal-section { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 20px; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset; }
|
||||
|
||||
.normal-section h2 { flex: 0 0 100%; margin: 20px; }
|
||||
|
|
@ -538,4 +542,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
|
|||
|
||||
@media only screen and (max-width: 769px) { .staff li .square-image { width: 70px; height: 70px; } }
|
||||
|
||||
/*# sourceMappingURL=main-20201117.css.map */
|
||||
/*# sourceMappingURL=main-20201211.css.map */
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -97,7 +97,7 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
|
|||
|
||||
.hero .imagecontainer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../img/vignette.svg"); background-size: 960px; background-repeat: repeat-x; background-position: bottom; z-index: 1; }
|
||||
|
||||
.hero .imagecontainer h4 { width: 90vw; /* height: auto; */ /* min-height: 100px; */ line-height: 1.011em; letter-spacing: -0em; color: var(--bg); font-size: 15vw; display: inline; opacity: 1; border-radius: var(--border-radius); position: absolute; bottom: 0; transform: rotate(-3deg); overflow: hidden; background: -webkit-linear-gradient(90deg, var(--bg) 25%, var(--accent2-alt) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: blur(1px); }
|
||||
.hero .imagecontainer h4 { width: 90vw; /* height: auto; */ /* min-height: 100px; */ line-height: 1.011em; letter-spacing: -0em; color: var(--bg); font-size: 15vw; display: inline; opacity: 1; border-radius: var(--border-radius); position: absolute; bottom: 0; transform: rotate(-3deg); overflow: hidden; background: -webkit-linear-gradient(90deg, var(--bg) 25%, var(--accent2-alt) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: blur(2px); }
|
||||
|
||||
.hero .splash { background-color: transparent; display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
|
|
@ -119,6 +119,8 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
|
|||
|
||||
@media only screen and (max-width: 759px) { .hero .splash div { min-width: 100%; padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
|
||||
|
||||
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } }
|
||||
|
||||
section { flex: 1 1 100%; background-color: var(--bg); z-index: 2; }
|
||||
|
||||
section .container { max-width: var(--max-width); margin: 0 auto; }
|
||||
|
|
@ -177,7 +179,7 @@ footer .footframe small .label { display: none; }
|
|||
|
||||
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
|
||||
|
||||
.streambox { text-align: center; line-height: 2em; padding: 0 40px; }
|
||||
.streambox { text-align: center; line-height: 2em; padding: 0; }
|
||||
|
||||
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }
|
||||
|
||||
|
|
@ -207,6 +209,8 @@ a:hover { color: var(--accent2); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
.button:active { -webkit-box-shadow: 0px 0px 0px -3px var(--border-alt); -moz-box-shadow: 0px 0px 0px -3px var(--border-alt); box-shadow: 0px 0px 0px -3px var(--border-alt); }
|
||||
|
||||
@media only screen and (max-width: 480px) { .button { font-size: 0.75em; padding: 0.75em; } }
|
||||
|
||||
.normal-section { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 20px; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset; }
|
||||
|
||||
.normal-section h2 { flex: 0 0 100%; margin: 20px; }
|
||||
|
|
@ -552,4 +556,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
|
|||
|
||||
.hideWhenNoJS { display: none; }
|
||||
|
||||
/*# sourceMappingURL=noscripts-20201117.css.map */
|
||||
/*# sourceMappingURL=noscripts-20201211.css.map */
|
||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue