MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 337: Line 337:
   top: 50%;
   top: 50%;
   left: 50%;
   left: 50%;
   transform: translate(-50%, -50%) scale(0.5);
   transform: translate(-50%, -50%) scale(0.6) rotate(-25deg);
   z-index: 2;
   z-index: 2;
}
.text-muted {
  opacity: 0.6;
  color: inherit; /* Keeps parent color, just dims it */
}
.fslightbox-wrapper iframe[data-fslightbox-target] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
}