more screen changes
This commit is contained in:
parent
ef4a25e044
commit
a447cbbe8b
@ -3,6 +3,8 @@
|
||||
{% include head.html %}
|
||||
<body>
|
||||
<div class="screen">
|
||||
<div class="screen-image"></div>
|
||||
|
||||
<div class="screen-content crt">
|
||||
<style>
|
||||
.meta {
|
||||
|
@ -5,13 +5,30 @@ layout: none
|
||||
.screen{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
/*
|
||||
background-image: url({{site.baseurl}}/assets/images/crt2.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
*/
|
||||
align-content: center;
|
||||
height: 700px;
|
||||
width: 900px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.screen-image{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
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;
|
||||
|
||||
}
|
||||
.screen-content{
|
||||
position: relative;
|
||||
@ -22,16 +39,5 @@ layout: none
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
z-index: -1;
|
||||
pointer-events: none;
|
||||
|
||||
}
|
||||
|
||||
.screen-content::before{
|
||||
/* z-index: 2;
|
||||
pointer-events: none;
|
||||
background-image: url({{site.baseurl}}/assets/images/scanline.png);
|
||||
background-repeat: repeat;
|
||||
width:200px;
|
||||
height:200px;*/
|
||||
|
||||
pointer-events: all !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user