css for lcd theme

This commit is contained in:
ari melody 2023-10-01 17:15:53 +01:00
parent 524969370d
commit 359dba4a60
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -92,6 +92,22 @@ div#overlay {
mix-blend-mode: overlay;
}
body.lcd div#overlay {
background-image:
linear-gradient(to right,
rgba(255,0,0,.5) 0%, rgba(255,0,0,.5) 33%,
rgba(0,255,0,.5) 34%, rgba(0,255,0,.5) 66%,
rgba(0,0,255,.5) 66%, rgba(0,0,255,.5) 100%),
linear-gradient(to top, rgba(255,255,255,255) 0%, rgba(255,255,255,0) 100%);
mix-blend-mode: multiply;
background-size: 3px 3px;
animation: none;
}
body.lcd pre#content {
text-shadow: -1px 0 rgba(255,0,0,.5), 1px 0 rgba(0,0,255,.5), 0 0 .5em, 0 0 3em;
}
@keyframes overlay-flicker {
from {
opacity: .5;