1
0
Fork 0
yummy.cricket/style.css

128 lines
2.1 KiB
CSS

@import url(fonts/muller/muller.css);
html {
background:
linear-gradient(to bottom,
hsl(42deg, 92%, 70%) 0%,
hsl(348deg, 92%, 70%) 20% 25%,
hsl(334deg, 100%, 80%) 40% 50%,
hsl(234deg, 100%, 76%) 80% 85%,
hsl(195deg, 100%, 67%) 98% 100%
)
fixed,
url(niss_uwu_bg.png) top center fixed;
background-blend-mode: hard-light;
}
body {
font-family: 'Muller';
font-size: 1.75rem;
font-weight: 500;
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 0 3em;
}
main {
max-width: 35em;
padding: 1em;
background: hsla(0, 0%, 100%, 40%);
border-radius: 2em;
border: 3px solid hsla(0, 0%, 100%, 30%);
margin: 0 auto 1em;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
margin-top: 0;
}
h1 {
font-size: 200%;
}
#mlem {
margin: 36px auto 0;
position: relative;
height: 219px;
width: 420px;
z-index: 1;
}
.mlem-text {
position: absolute;
font-weight: 700;
margin: 0;
}
.niss { bottom: 100%; left: 20px; }
.nisse { bottom: 85%; right: 0; }
#mlem img {
filter: drop-shadow(0 0 30px hsla(52deg, 85%, 95%, 75%));
z-index: 0;
}
header {
margin: -20pt 0 0 0;
ruby-position: under;
}
header rt {
font-size: 60%;
font-style: italic;
}
header rt::before, header rt::after {
content: url(star_small.png);
mix-blend-mode: overlay;
height: 1em;
padding: 0 0.25em;
vertical-align: middle;
}
hr {
height: 2px;
width: 75%;
background-color: hsla(0, 0%, 100%, 75%);
mix-blend-mode: screen;
text-shadow: none;
margin: 20px auto;
}
dl {
display: grid;
width: 30em;
margin: auto;
grid-template-columns: 1fr 2fr 1fr 2fr;
grid-row-gap: 6px;
}
dt {
text-align: right;
}
dd {
font-weight: 600;
text-align: left;
}
[title] {
text-decoration: dotted underline;
text-decoration-thickness: 2px;
}
a {
color: hsl(196deg, 100%, 85%);
font-weight: bolder;
text-decoration: none;
}
main h2::before, main h2::after {
content: url(sparkles_large.png);
vertical-align: middle;
padding: 0 0.25em;
mix-blend-mode: overlay;
}