Ad placeholder

User:Hennils/common.css: Difference between revisions

Jump to navigation Jump to search
Blanked the page
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;
}

Navigation menu