MediaWiki:Citizen.css

Revision as of 22:30, 17 June 2020 by Colby Russell (talk | contribs) (show wiki name in sidebar)

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;
}