portal/assets/css/crt-screen.css
Patrick Tschuchnig cb15e6826a changed screen
2020-01-25 16:44:03 +01:00

38 lines
814 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{
margin-top: 120px;
/* padding-left: 350px; */
/* padding-right: inherit; */
margin-left: auto;
margin-right: auto;
/* padding-left: 50px; */
/* padding-right: 50px; */
height: 480px;
width: 640px;
overflow-y: auto;
overflow-x: auto;
}
.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;*/
}