MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Stop inverting WikiLogo) |
||
Line 2: | Line 2: | ||
/* Exclude logo to be change with or without DarkMode */ | /* Exclude logo to be change with or without DarkMode */ | ||
.client- | .client-darkmode .mw-wiki-logo { | ||
filter: invert( 1 ) hue-rotate( 180deg ); | filter: invert( 1 ) hue-rotate( 180deg ); |
Revision as of 18:20, 1 May 2024
/* All CSS here will be loaded for users of the Vector skin */ /* Exclude logo to be change with or without DarkMode */ .client-darkmode .mw-wiki-logo { filter: invert( 1 ) hue-rotate( 180deg ); } div#mw-panel { width: 16em; } div#footer, #mw-head-base, div#content { margin-left: 16em; } #left-navigation { margin-left: 16em; } .emptyPortlet { display: block; }