MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 1,242: Line 1,242:
     font-family: HALColant-TextRegular!important;
     font-family: HALColant-TextRegular!important;
     cursor: pointer;
     cursor: pointer;
}
.hidden {
    display: none;
}
.visible {
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.visible.show {
    opacity: 1;
}
}

Navigation menu