MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2,278:
box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3) !important;
}
/* theNO pointer triangle: a border-drawn1px pseudodiagonal outline whichanti-aliases sideto carriesa the colorwashed-out
gray no matter its color, so the tail is dropped for a clean square
depends on placement. Default (bubble below the link, pointer on top) =
bubble (matches the footnote popover, which has no pointer either) */
border-BOTTOM; flipped-y (bubble above, pointer at bottom) = border-TOP.
.mwe-popups.flipped-y:before,
Only the used side is recolored per variant — coloring both would paint an
.mwe-popups:after { display: none !important; }
hourglass out of the transparent side. fade-in-* kept for older versions. */
.mwe-popups:not(.flipped-y):not(.flipped-x-y):before,
.mwe-popups.mwe-popups-fade-in-down:before {
border-bottom-color: var(--text-dark) !important;
}
.mwe-popups.flipped-y:before,
.mwe-popups.flipped-x-y:before,
.mwe-popups.mwe-popups-fade-in-up:before {
border-top-color: var(--text-dark) !important;
}
.rt-tooltip {
border: 1px solid var(--text-dark) !important;