MediaWiki:Vector-2022.css: Difference between revisions
fixing the last edit |
testing - background for vector |
||
| Line 13: | Line 13: | ||
background-position: left 1000px; | background-position: left 1000px; | ||
position: absolute; | position: absolute; | ||
width: | top: 0px; | ||
left: 0px; | |||
width: 100vw; | |||
height: 100%; | height: 100%; | ||
pointer-events: none; | pointer-events: none; | ||
z-index: -2; | |||
} | |||
.mw-page-container::after { | |||
content: ""; | |||
background-color #fff3; | |||
transform: scaleX(-1); | |||
background-repeat: repeat-y; | |||
background-position: left 1000px; | |||
position: absolute; | |||
top: 0px; | |||
left: 0px; | |||
width: 100vw; | |||
height: 100%; | |||
pointer-events: none; | |||
z-index: -1; | |||
} | } | ||