67
editsAd placeholder
User:Hennils/common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* For visual effect, as of now only used on [[Illithid Powers]]. */ | /* For visual effect, as of now only used on [[Illithid Powers]]. */ | ||
.bg3wiki-visible-on-hover { | |||
.visible-on-hover { | |||
opacity: 0; | opacity: 0; | ||
transition-property: opacity; | transition-property: opacity; | ||
transition-duration: .4s; | transition-duration: .4s; | ||
} | } | ||
.bg3wiki-visible-on-hover:hover, | |||
.bg3wiki-visible-on-hover:focus { | |||
.visible-on-hover:hover, .visible-on-hover:focus { | |||
opacity: 1; | opacity: 1; | ||
} | } |