portal/assets/css/crt-screen.css
Patrick Tschuchnig 7292149022 effect changes
2020-01-25 18:22:54 +01:00

36 lines
694 B
CSS

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