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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
.mw-list-item a, .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited, #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading a, .mw-footer a, .vector-menu-heading-label {
color: #ffffff;
}
body {
background-color: #4cd0fc;
font-family: "Trebuchet MS", Ubuntu, Waree, sans-serif;
}
.mw-body {
background-color: #d4f4ff;
border-radius: 0 0 0 25px;
}
.vector-menu-tabs li {
border-radius: 8px 8px 0 0;
}
.vector-menu-tabs-legacy .selected {
background: linear-gradient(to top, #d4f4ff 0%, #ffffff 100%);
}
#mw-page-base {
background: none;
}