Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 61: Line 61:
z-index: 0;
z-index: 0;
width: min(100%, var(--wiz-page-width));
width: min(100%, var(--wiz-page-width));
min-height: 100vh;
margin: 0 auto;
margin: 0 auto;
background: transparent;
background: transparent;
Line 69: Line 68:
body::before {
body::before {
content: "";
content: "";
position: fixed;
position: absolute;
z-index: -1;
z-index: -1;
top: 0;
top: 0;