portal/assets/css/crt-screen.css

40 lines
859 B
CSS
Raw Normal View History

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 17:27:13 +01:00
pointer-events: none;
}
.screen-image{
margin-left: auto;
margin-right: auto;
2020-01-25 17:37:16 +01:00
position: fixed;
2020-01-25 17:27:13 +01:00
background-image: url({{site.baseurl}}/assets/images/crt2.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 700px;
width: 900px;
pointer-events: none;
2020-01-25 17:37:16 +01:00
z-index: 1;
2020-01-25 17:27:13 +01:00
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:27:13 +01:00
pointer-events: all !important;
2020-01-25 13:03:42 +01:00
}