MediaWiki:Monoboom.css

From Kaboom Wiki
Revision as of 21:56, 2 August 2026 by Koshchki123 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* All CSS here will be loaded for users of the MonoBoom skin */

.mw-wiki-logo {
  background-image:url(/static/logo-light.svg?50253)
}

/*  hack to make wikieditor usable */
.wikiEditor-ui-toolbar {
  background-color: #fff !important;
}
.wikiEditor-ui-toolbar .group .tool-select .label, .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
  color: #666 !important;
}