portal/assets/css/crt-screen.css
2020-01-25 17:27:13 +01:00

43 lines
851 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;
pointer-events: none;
}
.screen-image{
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;
height: 700px;
width: 900px;
pointer-events: none;
}
.screen-content{
position: relative;
top: 121px;
left: 128px;
height: 492px;
width: 645px;
overflow-y: auto;
overflow-x: hidden;
z-index: -1;
pointer-events: all !important;
}