2020-01-25 13:03:42 +01:00
|
|
|
---
|
|
|
|
layout: none
|
|
|
|
---
|
|
|
|
|
|
|
|
.screen{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2020-01-25 16:44:03 +01:00
|
|
|
background-image: url({{site.baseurl}}/assets/images/crt2.png);
|
2020-01-25 13:03:42 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-position: center;
|
|
|
|
align-content: center;
|
2020-01-25 16:44:03 +01:00
|
|
|
height: 700px;
|
|
|
|
width: 900px;
|
2020-01-25 13:03:42 +01:00
|
|
|
}
|
|
|
|
.screen-content{
|
2020-01-25 17:01:24 +01:00
|
|
|
position: relative;
|
|
|
|
top: 121px;
|
|
|
|
left: 128px;
|
|
|
|
height: 492px;
|
|
|
|
width: 645px;
|
2020-01-25 15:48:36 +01:00
|
|
|
overflow-y: auto;
|
2020-01-25 17:01:24 +01:00
|
|
|
overflow-x: hidden;
|
2020-01-25 17:06:54 +01:00
|
|
|
z-index: -1;
|
|
|
|
pointer-events: none;
|
|
|
|
|
2020-01-25 15:34:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-content::before{
|
2020-01-25 15:48:36 +01:00
|
|
|
/* z-index: 2;
|
2020-01-25 15:34:40 +01:00
|
|
|
pointer-events: none;
|
|
|
|
background-image: url({{site.baseurl}}/assets/images/scanline.png);
|
|
|
|
background-repeat: repeat;
|
|
|
|
width:200px;
|
2020-01-25 15:48:36 +01:00
|
|
|
height:200px;*/
|
2020-01-25 15:34:40 +01:00
|
|
|
|
2020-01-25 13:03:42 +01:00
|
|
|
}
|