MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 46: Line 46:
}
}
#list.fade-out {
#list.fade-out {
    background-color: rgba(255, 255, 255, 0.5); /* Adjust the color and opacity as needed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.2;
}
}
.card {
.card {
   width: calc(20% - 2px);
   width: calc(20% - 2px);

Navigation menu