MediaWiki:Common.css: Difference between revisions

From Makerpedia

GiseleN (talk | contribs)
styling for big blue edit button
GiseleN (talk | contribs)
made big blue button image smaller and white
Line 36: Line 36:
   border: 2px solid black;
   border: 2px solid black;
   border-radius: 3em;
   border-radius: 3em;
   padding: 1em 2em;
   padding: 1em 1.5em;
   font-size: 130%;
   font-size: 130%;
}
.big-edit-button img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(141deg) brightness(103%) contrast(101%);
  height: 2em;
  width: 2em;
  padding-right: .5em;
}
}

Revision as of 17:51, 1 February 2025

/* CSS placed here will be applied to all skins */

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

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

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

.ytplayer {
  max-width: 90vw;
}

.big-edit-button {
  position: fixed;
  bottom: 5vh;
  right: 5vh;
  z-index: 100;
  background-color: var(--medik);
  color: white;
  border: 2px solid black;
  border-radius: 3em;
  padding: 1em 1.5em;
  font-size: 130%;
}

.big-edit-button img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(141deg) brightness(103%) contrast(101%);
  height: 2em;
  width: 2em;
  padding-right: .5em;
}