Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
Dark mode updates
(css background image fix for page requests with little or no content)
(Dark mode updates)
 
Line 14: Line 14:
     position: relative;
     position: relative;
}
}
html::before {
html::before {
     background-attachment: fixed, fixed;
     background-attachment: fixed, fixed;
Line 32: Line 33:
}
}


body {
body,
     background-color: unset;
code,
pre,
.mw-code {
     background: unset;
}
}
.mw-body, .parsoid-body{
.mw-body, .parsoid-body{
     background-color: rgba(255, 255, 255, 0.25);
     background-color: rgba(255, 255, 255, 0.25);
}
}
.mw-wiki-logo {
.mw-wiki-logo {
     filter: invert(100%);
     filter: invert(100%);
}
}
.pswp {
.pswp {
filter: invert(100%);
filter: invert(100%);
}
}
.wikitable {
.wikitable {
background-color: rgba(249, 249, 249, 0.25);
background-color: rgba(249, 249, 249, 0.25);
}
}
#footer-copyrightico {
#footer-copyrightico {
     filter: invert(100%);
     filter: invert(100%);
}
}
#mw-page-base {
#mw-page-base {
     background-color: rgba(251, 251, 251, 0.25);
     background-color: rgba(251, 251, 251, 0.25);
     background-image: initial;
     background-image: initial;
}
}
/* Credit logo artist */
/* Credit logo artist */
#p-logo .mw-wiki-logo-credit {
#p-logo .mw-wiki-logo-credit {

Navigation menu