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: | top: 50%; | ||
left: | left: 50%; | ||
width: | transform: translate(-50%, -50%); | ||
height: | width: 100%; | ||
object-fit: contain; | height: 100%; | ||
object-fit: contain; | |||
z-index: -1; | z-index: -1; | ||
opacity: 0.3; | opacity: 0.3; | ||
pointer-events: none; | pointer-events: none; | ||
background-color: black; | background-color: black; | ||
} | } |