Template:Stonecutting/styles.css

From I-Pixelmon
Jump to navigation Jump to search
.stonecutting-carousel { position:relative; }

.sc-frame{
  position:absolute;
  top:0; right:0; bottom:0; left:0;   /* ← replaces inset:0; */
  opacity:0;
  animation-name:sc-cycle;
  animation-timing-function:steps(1);
  animation-iteration-count:infinite;
}

@keyframes sc-cycle{
  0%   {opacity:1;}
  49.99%{opacity:1;}
  50%  {opacity:0;}
  100% {opacity:0;}
}

.sc-slot{
  position:absolute;
  width:32px;
  height:32px;
}