blob: 3ad4cd570b7e5c986847a36f84e2cfaa815627ec [file] [log] [blame]
:root {
--primary: #7347d9ff;
--primary100: #cfbff1;
--secondary: #d947adff;
--secondary50: #fae2f0;
--darkbgaccent: #1a1622ff;
--darkbg: #121212ff;
--darkbgalpha: #121212f8;
}
html {
min-height: 100%;
}
body {
min-height: 100%;
margin: 0;
padding: 0;
color: #fffdf3;
font-weight: 400;
font-family: 'Courier Prime', monospace;
font-size: 20px;
line-height: 150%;
background-color: var(--darkbgaccent);
}
@media screen and (max-width: 1000px) {
body {
font-size: 18px;
}
}
#ledsFloater {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
overflow-x: hidden;
z-index: -11;
}
#ledsWrapper {
float: left; /* oh god */
width: 100%;
min-height: 100%;
}
#leds {
width: max(60vw, 600px);
height: max(60vw, 600px);
transform: rotate(-15deg);
position: relative;
top: min(-10vw, -100px);
left: min(-10vw, -100px);
z-index: -10;
}
#page {
max-width: 60rem;
margin: 6em auto 2em auto;
background-color: var(--darkbgalpha);
display: flex;
flex-direction: column;
}
@media screen and (max-width: 1000px) {
#page {
background-color: #121212f0;
}
}
.about img {
width: 100%;
display: block;
margin: 0 auto;
}
.top {
display: flex;
flex-direction: row;
flex-flow: row wrap;
margin: 2em 0 1em 0;
justify-content: center;
}
@media screen and (max-width: 1000px) {
.top {
margin: 1em 0 0 0;
}
}
.top .logo img {
max-height: 15rem;
}
@media screen and (max-width: 1000px) {
.top .logo img {
max-height: 8rem;
}
}
.top .type {
max-width: 13em;
font-size: min(35px, 4vw);
line-height: 0.9;
display: flex;
flex-direction: column;
justify-content: center;
}
.top .type h1 {
padding: 0 0 0.5em 0.2em;
font-family: 'Noto Sans', sans-serif;
color: #fff;
text-shadow: 0.05em 0.05em var(--secondary);
}
#map {
height: 28em;
}
.quicklinks {
font-size: 16px;
background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 1000px) {
.quicklinks {
font-size: 14px;
}
}
.quicklinks ul {
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: center;
font-family: 'Noto Sans', sans-serif;
}
.quicklinks ul li {
display: flex;
}
.quicklinks ul li:not(.left) {
}
.quicklinks ul li.left {
flex-grow: 1;
font-style: italic;
}
.quicklinks a {
text-decoration: none;
padding: 0.8rem 1rem;
color: #fff;
}
.quicklinks a:hover {
color: #fff;
}
.quicklinks li:not(.left) a:hover {
background-color: rgba(255, 255, 255, 0.05);
}
.covid {
padding: 1rem 2rem;
background-color: rgba(150, 0, 0, 0.8);
font-size: 18px;
font-style: italic;
}
.bottom {
display: flex;
flex-direction: column;
padding: 1em 1em 0 1em;
}
@media screen and (max-width: 1000px) {
.bottom {
padding: 2em 1em 0 1em;
}
}
.bottom .about {
padding: 1rem 2em 3rem 2em;
}
@media screen and (max-width: 1000px) {
.bottom .about {
padding: 0rem 0em 1rem 0em;
}
}
.bottom .about li + li {
margin-top: 0.5em;
}
p {
text-align: left;
color: #eee;
}
h2 {
margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
h2 {
margin: 0;
}
}
* + h2 {
margin: 2rem 0 0 0;
}
h2 + * {
margin: 1rem 0 0 0;
}
h2 {
font-size: 26px;
display: inline-block;
font-family: 'Noto Sans', sans-serif;
}
h2:after {
content: " ";
display: block;
background-color: var(--secondary);
height: 0.15em;
width: 100%;
margin-top: 0.1em;
margin-left: 0.3em
}
h3 {
font-size: 20px;
}
pre {
background-color: #141000;
padding: 1rem;
}
a {
text-decoration: underline;
text-decoration-color: var(--primary100);
color: #fff;
}
a:hover {
color: var(--primary100);
}
b {
font-weight: 800;
}
ul {
padding: 0 0 0 1em;
}
@media screen and (max-width: 1000px) {
ul {
padding: 0;
}
}
li {
list-style: none;
}
li i {
font-size: 0.9em;
}
#footer {
margin: 1rem 0 0 0;
font-size: 0.8rem;
opacity: 60%;
}
.atlist {
display: inline;
list-style: none;
}
.atlist li {
display: inline;
}
.atlist li:after {
content: ", ";
}
.atlist li:last-child:after {
content: ".";
}