MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
Moved enchantment code to the appropriate location
mNo edit summary
m (Moved enchantment code to the appropriate location)
Line 1,445: Line 1,445:
  display:inline-block
  display:inline-block
}
}
.enchanted {
  position: relative;
}
.enchanted::before {
  mix-blend-mode: screen;
  animation: enchantedAnimate 5s linear 2s infinite;
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-image: url(https://wiki.gm4.co/images/c/ca/Enchantment_Glint.png);
  background-size: 100%;
  transform: rotate(-20deg);
}


/* ========================================================================= */
/* ========================================================================= */
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,633

edits

Navigation menu