MediaWiki:Common.css: Difference between revisions

From Makerpedia

No edit summary
Tags: mobile web edit mobile edit
No edit summary
Line 13: Line 13:


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



Revision as of 14:41, 27 September 2023

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

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