MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
.mw-collapsible {
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.mw-collapsible.show {
  display: block;
  max-height: 500px; /* Adjust this value based on your content height */
}
.custom-hr-unco {
  border: 1px solid #B59000;
}




Navigation menu