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.
/* CSS placed here will affect the print output */
#siteSub { display: none; }
#contentSub { display: none; }
#toc { display: none; }
#printfooter { display: none; }
#catlinks { display: none; }

/* 2022 changes */
.minerva__tab-container {
    display: none;
}
.talk.mw-ui-button {
	visibility: hidden;
}
.page-actions-menu {
	border-top: 0;
	border-bottom: 0;
/* logged in user must change to vector skin to edit */
visibility: hidden;
}

/* breadcrumbs do not need to print <span class="crumbs"> */
.crumbs {
visibility: hidden !important;
}
/* separate bottom span class (only one per page hidden) */
.bcrumbs {
visibility: hidden !important;
}

body {
	color: #000;
    background-color: #fff;
}
a {
	color: #33f !important;
}
h2 {
    color: #000;
}