User:Hennils/common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
/* For visual effect, as of now only used on [[Illithid Powers]]. */
 
.bg3wiki-visible-on-hover {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .4s;
}
.bg3wiki-visible-on-hover:hover,
.bg3wiki-visible-on-hover:focus {
    opacity: 1;
}

Latest revision as of 23:29, 3 June 2024