css for lcd theme
This commit is contained in:
parent
524969370d
commit
359dba4a60
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue