From adfab27544a14a4716313cd8c4d1f6c9c4fc7542 Mon Sep 17 00:00:00 2001 From: neko Date: Fri, 9 Apr 2021 22:13:48 +0200 Subject: [PATCH] adjustments in the filter to better represent a high luminosity screen --- assets/css/crt-screen.css | 55 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/assets/css/crt-screen.css b/assets/css/crt-screen.css index fcd67da..7637aaf 100644 --- a/assets/css/crt-screen.css +++ b/assets/css/crt-screen.css @@ -3,37 +3,36 @@ layout: none --- .screen{ - position: relative; - margin-left: auto; - margin-right: auto; - align-content: center; - width: 1000px; - height: 830px; - + position: relative; + margin-left: auto; + margin-right: auto; + align-content: center; + width: 1000px; + height: 830px; } .screen-image{ - position: absolute; - background-image: url({{site.baseurl}}/assets/images/crt2.png); - background-repeat: no-repeat; - background-size: contain; - background-position: top; - pointer-events: none; - z-index: 3; - width: 100%; - height: 100%; + position: absolute; + background-image: url({{site.baseurl}}/assets/images/crt2.png); + background-repeat: no-repeat; + background-size: contain; + background-position: top; + pointer-events: none; + z-index: 3; + width: 100%; + height: 100%; } .screen-content{ - position: relative; - top: 141px; - left: 117px; - overflow-y: auto; - overflow-x: hidden; - z-index: 1; - width: 768px; - height: 584px; - pointer-events: all; - background: #0d0907 !important; - filter: sepia(94%) hue-rotate(-12deg) saturate(350%) brightness(0.8); -; \ No newline at end of file + position: relative; + top: 141px; + left: 117px; + overflow-y: auto; + overflow-x: hidden; + z-index: 1; + width: 768px; + height: 584px; + pointer-events: all; + background: #090604 !important; + filter: sepia(94%) hue-rotate(-29deg) saturate(7) brightness(160%); +} \ No newline at end of file