We are actively looking for staff to help us build the wiki. If you are interested please join our Discord server and apply.
MediaWiki:Vector.css
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.
/* Taken from Minecraft wiki */ /* Remove excess spacing between the sidebar and the logo */ div#mw-panel { padding-top: 0; padding-bottom: 10px; } /* Changes size of logo panel */ #p-logo, #p-logo a { height: 140px; } nav.vector-menu-dropdown .vector-menu-content { transition: none; margin-left: 6px; min-width: calc(100% - 14px); /* Subtract 14px from the minimum width so that it doesn't cross the grass border */ } .vector-menu-dropdown:focus-within .vector-menu-content, .vector-menu-dropdown:hover .vector-menu-content { opacity: 1; visibility: visible; height: auto; } nav.vector-menu { margin: 0 8px 0 6px; } #p-views, #p-cactions { margin: 0; } #p-cactions { padding-right: 8px; }