MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 188: Line 188:
}
}
#editpage-specialchars {
#editpage-specialchars {
    position: fixed;
  position: sticky;
    top: 20px;
  top: 0;
    left: 20px;
  z-index: 1000;
    width: 200px;
  background-color: white;  
    z-index: 9999; /* Ensures it's on top of everything */
    background-color: #f9f9f9; /* Optional: Background color */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional: Shadow */
    padding: 10px; /* Optional: Padding */
    border-radius: 5px; /* Optional: Rounded corners */
    cursor: move; /* Changes the cursor to indicate it can be dragged */
}
 
#editpage-specialchars.dragging {
    opacity: 0.7; /* Makes the element semi-transparent while dragging */
}
}

Navigation menu