MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#bg-video { | #bg-video { | ||
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
width: 100vw; | |||
height: 100vh; | |||
object-fit: cover | object-fit: contain; /* <-- was cover */ | ||
z-index: -1; | z-index: -1; | ||
opacity: 0.3; | opacity: 0.3; | ||
pointer-events: none; | pointer-events: none; | ||
background-color: black; /* fills empty space */ | |||
} | } |