MediaWiki:Vector.css
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.
/* All CSS here will be loaded for users of the Vector skin */
# note Apr/24: this was added here some time ago, probably regarding mobile
.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading {
font-weight: bold;
}
# 4/12/24: adding here bc in common.css doesn't seem to work:
.mw-collapsible span.mw-collapsible-toggle {
float:none; !important
font-weight: bold;
background-color: #ffff00;
margin-left:25px;
}
pre {
font-family: "Lato Regular", monospace;
color: #404040; /* Change to your desired color */
}