MediaWiki:Citizen.css

MediaWiki interface page

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.
body {
  color: #27292b;
}

body.rootpage-Welcome #siteSub {
  visibility: hidden;
}

body.rootpage-Welcome #contentSub .mw-redirectedfrom {
  display: none;
}

/* Unhide wiki name in sidebar, but don't use Titillium Web */
#mw-drawer-menu-logo .mw-wiki-title {
  height: initial;
  opacity: initial;
  font-family: 'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI','Oxygen','Ubuntu','Cantarell','Helvetica Neue',sans-serif;
}

/* Make menu shadow less obtrusive */
@media screen and (min-width:950px) {
  #mw-header-background {
    width: 0px;
  }
}

/* Try not to obscure content */
#mw-drawer-button-icon {
  margin: 15px 19px;
}

/* Don't allow search to overlap with edit/history/etc buttons */
@media screen and (max-width:1290px) {
  #page-tools {
    padding-right: 2em;
  }

  .mw-editsection {
    padding-right: 0.5em;
  }
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.