MediaWiki:Common.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.
/* The main body stuff */ body { background-color: #58577C; } /* Link colors */ a {color: #dbe0e8; text-decoration: none;} a:hover {color: #dbe0e8; text-decoration: none;} a:visited {color: #dbe0e8; text-decoration: none;} a:active {color: #dbe0e8; text-decoration: none;} /* Top of the page that has the gradient... */ #mw-page-base {background-image: linear-gradient(to bottom,#3B3A53 50%,#58577C 100%);} /* Sidebar link colors */ .portal .body li a, .vector-menu-portal .body li a {color: #dbe0e8; text-decoration: none;} .portal .body li a, .vector-menu-portal .body li a:hover {color: #dbe0e8; text-decoration: none;} .portal .body li a, .vector-menu-portal .body li a:visited {color: #dbe0e8; text-decoration: none;} .portal .body li a, .vector-menu-portal .body li a:active {color: white; text-decoration: none;}