it's cube time babey

This commit is contained in:
Rhiannon Morris 2024-09-04 15:31:06 +02:00
parent 18bcac9c64
commit 25b3261079
89 changed files with 1437 additions and 1575 deletions

View file

@ -1,112 +0,0 @@
:root {
font: 18pt serif;
color: white;
background: url(NEWFOL~1/GEC.JPG);
}
main {
width: 30em;
padding: 1rem;
margin: 1rem auto;
border: 8px outset white;
background: #639;
}
header, h1, h2, h3 { text-align: center; }
h1 { margin-top: 0; }
header { overflow: hidden; }
@media not (prefers-reduced-motion) {
@keyframes marquee {
from { transform: translateX(100%); }
to { transform: translateX(-100%); }
}
h1 {
animation-name: marquee;
animation-timing-function: linear;
animation-duration: 7.5s;
animation-iteration-count: infinite;
}
}
#mlemtext {
position: relative;
width: 80%;
margin: 0 auto;
height: 3em;
}
.niss, .nisse { position: absolute }
.niss { left: 0 }
.nisse { right: 0 }
header picture, header img {
display: block;
margin: 0 auto;
bacground: black;
}
#mlem + p { margin-top: 0; }
img[src$='.svg'] { height: 1em; }
a {
color: #9cf;
font-weight: bold;
text-decoration: none;
}
table {
width: 80%;
border-spacing: 0.75em 0.15em ;
}
th {
text-align: right;
font-weight: normal;
}
td {
font-weight: bold;
}
@font-face {
font-family: 'W95FA';
src: url(NEWFOL~1/W95FA.otf) format('opentype'),
url(NEWFOL~1/w95fa.woff) format('woff'),
url(NEWFOL~1/w95fa.woff2) format('woff2');
}
#links {
position: absolute;
top: 0; left: 0;
font-family: 'W95FA', sans-serif;
font-size: 13pt;
padding: 1rem;
}
#links li {
display: block;
width: 5em;
text-align: center;
margin-bottom: 1em;
}
#links img {
display: block;
margin: auto;
}
#links a {
font-weight: normal;
color: white;
text-decoration: none;
}
#links span {
background: black;
padding: 0 0.25ch;
}

View file

