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 {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  max-height: 0;
}
.mw-collapsible.open {
  max-height: 200px; /* Adjust this value as needed */
}
.mw-customtoggle-myDivision23 {
  cursor: pointer;
}


/* Градиент снизу вверх для всех строк таблицы */
/* Градиент снизу вверх для всех строк таблицы */

Navigation menu