Merry Christmas from the IIWiki Team! Have a happy new year!
MediaWiki:VectorPlus.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Add custom CSS styles for the Tools dropdown */
#p-tools {
position: relative;
}
#p-tools .vector-menu-heading {
cursor: pointer;
}
#p-tools .vector-menu-content {
display: none;
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
}
#p-tools .vector-menu-content-list {
list-style-type: none;
padding: 0;
}
#p-tools .vector-menu-content-list li {
padding: 5px 10px;
}
#p-tools .vector-menu-content-list li:hover {
background-color: #f0f0f0;
}