portal/assets/css/crt-screen.css

30 lines
589 B
CSS

---
layout: none
---
.screen-image{
margin-left: auto;
margin-right: auto;
align-content: center;
background-image: url({{site.baseurl}}/assets/images/crt2.png);
background-repeat: no-repeat;
background-size: contain;
background-position: top;
pointer-events: none;
width: 1000px;
height: 830px;
}
.screen-content{
position: relative;
top: 141px;
left: 117px;
overflow-y: auto;
overflow-x: hidden;
z-index: -1;
width: 768px;
height: 584px;
pointer-events: auto !important;
background: #241c11 !important;
;