Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Dark mode updates) |
(Credit logo artist update) |
||
| Line 9: | Line 9: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
filter: invert(100%); | 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; | |||
} | } | ||
Revision as of 05:39, 2 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%);
}
/* 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;
}