portal/assets/css/crt-screen.css
2020-01-25 17:06:54 +01:00

37 lines
724 B
CSS

---
layout: none
---
.screen{
margin-left: auto;
margin-right: auto;
background-image: url({{site.baseurl}}/assets/images/crt2.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
align-content: center;
height: 700px;
width: 900px;
}
.screen-content{
position: relative;
top: 121px;
left: 128px;
height: 492px;
width: 645px;
overflow-y: auto;
overflow-x: hidden;
z-index: -1;
pointer-events: none;
}
.screen-content::before{
/* z-index: 2;
pointer-events: none;
background-image: url({{site.baseurl}}/assets/images/scanline.png);
background-repeat: repeat;
width:200px;
height:200px;*/
}