portal/assets/css/crt-screen.css

39 lines
767 B
CSS
Raw Normal View History

2020-01-25 13:03:42 +01:00
---
layout: none
---
2020-01-25 21:55:42 +01:00
.screen{
position: relative;
margin-left: auto;
margin-right: auto;
align-content: center;
width: 1000px;
height: 830px;
2020-01-25 21:55:42 +01:00
}
.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%;
2020-01-25 13:03:42 +01:00
}
2020-01-25 20:23:41 +01:00
2020-01-25 13:03:42 +01:00
.screen-content{
position: relative;
top: 141px;
left: 117px;
overflow-y: auto;
overflow-x: hidden;
z-index: 1;
width: 768px;
height: 584px;
pointer-events: all;
2021-04-09 23:29:20 +02:00
background: #050503 !important;
filter: sepia(94%) hue-rotate(-29deg) saturate(7) brightness(160%);
2021-04-09 22:40:11 +02:00
text-shadow: 0px 0px 15px #ffbf005c, 0px 0px 1.9px orange;
}