MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 156: Line 156:
   padding-left: 6.2%;
   padding-left: 6.2%;
   padding-bottom: 1%;
   padding-bottom: 1%;
}
#simpleSearch {
  position: relative; /* Set position to relative for stacking */
}
#simpleSearch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* White background with 0.7 opacity */
  z-index: -1; /* Send the background behind other content */
}
}


Navigation menu