Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Credit logo artist update) |
(Dark mode updates) |
||
| Line 8: | Line 8: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
filter: invert(100%); | |||
} | |||
#footer-copyrightico { | |||
filter: invert(100%); | filter: invert(100%); | ||
} | } | ||
Revision as of 21:42, 3 April 2022
/* All CSS here will be loaded for users of the Vector skin */
/* Use https://moasspedia.org/wiki/Special:MyPage/vector.css to add your own CSS before adding here */
/* See https://moasspedia.org/wiki/MediaWiki:Common.css to apply to all skins/themes */
html {
filter: invert(100%);
}
.mw-wiki-logo {
filter: invert(100%);
}
#footer-copyrightico {
filter: invert(100%);
}
/* Credit logo artist */
#p-logo .mw-wiki-logo-credit {
font-size: 0.6em;
text-align: center;
}
#p-logo a.mw-wiki-logo-credit-artist {
display: inline;
}