@ -1,225 +0,0 @@
@import url(fonts/muller/muller.css);
@import url(fonts/noto/noto.css);
:root {
/*
--gradient:
linear-gradient(135deg,
hsl(42deg, 92%, 70%),
hsl(348deg, 92%, 70%),
hsl(334deg, 100%, 80%),
hsl(234deg, 100%, 76%),
hsl(195deg, 100%, 67%),
hsl(155deg, 70%, 62%)
);
*/
--gradient:
linear-gradient(135deg,
oklch(92% 0.108 96),
oklch(84% 0.08 15),
oklch(81% 0.117 304),
oklch(84% 0.095 233),
oklch(86% 0.171 162)
);
--size: 15pt;
--weight: 600;
--link-color: hsl(196deg, 100%, 85%);
--hover-color: hsl(50deg, 100%, 82%);
background:
image-set(url(../media/bg.png) 1x,
url(../media/bg_2x.png) 2x)
top center fixed,
var(--gradient) fixed;
background-blend-mode: overlay;
font-family: 'Muller';
font-size: var(--size);
font-weight: var(--weight);
color: white;
text-shadow:
1px 1px 0 black,
-1px 1px 0 black,
1px -1px 0 black,
-1px -1px 0 black,
4px 4px 4px hsla(0, 0%, 0%, 70%);
text-align: center;
margin: 2em 1em 0.5em;
}
main {
--default-bg: hsla(316deg, 100%, 95%, 45%);
background: var(--default-bg);
border-radius: 2em;
--glow-col: hsla(318deg, 100%, 98%, 100%);
border: 1px solid var(--glow-col);
box-shadow: 0 0 25px var(--glow-col) inset;
padding: 1em;
margin: 0 auto 1em;
}
header :is(p, h1, h2, h3, h4, h5, h6) {
font-weight: 700;
margin-top: 0;
}
h1 {
font-size: 200%;
}
h2, header p {
font-size: 150%;
}
b {
font-weight: 800;
}
hr {
height: 4px;
width: 75%;
background-color: hsla(0, 0%, 100%, 85%);
box-shadow: 0 0 3px hsl(0, 0%, 100%, 50%);
border: none;
text-shadow: none;
margin: 20px auto;
}
.ipa {
font-family: NotoSans;
font-weight: 900;
font-size: 90%;
}
a[href] {
color: var(--link-color);
font-weight: 800;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
a[href]:where(:hover,:focus) {
color: var(--hover-color);
}
dl {
display: grid;
grid-template-columns: repeat(4, auto);
grid-row-gap: 6px;
grid-column-gap: 1em;
justify-content: center;
}
dt {
text-align: right;
margin: 0;
}
dd {
font-weight: 700;
text-align: left;
margin: 0;
}
:is(rt, h1, h2)::before, :is(rt, h1, h2)::after {
padding: 0 0.25em;
vertical-align: middle;
display: inline-block;
height: 1em; width: 1em;
mix-blend-mode: overlay;
content: var(--around-image);
}
rt::before { margin-left: -1.25em; }
rt::after { margin-right: -1.25em; }
/* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */
@media (-moz-touch-enabled) {
:root {
background: var(--gradient) fixed;
background-blend-mode: initial;
}
}
.emojo {
vertical-align: middle;
height: 1.2em; width: 1.2em;
}
.pixel {
/* firefox doesn't support "pixelated" but does treat "crisp-edges"
* to mean that */
image-rendering: crisp-edges;
image-rendering: pixelated;
}
/******************************/
/* actual accessibility stuff */
/******************************/
@media (prefers-reduced-motion: reduce) {
/* see also the alternate source in #mlem > picture */
.mlem-text {
display: none;
}
}
@media (prefers-contrast: more), (prefers-color-scheme: dark) {
:root {
/*
--gradient:
linear-gradient(135deg,
hsl(42deg, 56%, 55%),
hsl(348deg, 56%, 55%),
hsl(334deg, 60%, 43%),
hsl(234deg, 60%, 40%),
hsl(195deg, 60%, 44%),
hsl(155deg, 60%, 55%)
);
*/
--gradient:
linear-gradient(135deg,
/* oklch(33% 0.16 86), */
oklch(30% 0.17 15),
oklch(30% 0.18 304),
oklch(30% 0.18 233),
oklch(30% 0.18 162)
);
background:
image-set(url(../media/bg_dim.png) 1x,
url(../media/bg_2x_dim.png) 2x)
top center fixed,
var(--gradient) fixed;
background-blend-mode: multiply;
}
main {
--default-bg: hsla(0, 0%, 0%, 60%);
--glow-col: hsla(0, 0%, 0%, 60%);
}
:is(#links ul, rt, h1, h2)::before, :is(#links ul, rt, h1, h2)::after {
mix-blend-mode: screen;
}
hr {
background: white;
}
}
@media (prefers-reduced-transparency) {
:root {
background: var(--gradient) fixed;
background-blend-mode: initial;
}
:is(#links ul, rt, h1, h2)::before, :is(#links ul, rt, h1, h2)::after {
mix-blend-mode: initial;
}
}

View file

@ -1,229 +0,0 @@
@font-face {
font-family: Muller;
font-weight: 50;
src:
url(050.eot) format('embedded-opentype'),
url(050.svg) format('svg'),
url(050.ttf) format('truetype'),
url(050.woff) format('woff'),
url(050.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 50;
font-style: italic;
src:
url(050i.eot) format('embedded-opentype'),
url(050i.svg) format('svg'),
url(050i.ttf) format('truetype'),
url(050i.woff) format('woff'),
url(050i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 100;
src:
url(100.eot) format('embedded-opentype'),
url(100.svg) format('svg'),
url(100.ttf) format('truetype'),
url(100.woff) format('woff'),
url(100.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 100;
font-style: italic;
src:
url(100i.eot) format('embedded-opentype'),
url(100i.svg) format('svg'),
url(100i.ttf) format('truetype'),
url(100i.woff) format('woff'),
url(100i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 200;
src:
url(200.eot) format('embedded-opentype'),
url(200.svg) format('svg'),
url(200.ttf) format('truetype'),
url(200.woff) format('woff'),
url(200.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 200;
font-style: italic;
src:
url(200i.eot) format('embedded-opentype'),
url(200i.svg) format('svg'),
url(200i.ttf) format('truetype'),
url(200i.woff) format('woff'),
url(200i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 300;
src:
url(300.eot) format('embedded-opentype'),
url(300.svg) format('svg'),
url(300.ttf) format('truetype'),
url(300.woff) format('woff'),
url(300.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 300;
font-style: italic;
src:
url(300i.eot) format('embedded-opentype'),
url(300i.svg) format('svg'),
url(300i.ttf) format('truetype'),
url(300i.woff) format('woff'),
url(300i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 400;
src:
url(400.eot) format('embedded-opentype'),
url(400.svg) format('svg'),
url(400.ttf) format('truetype'),
url(400.woff) format('woff'),
url(400.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 400;
font-style: italic;
src:
url(400i.eot) format('embedded-opentype'),
url(400i.svg) format('svg'),
url(400i.ttf) format('truetype'),
url(400i.woff) format('woff'),
url(400i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 500;
src:
url(500.eot) format('embedded-opentype'),
url(500.svg) format('svg'),
url(500.ttf) format('truetype'),
url(500.woff) format('woff'),
url(500.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 500;
font-style: italic;
src:
url(500i.eot) format('embedded-opentype'),
url(500i.svg) format('svg'),
url(500i.ttf) format('truetype'),
url(500i.woff) format('woff'),
url(500i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 600;
src:
url(600.eot) format('embedded-opentype'),
url(600.svg) format('svg'),
url(600.ttf) format('truetype'),
url(600.woff) format('woff'),
url(600.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 600;
font-style: italic;
src:
url(600i.eot) format('embedded-opentype'),
url(600i.svg) format('svg'),
url(600i.ttf) format('truetype'),
url(600i.woff) format('woff'),
url(600i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 700;
src:
url(700.eot) format('embedded-opentype'),
url(700.svg) format('svg'),
url(700.ttf) format('truetype'),
url(700.woff) format('woff'),
url(700.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 700;
font-style: italic;
src:
url(700i.eot) format('embedded-opentype'),
url(700i.svg) format('svg'),
url(700i.ttf) format('truetype'),
url(700i.woff) format('woff'),
url(700i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 800;
src:
url(800.eot) format('embedded-opentype'),
url(800.svg) format('svg'),
url(800.ttf) format('truetype'),
url(800.woff) format('woff'),
url(800.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 800;
font-style: italic;
src:
url(800i.eot) format('embedded-opentype'),
url(800i.svg) format('svg'),
url(800i.ttf) format('truetype'),
url(800i.woff) format('woff'),
url(800i.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 900;
src:
url(900.eot) format('embedded-opentype'),
url(900.svg) format('svg'),
url(900.ttf) format('truetype'),
url(900.woff) format('woff'),
url(900.woff2) format('woff2');
}
@font-face {
font-family: Muller;
font-weight: 900;
font-style: italic;
src:
url(900i.eot) format('embedded-opentype'),
url(900i.svg) format('svg'),
url(900i.ttf) format('truetype'),
url(900i.woff) format('woff'),
url(900i.woff2) format('woff2');
}

View file

@ -1,8 +0,0 @@
@font-face {
font-family: NotoSans;
font-weight: 900;
src:
local('Noto Sans Black'),
url(NotoSans-Black.ttf) format('ttf');
}

View file

@ -1,49 +0,0 @@
@import url(base.css);
main {
max-width: 950px;
padding: 2em;
background:
url(../media/quobl2.png) bottom left 5% / 30% no-repeat,
var(--default-bg);
background-blend-mode: multiply;
}
footer {
margin-top: 6em;
}
.flags {
list-style: none;
padding: 0;
}
.flags li {
display: inline-block;
padding: 0 .25em;
}
.flags img {
height: 1.25em;
border: 2px solid oklch(37.28% 0.1488 17.16 / 80%);
transform: rotate(-3deg);
}
dl {
grid-template-columns: repeat(2, auto);
row-gap: 1em;
}
p {
margin: 0 0 .5em 0;
}
.note {
font-size: 80%;
}
ul {
margin: 0;
}

View file

@ -1,55 +0,0 @@
@import url(base.css);
:root {
width: 100vw; height: 100vh;
margin: 0; padding: 0;
display: grid;
align-items: center;
justify-content: center;
}
main {
width: 35em;
padding: 2em;
}
#mlem {
margin: 36px auto -50px;
position: relative;
height: 219px;
width: 420px;
cursor-events: none;
}
.mlem-text {
font-size: 110%;
position: absolute;
font-weight: 700;
margin: 0;
}
.niss { bottom: 100%; left: 20px; }
.nisse { bottom: 85%; right: 0; }
#mlem img { image-rendering: pixelated; }
#links img {
margin-right: 0.75em;
height: 1.5em;
width: 1.5em;
filter: drop-shadow(0 0 10px var(--glow-col));
vertical-align: middle;
}
menu {
display: grid;
grid-template-columns: 1fr 1fr;
place-items: center;
place-content: center;
gap: 1em;
max-width: 85%;
margin: auto;
font-size: 125%;
}
menu li { list-style: none; }

View file

@ -1,76 +0,0 @@
@import url(base.css);
main { max-width: 900px; }
footer { margin-top: 6em; }
.buttons {
display: flex;
flex-flow: wrap row;
place-items: start;
place-content: center;
gap: 8px 10px;
img { image-rendering: pixelated; }
a {
width: 88px; height: 31px;
display: flex;
place-items: center;
place-content: center;
box-sizing: border-box;
}
.txt {
font-size: 15px;
color: black;
text-shadow: none;
border: 4px outset currentcolor;
border-radius: 5px;
&:active {
border-style: inset;
}
}
+ .buttons {
margin-top: 1.5em;
}
}
#violet { background: #8c2bd8; color: #dddddd; }
#khr { background: #ffab71; color: #71153e; }
#dusty { background: #fbd265; color: #805c2d; }
#ionchy { background: #feca2f; color: #1b1505; }
#tenna { background: #6095da; color: #243224; }
#river { background: #98d8e7; color: #d67d28; }
#spiral { background: #ef4d5a; color: #1f1f1f; }
#codl { background: #87261f; color: #edb970; }
/*
#peb { background: #ead6c3; color: #494040; }
#goaty { background: #564b8c; color: #ddffee; }
#gulfie { background: #3b4884; color: #f2cd0e; }
*/
.buttons {
figure { margin: 0; }
figcaption {
margin: 0;
font-size: 70%;
}
}
.button-note {
margin: 0;
text-align: right;
align-self: center;
padding: 0 0.75em 0 0;
}
.btw {
display: block;
font-size: 70%;
font-style: italic;
}

View file

@ -1,50 +0,0 @@
@import url(base.css);
main { max-width: 1100px; }
#headerpic {
position: relative;
width: min-content;
margin: auto;
figcaption {
position: absolute;
bottom: 1.5em;
right: 2.5em;
font-style: italic;
}
img { filter: drop-shadow(0 0 30px var(--glow-col)); }
}
#contact {
grid-template-columns: repeat(2, auto auto);
row-gap: 0.5em;
width: 85%;
margin: auto;
img {
vertical-align: middle;
height: 1.2em; width: 1.2em;
}
}
.o {
filter:
drop-shadow(0.5px 0.5px black)
drop-shadow(-0.5px 0.5px black)
drop-shadow(-0.5px -0.5px black)
drop-shadow(0.5px -0.5px black);
}
/* .other { padding-top: 0.5em; } */
dt.other {
display: flex;
justify-content: end;
align-items: center;
gap: 5px;
grid-area: auto / 1 / auto / 2;
}
dd.other {
grid-area: auto / 2 / auto / 5;
}