MediaWiki:Common.css

From Makerpedia

Revision as of 14:43, 27 September 2023 by Ajhg (talk | contribs)

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 be applied to all skins */

.minerva-header .branding-box a {
  height: 3em;
  width: 3em;
  background-image: url(images/wikiLogo_noText.svg);
  background-repeat: no-repeat;
}

.minerva-header .branding-box a img {
  visibility: hidden;
}

.cautionBox {
  border: 1px solid #ddcc55;
  background-color: #ffedaa;
  padding: 1em;
  border-radius: 1em;
}

.warningBox {
  border: 1px solid #dd5555;
  background-color: #ffaaaa;
  padding: 1em;
  border-radius: 1em;
}

.introBox {
  border: 2px solid #193c83;
  background-color: #c2cbde;
  border-radius: 1em;
  padding: 1em;
  padding-top: .25em;
}