MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the Vector skin: #p-logo { .mw-no-invert; }") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
# | /* Exclude logo to be change with or without DarkMode */ | ||
.client-dark-mode .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; | |||
} |
Latest revision as of 08:18, 29 September 2022
/* All CSS here will be loaded for users of the Vector skin */ /* Exclude logo to be change with or without DarkMode */ .client-dark-mode .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; }