Difference between revisions of "MediaWiki:Minerva.css"

Jump to navigation Jump to search
Dark mode updates
(Dark mode updates)
 
(Dark mode updates)
 
Line 5: Line 5:
html {
html {
     filter: invert(100%);
     filter: invert(100%);
position: relative;
}
html::before {
    background-attachment: fixed, fixed;
    background-image: linear-gradient(rgba(246, 246, 246, 0.75) 0%, rgba(246, 246, 246, 0.75) 100%), url(/w/resources/assets/bg/Crayon_eating_ape_Boltflower.inverted.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    -moz-background-size: cover, cover;
    -o-background-size: cover, cover;
    -webkit-background-size: cover, cover;
    background-size: cover, cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -9999;
}
html, body {
height: unset;
min-height: 100%;
}
#mw-mf-page-center,
.main-menu-mask,
.mw-body,
.wikitable > tr > th,
.wikitable > * > tr > th {
background-color: unset;
}
}

Navigation menu