Difference between revisions of "MediaWiki:Darkvector.css"

Jump to navigation Jump to search
Dark mode updates
(Credit logo artist update)
 
(Dark mode updates)
Line 9: Line 9:
#p-logo a.mw-wiki-logo-credit-artist {
#p-logo a.mw-wiki-logo-credit-artist {
display: inline;
display: inline;
}
html::before {
    background-attachment: fixed, fixed;
    background-image: linear-gradient(rgba(9, 9, 9, 0.75) 0%, rgba(9, 9, 9, 0.75) 100%), url(/w/resources/assets/bg/Crayon_eating_ape_Boltflower.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 {
position: relative;
}
html, body {
height: unset;
min-height: 100%;
}
body {
background-color: rgba(42, 42, 42, 0.25);
}
.mw-body {
background-color: rgba(51, 51, 51, 0.25);
}
table.mw_metadata th,
table.mw_metadata th,
table.wikitable,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td, pre {
background-color: unset;
}
.mw-parser-output .navbox, .mw-parser-output .navbox-subgroup {
filter: invert(100%);
}
}

Navigation menu