MediaWiki:Common.css: Difference between revisions

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

Navigation menu