portal/assets/css/crt-screen.css

38 lines
687 B
CSS
Raw Normal View History

2020-01-25 13:03:42 +01:00
---
layout: none
---
2020-01-25 21:55:42 +01:00
.screen{
position: relative;
2020-01-25 17:27:13 +01:00
margin-left: auto;
margin-right: auto;
2020-01-25 20:23:41 +01:00
align-content: center;
2020-01-25 21:55:42 +01:00
width: 1000px;
height: 830px;
}
.screen-image{
position: absolute;
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 21:55:42 +01:00
z-index: 2;
width: 100%;
height: 100%;
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;
2020-01-25 21:55:42 +01:00
z-index: 1;
2020-01-25 20:23:41 +01:00
width: 768px;
height: 584px;
2020-01-25 21:55:42 +01:00
pointer-events: all;
2020-01-25 20:23:41 +01:00
background: #241c11 !important;
;