MediaWiki:Vector.css
Jump to navigation
Jump to search
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.
/* ===================================================== */
/* SFGD Wiki – Vector Legacy Skin Adjustments Only */
/* ===================================================== */
/* Sidebar background safety net */
.skin-vector-legacy #mw-panel,
.skin-vector-legacy #mw-panel .portal {
background-color: #000000 !important;
}
/* Sidebar links */
.skin-vector-legacy #mw-panel .portal ul li a,
.skin-vector-legacy #mw-panel .portal ul li a:visited {
color: #7ad7ff !important;
}
.skin-vector-legacy #mw-panel .portal ul li a:hover {
color: #00fbff !important;
}
/* Ensure header font consistency */
.skin-vector-legacy #firstHeading {
font-family: 'Orbitron', sans-serif !important;
}