This commit is contained in:
etherware-novice 2025-03-16 14:43:49 -05:00
parent 27fb72f6d6
commit b45971d8f2
6 changed files with 19 additions and 6 deletions

View File

@ -1,4 +1,7 @@
file,ts
disco_goomy.png,1742089246
disco_experiment.png,1742071871
pi_day_25.png,1741993729
nessiediff.png,1741788257
spacecomputing.png,1741754124
icecreambowlslime.png,1741613089

1 file ts
2 disco_goomy.png 1742089246
3 disco_experiment.png 1742071871
4 pi_day_25.png 1741993729
5 nessiediff.png 1741788257
6 spacecomputing.png 1741754124
7 icecreambowlslime.png 1741613089

View File

@ -15,9 +15,18 @@ html::before {
top: 0px; left: 0px;
width: 100%; height: 100%;
pointer-events: none;
opacity: 0.2;
background-color: yellowgreen;
opacity: 0.8;
mix-blend-mode: overlay;
z-index: 99;
}
html::after {
content: "";
position: fixed;
top: 0px; left: 0px;
width: 100%; height: 100%;
pointer-events: none;
background-color: #b4f998;
mix-blend-mode: multiply;
z-index: 100;
}

View File

@ -1,4 +1,5 @@
---
title: boot screen
layout: barebones
---
@ -28,10 +29,10 @@ layout: barebones
}
@keyframes flicker {
39% { background-color: #fcca5f }
40% { background-color: #ed9c5a }
50% { background-color: #fcca5f }
100% { background-color: #fcca5f }
39% { background-color: #de8015 }
40% { background-color: #b4f998 }
60% { background-color: #de8015 }
100% { background-color: #de8015 }
}
#textbox {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B