MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
enchant me maybe
m (Okay, I got it, JP.)
(enchant me maybe)
Line 1,826: Line 1,826:
     position: relative;
     position: relative;
     left: -3px;
     left: -3px;
}
@keyframes enchantedAnimate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 128px -128px;
  }
}
.enchanted {
  position: relative;
}
.enchanted::before {
  mix-blend-mode: overlay;
  animation: enchantedAnimate 5s linear 2s infinite;
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-image: url(https://media.discordapp.net/attachments/312292574918606848/742788135561199679/enchanted_item_glint.png);
  background-size: 100%;
  transform: rotate(-20deg);
}
}
184

edits

Navigation menu