Anonymous

MediaWiki:Tippy.css: Difference between revisions

From Elwiki
no edit summary
(Created page with "→‎Tippy.js: .tippy-loaded [data-tippy-content] { opacity: 1; pointer-events: all; } [data-tippy-content] { opacity: 0; pointer-events: none; transition: 0.3s; } td [data-tippy-content] { width: max-content; } .tippy-box { background-color: var(--theme-tone-3); border-radius: 3px; border: 1px solid var(--border-color-tone-2); box-shadow: 0 2px 0 0 rgb(0 0 0 / 15%); transition: 0.2s !important; } .tippy-box:not(.dark-mode...")
 
No edit summary
Line 73: Line 73:
.tippy-content hr {
.tippy-content hr {
     background: var(--border-color-tone-2);
     background: var(--border-color-tone-2);
}
.dark-mode .tippy-content pre {
    background-color: var(--theme-tone-4);
}
}