MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tags: Reverted Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 97: Line 97:
a:hover, .mw-body a:hover {
a:hover, .mw-body a:hover {
     color: #ff4da6 !important;  /* brighter pink on hover */
     color: #ff4da6 !important;  /* brighter pink on hover */
/* Pending review popup */
.pending-review-popup {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: hotpink;  /* pink color */
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  border-radius: 12px;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}