MediaWiki:Vector.css
Revision as of 23:23, 27 October 2024 by Strugglers (talk | contribs) (Disable dark mode for syntaxhighlight blocks by applying it twice)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Disable dark mode for syntaxhighlight blocks by applying it twice. */
.client-darkmode .mw-highlight pre {
filter: invert(1) hue-rotate(180deg);
}
div.vectorTabs ul > li {
background-image: url('/w/skins/bitfolk/tab-normal-fade.png');
}
div.vectorTabs,
div.vectorTabs ul > li > span,
div#mw-head div.vectorMenu > h3 {
background-image: url(/w/skins/bitfolk/tab-break.png);
}
div.mw-body {
border-color: #5A725A;
}
a, div.vectorTabs ul > li > span > a {
color: #4962ED;
}
div#mw-panel div.portal div.body ul li a {
color: #597258;
}
h1, h2 {
border-bottom-color: #D3E6D2;
}
fieldset {
border-color: #597258;
}