music: wip music page
This commit is contained in:
parent
e03d5a4ca8
commit
31c58b305c
3 changed files with 14 additions and 6 deletions
BIN
static/assets/gifs/hmmmbg.gif
Normal file
BIN
static/assets/gifs/hmmmbg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
static/assets/gifs/weirdstone.png
Normal file
BIN
static/assets/gifs/weirdstone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
|
|
@ -198,7 +198,6 @@ table {
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
--lavender: #cdb4db;
|
--lavender: #cdb4db;
|
||||||
--light-pink: #ffc8dd;
|
--light-pink: #ffc8dd;
|
||||||
--pink: #ffafcc;
|
--pink: #ffafcc;
|
||||||
|
|
@ -232,7 +231,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:has(#content music) {
|
&:has(#content music) {
|
||||||
background-image: url(assets/images/tiledbgpink.webp);
|
background-image: url(assets/gifs/hmmmbg.gif);
|
||||||
|
background-size: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:has(#content katcenkat) {
|
&:has(#content katcenkat) {
|
||||||
|
|
@ -255,11 +255,19 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
cute-container {
|
cute-container {
|
||||||
background-image: url(assets/images/tiledbgpink.webp);
|
background-image: url(assets/gifs/weirdstone.png);
|
||||||
width: 70svw;
|
width: min(90svw, 850px);
|
||||||
height: 70svh;
|
min-height: 70svh;
|
||||||
border: 5px solid var(--darker-pink);
|
height: auto;
|
||||||
|
border: 5px solid var(--lavender);
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 80%;
|
||||||
|
display: block;
|
||||||
|
margin-inline: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue