portal/assets/css/crt-screen.css

30 lines
589 B
CSS
Raw Normal View History

2020-01-25 13:03:42 +01:00
---
layout: none
---
2020-01-25 20:23:41 +01:00
2020-01-25 17:27:13 +01:00
.screen-image{
margin-left: auto;
margin-right: auto;
2020-01-25 20:23:41 +01:00
align-content: center;
2020-01-25 17:27:13 +01:00
background-image: url({{site.baseurl}}/assets/images/crt2.png);
background-repeat: no-repeat;
background-size: contain;
2020-01-25 20:23:41 +01:00
background-position: top;
2020-01-25 17:27:13 +01:00
pointer-events: none;
2020-01-25 20:23:41 +01:00
width: 1000px;
height: 830px;
2020-01-25 13:03:42 +01:00
}
2020-01-25 20:23:41 +01:00
2020-01-25 13:03:42 +01:00
.screen-content{
2020-01-25 17:01:24 +01:00
position: relative;
2020-01-25 20:23:41 +01:00
top: 141px;
left: 117px;
2020-01-25 15:48:36 +01:00
overflow-y: auto;
2020-01-25 17:01:24 +01:00
overflow-x: hidden;
z-index: -1;
2020-01-25 20:23:41 +01:00
width: 768px;
height: 584px;
pointer-events: auto !important;
background: #241c11 !important;
;